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

    Interface IReadonlyAssetManager

    Readonly asset manager interface for asset operations that do not require wallet identity.

    IAssetManager

    interface IReadonlyAssetManager {
        getAssetDetails(assetId: string): Promise<AssetDetails>;
    }

    Hierarchy (View Summary)

    Implemented by

    Index

    Methods

    • Fetch metadata and supply data for an asset.

      Parameters

      • assetId: string

        Asset identifier

      Returns Promise<AssetDetails>

      Asset details

      AssetDetails