CosmosMsg<T>: {
    bank: BankMsg;
} | {
    custom: T;
} | {
    staking: StakingMsg;
} | {
    distribution: DistributionMsg;
} | {
    stargate: {
        type_url: string;
        value: Binary;
    };
} | {
    ibc: IbcMsg;
} | {
    wasm: WasmMsg;
} | {
    gov: GovMsg;
}

Type Parameters

  • T = any

Type declaration

Type declaration

  • custom: T

Type declaration

Type declaration

Type declaration

  • stargate: {
        type_url: string;
        value: Binary;
    }

Type declaration

Type declaration

Type declaration

Generated using TypeDoc