Structs§
- Blockchains
Assets ApiClient - Estimate
Network FeeParams - struct for passing parameters to the method [
estimate_network_fee
] - Estimate
Network FeeParams Builder - Use builder syntax to set the inputs and finish with
build()
. - GetAsset
Params - struct for passing parameters to the method [
get_asset
] - GetAsset
Params Builder - Use builder syntax to set the inputs and finish with
build()
. - GetBlockchain
Params - struct for passing parameters to the method [
get_blockchain
] - GetBlockchain
Params Builder - Use builder syntax to set the inputs and finish with
build()
. - List
Assets Params - struct for passing parameters to the method [
list_assets
] - List
Assets Params Builder - Use builder syntax to set the inputs and finish with
build()
. - List
Blockchains Params - struct for passing parameters to the method [
list_blockchains
] - List
Blockchains Params Builder - Use builder syntax to set the inputs and finish with
build()
. - Register
NewAsset Params - struct for passing parameters to the method [
register_new_asset
] - Register
NewAsset Params Builder - Use builder syntax to set the inputs and finish with
build()
. - SetAsset
Price Params - struct for passing parameters to the method [
set_asset_price
] - SetAsset
Price Params Builder - Use builder syntax to set the inputs and finish with
build()
. - Validate
Address Params - struct for passing parameters to the method [
validate_address
] - Validate
Address Params Builder - Use builder syntax to set the inputs and finish with
build()
.
Enums§
- Estimate
Network FeeError - struct for typed errors of method [
estimate_network_fee
] - GetAsset
Error - struct for typed errors of method [
get_asset
] - GetBlockchain
Error - struct for typed errors of method [
get_blockchain
] - GetSupported
Assets Error - struct for typed errors of method [
get_supported_assets
] - List
Assets Error - struct for typed errors of method [
list_assets
] - List
Blockchains Error - struct for typed errors of method [
list_blockchains
] - Register
NewAsset Error - struct for typed errors of method [
register_new_asset
] - SetAsset
Price Error - struct for typed errors of method [
set_asset_price
] - Validate
Address Error - struct for typed errors of method [
validate_address
]