Send transaction
Sends transaction. Returns the guaranteed execution status and the results the blockchain can provide at the moment.
method:
send_tx
params:
signed_tx_base64
: SignedTransaction encoded in base64[Optional]
wait_until
: the required minimal execution level. Read more here. The default value isEXECUTED_OPTIMISTIC
.
Using send_tx
with wait_until = NONE
is equal to legacy broadcast_tx_async
method.
Using send_tx
with finality wait_until = EXECUTED_OPTIMISTIC
is equal to legacy broadcast_tx_commit
method.