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]

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl NonFungibleData for ()

source§

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

Implementors§