TopOwner: {
    owner: string;
    ownerTokenCount: number;
    percentage: number;
}

An owner with the count of their owned tokens and their ownership percentage.

Type declaration

  • owner: string

    The Ethereum address of the owner of the asset.

  • ownerTokenCount: number

    The count of tokens owned by the owner.

  • percentage: number

    The percentage of total tokens owned by the owner.