go-ethereum/rpc/api/web3_args.go

6 lines
51 B
Go
Raw Normal View History

2015-06-08 13:43:58 +03:00
package api
type Sha3Args struct {
Data string
}