mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2024-12-23 12:07:17 +00:00
6 lines
51 B
Go
6 lines
51 B
Go
|
package api
|
||
|
|
||
|
type Sha3Args struct {
|
||
|
Data string
|
||
|
}
|