Skip to main content
Version: 22.1.x

Interface: TransferBreakdown

api/entities/Asset/types.TransferBreakdown

Object containing every reason why a specific Asset transfer would fail

Properties

compliance

compliance: Compliance

how the transfer adheres to the asset's compliance rules

Defined in

api/entities/Asset/types.ts:47


general

general: TransferError[]

list of general transfer errors

Defined in

api/entities/Asset/types.ts:43


restrictions

restrictions: TransferRestrictionResult[]

list of transfer restrictions and whether the transfer satisfies each one

Defined in

api/entities/Asset/types.ts:51


result

result: boolean

true if the transfer is possible

Defined in

api/entities/Asset/types.ts:55