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
Parameters
Section titled “Parameters”__namedParameters
Section titled “__namedParameters”Returns
Section titled “Returns”Promise
<{ accountNumber
: number
; chainId
: ChainId
; fee
: { amount
: object
[]; gas
: string
; }; memo
: string
; msgs
: object
[]; sequence
: number
; }>