mirror of
https://github.com/arnaucube/go-ethereum.git
synced 2026-02-28 14:06:45 +01:00
7 lines
63 B
Go
7 lines
63 B
Go
package common
|
|
|
|
type (
|
|
uHash [32]byte
|
|
uAddress [20]byte
|
|
)
|