Skip to content

api.entities.Asset.types

prashantasdeveloper edited this page Sep 11, 2024 · 26 revisions

Module: api/entities/Asset/types

Table of contents

References

Interfaces

Type Aliases

References

CaCheckpointType

Re-exports CaCheckpointType


CorporateActionDefaultConfig

Re-exports CorporateActionDefaultConfig


InputCaCheckpoint

Re-exports InputCaCheckpoint

Type Aliases

Asset

Ƭ Asset: FungibleAsset | NftCollection

Represents a generic asset on chain. Common functionality (e.g. documents) can be interacted with directly. For type specific functionality (e.g. issue) the type can be narrowed via instanceof operator, or by using a more specific getter

Defined in

api/entities/Asset/types.ts:26


CollectionKey

Ƭ CollectionKey: MetadataKeyId & MetadataDetails

A metadata entry for which each NFT in the collection must have an entry for

Note

each NFT must have an entry for each metadata value, the entry should comply with the relevant spec

Defined in

api/entities/Asset/types.ts:127


MetadataKeyId

Ƭ MetadataKeyId: { id: BigNumber ; type: Global } | { id: BigNumber ; ticker: string ; type: Local }

The data needed to uniquely identify a metadata specification

Defined in

api/entities/Asset/types.ts:100

Clone this wiki locally