Specifies how many tokens to issue and who to issue them to
IssuanceDataEntry
address
amount
tokenholderData
• address: string
Defined in src/types/index.ts:83arrow-up-right
wallet address where Tokens will be received
• amount: BigNumber
Defined in src/types/index.ts:87arrow-up-right
amount of tokens to be issued
Optional
• tokenholderData? : Omit‹TokenholderDataEntry, "address"›
Defined in src/types/index.ts:91arrow-up-right
KYC data for the Tokenholder
Last updated 5 years ago
Was this helpful?