TokenholderDataEntry

A Tokenholder's KYC data

Hierarchy

  • TokenholderDataEntry

Index

Properties

Properties

address

address: string

Defined in src/types/index.ts:1130

tokenholder wallet address to whitelist

canBuyFromSto

canBuyFromSto: boolean

Defined in src/types/index.ts:1150

whether the tokenholder is allowed to purchase tokens in an STO

canReceiveAfter

canReceiveAfter: Date

Defined in src/types/index.ts:1138

date from which the tokenholder can receive tokens

canSendAfter

canSendAfter: Date

Defined in src/types/index.ts:1134

date from which the tokenholder can transfer tokens

isAccredited

isAccredited: boolean

Defined in src/types/index.ts:1146

whether the tokenholder is accredited

kycExpiry

kycExpiry: Date

Defined in src/types/index.ts:1142

date at which the tokenholder's KYC expires

Last updated