Structs§
- AddContract
AbiParams - struct for passing parameters to the method [
add_contract_abi
] - AddContract
AbiParams Builder - Use builder syntax to set the inputs and finish with
build()
. - Deployed
Contracts ApiClient - Fetch
Contract AbiParams - struct for passing parameters to the method [
fetch_contract_abi
] - Fetch
Contract AbiParams Builder - Use builder syntax to set the inputs and finish with
build()
. - GetDeployed
Contract ByAddress Params - struct for passing parameters to the method
[
get_deployed_contract_by_address
] - GetDeployed
Contract ByAddress Params Builder - Use builder syntax to set the inputs and finish with
build()
. - GetDeployed
Contract ById Params - struct for passing parameters to the method [
get_deployed_contract_by_id
] - GetDeployed
Contract ById Params Builder - Use builder syntax to set the inputs and finish with
build()
. - GetDeployed
Contracts Params - struct for passing parameters to the method [
get_deployed_contracts
] - GetDeployed
Contracts Params Builder - Use builder syntax to set the inputs and finish with
build()
.
Enums§
- AddContract
AbiError - struct for typed errors of method [
add_contract_abi
] - Fetch
Contract AbiError - struct for typed errors of method [
fetch_contract_abi
] - GetDeployed
Contract ByAddress Error - struct for typed errors of method [
get_deployed_contract_by_address
] - GetDeployed
Contract ById Error - struct for typed errors of method [
get_deployed_contract_by_id
] - GetDeployed
Contracts Error - struct for typed errors of method [
get_deployed_contracts
]