ControllerRedeemProcedureArgs

Arguments for the ControllerRedeem Procedure

Hierarchy

  • ControllerRedeemProcedureArgs

Index

Properties

Properties

amount

amount: BigNumber

Defined in src/types/index.ts:975

amount of tokens being redeemed (burned)

Optional data

data? : undefined | string

Defined in src/types/index.ts:979

extra KYC transfer data

from

from: string

Defined in src/types/index.ts:967

wallet address from which tokens will be redeemed (burned)

Optional reason

reason? : undefined | string

Defined in src/types/index.ts:983

reason why tokens are being redeemed

symbol

symbol: string

Defined in src/types/index.ts:971

symbol of the Security Token

Last updated