types.go 162 B

123456789
  1. package extensionContracts
  2. import (
  3. "github.com/ethereum/go-ethereum/core/state"
  4. )
  5. type AccountWithMetadata struct {
  6. State state.DumpAccount `json:"state"`
  7. }