Skip to main content

Interface: HypercertMetadata

Claim data for hypercert. ERC1155 Metadata compliant

Properties

allowList

Optional allowList: string

A CID pointer to the merke tree proof json on ipfs

Defined in

sdk/src/types/metadata.d.ts:39


description

description: string

Describes the asset to which this token represents

Defined in

sdk/src/types/metadata.d.ts:19


external_url

Optional external_url: string

An url pointing to the external website of the project

Defined in

sdk/src/types/metadata.d.ts:23


hypercert

Optional hypercert: HypercertClaimdata

Defined in

sdk/src/types/metadata.d.ts:45


image

image: string

A URI pointing to a resource with mime type image/* representing the asset to which this token represents. Consider making any images at a width between 320 and 1080 pixels and aspect ratio between 1.91:1 and 4:5 inclusive.

Defined in

sdk/src/types/metadata.d.ts:27


name

name: string

Identifies the asset to which this token represents

Defined in

sdk/src/types/metadata.d.ts:15


properties

Optional properties: { [k: string]: unknown; trait_type?: string ; value?: string }[]

Defined in

sdk/src/types/metadata.d.ts:40


ref

Optional ref: string

Describes the asset to which this token represents

Defined in

sdk/src/types/metadata.d.ts:35


version

Optional version: string

The version of Hypercert schema used to describe this hypercert

Defined in

sdk/src/types/metadata.d.ts:31