Skip to main content
Version: v30.0.x

Type Alias: AddBalanceStatInput

AddBalanceStatInput = object

Defined in: src/api/procedures/types.ts:498

Properties

PropertyTypeDescriptionDefined in

balance?

BigNumber

The total asset holder balance value for the stat

Note

If not provided when enabling a stat, it will default to zero. If not provided when updating stats, the current value will remain unchanged

src/api/procedures/types.ts:505