Interface iOffChainBalancesMetadata

interface iOffChainBalancesMetadata {
    customData: string;
    uri: string;
}

Properties

Properties

customData: string

Arbitrary custom data that can be stored on-chain

uri: string

The URI where to fetch the off-chain balances metadata from.