interface Refund {
    fees: Coin[];
    payer: Uint8Array;
}

Properties

Properties

fees: Coin[]
payer: Uint8Array

Generated using TypeDoc