Current Token Ownership Fields
data class CurrentTokenOwnershipFields(val token_standard: String, val token_properties_mutated_v1: Any?, val token_data_id: String, val table_type_v1: String?, val storage_id: String, val property_version_v1: Any, val owner_address: String, val last_transaction_version: Any, val last_transaction_timestamp: Any, val is_soulbound_v2: Boolean?, val is_fungible_v2: Boolean?, val amount: Any, val current_token_data: CurrentTokenOwnershipFields.Current_token_data?) : Fragment.Data
Constructors
Link copied to clipboard
constructor(token_standard: String, token_properties_mutated_v1: Any?, token_data_id: String, table_type_v1: String?, storage_id: String, property_version_v1: Any, owner_address: String, last_transaction_version: Any, last_transaction_timestamp: Any, is_soulbound_v2: Boolean?, is_fungible_v2: Boolean?, amount: Any, current_token_data: CurrentTokenOwnershipFields.Current_token_data?)
Types
Link copied to clipboard
data class Current_collection(val collection_id: String, val collection_name: String, val creator_address: String, val current_supply: Any, val description: String, val last_transaction_timestamp: Any, val last_transaction_version: Any, val max_supply: Any?, val mutable_description: Boolean?, val mutable_uri: Boolean?, val table_handle_v1: String?, val token_standard: String, val total_minted_v2: Any?, val uri: String)
Link copied to clipboard
data class Current_token_data(val collection_id: String, val description: String, val is_fungible_v2: Boolean?, val largest_property_version_v1: Any?, val last_transaction_timestamp: Any, val last_transaction_version: Any, val maximum: Any?, val supply: Any?, val token_data_id: String, val token_name: String, val token_properties: Any, val token_standard: String, val token_uri: String, val decimals: Any?, val current_collection: CurrentTokenOwnershipFields.Current_collection?)
Properties
Link copied to clipboard
An object relationship
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard