UNPKG
foundry-rpc
Version:
latest (0.1.2)
2.0.0
0.1.2
0.1.1
0.1.0
A thin wrapper of Foundry RPC
github.com/CodeChain-io/foundry-rpc-js
CodeChain-io/foundry-rpc-js
foundry-rpc
/
build
/
src
/
call.d.ts
6 lines
(5 loc)
•
162 B
TypeScript
View Raw
1
2
3
4
5
6
export
default
function
call
(
option
: { node:
string
; method:
string
; id?:
number
|
string
|
null
; }, ...
params
:
ReadonlyArray
<
any
>
):
Promise
<
string
>;