Functionsยง
- commit_
call - Executes transaction and commits changes back to the underlying blockchain state.
- commit_
call_ with_ async_ and_ callback - Executes transaction and commits changes back to the underlying blockchain state.
- commit_
deploy - Executes deploy transaction and commits changes back to the underlying blockchain state.
- execute_
deploy - Runs transaction and produces a
TxResult
. - execute_
query - Executes VM query and discards any changes to the blockchain state.