IssuanceDataEntry

Specifies how many tokens to issue and who to issue them to

Hierarchy

  • IssuanceDataEntry

Index

Properties

Properties

address

address: string

Defined in src/types/index.ts:83

wallet address where Tokens will be received

amount

amount: BigNumber

Defined in src/types/index.ts:87

amount of tokens to be issued

Optional tokenholderData

tokenholderData? : OmitTokenholderDataEntry, "address"›

Defined in src/types/index.ts:91

KYC data for the Tokenholder

Last updated