UNPKG
swapnet-sdk-test-4
Version:
latest (1.0.9)
1.0.9
TypeScript SDK for SwapNet API.
github.com/swapnet-xyz/swapnet-sdk
swapnet-xyz/swapnet-sdk
swapnet-sdk-test-4
/
dist
/
ethers-override
/
types.d.ts
18 lines
(17 loc)
•
343 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
export
type
EthCallOverride
= { [
address
:
string
]: {
balance
:
string
;
nonce
:
string
;
code
:
string
;
stateDiff
: { [
slot
:
string
]:
string
; };
state
: { [
slot
:
string
]:
string
; }; }; };
export
type
Access
= {
address
:
string
;
storageKeys
:
string
[]; };