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

    Interface IAssetManager

    Asset manager interface for asset operations that require wallet identity.

    IReadonlyAssetManager

    interface IAssetManager {
        burn(params: BurnParams): Promise<string>;
        getAssetDetails(assetId: string): Promise<AssetDetails>;
        issue(params: IssuanceParams): Promise<IssuanceResult>;
        reissue(params: ReissuanceParams): Promise<string>;
    }

    Hierarchy (View Summary)

    Implemented by

    Index

    Methods

    • Burn an existing asset.

      Parameters

      Returns Promise<string>

      Arkade transaction id

      BurnParams