Module contract_interactions_api

Module contract_interactions_api 

Source

Structs§

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

Enums§

GetDeployedContractAbiError
struct for typed errors of method ContractInteractionsApi::get_deployed_contract_abi
GetTransactionReceiptError
struct for typed errors of method ContractInteractionsApi::get_transaction_receipt
ReadCallFunctionError
struct for typed errors of method ContractInteractionsApi::read_call_function
WriteCallFunctionError
struct for typed errors of method ContractInteractionsApi::write_call_function

Traits§

ContractInteractionsApi