Crates.io | nifty-asset-types |
lib.rs | nifty-asset-types |
version | 0.6.0 |
source | src |
created_at | 2024-02-27 13:35:12.59793 |
updated_at | 2024-05-21 22:03:41.101271 |
description | Types for Nifty Asset program |
homepage | |
repository | https://github.com/nifty-oss/asset |
max_upload_size | |
id | 1155108 |
size | 120,088 |
Types for Nifty Asset program.
The types defined in this crate are used to represent assets on-chain.
constraints
- these are types to define constraints when manipulating assets. They
can be used to restrict the accounts that can hold, receive or send assets.
extensions
- these are types that provide additional data that can be attached to an asset. They can be used to store more information about an asset on-chain or extends their behaviour.
state
- these are the types represeting the account that store the state of an asset on-chain.
This crate is usually used as part of the Nifty Asset SDK.