mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-04-18 07:34:39 +00:00
13 lines
233 B
Go
13 lines
233 B
Go
// -*- mode: go -*-
|
|
|
|
package test
|
|
|
|
import (
|
|
eth1 "github.com/ethereum/go-ethereum/eth"
|
|
eth2 "github.com/ethereum/go-ethereum/eth/protocols/eth"
|
|
)
|
|
|
|
type Test struct {
|
|
A eth1.MinerAPI
|
|
B eth2.GetReceiptsPacket69
|
|
}
|