interface Fee {
    amount?: Coin;
    recipient: Uint8Array;
    refundRecipient: Uint8Array;
}

Properties

amount?: Coin
recipient: Uint8Array
refundRecipient: Uint8Array

Generated using TypeDoc