Creates an instance of TxBalanceBuilder.
The RPC client
The transaction data
Set the fee to be paid for this transaction
Performs final operations such computing and setting the transaction hash and signature as well as setting the sender public key and time.
The sender's private key
Returns the transaction hash
Set the sender address
The address
Returns the byte equivalent of
a given transaction but does not
include the transaction hash
and
sig
fields
The transaction
Compute and return the hash of a transaction
The transaction
The next nonce of the sending account
Returns a base58 serialized version of the transaction.
The sender's private key
Returns the transaction data without sending it to the network. It will finalize the transaction if the sender's private key is provided.
Reset the transaction builder
Send the transaction to the network
The sender's private key
Sign and return a signature of the transaction.
The transaction
The private key to use for signing
An hex string
Set the recipient address
The address
Set the amount to send from the sender to the recipient
The amount to send
TxBalanceBuilder provides the ability to build and execute a balance transaction
TxBalanceBuilder