/* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ export type FeeAndChange = { /** * Address, where unspent funds will be transferred. */ changeAddress: string; /** * Fee to be paid. */ fee?: string; }