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

    Interface Asset

    Asset amount paired with an asset id.

    AssetDetails

    interface Asset {
        amount: number;
        assetId: string;
    }
    Index

    Properties

    Properties

    amount: number

    Asset amount in base units.

    assetId: string

    Asset identifier.