Module contract_interactions_api

Source

Structs§

ContractInteractionsApiClient
GetDeployedContractAbiParams
struct for passing parameters to the method [get_deployed_contract_abi]
GetDeployedContractAbiParamsBuilder
Use builder syntax to set the inputs and finish with build().
GetTransactionReceiptParams
struct for passing parameters to the method [get_transaction_receipt]
GetTransactionReceiptParamsBuilder
Use builder syntax to set the inputs and finish with build().
ReadCallFunctionParams
struct for passing parameters to the method [read_call_function]
ReadCallFunctionParamsBuilder
Use builder syntax to set the inputs and finish with build().
WriteCallFunctionParams
struct for passing parameters to the method [write_call_function]
WriteCallFunctionParamsBuilder
Use builder syntax to set the inputs and finish with build().

Enums§

GetDeployedContractAbiError
struct for typed errors of method [get_deployed_contract_abi]
GetTransactionReceiptError
struct for typed errors of method [get_transaction_receipt]
ReadCallFunctionError
struct for typed errors of method [read_call_function]
WriteCallFunctionError
struct for typed errors of method [write_call_function]

Traits§

ContractInteractionsApi