TransferBreakdown

Object containing every reason why a specific Security Token transfer would fail

Hierarchy

  • TransferBreakdown

Index

Properties

Properties

compliance

compliance: Compliance

Defined in src/api/entities/SecurityToken/types.ts:39

how the transfer adheres to the asset's compliance rules

general

general: TransferError[]

Defined in src/api/entities/SecurityToken/types.ts:35

list of general transfer errors

restrictions

restrictions: TransferRestrictionResult[]

Defined in src/api/entities/SecurityToken/types.ts:43

list of transfer restrictions and whether the transfer satisfies each one

result

result: boolean

Defined in src/api/entities/SecurityToken/types.ts:47

true if the transfer is possible

Last updated