ControllerRedeemProcedureArgs

Arguments for the ControllerRedeem Procedure

Hierarchy

  • ControllerRedeemProcedureArgs

Index

Properties

Properties

amount

amount: BigNumber

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

amount of tokens being redeemed (burned)

Optional data

data? : undefined | string

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

extra KYC transfer data

from

from: string

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

wallet address from which tokens will be redeemed (burned)

Optional reason

reason? : undefined | string

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

reason why tokens are being redeemed

symbol

symbol: string

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

symbol of the Security Token

Last updated

Was this helpful?