interface InsufficientFee {
    amount?: Coin;
    fee?: Coin;
    recipientAddress: string;
    recipientChain: string;
    transferId: Long;
}

Properties

amount?: Coin
fee?: Coin
recipientAddress: string
recipientChain: string
transferId: Long

Generated using TypeDoc