xrpl
    Preparing search index...

    Interface MPTokenMetadataUri

    MPTokenMetadataUri object as per the XLS-89 standard. Used within the uris array of MPTokenMetadata.

    interface MPTokenMetadataUri {
        category: string;
        title: string;
        uri: string;
    }
    Index

    Properties

    Properties

    category: string

    The category of the link. Allowed values: "website", "social", "docs", "other"

    "website"
    
    title: string

    A human-readable label for the link. Any UTF-8 string.

    "Product Page"
    
    uri: string

    URI to the related resource. Can be a hostname/path (HTTPS assumed) or full URI for other protocols (e.g., ipfs://).

    "exampleyield.com/tbill" or "ipfs://QmXxxx"