pub trait NonFungibleData: ScryptoSbor {
    const MUTABLE_FIELDS: &'static [&'static str];
}
Expand description

Represents the data structure of a non-fungible.

Required Associated Constants§

source

const MUTABLE_FIELDS: &'static [&'static str]

Implementations on Foreign Types§

source§

impl NonFungibleData for ()

source§

const MUTABLE_FIELDS: &'static [&'static str] = &[]

Implementors§