Documentation ¶
Index ¶
Constants ¶
View Source
const ExpectedRowLength = 5
Variables ¶
This section is empty.
Functions ¶
func Decode ¶
func Decode(row StorageDiffRow, metadata StorageValueMetadata) (interface{}, error)
Types ¶
type ErrContractNotFound ¶
type ErrContractNotFound struct {
Contract string
}
func (ErrContractNotFound) Error ¶
func (e ErrContractNotFound) Error() string
type ErrMetadataMalformed ¶
type ErrMetadataMalformed struct {
MissingData Key
}
func (ErrMetadataMalformed) Error ¶
func (e ErrMetadataMalformed) Error() string
type ErrRowMalformed ¶
type ErrRowMalformed struct {
Length int
}
func (ErrRowMalformed) Error ¶
func (e ErrRowMalformed) Error() string
type ErrStorageKeyNotFound ¶
type ErrStorageKeyNotFound struct {
Key string
}
func (ErrStorageKeyNotFound) Error ¶
func (e ErrStorageKeyNotFound) Error() string
type StorageDiffRow ¶
type StorageDiffRow struct { Contract common.Address BlockHash common.Hash `db:"block_hash"` BlockHeight int `db:"block_height"` StorageKey common.Hash `db:"storage_key"` StorageValue common.Hash `db:"storage_value"` }
func FromStrings ¶
func FromStrings(csvRow []string) (StorageDiffRow, error)
type StorageValueMetadata ¶
func GetStorageValueMetadata ¶
func GetStorageValueMetadata(name string, keys map[Key]string, t ValueType) StorageValueMetadata
Click to show internal directories.
Click to hide internal directories.