Type alias MetadataUrl

MetadataUrl: {
    hash?: HexString;
    url: string;
}

Structure for holding metadata URL response from "tokenMetadata" query.

Type declaration

  • Optional hash?: HexString

    An optional checksum for the URL

  • url: string

    The URL of the metadata

Generated using TypeDoc