@xoxno/sdk-js
    Preparing search index...

    Type Alias TopHolderDto

    type TopHolderDto = {
        accountId: string;
        amountShort: number;
        owner: string;
        scaledRay: string;
        sharePct: number;
    }
    Index

    Properties

    accountId: string
    amountShort: number

    Balance in human-readable units.

    owner: string
    scaledRay: string

    Scaled balance (ray, 1e27).

    sharePct: number

    Share of the side total, percentage [0,100].