mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-27 08:07:22 +00:00
5 lines
51 B
Go
5 lines
51 B
Go
package api
|
|
|
|
type Sha3Args struct {
|
|
Data string
|
|
}
|