Skip to content

api.entities.Asset.types.TransferBreakdown

prashantasdeveloper edited this page Dec 2, 2024 · 67 revisions

Interface: TransferBreakdown

api/entities/Asset/types.TransferBreakdown

Object containing every reason why a specific Asset transfer would fail

Table of contents

Properties

Properties

compliance

compliance: Compliance

how the transfer adheres to the asset's compliance rules

Defined in

api/entities/Asset/types.ts:134


general

general: TransferError[]

list of general transfer errors

Defined in

api/entities/Asset/types.ts:130


restrictions

restrictions: TransferRestrictionResult[]

list of transfer restrictions and whether the transfer satisfies each one

Defined in

api/entities/Asset/types.ts:138


result

result: boolean

true if the transfer is possible

Defined in

api/entities/Asset/types.ts:142

Clone this wiki locally