Connect a Multiversx wallet. Pass the keyFile
JSON string as the privateKey
and its password
to override the De-Fi wallet prompt.
Optional
privateKey: stringOptional
options: { Creates a list of signed transactions to transfer default chain currency
A list of transfers to prepare
An ordered list 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
Optional
options: OptionsOptions
An ordered list of signed transactions
Signs a single transaction. Calls signTransactions
with a single transaction and returns the first element of the result.
The signed transaction as a plain object
Signs multiple transactions
Optional
options: EGLDSignTxOptionsThe signed transactions as an array of plain objects
Static
create
Interface for web sdk exclusive methods