Sends a signed transaction to the network.
The signature.
The transaction body.
Optional
isDryrun: booleanThe dryrun option.
The return value of the blockchain API.
Signs and sends a transaction to the network.
The transaction input object.
Optional
isDryrun: booleanThe dryrun option.
The return value of the blockchain API.
Signs and sends multiple transactions in a batch to the network.
The list of the transaction input objects.
The return value of the blockchain API.
Signs a message using an account. If an address is not given, the default account of the signer is used.
The message to sign.
Optional
address: stringThe address of the account.
The signature.
An interface for signing messages and transactions.