@arkade-os/sdk Documentation - v0.4.21
    Preparing search index...

    Type Alias AssetDetails

    Asset details returned by IAssetManager.getAssetDetails.

    • IAssetManager.getAssetDetails
    • AssetMetadata
    type AssetDetails = {
        assetId: string;
        controlAssetId?: string;
        metadata?: AssetMetadata;
        supply: number;
    }
    Index

    Properties

    assetId: string

    Asset identifier.

    controlAssetId?: string

    Optional control asset id required for future reissuance.

    metadata?: AssetMetadata

    Optional immutable metadata associated with the asset.

    supply: number

    Total issued supply in base units.