diff options
Diffstat (limited to 'rpc/api/web3_args.go')
-rw-r--r-- | rpc/api/web3_args.go | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/rpc/api/web3_args.go b/rpc/api/web3_args.go new file mode 100644 index 000000000..5455a6c8e --- /dev/null +++ b/rpc/api/web3_args.go @@ -0,0 +1,5 @@ +package api + +type Sha3Args struct { + Data string +} |