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
/
index.d.ts
7 lines
(6 loc)
•
221 B
TypeScript
View Raw
1
2
3
4
5
6
7
export
{
default
as
call }
from
"./call"
;
export
{
Block
}
from
"./chain"
;
export
{
default
as
request }
from
"./request"
;
import
Rpc
from
"./rpc"
;
export
{
Action
,
Transaction
}
from
"./transaction"
;
export
default
Rpc
;