Expand description
Helper types for spk-based blockchain clients.
Structs§
- Full
Scan Request - Data required to perform a spk-based blockchain client full scan.
- Full
Scan Request Builder - Builds a
FullScanRequest
. - Full
Scan Response - Data returned from a spk-based blockchain client full scan.
- Sync
Progress - The progress of
SyncRequest
. - Sync
Request - Data required to perform a spk-based blockchain client sync.
- Sync
Request Builder - Builds a
SyncRequest
. - Sync
Response - Data returned from a spk-based blockchain client sync.
Enums§
- Sync
Item - An item reported to the
inspect
closure ofSyncRequest
.