DasApiAsset: {
    authorities: DasApiAssetAuthority[];
    burnt: boolean;
    compression: DasApiAssetCompression;
    content: DasApiAssetContent;
    creators: DasApiAssetCreator[];
    grouping: DasApiAssetGrouping[];
    id: PublicKey;
    interface: DasApiAssetInterface;
    mutable: boolean;
    ownership: DasApiAssetOwnership;
    royalty: DasApiAssetRoyalty;
    supply: DasApiAssetSupply;
    uses?: DasApiUses;
}

Representation of an asset.

Type declaration

Generated using TypeDoc