-
Notifications
You must be signed in to change notification settings - Fork 11
api.entities.Asset.types
- AgentWithGroup
- AssetDetails
- AssetDocument
- AssetWithGroup
- BaseHistoricAssetTransaction
- HeldNfts
- HistoricAgentOperation
- HistoricAssetTransaction
- HistoricNftTransaction
- IdentityBalance
- IdentityHeldNfts
- NftMetadata
- SecurityIdentifier
- TransferBreakdown
- TransferRestrictionResult
- UniqueIdentifiers
- VenueFilteringDetails
Re-exports CaCheckpointType
Re-exports CorporateActionDefaultConfig
Re-exports InputCaCheckpoint
Ƭ 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
api/entities/Asset/types.ts:27
Ƭ 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
api/entities/Asset/types.ts:243
Ƭ MetadataKeyId: { id
: BigNumber
; type
: Global
} | { assetId
: string
; id
: BigNumber
; type
: Local
}
The data needed to uniquely identify a metadata specification
Entities
- Account
- Asset
- Authorization Request
- Checkpoint
- Checkpoint Schedule
- Corporate Action
- Corporate Action Base
- Custom Permission Group
- Default Portfolio
- Default Trusted Claim Issuer
- Dividend Distribution
- Entity
- Identity
- Instruction
- Known Permission Group
- Metadata Entry
- Multi Sig Proposal
- Numbered Portfolio
- Offering
- Permission Group
- Portfolio
- Subsidies
- Subsidy
- Ticker Reservation
- Venue
- Authorizations
- Types