Type alias URIs

URIs: {
    [identifier: string]: string;
}

A mapping of identifiers to URIs associated with an entity. URI identifiers may be widely-standardized or registry-specific. Values must be valid URIs, including a protocol prefix – e.g. https:// or ipfs://., Clients are only required to support https and ipfs URIs, but any scheme may be specified.

Type declaration

  • [identifier: string]: string

Generated using TypeDoc