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

Interface: PortfolioBalance

api/entities/Portfolio/types.PortfolioBalance

Hierarchy

Table of contents

Properties

Properties

asset

asset: FungibleAsset

Defined in

api/entities/Portfolio/types.ts:8


free

free: BigNumber

balance available for transferring and paying fees

Inherited from

Balance.free

Defined in

api/entities/Account/types.ts:11


locked

locked: BigNumber

unavailable balance, either bonded for staking or locked for some other purpose

Inherited from

Balance.locked

Defined in

api/entities/Account/types.ts:15


total

total: BigNumber

free + locked

Inherited from

Balance.total

Defined in

api/entities/Account/types.ts:19