mirror of
https://github.com/arnaucube/go-ethereum.git
synced 2026-02-28 05:56:45 +01:00
6 lines
51 B
Go
6 lines
51 B
Go
package api
|
|
|
|
type Sha3Args struct {
|
|
Data string
|
|
}
|