Documentation ¶
Index ¶
- func AddMissingKeysMigration(payloads []ledger.Payload) ([]ledger.Payload, error)
- func NoOpMigration(p []ledger.Payload) ([]ledger.Payload, error)
- func PruneMigration(payload []ledger.Payload) ([]ledger.Payload, error)
- func StorageFeesMigration(payload []ledger.Payload) ([]ledger.Payload, error)
- type ContractReporter
- type StorageUsedUpdateMigration
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddMissingKeysMigration ¶
func PruneMigration ¶ added in v0.16.2
PruneMigration removes all the payloads with empty value this prunes the trie for values that has been deleted
Types ¶
type ContractReporter ¶ added in v0.15.0
reports on which contracts are deployed
type StorageUsedUpdateMigration ¶ added in v0.21.0
Click to show internal directories.
Click to hide internal directories.