Module contract_templates_api

Module contract_templates_api 

Source

Structs§

ContractTemplatesApiClient
DeleteContractTemplateByIdParams
struct for passing parameters to the method ContractTemplatesApi::delete_contract_template_by_id
DeleteContractTemplateByIdParamsBuilder
Use builder syntax to set the inputs and finish with build().
DeployContractParams
struct for passing parameters to the method ContractTemplatesApi::deploy_contract
DeployContractParamsBuilder
Use builder syntax to set the inputs and finish with build().
GetConstructorByContractTemplateIdParams
struct for passing parameters to the method ContractTemplatesApi::get_constructor_by_contract_template_id
GetConstructorByContractTemplateIdParamsBuilder
Use builder syntax to set the inputs and finish with build().
GetContractTemplateByIdParams
struct for passing parameters to the method ContractTemplatesApi::get_contract_template_by_id
GetContractTemplateByIdParamsBuilder
Use builder syntax to set the inputs and finish with build().
GetContractTemplatesParams
struct for passing parameters to the method ContractTemplatesApi::get_contract_templates
GetContractTemplatesParamsBuilder
Use builder syntax to set the inputs and finish with build().
GetFunctionAbiByContractTemplateIdParams
struct for passing parameters to the method ContractTemplatesApi::get_function_abi_by_contract_template_id
GetFunctionAbiByContractTemplateIdParamsBuilder
Use builder syntax to set the inputs and finish with build().
UploadContractTemplateParams
struct for passing parameters to the method ContractTemplatesApi::upload_contract_template
UploadContractTemplateParamsBuilder
Use builder syntax to set the inputs and finish with build().

Enums§

DeleteContractTemplateByIdError
struct for typed errors of method ContractTemplatesApi::delete_contract_template_by_id
DeployContractError
struct for typed errors of method ContractTemplatesApi::deploy_contract
GetConstructorByContractTemplateIdError
struct for typed errors of method ContractTemplatesApi::get_constructor_by_contract_template_id
GetContractTemplateByIdError
struct for typed errors of method ContractTemplatesApi::get_contract_template_by_id
GetContractTemplatesError
struct for typed errors of method ContractTemplatesApi::get_contract_templates
GetFunctionAbiByContractTemplateIdError
struct for typed errors of method ContractTemplatesApi::get_function_abi_by_contract_template_id
UploadContractTemplateError
struct for typed errors of method ContractTemplatesApi::upload_contract_template

Traits§

ContractTemplatesApi