abel-sdk
    Preparing search index...

    Interface AssetSmall

    interface AssetSmall {
        decimals: number;
        hasClawback: boolean;
        hasFreeze: boolean;
        id: bigint;
        labels: string[];
        name: string;
        total: bigint;
        unitName: string;
    }

    Hierarchy

    • AssetSmall
      • AssetSmall
    Index

    Properties

    decimals: number
    hasClawback: boolean
    hasFreeze: boolean
    id: bigint
    labels: string[]
    name: string
    total: bigint
    unitName: string