api_entities_Asset_types.TransferBreakdown

@polymeshassociation/polymesh-sdk / Modules / api/entities/Asset/types / TransferBreakdown

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:44arrow-up-right


general

general: TransferError[]

list of general transfer errors

Defined in

api/entities/Asset/types.ts:40arrow-up-right


restrictions

restrictions: TransferRestrictionResult[]

list of transfer restrictions and whether the transfer satisfies each one

Defined in

api/entities/Asset/types.ts:48arrow-up-right


result

result: boolean

true if the transfer is possible

Defined in

api/entities/Asset/types.ts:52arrow-up-right

Last updated

Was this helpful?