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

buildTransferTx

buildTransferTx(rpcUrl): (__namedParameters) => Promise<{ accountNumber: number; chainId: ChainId; fee: { amount: object[]; gas: string; }; memo: string; msgs: (EncodeObject | { type: "thorchain/MsgSend" | "mayachain/MsgSend"; value: { amount: object[]; from_address: string; to_address: undefined | string; }; })[]; sequence: number; }>

Defined in: packages/toolboxes/src/cosmos/thorchainUtils/messages.ts:139

string

(__namedParameters): Promise<{ accountNumber: number; chainId: ChainId; fee: { amount: object[]; gas: string; }; memo: string; msgs: (EncodeObject | { type: "thorchain/MsgSend" | "mayachain/MsgSend"; value: { amount: object[]; from_address: string; to_address: undefined | string; }; })[]; sequence: number; }>

ThorchainCreateTransactionParams

Promise<{ accountNumber: number; chainId: ChainId; fee: { amount: object[]; gas: string; }; memo: string; msgs: (EncodeObject | { type: "thorchain/MsgSend" | "mayachain/MsgSend"; value: { amount: object[]; from_address: string; to_address: undefined | string; }; })[]; sequence: number; }>