Documentation ¶
Index ¶
- Variables
- func AddMissingKeysMigration(payloads []ledger.Payload) ([]ledger.Payload, error)
- func MultipleContractMigration(payloads []ledger.Payload) ([]ledger.Payload, error)
- func NoOpMigration(p []ledger.Payload) ([]ledger.Payload, error)
- func StorageFeesMigration(payload []ledger.Payload) ([]ledger.Payload, error)
- type MultipleContractMigrationError
- type StorageReporter
Constants ¶
This section is empty.
Variables ¶
Functions ¶
func AddMissingKeysMigration ¶
Types ¶
type MultipleContractMigrationError ¶
type MultipleContractMigrationError struct {
Errors []error
}
func (*MultipleContractMigrationError) Error ¶
func (e *MultipleContractMigrationError) Error() string
type StorageReporter ¶ added in v0.13.0
iterates through registers keeping a map of register sizes reports on storage metrics
Click to show internal directories.
Click to hide internal directories.