go-ethereum/rpc/api/web3_args.go

6 lines
51 B
Go
Raw Normal View History

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