github.com/0xsequence/ethkit@v1.25.0/block.go (about) 1 package ethkit 2 3 import "github.com/0xsequence/ethkit/go-ethereum/core/types" 4 5 type BlockNonce = types.BlockNonce 6 7 // type Block struct { 8 // } 9 10 // type BlockHeader struct { 11 // }