Module nfts_api

Source

Structs§

GetNftParams
struct for passing parameters to the method [get_nft]
GetNftParamsBuilder
Use builder syntax to set the inputs and finish with build().
GetNftsParams
struct for passing parameters to the method [get_nfts]
GetNftsParamsBuilder
Use builder syntax to set the inputs and finish with build().
GetOwnershipTokensParams
struct for passing parameters to the method [get_ownership_tokens]
GetOwnershipTokensParamsBuilder
Use builder syntax to set the inputs and finish with build().
ListOwnedCollectionsParams
struct for passing parameters to the method [list_owned_collections]
ListOwnedCollectionsParamsBuilder
Use builder syntax to set the inputs and finish with build().
ListOwnedTokensParams
struct for passing parameters to the method [list_owned_tokens]
ListOwnedTokensParamsBuilder
Use builder syntax to set the inputs and finish with build().
NftsApiClient
RefreshNftMetadataParams
struct for passing parameters to the method [refresh_nft_metadata]
RefreshNftMetadataParamsBuilder
Use builder syntax to set the inputs and finish with build().
UpdateOwnershipTokensParams
struct for passing parameters to the method [update_ownership_tokens]
UpdateOwnershipTokensParamsBuilder
Use builder syntax to set the inputs and finish with build().
UpdateTokenOwnershipStatusParams
struct for passing parameters to the method [update_token_ownership_status]
UpdateTokenOwnershipStatusParamsBuilder
Use builder syntax to set the inputs and finish with build().
UpdateTokensOwnershipSpamParams
struct for passing parameters to the method [update_tokens_ownership_spam]
UpdateTokensOwnershipSpamParamsBuilder
Use builder syntax to set the inputs and finish with build().
UpdateTokensOwnershipStatusParams
struct for passing parameters to the method [update_tokens_ownership_status]
UpdateTokensOwnershipStatusParamsBuilder
Use builder syntax to set the inputs and finish with build().

Enums§

GetNftError
struct for typed errors of method [get_nft]
GetNftsError
struct for typed errors of method [get_nfts]
GetOwnershipTokensError
struct for typed errors of method [get_ownership_tokens]
ListOwnedCollectionsError
struct for typed errors of method [list_owned_collections]
ListOwnedTokensError
struct for typed errors of method [list_owned_tokens]
RefreshNftMetadataError
struct for typed errors of method [refresh_nft_metadata]
UpdateOwnershipTokensError
struct for typed errors of method [update_ownership_tokens]
UpdateTokenOwnershipStatusError
struct for typed errors of method [update_token_ownership_status]
UpdateTokensOwnershipSpamError
struct for typed errors of method [update_tokens_ownership_spam]
UpdateTokensOwnershipStatusError
struct for typed errors of method [update_tokens_ownership_status]

Traits§

NftsApi