TokenholderDataEntry

A Tokenholder's KYC data

Hierarchy

  • TokenholderDataEntry

Index

Properties

Properties

address

address: string

Defined in src/types/index.ts:1130arrow-up-right

tokenholder wallet address to whitelist

canBuyFromSto

canBuyFromSto: boolean

Defined in src/types/index.ts:1150arrow-up-right

whether the tokenholder is allowed to purchase tokens in an STO

canReceiveAfter

canReceiveAfter: Date

Defined in src/types/index.ts:1138arrow-up-right

date from which the tokenholder can receive tokens

canSendAfter

canSendAfter: Date

Defined in src/types/index.ts:1134arrow-up-right

date from which the tokenholder can transfer tokens

isAccredited

isAccredited: boolean

Defined in src/types/index.ts:1146arrow-up-right

whether the tokenholder is accredited

kycExpiry

kycExpiry: Date

Defined in src/types/index.ts:1142arrow-up-right

date at which the tokenholder's KYC expires

Last updated

Was this helpful?