Structs§
- DbKey
Prefix Iter - An iterator over the variants of DbKeyPrefix
- Dummy
Client Funds KeyV0 - Dummy
Client Funds KeyV1 - Dummy
Client Name Key
Enums§
Functions§
- 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.