Type Alias: Asset
Asset =
FungibleAsset|NftCollection
Defined in: src/api/entities/Asset/types.ts:33
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