Module tokenization_api

Source

Structs§

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

Enums§

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

Traits§

TokenizationApi