forked from forks/go-ethereum
5 lines
51 B
Go
5 lines
51 B
Go
package api
|
|
|
|
type Sha3Args struct {
|
|
Data string
|
|
}
|