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

    Interface Asset

    Asset amount paired with an asset id.

    AssetDetails

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

    Properties

    Properties

    amount: bigint

    Asset amount in base units. Typed as bigint because asset supplies routinely exceed Number.MAX_SAFE_INTEGER (2^53 - 1) and silently truncating in arithmetic would corrupt balances.

    assetId: string

    Asset identifier.