@augustdigital/sdk 4.15.5-alpha.0 → 4.17.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/abis/AddressResolver.d.ts +28 -40
- package/lib/abis/ChainlinkV3.d.ts +83 -109
- package/lib/abis/ERC20.d.ts +137 -191
- package/lib/abis/ERC20_Bytes32.d.ts +125 -178
- package/lib/abis/ERC4626.d.ts +341 -480
- package/lib/abis/ERC721.d.ts +213 -299
- package/lib/abis/FeeOracle.d.ts +112 -149
- package/lib/abis/LendingPool.d.ts +1293 -1702
- package/lib/abis/LendingPoolV2.d.ts +37 -42
- package/lib/abis/LendingPoolV3.d.ts +25 -29
- package/lib/abis/Loan.d.ts +768 -1007
- package/lib/abis/Multicall3.d.ts +30 -43
- package/lib/abis/PoolAdapter.d.ts +35 -46
- package/lib/abis/RewardDistributor.d.ts +33 -38
- package/lib/abis/SmartAccount.d.ts +16 -23
- package/lib/abis/TextResolver.d.ts +16 -23
- package/lib/abis/TokenizedVaultV2.d.ts +1292 -1684
- package/lib/abis/TokenizedVaultV2DepositWithPermit.d.ts +55 -62
- package/lib/abis/TokenizedVaultV2Receipt.d.ts +1463 -1934
- package/lib/abis/TokenizedVaultV2WhitelistedAssets.d.ts +250 -333
- package/lib/abis/UniversalResolverResolve.d.ts +69 -97
- package/lib/abis/UniversalSignatureValidator.d.ts +17 -23
- package/lib/abis/WrapperAdapter.d.ts +67 -89
- package/lib/adapters/evm/getters.d.ts +2 -8
- package/lib/adapters/evm/index.d.ts +15 -19
- package/lib/adapters/evm/utils.d.ts +2 -12
- package/lib/adapters/solana/constants.d.ts +17 -23
- package/lib/adapters/solana/getters.d.ts +1 -4
- package/lib/adapters/solana/idl/vault-idl.d.ts +279 -340
- package/lib/adapters/solana/index.d.ts +116 -212
- package/lib/adapters/solana/types.d.ts +50 -50
- package/lib/adapters/solana/utils.d.ts +78 -139
- package/lib/adapters/solana/vault.actions.d.ts +12 -37
- package/lib/adapters/sui/constants.d.ts +9 -9
- package/lib/adapters/sui/constants.js +8 -1
- package/lib/adapters/sui/constants.js.map +1 -1
- package/lib/adapters/sui/getters.d.ts +1 -3
- package/lib/adapters/sui/index.d.ts +21 -29
- package/lib/adapters/sui/transformer.d.ts +2 -6
- package/lib/adapters/sui/types.d.ts +56 -56
- package/lib/adapters/sui/utils.d.ts +1 -4
- package/lib/core/base.class.d.ts +23 -30
- package/lib/core/constants/adapters.d.ts +83 -111
- package/lib/core/constants/core.d.ts +69 -76
- package/lib/core/constants/vaults.d.ts +5 -63
- package/lib/core/constants/vaults.js +3 -3
- package/lib/core/constants/vaults.js.map +1 -1
- package/lib/core/constants/web3.d.ts +18 -19
- package/lib/core/fetcher.d.ts +17 -71
- package/lib/core/helpers/adapters.d.ts +2 -7
- package/lib/core/helpers/core.d.ts +8 -33
- package/lib/core/helpers/signer.d.ts +2 -6
- package/lib/core/helpers/vaults.d.ts +15 -38
- package/lib/core/helpers/web3.d.ts +19 -87
- package/lib/core/logger/index.d.ts +11 -11
- package/lib/core/logger/slack.d.ts +8 -9
- package/lib/index.d.ts +1 -61
- package/lib/main.d.ts +141 -158
- package/lib/modules/vaults/adapter.helpers.d.ts +38 -72
- package/lib/modules/vaults/fetcher.d.ts +69 -85
- package/lib/modules/vaults/getters.d.ts +100 -205
- package/lib/modules/vaults/index.d.ts +1 -6
- package/lib/modules/vaults/main.d.ts +131 -224
- package/lib/modules/vaults/main.js +8 -1
- package/lib/modules/vaults/main.js.map +1 -1
- package/lib/modules/vaults/read.actions.d.ts +2 -8
- package/lib/modules/vaults/utils.d.ts +19 -55
- package/lib/modules/vaults/write.actions.d.ts +14 -26
- package/lib/services/coingecko/fetcher.d.ts +1 -4
- package/lib/services/debank/fetcher.d.ts +1 -4
- package/lib/services/debank/utils.d.ts +27 -38
- package/lib/services/octavfi/fetcher.d.ts +1 -3
- package/lib/services/octavfi/types.d.ts +24 -24
- package/lib/services/octavfi/utils.d.ts +2 -6
- package/lib/services/subgraph/fetcher.d.ts +2 -12
- package/lib/services/subgraph/vaults.d.ts +9 -42
- package/lib/types/points.d.ts +26 -35
- package/lib/types/pools.d.ts +112 -149
- package/lib/types/staking.d.ts +25 -25
- package/lib/types/subgraph.d.ts +33 -33
- package/lib/types/vaults.d.ts +219 -232
- package/lib/types/web3.d.ts +9 -9
- package/lib/types/webserver.d.ts +448 -466
- package/package.json +1 -1
package/lib/abis/ERC721.d.ts
CHANGED
|
@@ -1,316 +1,230 @@
|
|
|
1
|
-
export declare const ABI_ERC721: readonly [
|
|
2
|
-
|
|
3
|
-
readonly
|
|
4
|
-
readonly
|
|
5
|
-
readonly inputs: readonly [
|
|
6
|
-
{
|
|
1
|
+
export declare const ABI_ERC721: readonly [{
|
|
2
|
+
readonly type: "event";
|
|
3
|
+
readonly name: "Approval";
|
|
4
|
+
readonly inputs: readonly [{
|
|
7
5
|
readonly indexed: true;
|
|
8
|
-
readonly name:
|
|
9
|
-
readonly type:
|
|
10
|
-
|
|
11
|
-
{
|
|
6
|
+
readonly name: "owner";
|
|
7
|
+
readonly type: "address";
|
|
8
|
+
}, {
|
|
12
9
|
readonly indexed: true;
|
|
13
|
-
readonly name:
|
|
14
|
-
readonly type:
|
|
15
|
-
|
|
16
|
-
{
|
|
10
|
+
readonly name: "spender";
|
|
11
|
+
readonly type: "address";
|
|
12
|
+
}, {
|
|
17
13
|
readonly indexed: true;
|
|
18
|
-
readonly name:
|
|
19
|
-
readonly type:
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
readonly
|
|
25
|
-
readonly name: 'ApprovalForAll';
|
|
26
|
-
readonly inputs: readonly [
|
|
27
|
-
{
|
|
14
|
+
readonly name: "tokenId";
|
|
15
|
+
readonly type: "uint256";
|
|
16
|
+
}];
|
|
17
|
+
}, {
|
|
18
|
+
readonly type: "event";
|
|
19
|
+
readonly name: "ApprovalForAll";
|
|
20
|
+
readonly inputs: readonly [{
|
|
28
21
|
readonly indexed: true;
|
|
29
|
-
readonly name:
|
|
30
|
-
readonly type:
|
|
31
|
-
|
|
32
|
-
{
|
|
22
|
+
readonly name: "owner";
|
|
23
|
+
readonly type: "address";
|
|
24
|
+
}, {
|
|
33
25
|
readonly indexed: true;
|
|
34
|
-
readonly name:
|
|
35
|
-
readonly type:
|
|
36
|
-
|
|
37
|
-
{
|
|
26
|
+
readonly name: "operator";
|
|
27
|
+
readonly type: "address";
|
|
28
|
+
}, {
|
|
38
29
|
readonly indexed: false;
|
|
39
|
-
readonly name:
|
|
40
|
-
readonly type:
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
readonly
|
|
46
|
-
readonly name: 'Transfer';
|
|
47
|
-
readonly inputs: readonly [
|
|
48
|
-
{
|
|
30
|
+
readonly name: "approved";
|
|
31
|
+
readonly type: "bool";
|
|
32
|
+
}];
|
|
33
|
+
}, {
|
|
34
|
+
readonly type: "event";
|
|
35
|
+
readonly name: "Transfer";
|
|
36
|
+
readonly inputs: readonly [{
|
|
49
37
|
readonly indexed: true;
|
|
50
|
-
readonly name:
|
|
51
|
-
readonly type:
|
|
52
|
-
|
|
53
|
-
{
|
|
38
|
+
readonly name: "from";
|
|
39
|
+
readonly type: "address";
|
|
40
|
+
}, {
|
|
54
41
|
readonly indexed: true;
|
|
55
|
-
readonly name:
|
|
56
|
-
readonly type:
|
|
57
|
-
|
|
58
|
-
{
|
|
42
|
+
readonly name: "to";
|
|
43
|
+
readonly type: "address";
|
|
44
|
+
}, {
|
|
59
45
|
readonly indexed: true;
|
|
60
|
-
readonly name:
|
|
61
|
-
readonly type:
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
readonly
|
|
67
|
-
readonly
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
readonly name:
|
|
72
|
-
readonly type:
|
|
73
|
-
|
|
74
|
-
{
|
|
75
|
-
readonly name: 'tokenId';
|
|
76
|
-
readonly type: 'uint256';
|
|
77
|
-
},
|
|
78
|
-
];
|
|
46
|
+
readonly name: "tokenId";
|
|
47
|
+
readonly type: "uint256";
|
|
48
|
+
}];
|
|
49
|
+
}, {
|
|
50
|
+
readonly type: "function";
|
|
51
|
+
readonly name: "approve";
|
|
52
|
+
readonly stateMutability: "payable";
|
|
53
|
+
readonly inputs: readonly [{
|
|
54
|
+
readonly name: "spender";
|
|
55
|
+
readonly type: "address";
|
|
56
|
+
}, {
|
|
57
|
+
readonly name: "tokenId";
|
|
58
|
+
readonly type: "uint256";
|
|
59
|
+
}];
|
|
79
60
|
readonly outputs: readonly [];
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
readonly
|
|
83
|
-
readonly
|
|
84
|
-
readonly
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
];
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
readonly
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
readonly
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
readonly type: 'address';
|
|
121
|
-
},
|
|
122
|
-
{
|
|
123
|
-
readonly name: 'operator';
|
|
124
|
-
readonly type: 'address';
|
|
125
|
-
},
|
|
126
|
-
];
|
|
127
|
-
readonly outputs: readonly [
|
|
128
|
-
{
|
|
129
|
-
readonly type: 'bool';
|
|
130
|
-
},
|
|
131
|
-
];
|
|
132
|
-
},
|
|
133
|
-
{
|
|
134
|
-
readonly type: 'function';
|
|
135
|
-
readonly name: 'name';
|
|
136
|
-
readonly stateMutability: 'view';
|
|
61
|
+
}, {
|
|
62
|
+
readonly type: "function";
|
|
63
|
+
readonly name: "balanceOf";
|
|
64
|
+
readonly stateMutability: "view";
|
|
65
|
+
readonly inputs: readonly [{
|
|
66
|
+
readonly name: "account";
|
|
67
|
+
readonly type: "address";
|
|
68
|
+
}];
|
|
69
|
+
readonly outputs: readonly [{
|
|
70
|
+
readonly type: "uint256";
|
|
71
|
+
}];
|
|
72
|
+
}, {
|
|
73
|
+
readonly type: "function";
|
|
74
|
+
readonly name: "getApproved";
|
|
75
|
+
readonly stateMutability: "view";
|
|
76
|
+
readonly inputs: readonly [{
|
|
77
|
+
readonly name: "tokenId";
|
|
78
|
+
readonly type: "uint256";
|
|
79
|
+
}];
|
|
80
|
+
readonly outputs: readonly [{
|
|
81
|
+
readonly type: "address";
|
|
82
|
+
}];
|
|
83
|
+
}, {
|
|
84
|
+
readonly type: "function";
|
|
85
|
+
readonly name: "isApprovedForAll";
|
|
86
|
+
readonly stateMutability: "view";
|
|
87
|
+
readonly inputs: readonly [{
|
|
88
|
+
readonly name: "owner";
|
|
89
|
+
readonly type: "address";
|
|
90
|
+
}, {
|
|
91
|
+
readonly name: "operator";
|
|
92
|
+
readonly type: "address";
|
|
93
|
+
}];
|
|
94
|
+
readonly outputs: readonly [{
|
|
95
|
+
readonly type: "bool";
|
|
96
|
+
}];
|
|
97
|
+
}, {
|
|
98
|
+
readonly type: "function";
|
|
99
|
+
readonly name: "name";
|
|
100
|
+
readonly stateMutability: "view";
|
|
137
101
|
readonly inputs: readonly [];
|
|
138
|
-
readonly outputs: readonly [
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
readonly
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
readonly name:
|
|
151
|
-
readonly type:
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
readonly
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
readonly name: 'from';
|
|
168
|
-
readonly type: 'address';
|
|
169
|
-
},
|
|
170
|
-
{
|
|
171
|
-
readonly name: 'to';
|
|
172
|
-
readonly type: 'address';
|
|
173
|
-
},
|
|
174
|
-
{
|
|
175
|
-
readonly name: 'tokenId';
|
|
176
|
-
readonly type: 'uint256';
|
|
177
|
-
},
|
|
178
|
-
];
|
|
102
|
+
readonly outputs: readonly [{
|
|
103
|
+
readonly type: "string";
|
|
104
|
+
}];
|
|
105
|
+
}, {
|
|
106
|
+
readonly type: "function";
|
|
107
|
+
readonly name: "ownerOf";
|
|
108
|
+
readonly stateMutability: "view";
|
|
109
|
+
readonly inputs: readonly [{
|
|
110
|
+
readonly name: "tokenId";
|
|
111
|
+
readonly type: "uint256";
|
|
112
|
+
}];
|
|
113
|
+
readonly outputs: readonly [{
|
|
114
|
+
readonly name: "owner";
|
|
115
|
+
readonly type: "address";
|
|
116
|
+
}];
|
|
117
|
+
}, {
|
|
118
|
+
readonly type: "function";
|
|
119
|
+
readonly name: "safeTransferFrom";
|
|
120
|
+
readonly stateMutability: "payable";
|
|
121
|
+
readonly inputs: readonly [{
|
|
122
|
+
readonly name: "from";
|
|
123
|
+
readonly type: "address";
|
|
124
|
+
}, {
|
|
125
|
+
readonly name: "to";
|
|
126
|
+
readonly type: "address";
|
|
127
|
+
}, {
|
|
128
|
+
readonly name: "tokenId";
|
|
129
|
+
readonly type: "uint256";
|
|
130
|
+
}];
|
|
179
131
|
readonly outputs: readonly [];
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
readonly
|
|
183
|
-
readonly
|
|
184
|
-
readonly
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
readonly
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
readonly name:
|
|
192
|
-
readonly type:
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
readonly
|
|
196
|
-
|
|
197
|
-
},
|
|
198
|
-
{
|
|
199
|
-
readonly name: 'data';
|
|
200
|
-
readonly type: 'bytes';
|
|
201
|
-
},
|
|
202
|
-
];
|
|
132
|
+
}, {
|
|
133
|
+
readonly type: "function";
|
|
134
|
+
readonly name: "safeTransferFrom";
|
|
135
|
+
readonly stateMutability: "nonpayable";
|
|
136
|
+
readonly inputs: readonly [{
|
|
137
|
+
readonly name: "from";
|
|
138
|
+
readonly type: "address";
|
|
139
|
+
}, {
|
|
140
|
+
readonly name: "to";
|
|
141
|
+
readonly type: "address";
|
|
142
|
+
}, {
|
|
143
|
+
readonly name: "id";
|
|
144
|
+
readonly type: "uint256";
|
|
145
|
+
}, {
|
|
146
|
+
readonly name: "data";
|
|
147
|
+
readonly type: "bytes";
|
|
148
|
+
}];
|
|
203
149
|
readonly outputs: readonly [];
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
readonly
|
|
207
|
-
readonly
|
|
208
|
-
readonly
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
readonly
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
readonly name: 'approved';
|
|
216
|
-
readonly type: 'bool';
|
|
217
|
-
},
|
|
218
|
-
];
|
|
150
|
+
}, {
|
|
151
|
+
readonly type: "function";
|
|
152
|
+
readonly name: "setApprovalForAll";
|
|
153
|
+
readonly stateMutability: "nonpayable";
|
|
154
|
+
readonly inputs: readonly [{
|
|
155
|
+
readonly name: "operator";
|
|
156
|
+
readonly type: "address";
|
|
157
|
+
}, {
|
|
158
|
+
readonly name: "approved";
|
|
159
|
+
readonly type: "bool";
|
|
160
|
+
}];
|
|
219
161
|
readonly outputs: readonly [];
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
readonly
|
|
223
|
-
readonly
|
|
224
|
-
readonly stateMutability: 'view';
|
|
162
|
+
}, {
|
|
163
|
+
readonly type: "function";
|
|
164
|
+
readonly name: "symbol";
|
|
165
|
+
readonly stateMutability: "view";
|
|
225
166
|
readonly inputs: readonly [];
|
|
226
|
-
readonly outputs: readonly [
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
readonly
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
readonly
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
readonly
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
readonly
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
readonly
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
readonly type: 'function';
|
|
271
|
-
readonly name: 'tokenURI';
|
|
272
|
-
readonly stateMutability: 'view';
|
|
273
|
-
readonly inputs: readonly [
|
|
274
|
-
{
|
|
275
|
-
readonly name: 'tokenId';
|
|
276
|
-
readonly type: 'uint256';
|
|
277
|
-
},
|
|
278
|
-
];
|
|
279
|
-
readonly outputs: readonly [
|
|
280
|
-
{
|
|
281
|
-
readonly type: 'string';
|
|
282
|
-
},
|
|
283
|
-
];
|
|
284
|
-
},
|
|
285
|
-
{
|
|
286
|
-
readonly type: 'function';
|
|
287
|
-
readonly name: 'totalSupply';
|
|
288
|
-
readonly stateMutability: 'view';
|
|
167
|
+
readonly outputs: readonly [{
|
|
168
|
+
readonly type: "string";
|
|
169
|
+
}];
|
|
170
|
+
}, {
|
|
171
|
+
readonly type: "function";
|
|
172
|
+
readonly name: "tokenByIndex";
|
|
173
|
+
readonly stateMutability: "view";
|
|
174
|
+
readonly inputs: readonly [{
|
|
175
|
+
readonly name: "index";
|
|
176
|
+
readonly type: "uint256";
|
|
177
|
+
}];
|
|
178
|
+
readonly outputs: readonly [{
|
|
179
|
+
readonly type: "uint256";
|
|
180
|
+
}];
|
|
181
|
+
}, {
|
|
182
|
+
readonly type: "function";
|
|
183
|
+
readonly name: "tokenByIndex";
|
|
184
|
+
readonly stateMutability: "view";
|
|
185
|
+
readonly inputs: readonly [{
|
|
186
|
+
readonly name: "owner";
|
|
187
|
+
readonly type: "address";
|
|
188
|
+
}, {
|
|
189
|
+
readonly name: "index";
|
|
190
|
+
readonly type: "uint256";
|
|
191
|
+
}];
|
|
192
|
+
readonly outputs: readonly [{
|
|
193
|
+
readonly name: "tokenId";
|
|
194
|
+
readonly type: "uint256";
|
|
195
|
+
}];
|
|
196
|
+
}, {
|
|
197
|
+
readonly type: "function";
|
|
198
|
+
readonly name: "tokenURI";
|
|
199
|
+
readonly stateMutability: "view";
|
|
200
|
+
readonly inputs: readonly [{
|
|
201
|
+
readonly name: "tokenId";
|
|
202
|
+
readonly type: "uint256";
|
|
203
|
+
}];
|
|
204
|
+
readonly outputs: readonly [{
|
|
205
|
+
readonly type: "string";
|
|
206
|
+
}];
|
|
207
|
+
}, {
|
|
208
|
+
readonly type: "function";
|
|
209
|
+
readonly name: "totalSupply";
|
|
210
|
+
readonly stateMutability: "view";
|
|
289
211
|
readonly inputs: readonly [];
|
|
290
|
-
readonly outputs: readonly [
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
readonly
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
readonly
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
readonly type: 'address';
|
|
308
|
-
},
|
|
309
|
-
{
|
|
310
|
-
readonly name: 'tokeId';
|
|
311
|
-
readonly type: 'uint256';
|
|
312
|
-
},
|
|
313
|
-
];
|
|
212
|
+
readonly outputs: readonly [{
|
|
213
|
+
readonly type: "uint256";
|
|
214
|
+
}];
|
|
215
|
+
}, {
|
|
216
|
+
readonly type: "function";
|
|
217
|
+
readonly name: "transferFrom";
|
|
218
|
+
readonly stateMutability: "payable";
|
|
219
|
+
readonly inputs: readonly [{
|
|
220
|
+
readonly name: "sender";
|
|
221
|
+
readonly type: "address";
|
|
222
|
+
}, {
|
|
223
|
+
readonly name: "recipient";
|
|
224
|
+
readonly type: "address";
|
|
225
|
+
}, {
|
|
226
|
+
readonly name: "tokeId";
|
|
227
|
+
readonly type: "uint256";
|
|
228
|
+
}];
|
|
314
229
|
readonly outputs: readonly [];
|
|
315
|
-
|
|
316
|
-
];
|
|
230
|
+
}];
|