Structs§
- DbKey
Prefix Iter - An iterator over the variants of DbKeyPrefix
- Dummy
Client Funds KeyV0 - Dummy
Client Funds KeyV1 - Dummy
Client Name Key - Unreachable 🔒
Enums§
Functions§
- get_
v1_ 🔒migrated_ state - Maps all
Unreachable
states in the state machine toOutputDone
- migrate_
to_ v1 - Migrates the database from version 0 to version 1 by
removing
DummyClientFundsKeyV0
and insertingDummyClientFundsKeyV1
. The new key/value pair has anAmount
as the value.