Structs§
- Contract
Interactions ApiClient - GetDeployed
Contract AbiParams - struct for passing parameters to the method [
get_deployed_contract_abi
] - GetDeployed
Contract AbiParams Builder - Use builder syntax to set the inputs and finish with
build()
. - GetTransaction
Receipt Params - struct for passing parameters to the method [
get_transaction_receipt
] - GetTransaction
Receipt Params Builder - Use builder syntax to set the inputs and finish with
build()
. - Read
Call Function Params - struct for passing parameters to the method [
read_call_function
] - Read
Call Function Params Builder - Use builder syntax to set the inputs and finish with
build()
. - Write
Call Function Params - struct for passing parameters to the method [
write_call_function
] - Write
Call Function Params Builder - Use builder syntax to set the inputs and finish with
build()
.
Enums§
- GetDeployed
Contract AbiError - struct for typed errors of method [
get_deployed_contract_abi
] - GetTransaction
Receipt Error - struct for typed errors of method [
get_transaction_receipt
] - Read
Call Function Error - struct for typed errors of method [
read_call_function
] - Write
Call Function Error - struct for typed errors of method [
write_call_function
]