mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-26 15:47:21 +00:00
6 lines
63 B
Go
6 lines
63 B
Go
package common
|
|
|
|
type (
|
|
uHash [32]byte
|
|
uAddress [20]byte
|
|
)
|