Structs§
- Contract
Interactions ApiClient - GetDeployed
Contract AbiParams - struct for passing parameters to the method
ContractInteractionsApi::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
ContractInteractionsApi::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
ContractInteractionsApi::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
ContractInteractionsApi::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
ContractInteractionsApi::get_deployed_contract_abi - GetTransaction
Receipt Error - struct for typed errors of method
ContractInteractionsApi::get_transaction_receipt - Read
Call Function Error - struct for typed errors of method
ContractInteractionsApi::read_call_function - Write
Call Function Error - struct for typed errors of method
ContractInteractionsApi::write_call_function