TokenHolders
Last updated
Was this helpful?
Handles all Security Token Holders related functionality
Namespace‹SecurityToken›
↳ TokenHolders
Protected context• context: Context
Inherited from void
Defined in src/api/entities/Namespace.ts:11
Protected parent• parent: SecurityToken
Inherited from void
Defined in src/api/entities/Namespace.ts:9
▸ get(paginationOpts?: PaginationOptions): Promise‹ResultSet‹IdentityBalance››
Defined in src/api/entities/SecurityToken/TokenHolders.ts:17
Retrieve all the token holders with their respective balance
note supports pagination
Parameters:
paginationOpts?
Returns: Promise‹ResultSet‹IdentityBalance››
Last updated
Was this helpful?
Was this helpful?