pub struct StorageMetadata {}
Expand description

A persistent storage type to store the SRC-7; Metadata Standard type.

Additional Information

This type should only be used if metadata changes or cannot be set at contract deployment time.

Trait Implementations

pub fn abi_encode(self, buffer: Buffer) -> Buffer

pub fn abi_decode(refmut _buffer: BufferReader) -> Self