bitbadgesjs-sdk - v0.22.7
    Preparing search index...

    Class TokenMetadata

    This message defines the metadata for specific token IDs. The interpretation of this metadata should follow the collection standard.

    from message badges.TokenMetadata

    Hierarchy

    Index

    Constructors

    Properties

    customData: string = ""

    Custom data or additional information related to the token metadata.

    from field: string customData = 2;

    tokenIds: badges.UintRange[] = []

    The token IDs to which this metadata applies.

    from field: repeated badges.UintRange tokenIds = 3;

    uri: string = ""

    The URI (Uniform Resource Identifier) associated with the token metadata.

    from field: string uri = 1;

    fields: FieldList = ...
    runtime: ProtoRuntime = proto3
    typeName: "badges.TokenMetadata"

    Methods