11 releases (6 breaking)
0.6.0 | May 21, 2024 |
---|---|
0.5.1 | May 14, 2024 |
0.4.0 | Apr 17, 2024 |
0.3.0 | Apr 10, 2024 |
0.0.0 |
|
#6 in #nifty
Used in 5 crates
(3 directly)
120KB
3K
SLoC
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.
lib.rs
:
Nifty Asset Types defines the types that 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.
Dependencies
~16–25MB
~413K SLoC