mirror of
https://github.com/status-im/op-geth.git
synced 2025-01-17 02:00:56 +00:00
6 lines
51 B
Go
6 lines
51 B
Go
package api
|
|
|
|
type Sha3Args struct {
|
|
Data string
|
|
}
|