Skip to content

types.Balance

polymath-eric edited this page Oct 6, 2023 · 49 revisions

Interface: Balance

types.Balance

Hierarchy

Table of contents

Properties

Properties

free

free: BigNumber

balance available for transferring and paying fees

Defined in

types/index.ts:725


locked

locked: BigNumber

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

Defined in

types/index.ts:729


total

total: BigNumber

free + locked

Defined in

types/index.ts:733

Clone this wiki locally