api.entities.Portfolio.types.SettlementLeg - PolymeshAssociation/polymesh-sdk GitHub Wiki

Interface: SettlementLeg

api/entities/Portfolio/types.SettlementLeg

Hierarchy

  • Leg

    SettlementLeg

Table of contents

Properties

Properties

amount

amount: BigNumber

Inherited from

Leg.amount

Defined in

api/entities/Instruction/types.ts:49


asset

asset: Asset

Inherited from

Leg.asset

Defined in

api/entities/Instruction/types.ts:50


direction

direction: SettlementDirectionEnum

Defined in

api/entities/Portfolio/types.ts:13


from

from: NumberedPortfolio | DefaultPortfolio

Inherited from

Leg.from

Defined in

api/entities/Instruction/types.ts:47


to

to: NumberedPortfolio | DefaultPortfolio

Inherited from

Leg.to

Defined in

api/entities/Instruction/types.ts:48