nifty-asset-types

Crates.ionifty-asset-types
lib.rsnifty-asset-types
version0.6.0
sourcesrc
created_at2024-02-27 13:35:12.59793
updated_at2024-05-21 22:03:41.101271
descriptionTypes for Nifty Asset program
homepage
repositoryhttps://github.com/nifty-oss/asset
max_upload_size
id1155108
size120,088
nifty (nifty-service)

documentation

README

nifty-asset-types

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.

Commit count: 211

cargo fmt