Module contract_templates_api

Source

Structs§

ContractTemplatesApiClient
DeleteContractTemplateByIdParams
struct for passing parameters to the method [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 [deploy_contract]
DeployContractParamsBuilder
Use builder syntax to set the inputs and finish with build().
GetConstructorByContractTemplateIdParams
struct for passing parameters to the method [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 [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 [get_contract_templates]
GetContractTemplatesParamsBuilder
Use builder syntax to set the inputs and finish with build().
GetFunctionAbiByContractTemplateIdParams
struct for passing parameters to the method [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 [upload_contract_template]
UploadContractTemplateParamsBuilder
Use builder syntax to set the inputs and finish with build().

Enums§

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

Traits§

ContractTemplatesApi