package schema import "github.com/ethereum/go-ethereum/common" type Wallet struct { Address common.Address }