Const
Readonly
confirmed: StringSchema<undefined>Readonly
unconfirmed: StringSchema<undefined>The unconfirmed balance of the wallet in sats. Using a string due to chrome messages not supporting bigint (https://issues.chromium.org/issues/40116184).
Readonly
total: StringSchema<undefined>The total balance (both confirmed and unconfrimed UTXOs) of the wallet in sats. Using a string due to chrome messages not supporting bigint (https://issues.chromium.org/issues/40116184).
The confirmed balance of the wallet in sats. Using a string due to chrome messages not supporting bigint (https://issues.chromium.org/issues/40116184).