/* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ export type XdcEstimateGas = { /** * Sender address. */ from: string; /** * Blockchain address to send assets */ to: string; /** * Amount to be sent in XDC. */ amount: string; }