Skip to content

api.entities.Account.types.Balance

polymath-eric edited this page Jun 11, 2024 · 9 revisions

Interface: Balance

api/entities/Account/types.Balance

Hierarchy

Table of contents

Properties

Properties

free

free: BigNumber

balance available for transferring and paying fees

Defined in

api/entities/Account/types.ts:11


locked

locked: BigNumber

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

Defined in

api/entities/Account/types.ts:15


total

total: BigNumber

free + locked

Defined in

api/entities/Account/types.ts:19

Clone this wiki locally