Interface SRC44Descriptor

SRC44 Compliant descriptor structure

See DescriptorData and DescriptorDataBuilder to create, update this structure

interface SRC44Descriptor {
    ac?: string;
    al?: string;
    av?: MediaType;
    bg?: MediaType;
    ds?: string;
    hp?: string;
    id?: string;
    nm?: string;
    sc?: string[];
    sr?: string;
    tp?: SRC44DescriptorType;
    vs: number;
    xt?: string;
    [other: string]: unknown;
}

Indexable

  • [other: string]: unknown

    Custom inline extensions...

Properties

ac?: string

A reference to a Signum Account Id

al?: string

A reference to a Signum Alias

av?: MediaType

IPFS Media Link for the Avatar

bg?: MediaType

IPFS Media Link for the background image

ds?: string

Description, maximal 384 characters

hp?: string

Homepage - maximal 128 characters

id?: string

A reference to an arbitrary identifer, i.e. external reference

nm?: string

Name, maximal 24 characters

sc?: string[]

A list of social media links, maximal 3 URLs, with at maximum 92 characters length

sr?: string

Send Rule - must be a valid regex expression (mind the correct escape sequences)

Descriptor type

vs: number

Version Number - Should be 1 for now

xt?: string

An IPFS CID reference to more (off-chain) data