Helius SDK - v2.2.2
    Preparing search index...

    Interface OwnerBalance

    An owner's compressed token balance for a specific mint.

    interface OwnerBalance {
        balance: number;
        owner: string;
    }
    Index

    Properties

    Properties

    balance: number

    Compressed token balance held by this owner (in raw token units).

    owner: string

    Base58-encoded public key of the token holder.