Export JSON conversions
Invoking JsonRpcProvider.send() requires conversion of arguments to JSON and conversion of result from JSON.
This commit is contained in:
parent
c53d2235e6
commit
f3cf1c722e
|
@ -10,6 +10,7 @@ import ./jsonrpc/conversions
|
|||
|
||||
export basics
|
||||
export provider
|
||||
export conversions
|
||||
|
||||
push: {.upraises: [].}
|
||||
|
||||
|
|
Loading…
Reference in New Issue