Skip to main content

SyncProgress

@midnight-ntwrk/wallet-api v5.0.0Readme | API


@midnight-ntwrk/wallet-api v5.0.0 / SyncProgress

Type alias: SyncProgress

type SyncProgress: {
lag: SyncLag;
synced: boolean;
};

Sync progress of the wallet

Type declaration

lag

lag: SyncLag;

Lag of the wallet syncing process

synced

synced: boolean;

SyncLag.indexer === 0 && SyncLag.wallet === 0