BankMsg: {
    send: {
        amount: Coin[];
        to_address: Address;
    };
} | {
    burn: {
        amount: Coin[];
    };
}

Type declaration

  • send: {
        amount: Coin[];
        to_address: Address;
    }

Type declaration

  • burn: {
        amount: Coin[];
    }
    • amount: Coin[]

Generated using TypeDoc