Interface iBadgeMetadata<T>

interface iBadgeMetadata<T> {
    badgeIds: iUintRange<T>[];
    customData: string;
    uri: string;
}

Type Parameters

Implemented by

Properties

badgeIds: iUintRange<T>[]

The badge IDs corresponding to the URI.

customData: string

Arbitrary custom data that can be stored on-chain

uri: string

The URI where to fetch the badge metadata from.