Static ReadonlySUN_Prepare a TRX transfer transaction
Recipient address (base58 format)
Amount in SUN (1 TRX = 1,000,000 SUN)
Optionaloptions: { Options including optional privateKey
OptionalprivateSigned transaction ready to broadcast
Prepare multiple TRX transfer transactions
Array of payments with address and amount (in SUN)
Optionaloptions: { Options including optional privateKey
OptionalprivateArray of signed transactions
Creates a signed transaction to transfer default chain currency
The signed transaction
Creatthis.provider = new JsonRpcProvider(this.rpc_url)es a list of signed transactions to transfer default chain currency
A list of transfers to prepare
Optionaloptions: OptionsOptions
An ordered list of signed transactions
Broadcast a signed transaction to the network
The signed transaction
Transaction response with result and hash
Signs a list of transactions using the connected wallet. The transaction nonce is incremented for each transaction in order of appearance.
A list of transactions to sign
Optionaloptions: { Options
OptionalprivateStaticcreateStaticsunStatictrx
Interface for local sdk exclusive methods