api_entities_Portfolio_types.PortfolioBalance

@polymeshassociation/polymesh-sdk / Modules / api/entities/Portfolio/types / PortfolioBalance

Interface: PortfolioBalance

api/entities/Portfolio/types.PortfolioBalance

Hierarchy

Table of contents

Properties

Properties

asset

asset: Asset

Defined in

api/entities/Portfolio/types.ts:11


free

free: BigNumber

balance available for transferring and paying fees

Inherited from

Balance.free

Defined in

types/index.ts:671


locked

locked: BigNumber

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

Inherited from

Balance.locked

Defined in

types/index.ts:675


total

total: BigNumber

free + locked

Inherited from

Balance.total

Defined in

types/index.ts:679

Last updated