Module pallet_nft::types

source ·

Re-exports

pub use super::*;

Modules

A contiguous growable array type with heap-allocated contents, written Vec<T>.

Macros

Creates a Vec containing the arguments.

Structs

A contiguous growable array type, written as Vec<T>, short for ‘vector’.

Enums

Traits

Implementors return their meta type information.

Type Definitions

NFT Collection ID
NFT Item ID

Derive Macros