Skip to content
SwapKit is a powerful suite of tools for building blockchain applications.

cosmosCreateTransaction

cosmosCreateTransaction(__namedParameters): Promise<{ accountNumber: number; chainId: ChainId; fee: { amount: object[]; gas: string; }; memo: string; msgs: object[]; sequence: number; }>

Defined in: packages/toolboxes/src/cosmos/util.ts:136

Used to build tx for Cosmos and Kujira

CosmosCreateTransactionParams

Promise<{ accountNumber: number; chainId: ChainId; fee: { amount: object[]; gas: string; }; memo: string; msgs: object[]; sequence: number; }>