MCPcopy
hub / github.com/bnb-chain/bsc / AccessTuple

Struct AccessTuple

graphql/graphql.go:173–176  ·  view source on GitHub ↗

AccessTuple represents EIP-2930

Source from the content-addressed store, hash-verified

171
172// AccessTuple represents EIP-2930
173type AccessTuple struct {
174 address common.Address
175 storageKeys []common.Hash
176}
177
178func (at *AccessTuple) Address(ctx context.Context) common.Address {
179 return at.address

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected