AccessTuple represents EIP-2930
| 171 | |
| 172 | // AccessTuple represents EIP-2930 |
| 173 | type AccessTuple struct { |
| 174 | address common.Address |
| 175 | storageKeys []common.Hash |
| 176 | } |
| 177 | |
| 178 | func (at *AccessTuple) Address(ctx context.Context) common.Address { |
| 179 | return at.address |
nothing calls this directly
no outgoing calls
no test coverage detected