Module deployed_contracts_api

Source

Structs§

AddContractAbiParams
struct for passing parameters to the method [add_contract_abi]
AddContractAbiParamsBuilder
Use builder syntax to set the inputs and finish with build().
DeployedContractsApiClient
FetchContractAbiParams
struct for passing parameters to the method [fetch_contract_abi]
FetchContractAbiParamsBuilder
Use builder syntax to set the inputs and finish with build().
GetDeployedContractByAddressParams
struct for passing parameters to the method [get_deployed_contract_by_address]
GetDeployedContractByAddressParamsBuilder
Use builder syntax to set the inputs and finish with build().
GetDeployedContractByIdParams
struct for passing parameters to the method [get_deployed_contract_by_id]
GetDeployedContractByIdParamsBuilder
Use builder syntax to set the inputs and finish with build().
GetDeployedContractsParams
struct for passing parameters to the method [get_deployed_contracts]
GetDeployedContractsParamsBuilder
Use builder syntax to set the inputs and finish with build().

Enums§

AddContractAbiError
struct for typed errors of method [add_contract_abi]
FetchContractAbiError
struct for typed errors of method [fetch_contract_abi]
GetDeployedContractByAddressError
struct for typed errors of method [get_deployed_contract_by_address]
GetDeployedContractByIdError
struct for typed errors of method [get_deployed_contract_by_id]
GetDeployedContractsError
struct for typed errors of method [get_deployed_contracts]

Traits§

DeployedContractsApi