@midnight-ntwrk/wallet-api v3.4.2 • Readme | API
@midnight-ntwrk/wallet-api v3.4.2 / SyncProgress
Type alias: SyncProgress
type SyncProgress: {
synced: bigint;
total: bigint;
};
Progress of the wallet syncing process.
Remarks
Last processed (synced) index of the Zswap chain state versus last known finalized in the blockchain.
Type declaration
synced
readonly synced: bigint;
Index up to where the wallet has synced so far
total
readonly total: bigint;
Last known finalized index