Entity

Represents an object or resource in the Polymath Ecosystem with its own set of properties and functionality

Type parameters

Params

Hierarchy

  • Entity

    PolyTransaction

    TransactionQueue

    SecurityTokenReservation

    DividendDistribution

    Checkpoint

    TaxWithholding

    Erc20TokenBalance

    Sto

    Investment

    Tokenholder

    Wallet

    SecurityToken

Index

Properties

  • uid

Methods

  • _refresh

  • toPojo

Properties

Abstract uid

uid: string

Defined in src/entities/Entity.ts:5

Methods

Abstract _refresh

_refresh(params: Partial‹Params›): void

Defined in src/entities/Entity.ts:9

Parameters:

Name

Type

params

Partial‹Params›

Returns: void

Abstract toPojo

toPojo(): any

Defined in src/entities/Entity.ts:7

Returns: any

Last updated