Module tokenization_api

Module tokenization_api 

Source

Structs§

BurnCollectionTokenParams
struct for passing parameters to the method TokenizationApi::burn_collection_token
BurnCollectionTokenParamsBuilder
Use builder syntax to set the inputs and finish with build().
CreateNewCollectionParams
struct for passing parameters to the method TokenizationApi::create_new_collection
CreateNewCollectionParamsBuilder
Use builder syntax to set the inputs and finish with build().
FetchCollectionTokenDetailsParams
struct for passing parameters to the method TokenizationApi::fetch_collection_token_details
FetchCollectionTokenDetailsParamsBuilder
Use builder syntax to set the inputs and finish with build().
GetCollectionByIdParams
struct for passing parameters to the method TokenizationApi::get_collection_by_id
GetCollectionByIdParamsBuilder
Use builder syntax to set the inputs and finish with build().
GetLinkedCollectionsParams
struct for passing parameters to the method TokenizationApi::get_linked_collections
GetLinkedCollectionsParamsBuilder
Use builder syntax to set the inputs and finish with build().
GetLinkedTokenParams
struct for passing parameters to the method TokenizationApi::get_linked_token
GetLinkedTokenParamsBuilder
Use builder syntax to set the inputs and finish with build().
GetLinkedTokensParams
struct for passing parameters to the method TokenizationApi::get_linked_tokens
GetLinkedTokensParamsBuilder
Use builder syntax to set the inputs and finish with build().
IssueNewTokenParams
struct for passing parameters to the method TokenizationApi::issue_new_token
IssueNewTokenParamsBuilder
Use builder syntax to set the inputs and finish with build().
LinkParams
struct for passing parameters to the method TokenizationApi::link
LinkParamsBuilder
Use builder syntax to set the inputs and finish with build().
MintCollectionTokenParams
struct for passing parameters to the method TokenizationApi::mint_collection_token
MintCollectionTokenParamsBuilder
Use builder syntax to set the inputs and finish with build().
TokenizationApiClient
UnlinkCollectionParams
struct for passing parameters to the method TokenizationApi::unlink_collection
UnlinkCollectionParamsBuilder
Use builder syntax to set the inputs and finish with build().
UnlinkParams
struct for passing parameters to the method TokenizationApi::unlink
UnlinkParamsBuilder
Use builder syntax to set the inputs and finish with build().

Enums§

BurnCollectionTokenError
struct for typed errors of method TokenizationApi::burn_collection_token
CreateNewCollectionError
struct for typed errors of method TokenizationApi::create_new_collection
FetchCollectionTokenDetailsError
struct for typed errors of method TokenizationApi::fetch_collection_token_details
GetCollectionByIdError
struct for typed errors of method TokenizationApi::get_collection_by_id
GetLinkedCollectionsError
struct for typed errors of method TokenizationApi::get_linked_collections
GetLinkedTokenError
struct for typed errors of method TokenizationApi::get_linked_token
GetLinkedTokensError
struct for typed errors of method TokenizationApi::get_linked_tokens
IssueNewTokenError
struct for typed errors of method TokenizationApi::issue_new_token
LinkError
struct for typed errors of method TokenizationApi::link
MintCollectionTokenError
struct for typed errors of method TokenizationApi::mint_collection_token
UnlinkCollectionError
struct for typed errors of method TokenizationApi::unlink_collection
UnlinkError
struct for typed errors of method TokenizationApi::unlink

Traits§

TokenizationApi