Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 284 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 284 Bytes

AtomicAssets helpers

Examples

Get immutable attributes from NFT asset

const ATTRIBUTE_MAP immutable = atomic::get_template_immutable( asset );

Get name attribute from attributes

const name example = atomic::attribute_to_name( immutable, "example" );