Const
The validity data of the transaction
The demos instance
The response from the node
Confirms a transaction.
The transaction to confirm
The validity data of the transaction containing the gas information.
Signs a transaction after hashing its content.
The transaction to be signed.
The keypair to use for signing.
A Promise that resolves to the signed transaction.
Signs a message with a given algorithm.
The message to sign.
The keypair to use for signing.
The algorithm related to the keypair.
A Promise that resolves to the signed message.
Create a signed DEMOS transaction to send native tokens to a given address.
The reciever
The amount in DEM
The demos instance (for getting the address nonce)
The signed transaction.
Create a signed DEMOS transaction to send native tokens to a given address.
The reciever
The amount in DEM
The demos instance (for getting the address nonce)
The signed transaction.
Broadcasts a transaction for execution.