Module blockchains_assets_api

Source

Structs§

BlockchainsAssetsApiClient
EstimateNetworkFeeParams
struct for passing parameters to the method [estimate_network_fee]
EstimateNetworkFeeParamsBuilder
Use builder syntax to set the inputs and finish with build().
GetAssetParams
struct for passing parameters to the method [get_asset]
GetAssetParamsBuilder
Use builder syntax to set the inputs and finish with build().
GetBlockchainParams
struct for passing parameters to the method [get_blockchain]
GetBlockchainParamsBuilder
Use builder syntax to set the inputs and finish with build().
ListAssetsParams
struct for passing parameters to the method [list_assets]
ListAssetsParamsBuilder
Use builder syntax to set the inputs and finish with build().
ListBlockchainsParams
struct for passing parameters to the method [list_blockchains]
ListBlockchainsParamsBuilder
Use builder syntax to set the inputs and finish with build().
RegisterNewAssetParams
struct for passing parameters to the method [register_new_asset]
RegisterNewAssetParamsBuilder
Use builder syntax to set the inputs and finish with build().
SetAssetPriceParams
struct for passing parameters to the method [set_asset_price]
SetAssetPriceParamsBuilder
Use builder syntax to set the inputs and finish with build().
ValidateAddressParams
struct for passing parameters to the method [validate_address]
ValidateAddressParamsBuilder
Use builder syntax to set the inputs and finish with build().

Enums§

EstimateNetworkFeeError
struct for typed errors of method [estimate_network_fee]
GetAssetError
struct for typed errors of method [get_asset]
GetBlockchainError
struct for typed errors of method [get_blockchain]
GetSupportedAssetsError
struct for typed errors of method [get_supported_assets]
ListAssetsError
struct for typed errors of method [list_assets]
ListBlockchainsError
struct for typed errors of method [list_blockchains]
RegisterNewAssetError
struct for typed errors of method [register_new_asset]
SetAssetPriceError
struct for typed errors of method [set_asset_price]
ValidateAddressError
struct for typed errors of method [validate_address]

Traits§

BlockchainsAssetsApi