HoldersList
The HoldersList object represents a collection of wallet addresses that hold a specific token.
Schema Definition
type HoldersList {
numEntries: UInt64!
entries: [String!]!
}
Fields
| Field | Type | Description |
|---|---|---|
numEntries | UInt64! non-null scalar | The total number of holder entries in the list. |
entries | [String!]! non-null scalar | An array of wallet addresses representing the holders. |
Member Of
ContractToken object ● Token object