github.com/Night-mk/quorum@v21.1.0+incompatible/extension/extensionContracts/types.go (about) 1 package extensionContracts 2 3 import ( 4 "github.com/ethereum/go-ethereum/core/state" 5 ) 6 7 type AccountWithMetadata struct { 8 State state.DumpAccount `json:"state"` 9 }