Module deployed_contracts_api

Module deployed_contracts_api 

Source

Structs§

AddContractAbiParams
struct for passing parameters to the method DeployedContractsApi::add_contract_abi
AddContractAbiParamsBuilder
Use builder syntax to set the inputs and finish with build().
DeployedContractsApiClient
FetchContractAbiParams
struct for passing parameters to the method DeployedContractsApi::fetch_contract_abi
FetchContractAbiParamsBuilder
Use builder syntax to set the inputs and finish with build().
GetDeployedContractByAddressParams
struct for passing parameters to the method DeployedContractsApi::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 DeployedContractsApi::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 DeployedContractsApi::get_deployed_contracts
GetDeployedContractsParamsBuilder
Use builder syntax to set the inputs and finish with build().

Enums§

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

Traits§

DeployedContractsApi