@fuel-ts/account 0.94.8 → 0.95.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/dist/index.global.js +721 -702
- package/dist/index.global.js.map +1 -1
- package/dist/index.js +204 -231
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +205 -233
- package/dist/index.mjs.map +1 -1
- package/dist/predicate/predicate.d.ts +9 -1
- package/dist/predicate/predicate.d.ts.map +1 -1
- package/dist/providers/__generated__/operations.d.ts +264 -1421
- package/dist/providers/__generated__/operations.d.ts.map +1 -1
- package/dist/providers/fuel-graphql-subscriber.d.ts.map +1 -1
- package/dist/providers/provider.d.ts +10 -9
- package/dist/providers/provider.d.ts.map +1 -1
- package/dist/providers/transaction-request/create-transaction-request.d.ts +2 -2
- package/dist/providers/transaction-request/create-transaction-request.d.ts.map +1 -1
- package/dist/providers/transaction-request/upload-transaction-request.d.ts +2 -3
- package/dist/providers/transaction-request/upload-transaction-request.d.ts.map +1 -1
- package/dist/providers/transaction-summary/types.d.ts +16 -0
- package/dist/providers/transaction-summary/types.d.ts.map +1 -1
- package/dist/test-utils.global.js +696 -700
- package/dist/test-utils.global.js.map +1 -1
- package/dist/test-utils.js +177 -229
- package/dist/test-utils.js.map +1 -1
- package/dist/test-utils.mjs +178 -230
- package/dist/test-utils.mjs.map +1 -1
- package/package.json +16 -16
@@ -1845,11 +1845,6 @@ export type GqlMessageProofFragment = {
|
|
1845
1845
|
applicationHash: string;
|
1846
1846
|
};
|
1847
1847
|
};
|
1848
|
-
export type GqlBalanceFragment = {
|
1849
|
-
owner: string;
|
1850
|
-
amount: string;
|
1851
|
-
assetId: string;
|
1852
|
-
};
|
1853
1848
|
export type GqlTxParametersFragment = {
|
1854
1849
|
version: GqlTxParametersVersion;
|
1855
1850
|
maxInputs: string;
|
@@ -1893,241 +1888,9 @@ type GqlDependentCostFragment_LightOperation = {
|
|
1893
1888
|
};
|
1894
1889
|
export type GqlDependentCostFragment = GqlDependentCostFragment_HeavyOperation | GqlDependentCostFragment_LightOperation;
|
1895
1890
|
export type GqlGasCostsFragment = {
|
1896
|
-
version: GqlGasCostsVersion;
|
1897
|
-
add: string;
|
1898
|
-
addi: string;
|
1899
|
-
aloc: string;
|
1900
|
-
and: string;
|
1901
|
-
andi: string;
|
1902
|
-
bal: string;
|
1903
|
-
bhei: string;
|
1904
|
-
bhsh: string;
|
1905
|
-
burn: string;
|
1906
|
-
cb: string;
|
1907
|
-
cfei: string;
|
1908
|
-
cfsi: string;
|
1909
|
-
div: string;
|
1910
|
-
divi: string;
|
1911
1891
|
ecr1: string;
|
1912
|
-
eck1: string;
|
1913
|
-
ed19: string;
|
1914
|
-
eq: string;
|
1915
|
-
exp: string;
|
1916
|
-
expi: string;
|
1917
|
-
flag: string;
|
1918
|
-
gm: string;
|
1919
|
-
gt: string;
|
1920
|
-
gtf: string;
|
1921
|
-
ji: string;
|
1922
|
-
jmp: string;
|
1923
|
-
jne: string;
|
1924
|
-
jnei: string;
|
1925
|
-
jnzi: string;
|
1926
|
-
jmpf: string;
|
1927
|
-
jmpb: string;
|
1928
|
-
jnzf: string;
|
1929
|
-
jnzb: string;
|
1930
|
-
jnef: string;
|
1931
|
-
jneb: string;
|
1932
|
-
lb: string;
|
1933
|
-
log: string;
|
1934
|
-
lt: string;
|
1935
|
-
lw: string;
|
1936
|
-
mint: string;
|
1937
|
-
mlog: string;
|
1938
|
-
modOp: string;
|
1939
|
-
modi: string;
|
1940
|
-
moveOp: string;
|
1941
|
-
movi: string;
|
1942
|
-
mroo: string;
|
1943
|
-
mul: string;
|
1944
|
-
muli: string;
|
1945
|
-
mldv: string;
|
1946
|
-
noop: string;
|
1947
|
-
not: string;
|
1948
|
-
or: string;
|
1949
|
-
ori: string;
|
1950
|
-
poph: string;
|
1951
|
-
popl: string;
|
1952
|
-
pshh: string;
|
1953
|
-
pshl: string;
|
1954
|
-
ret: string;
|
1955
|
-
rvrt: string;
|
1956
|
-
sb: string;
|
1957
|
-
sll: string;
|
1958
|
-
slli: string;
|
1959
|
-
srl: string;
|
1960
|
-
srli: string;
|
1961
|
-
srw: string;
|
1962
|
-
sub: string;
|
1963
|
-
subi: string;
|
1964
|
-
sw: string;
|
1965
|
-
sww: string;
|
1966
|
-
time: string;
|
1967
|
-
tr: string;
|
1968
|
-
tro: string;
|
1969
|
-
wdcm: string;
|
1970
|
-
wqcm: string;
|
1971
|
-
wdop: string;
|
1972
|
-
wqop: string;
|
1973
|
-
wdml: string;
|
1974
|
-
wqml: string;
|
1975
|
-
wddv: string;
|
1976
|
-
wqdv: string;
|
1977
|
-
wdmd: string;
|
1978
|
-
wqmd: string;
|
1979
|
-
wdam: string;
|
1980
|
-
wqam: string;
|
1981
|
-
wdmm: string;
|
1982
|
-
wqmm: string;
|
1983
|
-
xor: string;
|
1984
|
-
xori: string;
|
1985
1892
|
newStoragePerByte: string;
|
1986
|
-
|
1987
|
-
base: string;
|
1988
|
-
gasPerUnit: string;
|
1989
|
-
type: 'HeavyOperation';
|
1990
|
-
} | {
|
1991
|
-
base: string;
|
1992
|
-
unitsPerGas: string;
|
1993
|
-
type: 'LightOperation';
|
1994
|
-
};
|
1995
|
-
bldd?: {
|
1996
|
-
base: string;
|
1997
|
-
gasPerUnit: string;
|
1998
|
-
type: 'HeavyOperation';
|
1999
|
-
} | {
|
2000
|
-
base: string;
|
2001
|
-
unitsPerGas: string;
|
2002
|
-
type: 'LightOperation';
|
2003
|
-
} | null;
|
2004
|
-
bsiz?: {
|
2005
|
-
base: string;
|
2006
|
-
gasPerUnit: string;
|
2007
|
-
type: 'HeavyOperation';
|
2008
|
-
} | {
|
2009
|
-
base: string;
|
2010
|
-
unitsPerGas: string;
|
2011
|
-
type: 'LightOperation';
|
2012
|
-
} | null;
|
2013
|
-
cfe: {
|
2014
|
-
base: string;
|
2015
|
-
gasPerUnit: string;
|
2016
|
-
type: 'HeavyOperation';
|
2017
|
-
} | {
|
2018
|
-
base: string;
|
2019
|
-
unitsPerGas: string;
|
2020
|
-
type: 'LightOperation';
|
2021
|
-
};
|
2022
|
-
cfeiDependentCost: {
|
2023
|
-
base: string;
|
2024
|
-
gasPerUnit: string;
|
2025
|
-
type: 'HeavyOperation';
|
2026
|
-
} | {
|
2027
|
-
base: string;
|
2028
|
-
unitsPerGas: string;
|
2029
|
-
type: 'LightOperation';
|
2030
|
-
};
|
2031
|
-
call: {
|
2032
|
-
base: string;
|
2033
|
-
gasPerUnit: string;
|
2034
|
-
type: 'HeavyOperation';
|
2035
|
-
} | {
|
2036
|
-
base: string;
|
2037
|
-
unitsPerGas: string;
|
2038
|
-
type: 'LightOperation';
|
2039
|
-
};
|
2040
|
-
ccp: {
|
2041
|
-
base: string;
|
2042
|
-
gasPerUnit: string;
|
2043
|
-
type: 'HeavyOperation';
|
2044
|
-
} | {
|
2045
|
-
base: string;
|
2046
|
-
unitsPerGas: string;
|
2047
|
-
type: 'LightOperation';
|
2048
|
-
};
|
2049
|
-
croo: {
|
2050
|
-
base: string;
|
2051
|
-
gasPerUnit: string;
|
2052
|
-
type: 'HeavyOperation';
|
2053
|
-
} | {
|
2054
|
-
base: string;
|
2055
|
-
unitsPerGas: string;
|
2056
|
-
type: 'LightOperation';
|
2057
|
-
};
|
2058
|
-
csiz: {
|
2059
|
-
base: string;
|
2060
|
-
gasPerUnit: string;
|
2061
|
-
type: 'HeavyOperation';
|
2062
|
-
} | {
|
2063
|
-
base: string;
|
2064
|
-
unitsPerGas: string;
|
2065
|
-
type: 'LightOperation';
|
2066
|
-
};
|
2067
|
-
ed19DependentCost: {
|
2068
|
-
base: string;
|
2069
|
-
gasPerUnit: string;
|
2070
|
-
type: 'HeavyOperation';
|
2071
|
-
} | {
|
2072
|
-
base: string;
|
2073
|
-
unitsPerGas: string;
|
2074
|
-
type: 'LightOperation';
|
2075
|
-
};
|
2076
|
-
k256: {
|
2077
|
-
base: string;
|
2078
|
-
gasPerUnit: string;
|
2079
|
-
type: 'HeavyOperation';
|
2080
|
-
} | {
|
2081
|
-
base: string;
|
2082
|
-
unitsPerGas: string;
|
2083
|
-
type: 'LightOperation';
|
2084
|
-
};
|
2085
|
-
ldc: {
|
2086
|
-
base: string;
|
2087
|
-
gasPerUnit: string;
|
2088
|
-
type: 'HeavyOperation';
|
2089
|
-
} | {
|
2090
|
-
base: string;
|
2091
|
-
unitsPerGas: string;
|
2092
|
-
type: 'LightOperation';
|
2093
|
-
};
|
2094
|
-
logd: {
|
2095
|
-
base: string;
|
2096
|
-
gasPerUnit: string;
|
2097
|
-
type: 'HeavyOperation';
|
2098
|
-
} | {
|
2099
|
-
base: string;
|
2100
|
-
unitsPerGas: string;
|
2101
|
-
type: 'LightOperation';
|
2102
|
-
};
|
2103
|
-
mcl: {
|
2104
|
-
base: string;
|
2105
|
-
gasPerUnit: string;
|
2106
|
-
type: 'HeavyOperation';
|
2107
|
-
} | {
|
2108
|
-
base: string;
|
2109
|
-
unitsPerGas: string;
|
2110
|
-
type: 'LightOperation';
|
2111
|
-
};
|
2112
|
-
mcli: {
|
2113
|
-
base: string;
|
2114
|
-
gasPerUnit: string;
|
2115
|
-
type: 'HeavyOperation';
|
2116
|
-
} | {
|
2117
|
-
base: string;
|
2118
|
-
unitsPerGas: string;
|
2119
|
-
type: 'LightOperation';
|
2120
|
-
};
|
2121
|
-
mcp: {
|
2122
|
-
base: string;
|
2123
|
-
gasPerUnit: string;
|
2124
|
-
type: 'HeavyOperation';
|
2125
|
-
} | {
|
2126
|
-
base: string;
|
2127
|
-
unitsPerGas: string;
|
2128
|
-
type: 'LightOperation';
|
2129
|
-
};
|
2130
|
-
mcpi: {
|
1893
|
+
contractRoot: {
|
2131
1894
|
base: string;
|
2132
1895
|
gasPerUnit: string;
|
2133
1896
|
type: 'HeavyOperation';
|
@@ -2136,7 +1899,7 @@ export type GqlGasCostsFragment = {
|
|
2136
1899
|
unitsPerGas: string;
|
2137
1900
|
type: 'LightOperation';
|
2138
1901
|
};
|
2139
|
-
|
1902
|
+
stateRoot: {
|
2140
1903
|
base: string;
|
2141
1904
|
gasPerUnit: string;
|
2142
1905
|
type: 'HeavyOperation';
|
@@ -2145,7 +1908,7 @@ export type GqlGasCostsFragment = {
|
|
2145
1908
|
unitsPerGas: string;
|
2146
1909
|
type: 'LightOperation';
|
2147
1910
|
};
|
2148
|
-
|
1911
|
+
vmInitialization: {
|
2149
1912
|
base: string;
|
2150
1913
|
gasPerUnit: string;
|
2151
1914
|
type: 'HeavyOperation';
|
@@ -2163,69 +1926,6 @@ export type GqlGasCostsFragment = {
|
|
2163
1926
|
unitsPerGas: string;
|
2164
1927
|
type: 'LightOperation';
|
2165
1928
|
};
|
2166
|
-
scwq: {
|
2167
|
-
base: string;
|
2168
|
-
gasPerUnit: string;
|
2169
|
-
type: 'HeavyOperation';
|
2170
|
-
} | {
|
2171
|
-
base: string;
|
2172
|
-
unitsPerGas: string;
|
2173
|
-
type: 'LightOperation';
|
2174
|
-
};
|
2175
|
-
smo: {
|
2176
|
-
base: string;
|
2177
|
-
gasPerUnit: string;
|
2178
|
-
type: 'HeavyOperation';
|
2179
|
-
} | {
|
2180
|
-
base: string;
|
2181
|
-
unitsPerGas: string;
|
2182
|
-
type: 'LightOperation';
|
2183
|
-
};
|
2184
|
-
srwq: {
|
2185
|
-
base: string;
|
2186
|
-
gasPerUnit: string;
|
2187
|
-
type: 'HeavyOperation';
|
2188
|
-
} | {
|
2189
|
-
base: string;
|
2190
|
-
unitsPerGas: string;
|
2191
|
-
type: 'LightOperation';
|
2192
|
-
};
|
2193
|
-
swwq: {
|
2194
|
-
base: string;
|
2195
|
-
gasPerUnit: string;
|
2196
|
-
type: 'HeavyOperation';
|
2197
|
-
} | {
|
2198
|
-
base: string;
|
2199
|
-
unitsPerGas: string;
|
2200
|
-
type: 'LightOperation';
|
2201
|
-
};
|
2202
|
-
contractRoot: {
|
2203
|
-
base: string;
|
2204
|
-
gasPerUnit: string;
|
2205
|
-
type: 'HeavyOperation';
|
2206
|
-
} | {
|
2207
|
-
base: string;
|
2208
|
-
unitsPerGas: string;
|
2209
|
-
type: 'LightOperation';
|
2210
|
-
};
|
2211
|
-
stateRoot: {
|
2212
|
-
base: string;
|
2213
|
-
gasPerUnit: string;
|
2214
|
-
type: 'HeavyOperation';
|
2215
|
-
} | {
|
2216
|
-
base: string;
|
2217
|
-
unitsPerGas: string;
|
2218
|
-
type: 'LightOperation';
|
2219
|
-
};
|
2220
|
-
vmInitialization: {
|
2221
|
-
base: string;
|
2222
|
-
gasPerUnit: string;
|
2223
|
-
type: 'HeavyOperation';
|
2224
|
-
} | {
|
2225
|
-
base: string;
|
2226
|
-
unitsPerGas: string;
|
2227
|
-
type: 'LightOperation';
|
2228
|
-
};
|
2229
1929
|
};
|
2230
1930
|
export type GqlConsensusParametersFragment = {
|
2231
1931
|
version: GqlConsensusParametersVersion;
|
@@ -2263,97 +1963,9 @@ export type GqlConsensusParametersFragment = {
|
|
2263
1963
|
gasPerByte: string;
|
2264
1964
|
};
|
2265
1965
|
gasCosts: {
|
2266
|
-
version: GqlGasCostsVersion;
|
2267
|
-
add: string;
|
2268
|
-
addi: string;
|
2269
|
-
aloc: string;
|
2270
|
-
and: string;
|
2271
|
-
andi: string;
|
2272
|
-
bal: string;
|
2273
|
-
bhei: string;
|
2274
|
-
bhsh: string;
|
2275
|
-
burn: string;
|
2276
|
-
cb: string;
|
2277
|
-
cfei: string;
|
2278
|
-
cfsi: string;
|
2279
|
-
div: string;
|
2280
|
-
divi: string;
|
2281
1966
|
ecr1: string;
|
2282
|
-
eck1: string;
|
2283
|
-
ed19: string;
|
2284
|
-
eq: string;
|
2285
|
-
exp: string;
|
2286
|
-
expi: string;
|
2287
|
-
flag: string;
|
2288
|
-
gm: string;
|
2289
|
-
gt: string;
|
2290
|
-
gtf: string;
|
2291
|
-
ji: string;
|
2292
|
-
jmp: string;
|
2293
|
-
jne: string;
|
2294
|
-
jnei: string;
|
2295
|
-
jnzi: string;
|
2296
|
-
jmpf: string;
|
2297
|
-
jmpb: string;
|
2298
|
-
jnzf: string;
|
2299
|
-
jnzb: string;
|
2300
|
-
jnef: string;
|
2301
|
-
jneb: string;
|
2302
|
-
lb: string;
|
2303
|
-
log: string;
|
2304
|
-
lt: string;
|
2305
|
-
lw: string;
|
2306
|
-
mint: string;
|
2307
|
-
mlog: string;
|
2308
|
-
modOp: string;
|
2309
|
-
modi: string;
|
2310
|
-
moveOp: string;
|
2311
|
-
movi: string;
|
2312
|
-
mroo: string;
|
2313
|
-
mul: string;
|
2314
|
-
muli: string;
|
2315
|
-
mldv: string;
|
2316
|
-
noop: string;
|
2317
|
-
not: string;
|
2318
|
-
or: string;
|
2319
|
-
ori: string;
|
2320
|
-
poph: string;
|
2321
|
-
popl: string;
|
2322
|
-
pshh: string;
|
2323
|
-
pshl: string;
|
2324
|
-
ret: string;
|
2325
|
-
rvrt: string;
|
2326
|
-
sb: string;
|
2327
|
-
sll: string;
|
2328
|
-
slli: string;
|
2329
|
-
srl: string;
|
2330
|
-
srli: string;
|
2331
|
-
srw: string;
|
2332
|
-
sub: string;
|
2333
|
-
subi: string;
|
2334
|
-
sw: string;
|
2335
|
-
sww: string;
|
2336
|
-
time: string;
|
2337
|
-
tr: string;
|
2338
|
-
tro: string;
|
2339
|
-
wdcm: string;
|
2340
|
-
wqcm: string;
|
2341
|
-
wdop: string;
|
2342
|
-
wqop: string;
|
2343
|
-
wdml: string;
|
2344
|
-
wqml: string;
|
2345
|
-
wddv: string;
|
2346
|
-
wqdv: string;
|
2347
|
-
wdmd: string;
|
2348
|
-
wqmd: string;
|
2349
|
-
wdam: string;
|
2350
|
-
wqam: string;
|
2351
|
-
wdmm: string;
|
2352
|
-
wqmm: string;
|
2353
|
-
xor: string;
|
2354
|
-
xori: string;
|
2355
1967
|
newStoragePerByte: string;
|
2356
|
-
|
1968
|
+
contractRoot: {
|
2357
1969
|
base: string;
|
2358
1970
|
gasPerUnit: string;
|
2359
1971
|
type: 'HeavyOperation';
|
@@ -2362,25 +1974,7 @@ export type GqlConsensusParametersFragment = {
|
|
2362
1974
|
unitsPerGas: string;
|
2363
1975
|
type: 'LightOperation';
|
2364
1976
|
};
|
2365
|
-
|
2366
|
-
base: string;
|
2367
|
-
gasPerUnit: string;
|
2368
|
-
type: 'HeavyOperation';
|
2369
|
-
} | {
|
2370
|
-
base: string;
|
2371
|
-
unitsPerGas: string;
|
2372
|
-
type: 'LightOperation';
|
2373
|
-
} | null;
|
2374
|
-
bsiz?: {
|
2375
|
-
base: string;
|
2376
|
-
gasPerUnit: string;
|
2377
|
-
type: 'HeavyOperation';
|
2378
|
-
} | {
|
2379
|
-
base: string;
|
2380
|
-
unitsPerGas: string;
|
2381
|
-
type: 'LightOperation';
|
2382
|
-
} | null;
|
2383
|
-
cfe: {
|
1977
|
+
stateRoot: {
|
2384
1978
|
base: string;
|
2385
1979
|
gasPerUnit: string;
|
2386
1980
|
type: 'HeavyOperation';
|
@@ -2389,7 +1983,7 @@ export type GqlConsensusParametersFragment = {
|
|
2389
1983
|
unitsPerGas: string;
|
2390
1984
|
type: 'LightOperation';
|
2391
1985
|
};
|
2392
|
-
|
1986
|
+
vmInitialization: {
|
2393
1987
|
base: string;
|
2394
1988
|
gasPerUnit: string;
|
2395
1989
|
type: 'HeavyOperation';
|
@@ -2398,7 +1992,7 @@ export type GqlConsensusParametersFragment = {
|
|
2398
1992
|
unitsPerGas: string;
|
2399
1993
|
type: 'LightOperation';
|
2400
1994
|
};
|
2401
|
-
|
1995
|
+
s256: {
|
2402
1996
|
base: string;
|
2403
1997
|
gasPerUnit: string;
|
2404
1998
|
type: 'HeavyOperation';
|
@@ -2407,237 +2001,30 @@ export type GqlConsensusParametersFragment = {
|
|
2407
2001
|
unitsPerGas: string;
|
2408
2002
|
type: 'LightOperation';
|
2409
2003
|
};
|
2410
|
-
|
2411
|
-
|
2412
|
-
|
2413
|
-
|
2414
|
-
|
2415
|
-
|
2416
|
-
|
2417
|
-
|
2004
|
+
};
|
2005
|
+
};
|
2006
|
+
export type GqlChainInfoFragment = {
|
2007
|
+
name: string;
|
2008
|
+
daHeight: string;
|
2009
|
+
consensusParameters: {
|
2010
|
+
version: GqlConsensusParametersVersion;
|
2011
|
+
baseAssetId: string;
|
2012
|
+
chainId: string;
|
2013
|
+
txParams: {
|
2014
|
+
version: GqlTxParametersVersion;
|
2015
|
+
maxInputs: string;
|
2016
|
+
maxOutputs: string;
|
2017
|
+
maxWitnesses: string;
|
2018
|
+
maxGasPerTx: string;
|
2019
|
+
maxSize: string;
|
2020
|
+
maxBytecodeSubsections: string;
|
2418
2021
|
};
|
2419
|
-
|
2420
|
-
|
2421
|
-
|
2422
|
-
|
2423
|
-
|
2424
|
-
|
2425
|
-
unitsPerGas: string;
|
2426
|
-
type: 'LightOperation';
|
2427
|
-
};
|
2428
|
-
csiz: {
|
2429
|
-
base: string;
|
2430
|
-
gasPerUnit: string;
|
2431
|
-
type: 'HeavyOperation';
|
2432
|
-
} | {
|
2433
|
-
base: string;
|
2434
|
-
unitsPerGas: string;
|
2435
|
-
type: 'LightOperation';
|
2436
|
-
};
|
2437
|
-
ed19DependentCost: {
|
2438
|
-
base: string;
|
2439
|
-
gasPerUnit: string;
|
2440
|
-
type: 'HeavyOperation';
|
2441
|
-
} | {
|
2442
|
-
base: string;
|
2443
|
-
unitsPerGas: string;
|
2444
|
-
type: 'LightOperation';
|
2445
|
-
};
|
2446
|
-
k256: {
|
2447
|
-
base: string;
|
2448
|
-
gasPerUnit: string;
|
2449
|
-
type: 'HeavyOperation';
|
2450
|
-
} | {
|
2451
|
-
base: string;
|
2452
|
-
unitsPerGas: string;
|
2453
|
-
type: 'LightOperation';
|
2454
|
-
};
|
2455
|
-
ldc: {
|
2456
|
-
base: string;
|
2457
|
-
gasPerUnit: string;
|
2458
|
-
type: 'HeavyOperation';
|
2459
|
-
} | {
|
2460
|
-
base: string;
|
2461
|
-
unitsPerGas: string;
|
2462
|
-
type: 'LightOperation';
|
2463
|
-
};
|
2464
|
-
logd: {
|
2465
|
-
base: string;
|
2466
|
-
gasPerUnit: string;
|
2467
|
-
type: 'HeavyOperation';
|
2468
|
-
} | {
|
2469
|
-
base: string;
|
2470
|
-
unitsPerGas: string;
|
2471
|
-
type: 'LightOperation';
|
2472
|
-
};
|
2473
|
-
mcl: {
|
2474
|
-
base: string;
|
2475
|
-
gasPerUnit: string;
|
2476
|
-
type: 'HeavyOperation';
|
2477
|
-
} | {
|
2478
|
-
base: string;
|
2479
|
-
unitsPerGas: string;
|
2480
|
-
type: 'LightOperation';
|
2481
|
-
};
|
2482
|
-
mcli: {
|
2483
|
-
base: string;
|
2484
|
-
gasPerUnit: string;
|
2485
|
-
type: 'HeavyOperation';
|
2486
|
-
} | {
|
2487
|
-
base: string;
|
2488
|
-
unitsPerGas: string;
|
2489
|
-
type: 'LightOperation';
|
2490
|
-
};
|
2491
|
-
mcp: {
|
2492
|
-
base: string;
|
2493
|
-
gasPerUnit: string;
|
2494
|
-
type: 'HeavyOperation';
|
2495
|
-
} | {
|
2496
|
-
base: string;
|
2497
|
-
unitsPerGas: string;
|
2498
|
-
type: 'LightOperation';
|
2499
|
-
};
|
2500
|
-
mcpi: {
|
2501
|
-
base: string;
|
2502
|
-
gasPerUnit: string;
|
2503
|
-
type: 'HeavyOperation';
|
2504
|
-
} | {
|
2505
|
-
base: string;
|
2506
|
-
unitsPerGas: string;
|
2507
|
-
type: 'LightOperation';
|
2508
|
-
};
|
2509
|
-
meq: {
|
2510
|
-
base: string;
|
2511
|
-
gasPerUnit: string;
|
2512
|
-
type: 'HeavyOperation';
|
2513
|
-
} | {
|
2514
|
-
base: string;
|
2515
|
-
unitsPerGas: string;
|
2516
|
-
type: 'LightOperation';
|
2517
|
-
};
|
2518
|
-
retd: {
|
2519
|
-
base: string;
|
2520
|
-
gasPerUnit: string;
|
2521
|
-
type: 'HeavyOperation';
|
2522
|
-
} | {
|
2523
|
-
base: string;
|
2524
|
-
unitsPerGas: string;
|
2525
|
-
type: 'LightOperation';
|
2526
|
-
};
|
2527
|
-
s256: {
|
2528
|
-
base: string;
|
2529
|
-
gasPerUnit: string;
|
2530
|
-
type: 'HeavyOperation';
|
2531
|
-
} | {
|
2532
|
-
base: string;
|
2533
|
-
unitsPerGas: string;
|
2534
|
-
type: 'LightOperation';
|
2535
|
-
};
|
2536
|
-
scwq: {
|
2537
|
-
base: string;
|
2538
|
-
gasPerUnit: string;
|
2539
|
-
type: 'HeavyOperation';
|
2540
|
-
} | {
|
2541
|
-
base: string;
|
2542
|
-
unitsPerGas: string;
|
2543
|
-
type: 'LightOperation';
|
2544
|
-
};
|
2545
|
-
smo: {
|
2546
|
-
base: string;
|
2547
|
-
gasPerUnit: string;
|
2548
|
-
type: 'HeavyOperation';
|
2549
|
-
} | {
|
2550
|
-
base: string;
|
2551
|
-
unitsPerGas: string;
|
2552
|
-
type: 'LightOperation';
|
2553
|
-
};
|
2554
|
-
srwq: {
|
2555
|
-
base: string;
|
2556
|
-
gasPerUnit: string;
|
2557
|
-
type: 'HeavyOperation';
|
2558
|
-
} | {
|
2559
|
-
base: string;
|
2560
|
-
unitsPerGas: string;
|
2561
|
-
type: 'LightOperation';
|
2562
|
-
};
|
2563
|
-
swwq: {
|
2564
|
-
base: string;
|
2565
|
-
gasPerUnit: string;
|
2566
|
-
type: 'HeavyOperation';
|
2567
|
-
} | {
|
2568
|
-
base: string;
|
2569
|
-
unitsPerGas: string;
|
2570
|
-
type: 'LightOperation';
|
2571
|
-
};
|
2572
|
-
contractRoot: {
|
2573
|
-
base: string;
|
2574
|
-
gasPerUnit: string;
|
2575
|
-
type: 'HeavyOperation';
|
2576
|
-
} | {
|
2577
|
-
base: string;
|
2578
|
-
unitsPerGas: string;
|
2579
|
-
type: 'LightOperation';
|
2580
|
-
};
|
2581
|
-
stateRoot: {
|
2582
|
-
base: string;
|
2583
|
-
gasPerUnit: string;
|
2584
|
-
type: 'HeavyOperation';
|
2585
|
-
} | {
|
2586
|
-
base: string;
|
2587
|
-
unitsPerGas: string;
|
2588
|
-
type: 'LightOperation';
|
2589
|
-
};
|
2590
|
-
vmInitialization: {
|
2591
|
-
base: string;
|
2592
|
-
gasPerUnit: string;
|
2593
|
-
type: 'HeavyOperation';
|
2594
|
-
} | {
|
2595
|
-
base: string;
|
2596
|
-
unitsPerGas: string;
|
2597
|
-
type: 'LightOperation';
|
2598
|
-
};
|
2599
|
-
};
|
2600
|
-
};
|
2601
|
-
export type GqlChainInfoFragment = {
|
2602
|
-
name: string;
|
2603
|
-
daHeight: string;
|
2604
|
-
latestBlock: {
|
2605
|
-
id: string;
|
2606
|
-
height: string;
|
2607
|
-
header: {
|
2608
|
-
time: string;
|
2609
|
-
daHeight: string;
|
2610
|
-
stateTransitionBytecodeVersion: string;
|
2611
|
-
transactionsCount: string;
|
2612
|
-
transactionsRoot: string;
|
2613
|
-
messageOutboxRoot: string;
|
2614
|
-
eventInboxRoot: string;
|
2615
|
-
prevRoot: string;
|
2616
|
-
applicationHash: string;
|
2617
|
-
};
|
2618
|
-
transactions: Array<{
|
2619
|
-
id: string;
|
2620
|
-
}>;
|
2621
|
-
};
|
2622
|
-
consensusParameters: {
|
2623
|
-
version: GqlConsensusParametersVersion;
|
2624
|
-
baseAssetId: string;
|
2625
|
-
chainId: string;
|
2626
|
-
txParams: {
|
2627
|
-
version: GqlTxParametersVersion;
|
2628
|
-
maxInputs: string;
|
2629
|
-
maxOutputs: string;
|
2630
|
-
maxWitnesses: string;
|
2631
|
-
maxGasPerTx: string;
|
2632
|
-
maxSize: string;
|
2633
|
-
maxBytecodeSubsections: string;
|
2634
|
-
};
|
2635
|
-
predicateParams: {
|
2636
|
-
version: GqlPredicateParametersVersion;
|
2637
|
-
maxPredicateLength: string;
|
2638
|
-
maxPredicateDataLength: string;
|
2639
|
-
maxGasPerPredicate: string;
|
2640
|
-
maxMessageDataLength: string;
|
2022
|
+
predicateParams: {
|
2023
|
+
version: GqlPredicateParametersVersion;
|
2024
|
+
maxPredicateLength: string;
|
2025
|
+
maxPredicateDataLength: string;
|
2026
|
+
maxGasPerPredicate: string;
|
2027
|
+
maxMessageDataLength: string;
|
2641
2028
|
};
|
2642
2029
|
scriptParams: {
|
2643
2030
|
version: GqlScriptParametersVersion;
|
@@ -2655,160 +2042,9 @@ export type GqlChainInfoFragment = {
|
|
2655
2042
|
gasPerByte: string;
|
2656
2043
|
};
|
2657
2044
|
gasCosts: {
|
2658
|
-
version: GqlGasCostsVersion;
|
2659
|
-
add: string;
|
2660
|
-
addi: string;
|
2661
|
-
aloc: string;
|
2662
|
-
and: string;
|
2663
|
-
andi: string;
|
2664
|
-
bal: string;
|
2665
|
-
bhei: string;
|
2666
|
-
bhsh: string;
|
2667
|
-
burn: string;
|
2668
|
-
cb: string;
|
2669
|
-
cfei: string;
|
2670
|
-
cfsi: string;
|
2671
|
-
div: string;
|
2672
|
-
divi: string;
|
2673
2045
|
ecr1: string;
|
2674
|
-
eck1: string;
|
2675
|
-
ed19: string;
|
2676
|
-
eq: string;
|
2677
|
-
exp: string;
|
2678
|
-
expi: string;
|
2679
|
-
flag: string;
|
2680
|
-
gm: string;
|
2681
|
-
gt: string;
|
2682
|
-
gtf: string;
|
2683
|
-
ji: string;
|
2684
|
-
jmp: string;
|
2685
|
-
jne: string;
|
2686
|
-
jnei: string;
|
2687
|
-
jnzi: string;
|
2688
|
-
jmpf: string;
|
2689
|
-
jmpb: string;
|
2690
|
-
jnzf: string;
|
2691
|
-
jnzb: string;
|
2692
|
-
jnef: string;
|
2693
|
-
jneb: string;
|
2694
|
-
lb: string;
|
2695
|
-
log: string;
|
2696
|
-
lt: string;
|
2697
|
-
lw: string;
|
2698
|
-
mint: string;
|
2699
|
-
mlog: string;
|
2700
|
-
modOp: string;
|
2701
|
-
modi: string;
|
2702
|
-
moveOp: string;
|
2703
|
-
movi: string;
|
2704
|
-
mroo: string;
|
2705
|
-
mul: string;
|
2706
|
-
muli: string;
|
2707
|
-
mldv: string;
|
2708
|
-
noop: string;
|
2709
|
-
not: string;
|
2710
|
-
or: string;
|
2711
|
-
ori: string;
|
2712
|
-
poph: string;
|
2713
|
-
popl: string;
|
2714
|
-
pshh: string;
|
2715
|
-
pshl: string;
|
2716
|
-
ret: string;
|
2717
|
-
rvrt: string;
|
2718
|
-
sb: string;
|
2719
|
-
sll: string;
|
2720
|
-
slli: string;
|
2721
|
-
srl: string;
|
2722
|
-
srli: string;
|
2723
|
-
srw: string;
|
2724
|
-
sub: string;
|
2725
|
-
subi: string;
|
2726
|
-
sw: string;
|
2727
|
-
sww: string;
|
2728
|
-
time: string;
|
2729
|
-
tr: string;
|
2730
|
-
tro: string;
|
2731
|
-
wdcm: string;
|
2732
|
-
wqcm: string;
|
2733
|
-
wdop: string;
|
2734
|
-
wqop: string;
|
2735
|
-
wdml: string;
|
2736
|
-
wqml: string;
|
2737
|
-
wddv: string;
|
2738
|
-
wqdv: string;
|
2739
|
-
wdmd: string;
|
2740
|
-
wqmd: string;
|
2741
|
-
wdam: string;
|
2742
|
-
wqam: string;
|
2743
|
-
wdmm: string;
|
2744
|
-
wqmm: string;
|
2745
|
-
xor: string;
|
2746
|
-
xori: string;
|
2747
2046
|
newStoragePerByte: string;
|
2748
|
-
|
2749
|
-
base: string;
|
2750
|
-
gasPerUnit: string;
|
2751
|
-
type: 'HeavyOperation';
|
2752
|
-
} | {
|
2753
|
-
base: string;
|
2754
|
-
unitsPerGas: string;
|
2755
|
-
type: 'LightOperation';
|
2756
|
-
};
|
2757
|
-
bldd?: {
|
2758
|
-
base: string;
|
2759
|
-
gasPerUnit: string;
|
2760
|
-
type: 'HeavyOperation';
|
2761
|
-
} | {
|
2762
|
-
base: string;
|
2763
|
-
unitsPerGas: string;
|
2764
|
-
type: 'LightOperation';
|
2765
|
-
} | null;
|
2766
|
-
bsiz?: {
|
2767
|
-
base: string;
|
2768
|
-
gasPerUnit: string;
|
2769
|
-
type: 'HeavyOperation';
|
2770
|
-
} | {
|
2771
|
-
base: string;
|
2772
|
-
unitsPerGas: string;
|
2773
|
-
type: 'LightOperation';
|
2774
|
-
} | null;
|
2775
|
-
cfe: {
|
2776
|
-
base: string;
|
2777
|
-
gasPerUnit: string;
|
2778
|
-
type: 'HeavyOperation';
|
2779
|
-
} | {
|
2780
|
-
base: string;
|
2781
|
-
unitsPerGas: string;
|
2782
|
-
type: 'LightOperation';
|
2783
|
-
};
|
2784
|
-
cfeiDependentCost: {
|
2785
|
-
base: string;
|
2786
|
-
gasPerUnit: string;
|
2787
|
-
type: 'HeavyOperation';
|
2788
|
-
} | {
|
2789
|
-
base: string;
|
2790
|
-
unitsPerGas: string;
|
2791
|
-
type: 'LightOperation';
|
2792
|
-
};
|
2793
|
-
call: {
|
2794
|
-
base: string;
|
2795
|
-
gasPerUnit: string;
|
2796
|
-
type: 'HeavyOperation';
|
2797
|
-
} | {
|
2798
|
-
base: string;
|
2799
|
-
unitsPerGas: string;
|
2800
|
-
type: 'LightOperation';
|
2801
|
-
};
|
2802
|
-
ccp: {
|
2803
|
-
base: string;
|
2804
|
-
gasPerUnit: string;
|
2805
|
-
type: 'HeavyOperation';
|
2806
|
-
} | {
|
2807
|
-
base: string;
|
2808
|
-
unitsPerGas: string;
|
2809
|
-
type: 'LightOperation';
|
2810
|
-
};
|
2811
|
-
croo: {
|
2047
|
+
contractRoot: {
|
2812
2048
|
base: string;
|
2813
2049
|
gasPerUnit: string;
|
2814
2050
|
type: 'HeavyOperation';
|
@@ -2817,7 +2053,7 @@ export type GqlChainInfoFragment = {
|
|
2817
2053
|
unitsPerGas: string;
|
2818
2054
|
type: 'LightOperation';
|
2819
2055
|
};
|
2820
|
-
|
2056
|
+
stateRoot: {
|
2821
2057
|
base: string;
|
2822
2058
|
gasPerUnit: string;
|
2823
2059
|
type: 'HeavyOperation';
|
@@ -2826,509 +2062,115 @@ export type GqlChainInfoFragment = {
|
|
2826
2062
|
unitsPerGas: string;
|
2827
2063
|
type: 'LightOperation';
|
2828
2064
|
};
|
2829
|
-
|
2065
|
+
vmInitialization: {
|
2830
2066
|
base: string;
|
2831
2067
|
gasPerUnit: string;
|
2832
2068
|
type: 'HeavyOperation';
|
2833
2069
|
} | {
|
2834
2070
|
base: string;
|
2835
|
-
unitsPerGas: string;
|
2836
|
-
type: 'LightOperation';
|
2837
|
-
};
|
2838
|
-
|
2839
|
-
base: string;
|
2840
|
-
gasPerUnit: string;
|
2841
|
-
type: 'HeavyOperation';
|
2842
|
-
} | {
|
2843
|
-
base: string;
|
2844
|
-
unitsPerGas: string;
|
2845
|
-
type: 'LightOperation';
|
2846
|
-
};
|
2847
|
-
|
2848
|
-
|
2849
|
-
|
2850
|
-
|
2851
|
-
|
2852
|
-
|
2853
|
-
|
2854
|
-
|
2855
|
-
|
2856
|
-
|
2857
|
-
|
2858
|
-
|
2859
|
-
|
2860
|
-
|
2861
|
-
|
2862
|
-
|
2863
|
-
|
2864
|
-
|
2865
|
-
|
2866
|
-
|
2867
|
-
|
2868
|
-
|
2869
|
-
|
2870
|
-
|
2871
|
-
|
2872
|
-
|
2873
|
-
|
2874
|
-
|
2875
|
-
|
2876
|
-
|
2877
|
-
|
2878
|
-
|
2879
|
-
|
2880
|
-
|
2881
|
-
|
2882
|
-
|
2883
|
-
|
2884
|
-
|
2885
|
-
|
2886
|
-
|
2887
|
-
|
2888
|
-
|
2889
|
-
|
2890
|
-
|
2891
|
-
|
2892
|
-
|
2893
|
-
|
2894
|
-
|
2895
|
-
|
2896
|
-
|
2897
|
-
|
2898
|
-
|
2899
|
-
|
2900
|
-
|
2901
|
-
|
2902
|
-
|
2903
|
-
|
2904
|
-
|
2905
|
-
|
2906
|
-
|
2907
|
-
|
2908
|
-
|
2909
|
-
|
2910
|
-
|
2911
|
-
|
2912
|
-
|
2913
|
-
|
2914
|
-
|
2915
|
-
|
2916
|
-
|
2917
|
-
|
2918
|
-
};
|
2919
|
-
|
2920
|
-
|
2921
|
-
|
2922
|
-
|
2923
|
-
}
|
2924
|
-
|
2925
|
-
|
2926
|
-
|
2927
|
-
|
2928
|
-
|
2929
|
-
|
2930
|
-
|
2931
|
-
|
2932
|
-
|
2933
|
-
|
2934
|
-
|
2935
|
-
|
2936
|
-
|
2937
|
-
|
2938
|
-
base: string;
|
2939
|
-
gasPerUnit: string;
|
2940
|
-
type: 'HeavyOperation';
|
2941
|
-
} | {
|
2942
|
-
base: string;
|
2943
|
-
unitsPerGas: string;
|
2944
|
-
type: 'LightOperation';
|
2945
|
-
};
|
2946
|
-
srwq: {
|
2947
|
-
base: string;
|
2948
|
-
gasPerUnit: string;
|
2949
|
-
type: 'HeavyOperation';
|
2950
|
-
} | {
|
2951
|
-
base: string;
|
2952
|
-
unitsPerGas: string;
|
2953
|
-
type: 'LightOperation';
|
2954
|
-
};
|
2955
|
-
swwq: {
|
2956
|
-
base: string;
|
2957
|
-
gasPerUnit: string;
|
2958
|
-
type: 'HeavyOperation';
|
2959
|
-
} | {
|
2960
|
-
base: string;
|
2961
|
-
unitsPerGas: string;
|
2962
|
-
type: 'LightOperation';
|
2963
|
-
};
|
2964
|
-
contractRoot: {
|
2965
|
-
base: string;
|
2966
|
-
gasPerUnit: string;
|
2967
|
-
type: 'HeavyOperation';
|
2968
|
-
} | {
|
2969
|
-
base: string;
|
2970
|
-
unitsPerGas: string;
|
2971
|
-
type: 'LightOperation';
|
2972
|
-
};
|
2973
|
-
stateRoot: {
|
2974
|
-
base: string;
|
2975
|
-
gasPerUnit: string;
|
2976
|
-
type: 'HeavyOperation';
|
2977
|
-
} | {
|
2978
|
-
base: string;
|
2979
|
-
unitsPerGas: string;
|
2980
|
-
type: 'LightOperation';
|
2981
|
-
};
|
2982
|
-
vmInitialization: {
|
2983
|
-
base: string;
|
2984
|
-
gasPerUnit: string;
|
2985
|
-
type: 'HeavyOperation';
|
2986
|
-
} | {
|
2987
|
-
base: string;
|
2988
|
-
unitsPerGas: string;
|
2989
|
-
type: 'LightOperation';
|
2990
|
-
};
|
2991
|
-
};
|
2992
|
-
};
|
2993
|
-
};
|
2994
|
-
export type GqlContractBalanceFragment = {
|
2995
|
-
contract: string;
|
2996
|
-
amount: string;
|
2997
|
-
assetId: string;
|
2998
|
-
};
|
2999
|
-
export type GqlPageInfoFragment = {
|
3000
|
-
hasPreviousPage: boolean;
|
3001
|
-
hasNextPage: boolean;
|
3002
|
-
startCursor?: string | null;
|
3003
|
-
endCursor?: string | null;
|
3004
|
-
};
|
3005
|
-
export type GqlGetVersionQueryVariables = Exact<{
|
3006
|
-
[key: string]: never;
|
3007
|
-
}>;
|
3008
|
-
export type GqlGetVersionQuery = {
|
3009
|
-
nodeInfo: {
|
3010
|
-
nodeVersion: string;
|
3011
|
-
};
|
3012
|
-
};
|
3013
|
-
export type GqlNodeInfoFragment = {
|
3014
|
-
utxoValidation: boolean;
|
3015
|
-
vmBacktrace: boolean;
|
3016
|
-
maxTx: string;
|
3017
|
-
maxDepth: string;
|
3018
|
-
nodeVersion: string;
|
3019
|
-
};
|
3020
|
-
export type GqlRelayedTransactionStatusFragment = {
|
3021
|
-
blockHeight: string;
|
3022
|
-
failure: string;
|
3023
|
-
};
|
3024
|
-
export type GqlGetNodeInfoQueryVariables = Exact<{
|
3025
|
-
[key: string]: never;
|
3026
|
-
}>;
|
3027
|
-
export type GqlGetNodeInfoQuery = {
|
3028
|
-
nodeInfo: {
|
3029
|
-
utxoValidation: boolean;
|
3030
|
-
vmBacktrace: boolean;
|
3031
|
-
maxTx: string;
|
3032
|
-
maxDepth: string;
|
3033
|
-
nodeVersion: string;
|
3034
|
-
};
|
3035
|
-
};
|
3036
|
-
export type GqlGetChainQueryVariables = Exact<{
|
3037
|
-
[key: string]: never;
|
3038
|
-
}>;
|
3039
|
-
export type GqlGetChainQuery = {
|
3040
|
-
chain: {
|
3041
|
-
name: string;
|
3042
|
-
daHeight: string;
|
3043
|
-
latestBlock: {
|
3044
|
-
id: string;
|
3045
|
-
height: string;
|
3046
|
-
header: {
|
3047
|
-
time: string;
|
3048
|
-
daHeight: string;
|
3049
|
-
stateTransitionBytecodeVersion: string;
|
3050
|
-
transactionsCount: string;
|
3051
|
-
transactionsRoot: string;
|
3052
|
-
messageOutboxRoot: string;
|
3053
|
-
eventInboxRoot: string;
|
3054
|
-
prevRoot: string;
|
3055
|
-
applicationHash: string;
|
3056
|
-
};
|
3057
|
-
transactions: Array<{
|
3058
|
-
id: string;
|
3059
|
-
}>;
|
3060
|
-
};
|
3061
|
-
consensusParameters: {
|
3062
|
-
version: GqlConsensusParametersVersion;
|
3063
|
-
baseAssetId: string;
|
3064
|
-
chainId: string;
|
3065
|
-
txParams: {
|
3066
|
-
version: GqlTxParametersVersion;
|
3067
|
-
maxInputs: string;
|
3068
|
-
maxOutputs: string;
|
3069
|
-
maxWitnesses: string;
|
3070
|
-
maxGasPerTx: string;
|
3071
|
-
maxSize: string;
|
3072
|
-
maxBytecodeSubsections: string;
|
3073
|
-
};
|
3074
|
-
predicateParams: {
|
3075
|
-
version: GqlPredicateParametersVersion;
|
3076
|
-
maxPredicateLength: string;
|
3077
|
-
maxPredicateDataLength: string;
|
3078
|
-
maxGasPerPredicate: string;
|
3079
|
-
maxMessageDataLength: string;
|
3080
|
-
};
|
3081
|
-
scriptParams: {
|
3082
|
-
version: GqlScriptParametersVersion;
|
3083
|
-
maxScriptLength: string;
|
3084
|
-
maxScriptDataLength: string;
|
3085
|
-
};
|
3086
|
-
contractParams: {
|
3087
|
-
version: GqlContractParametersVersion;
|
3088
|
-
contractMaxSize: string;
|
3089
|
-
maxStorageSlots: string;
|
3090
|
-
};
|
3091
|
-
feeParams: {
|
3092
|
-
version: GqlFeeParametersVersion;
|
3093
|
-
gasPriceFactor: string;
|
3094
|
-
gasPerByte: string;
|
3095
|
-
};
|
3096
|
-
gasCosts: {
|
3097
|
-
version: GqlGasCostsVersion;
|
3098
|
-
add: string;
|
3099
|
-
addi: string;
|
3100
|
-
aloc: string;
|
3101
|
-
and: string;
|
3102
|
-
andi: string;
|
3103
|
-
bal: string;
|
3104
|
-
bhei: string;
|
3105
|
-
bhsh: string;
|
3106
|
-
burn: string;
|
3107
|
-
cb: string;
|
3108
|
-
cfei: string;
|
3109
|
-
cfsi: string;
|
3110
|
-
div: string;
|
3111
|
-
divi: string;
|
3112
|
-
ecr1: string;
|
3113
|
-
eck1: string;
|
3114
|
-
ed19: string;
|
3115
|
-
eq: string;
|
3116
|
-
exp: string;
|
3117
|
-
expi: string;
|
3118
|
-
flag: string;
|
3119
|
-
gm: string;
|
3120
|
-
gt: string;
|
3121
|
-
gtf: string;
|
3122
|
-
ji: string;
|
3123
|
-
jmp: string;
|
3124
|
-
jne: string;
|
3125
|
-
jnei: string;
|
3126
|
-
jnzi: string;
|
3127
|
-
jmpf: string;
|
3128
|
-
jmpb: string;
|
3129
|
-
jnzf: string;
|
3130
|
-
jnzb: string;
|
3131
|
-
jnef: string;
|
3132
|
-
jneb: string;
|
3133
|
-
lb: string;
|
3134
|
-
log: string;
|
3135
|
-
lt: string;
|
3136
|
-
lw: string;
|
3137
|
-
mint: string;
|
3138
|
-
mlog: string;
|
3139
|
-
modOp: string;
|
3140
|
-
modi: string;
|
3141
|
-
moveOp: string;
|
3142
|
-
movi: string;
|
3143
|
-
mroo: string;
|
3144
|
-
mul: string;
|
3145
|
-
muli: string;
|
3146
|
-
mldv: string;
|
3147
|
-
noop: string;
|
3148
|
-
not: string;
|
3149
|
-
or: string;
|
3150
|
-
ori: string;
|
3151
|
-
poph: string;
|
3152
|
-
popl: string;
|
3153
|
-
pshh: string;
|
3154
|
-
pshl: string;
|
3155
|
-
ret: string;
|
3156
|
-
rvrt: string;
|
3157
|
-
sb: string;
|
3158
|
-
sll: string;
|
3159
|
-
slli: string;
|
3160
|
-
srl: string;
|
3161
|
-
srli: string;
|
3162
|
-
srw: string;
|
3163
|
-
sub: string;
|
3164
|
-
subi: string;
|
3165
|
-
sw: string;
|
3166
|
-
sww: string;
|
3167
|
-
time: string;
|
3168
|
-
tr: string;
|
3169
|
-
tro: string;
|
3170
|
-
wdcm: string;
|
3171
|
-
wqcm: string;
|
3172
|
-
wdop: string;
|
3173
|
-
wqop: string;
|
3174
|
-
wdml: string;
|
3175
|
-
wqml: string;
|
3176
|
-
wddv: string;
|
3177
|
-
wqdv: string;
|
3178
|
-
wdmd: string;
|
3179
|
-
wqmd: string;
|
3180
|
-
wdam: string;
|
3181
|
-
wqam: string;
|
3182
|
-
wdmm: string;
|
3183
|
-
wqmm: string;
|
3184
|
-
xor: string;
|
3185
|
-
xori: string;
|
3186
|
-
newStoragePerByte: string;
|
3187
|
-
alocDependentCost: {
|
3188
|
-
base: string;
|
3189
|
-
gasPerUnit: string;
|
3190
|
-
type: 'HeavyOperation';
|
3191
|
-
} | {
|
3192
|
-
base: string;
|
3193
|
-
unitsPerGas: string;
|
3194
|
-
type: 'LightOperation';
|
3195
|
-
};
|
3196
|
-
bldd?: {
|
3197
|
-
base: string;
|
3198
|
-
gasPerUnit: string;
|
3199
|
-
type: 'HeavyOperation';
|
3200
|
-
} | {
|
3201
|
-
base: string;
|
3202
|
-
unitsPerGas: string;
|
3203
|
-
type: 'LightOperation';
|
3204
|
-
} | null;
|
3205
|
-
bsiz?: {
|
3206
|
-
base: string;
|
3207
|
-
gasPerUnit: string;
|
3208
|
-
type: 'HeavyOperation';
|
3209
|
-
} | {
|
3210
|
-
base: string;
|
3211
|
-
unitsPerGas: string;
|
3212
|
-
type: 'LightOperation';
|
3213
|
-
} | null;
|
3214
|
-
cfe: {
|
3215
|
-
base: string;
|
3216
|
-
gasPerUnit: string;
|
3217
|
-
type: 'HeavyOperation';
|
3218
|
-
} | {
|
3219
|
-
base: string;
|
3220
|
-
unitsPerGas: string;
|
3221
|
-
type: 'LightOperation';
|
3222
|
-
};
|
3223
|
-
cfeiDependentCost: {
|
3224
|
-
base: string;
|
3225
|
-
gasPerUnit: string;
|
3226
|
-
type: 'HeavyOperation';
|
3227
|
-
} | {
|
3228
|
-
base: string;
|
3229
|
-
unitsPerGas: string;
|
3230
|
-
type: 'LightOperation';
|
3231
|
-
};
|
3232
|
-
call: {
|
3233
|
-
base: string;
|
3234
|
-
gasPerUnit: string;
|
3235
|
-
type: 'HeavyOperation';
|
3236
|
-
} | {
|
3237
|
-
base: string;
|
3238
|
-
unitsPerGas: string;
|
3239
|
-
type: 'LightOperation';
|
3240
|
-
};
|
3241
|
-
ccp: {
|
3242
|
-
base: string;
|
3243
|
-
gasPerUnit: string;
|
3244
|
-
type: 'HeavyOperation';
|
3245
|
-
} | {
|
3246
|
-
base: string;
|
3247
|
-
unitsPerGas: string;
|
3248
|
-
type: 'LightOperation';
|
3249
|
-
};
|
3250
|
-
croo: {
|
3251
|
-
base: string;
|
3252
|
-
gasPerUnit: string;
|
3253
|
-
type: 'HeavyOperation';
|
3254
|
-
} | {
|
3255
|
-
base: string;
|
3256
|
-
unitsPerGas: string;
|
3257
|
-
type: 'LightOperation';
|
3258
|
-
};
|
3259
|
-
csiz: {
|
3260
|
-
base: string;
|
3261
|
-
gasPerUnit: string;
|
3262
|
-
type: 'HeavyOperation';
|
3263
|
-
} | {
|
3264
|
-
base: string;
|
3265
|
-
unitsPerGas: string;
|
3266
|
-
type: 'LightOperation';
|
3267
|
-
};
|
3268
|
-
ed19DependentCost: {
|
3269
|
-
base: string;
|
3270
|
-
gasPerUnit: string;
|
3271
|
-
type: 'HeavyOperation';
|
3272
|
-
} | {
|
3273
|
-
base: string;
|
3274
|
-
unitsPerGas: string;
|
3275
|
-
type: 'LightOperation';
|
3276
|
-
};
|
3277
|
-
k256: {
|
3278
|
-
base: string;
|
3279
|
-
gasPerUnit: string;
|
3280
|
-
type: 'HeavyOperation';
|
3281
|
-
} | {
|
3282
|
-
base: string;
|
3283
|
-
unitsPerGas: string;
|
3284
|
-
type: 'LightOperation';
|
3285
|
-
};
|
3286
|
-
ldc: {
|
3287
|
-
base: string;
|
3288
|
-
gasPerUnit: string;
|
3289
|
-
type: 'HeavyOperation';
|
3290
|
-
} | {
|
3291
|
-
base: string;
|
3292
|
-
unitsPerGas: string;
|
3293
|
-
type: 'LightOperation';
|
3294
|
-
};
|
3295
|
-
logd: {
|
3296
|
-
base: string;
|
3297
|
-
gasPerUnit: string;
|
3298
|
-
type: 'HeavyOperation';
|
3299
|
-
} | {
|
3300
|
-
base: string;
|
3301
|
-
unitsPerGas: string;
|
3302
|
-
type: 'LightOperation';
|
3303
|
-
};
|
3304
|
-
mcl: {
|
3305
|
-
base: string;
|
3306
|
-
gasPerUnit: string;
|
3307
|
-
type: 'HeavyOperation';
|
3308
|
-
} | {
|
3309
|
-
base: string;
|
3310
|
-
unitsPerGas: string;
|
3311
|
-
type: 'LightOperation';
|
3312
|
-
};
|
3313
|
-
mcli: {
|
3314
|
-
base: string;
|
3315
|
-
gasPerUnit: string;
|
3316
|
-
type: 'HeavyOperation';
|
3317
|
-
} | {
|
3318
|
-
base: string;
|
3319
|
-
unitsPerGas: string;
|
3320
|
-
type: 'LightOperation';
|
3321
|
-
};
|
3322
|
-
mcp: {
|
3323
|
-
base: string;
|
3324
|
-
gasPerUnit: string;
|
3325
|
-
type: 'HeavyOperation';
|
3326
|
-
} | {
|
3327
|
-
base: string;
|
3328
|
-
unitsPerGas: string;
|
3329
|
-
type: 'LightOperation';
|
3330
|
-
};
|
3331
|
-
mcpi: {
|
2071
|
+
unitsPerGas: string;
|
2072
|
+
type: 'LightOperation';
|
2073
|
+
};
|
2074
|
+
s256: {
|
2075
|
+
base: string;
|
2076
|
+
gasPerUnit: string;
|
2077
|
+
type: 'HeavyOperation';
|
2078
|
+
} | {
|
2079
|
+
base: string;
|
2080
|
+
unitsPerGas: string;
|
2081
|
+
type: 'LightOperation';
|
2082
|
+
};
|
2083
|
+
};
|
2084
|
+
};
|
2085
|
+
};
|
2086
|
+
export type GqlContractBalanceFragment = {
|
2087
|
+
contract: string;
|
2088
|
+
amount: string;
|
2089
|
+
assetId: string;
|
2090
|
+
};
|
2091
|
+
export type GqlPageInfoFragment = {
|
2092
|
+
hasPreviousPage: boolean;
|
2093
|
+
hasNextPage: boolean;
|
2094
|
+
startCursor?: string | null;
|
2095
|
+
endCursor?: string | null;
|
2096
|
+
};
|
2097
|
+
export type GqlGetVersionQueryVariables = Exact<{
|
2098
|
+
[key: string]: never;
|
2099
|
+
}>;
|
2100
|
+
export type GqlGetVersionQuery = {
|
2101
|
+
nodeInfo: {
|
2102
|
+
nodeVersion: string;
|
2103
|
+
};
|
2104
|
+
};
|
2105
|
+
export type GqlNodeInfoFragment = {
|
2106
|
+
utxoValidation: boolean;
|
2107
|
+
vmBacktrace: boolean;
|
2108
|
+
maxTx: string;
|
2109
|
+
maxDepth: string;
|
2110
|
+
nodeVersion: string;
|
2111
|
+
};
|
2112
|
+
export type GqlRelayedTransactionStatusFragment = {
|
2113
|
+
blockHeight: string;
|
2114
|
+
failure: string;
|
2115
|
+
};
|
2116
|
+
export type GqlGetNodeInfoQueryVariables = Exact<{
|
2117
|
+
[key: string]: never;
|
2118
|
+
}>;
|
2119
|
+
export type GqlGetNodeInfoQuery = {
|
2120
|
+
nodeInfo: {
|
2121
|
+
utxoValidation: boolean;
|
2122
|
+
vmBacktrace: boolean;
|
2123
|
+
maxTx: string;
|
2124
|
+
maxDepth: string;
|
2125
|
+
nodeVersion: string;
|
2126
|
+
};
|
2127
|
+
};
|
2128
|
+
export type GqlGetChainQueryVariables = Exact<{
|
2129
|
+
[key: string]: never;
|
2130
|
+
}>;
|
2131
|
+
export type GqlGetChainQuery = {
|
2132
|
+
chain: {
|
2133
|
+
name: string;
|
2134
|
+
daHeight: string;
|
2135
|
+
consensusParameters: {
|
2136
|
+
version: GqlConsensusParametersVersion;
|
2137
|
+
baseAssetId: string;
|
2138
|
+
chainId: string;
|
2139
|
+
txParams: {
|
2140
|
+
version: GqlTxParametersVersion;
|
2141
|
+
maxInputs: string;
|
2142
|
+
maxOutputs: string;
|
2143
|
+
maxWitnesses: string;
|
2144
|
+
maxGasPerTx: string;
|
2145
|
+
maxSize: string;
|
2146
|
+
maxBytecodeSubsections: string;
|
2147
|
+
};
|
2148
|
+
predicateParams: {
|
2149
|
+
version: GqlPredicateParametersVersion;
|
2150
|
+
maxPredicateLength: string;
|
2151
|
+
maxPredicateDataLength: string;
|
2152
|
+
maxGasPerPredicate: string;
|
2153
|
+
maxMessageDataLength: string;
|
2154
|
+
};
|
2155
|
+
scriptParams: {
|
2156
|
+
version: GqlScriptParametersVersion;
|
2157
|
+
maxScriptLength: string;
|
2158
|
+
maxScriptDataLength: string;
|
2159
|
+
};
|
2160
|
+
contractParams: {
|
2161
|
+
version: GqlContractParametersVersion;
|
2162
|
+
contractMaxSize: string;
|
2163
|
+
maxStorageSlots: string;
|
2164
|
+
};
|
2165
|
+
feeParams: {
|
2166
|
+
version: GqlFeeParametersVersion;
|
2167
|
+
gasPriceFactor: string;
|
2168
|
+
gasPerByte: string;
|
2169
|
+
};
|
2170
|
+
gasCosts: {
|
2171
|
+
ecr1: string;
|
2172
|
+
newStoragePerByte: string;
|
2173
|
+
contractRoot: {
|
3332
2174
|
base: string;
|
3333
2175
|
gasPerUnit: string;
|
3334
2176
|
type: 'HeavyOperation';
|
@@ -3337,7 +2179,7 @@ export type GqlGetChainQuery = {
|
|
3337
2179
|
unitsPerGas: string;
|
3338
2180
|
type: 'LightOperation';
|
3339
2181
|
};
|
3340
|
-
|
2182
|
+
stateRoot: {
|
3341
2183
|
base: string;
|
3342
2184
|
gasPerUnit: string;
|
3343
2185
|
type: 'HeavyOperation';
|
@@ -3346,7 +2188,7 @@ export type GqlGetChainQuery = {
|
|
3346
2188
|
unitsPerGas: string;
|
3347
2189
|
type: 'LightOperation';
|
3348
2190
|
};
|
3349
|
-
|
2191
|
+
vmInitialization: {
|
3350
2192
|
base: string;
|
3351
2193
|
gasPerUnit: string;
|
3352
2194
|
type: 'HeavyOperation';
|
@@ -3364,34 +2206,56 @@ export type GqlGetChainQuery = {
|
|
3364
2206
|
unitsPerGas: string;
|
3365
2207
|
type: 'LightOperation';
|
3366
2208
|
};
|
3367
|
-
|
3368
|
-
|
3369
|
-
|
3370
|
-
|
3371
|
-
|
3372
|
-
|
3373
|
-
|
3374
|
-
|
3375
|
-
|
3376
|
-
|
3377
|
-
|
3378
|
-
|
3379
|
-
|
3380
|
-
|
3381
|
-
|
3382
|
-
|
3383
|
-
|
3384
|
-
|
3385
|
-
|
3386
|
-
|
3387
|
-
|
3388
|
-
|
3389
|
-
|
3390
|
-
|
3391
|
-
|
3392
|
-
|
3393
|
-
|
3394
|
-
|
2209
|
+
};
|
2210
|
+
};
|
2211
|
+
};
|
2212
|
+
};
|
2213
|
+
export type GqlGetChainAndNodeInfoQueryVariables = Exact<{
|
2214
|
+
[key: string]: never;
|
2215
|
+
}>;
|
2216
|
+
export type GqlGetChainAndNodeInfoQuery = {
|
2217
|
+
chain: {
|
2218
|
+
name: string;
|
2219
|
+
daHeight: string;
|
2220
|
+
consensusParameters: {
|
2221
|
+
version: GqlConsensusParametersVersion;
|
2222
|
+
baseAssetId: string;
|
2223
|
+
chainId: string;
|
2224
|
+
txParams: {
|
2225
|
+
version: GqlTxParametersVersion;
|
2226
|
+
maxInputs: string;
|
2227
|
+
maxOutputs: string;
|
2228
|
+
maxWitnesses: string;
|
2229
|
+
maxGasPerTx: string;
|
2230
|
+
maxSize: string;
|
2231
|
+
maxBytecodeSubsections: string;
|
2232
|
+
};
|
2233
|
+
predicateParams: {
|
2234
|
+
version: GqlPredicateParametersVersion;
|
2235
|
+
maxPredicateLength: string;
|
2236
|
+
maxPredicateDataLength: string;
|
2237
|
+
maxGasPerPredicate: string;
|
2238
|
+
maxMessageDataLength: string;
|
2239
|
+
};
|
2240
|
+
scriptParams: {
|
2241
|
+
version: GqlScriptParametersVersion;
|
2242
|
+
maxScriptLength: string;
|
2243
|
+
maxScriptDataLength: string;
|
2244
|
+
};
|
2245
|
+
contractParams: {
|
2246
|
+
version: GqlContractParametersVersion;
|
2247
|
+
contractMaxSize: string;
|
2248
|
+
maxStorageSlots: string;
|
2249
|
+
};
|
2250
|
+
feeParams: {
|
2251
|
+
version: GqlFeeParametersVersion;
|
2252
|
+
gasPriceFactor: string;
|
2253
|
+
gasPerByte: string;
|
2254
|
+
};
|
2255
|
+
gasCosts: {
|
2256
|
+
ecr1: string;
|
2257
|
+
newStoragePerByte: string;
|
2258
|
+
contractRoot: {
|
3395
2259
|
base: string;
|
3396
2260
|
gasPerUnit: string;
|
3397
2261
|
type: 'HeavyOperation';
|
@@ -3400,7 +2264,7 @@ export type GqlGetChainQuery = {
|
|
3400
2264
|
unitsPerGas: string;
|
3401
2265
|
type: 'LightOperation';
|
3402
2266
|
};
|
3403
|
-
|
2267
|
+
stateRoot: {
|
3404
2268
|
base: string;
|
3405
2269
|
gasPerUnit: string;
|
3406
2270
|
type: 'HeavyOperation';
|
@@ -3409,7 +2273,7 @@ export type GqlGetChainQuery = {
|
|
3409
2273
|
unitsPerGas: string;
|
3410
2274
|
type: 'LightOperation';
|
3411
2275
|
};
|
3412
|
-
|
2276
|
+
vmInitialization: {
|
3413
2277
|
base: string;
|
3414
2278
|
gasPerUnit: string;
|
3415
2279
|
type: 'HeavyOperation';
|
@@ -3418,7 +2282,7 @@ export type GqlGetChainQuery = {
|
|
3418
2282
|
unitsPerGas: string;
|
3419
2283
|
type: 'LightOperation';
|
3420
2284
|
};
|
3421
|
-
|
2285
|
+
s256: {
|
3422
2286
|
base: string;
|
3423
2287
|
gasPerUnit: string;
|
3424
2288
|
type: 'HeavyOperation';
|
@@ -3430,6 +2294,13 @@ export type GqlGetChainQuery = {
|
|
3430
2294
|
};
|
3431
2295
|
};
|
3432
2296
|
};
|
2297
|
+
nodeInfo: {
|
2298
|
+
utxoValidation: boolean;
|
2299
|
+
vmBacktrace: boolean;
|
2300
|
+
maxTx: string;
|
2301
|
+
maxDepth: string;
|
2302
|
+
nodeVersion: string;
|
2303
|
+
};
|
3433
2304
|
};
|
3434
2305
|
export type GqlGetTransactionQueryVariables = Exact<{
|
3435
2306
|
transactionId: Scalars['TransactionId']['input'];
|
@@ -3858,6 +2729,41 @@ export type GqlEstimatePredicatesQuery = {
|
|
3858
2729
|
} | {}> | null;
|
3859
2730
|
};
|
3860
2731
|
};
|
2732
|
+
export type GqlGetLatestBlockQueryVariables = Exact<{
|
2733
|
+
[key: string]: never;
|
2734
|
+
}>;
|
2735
|
+
export type GqlGetLatestBlockQuery = {
|
2736
|
+
chain: {
|
2737
|
+
latestBlock: {
|
2738
|
+
id: string;
|
2739
|
+
height: string;
|
2740
|
+
header: {
|
2741
|
+
time: string;
|
2742
|
+
daHeight: string;
|
2743
|
+
stateTransitionBytecodeVersion: string;
|
2744
|
+
transactionsCount: string;
|
2745
|
+
transactionsRoot: string;
|
2746
|
+
messageOutboxRoot: string;
|
2747
|
+
eventInboxRoot: string;
|
2748
|
+
prevRoot: string;
|
2749
|
+
applicationHash: string;
|
2750
|
+
};
|
2751
|
+
transactions: Array<{
|
2752
|
+
id: string;
|
2753
|
+
}>;
|
2754
|
+
};
|
2755
|
+
};
|
2756
|
+
};
|
2757
|
+
export type GqlGetLatestBlockHeightQueryVariables = Exact<{
|
2758
|
+
[key: string]: never;
|
2759
|
+
}>;
|
2760
|
+
export type GqlGetLatestBlockHeightQuery = {
|
2761
|
+
chain: {
|
2762
|
+
latestBlock: {
|
2763
|
+
height: string;
|
2764
|
+
};
|
2765
|
+
};
|
2766
|
+
};
|
3861
2767
|
export type GqlGetBlockQueryVariables = Exact<{
|
3862
2768
|
blockId?: InputMaybe<Scalars['BlockId']['input']>;
|
3863
2769
|
height?: InputMaybe<Scalars['U32']['input']>;
|
@@ -3893,94 +2799,6 @@ export type GqlGetBlockWithTransactionsQuery = {
|
|
3893
2799
|
transactions: Array<{
|
3894
2800
|
id: string;
|
3895
2801
|
rawPayload: string;
|
3896
|
-
status?: {
|
3897
|
-
totalGas: string;
|
3898
|
-
totalFee: string;
|
3899
|
-
time: string;
|
3900
|
-
reason: string;
|
3901
|
-
type: 'FailureStatus';
|
3902
|
-
block: {
|
3903
|
-
id: string;
|
3904
|
-
};
|
3905
|
-
receipts: Array<{
|
3906
|
-
id?: string | null;
|
3907
|
-
pc?: string | null;
|
3908
|
-
is?: string | null;
|
3909
|
-
to?: string | null;
|
3910
|
-
toAddress?: string | null;
|
3911
|
-
amount?: string | null;
|
3912
|
-
assetId?: string | null;
|
3913
|
-
gas?: string | null;
|
3914
|
-
param1?: string | null;
|
3915
|
-
param2?: string | null;
|
3916
|
-
val?: string | null;
|
3917
|
-
ptr?: string | null;
|
3918
|
-
digest?: string | null;
|
3919
|
-
reason?: string | null;
|
3920
|
-
ra?: string | null;
|
3921
|
-
rb?: string | null;
|
3922
|
-
rc?: string | null;
|
3923
|
-
rd?: string | null;
|
3924
|
-
len?: string | null;
|
3925
|
-
receiptType: GqlReceiptType;
|
3926
|
-
result?: string | null;
|
3927
|
-
gasUsed?: string | null;
|
3928
|
-
data?: string | null;
|
3929
|
-
sender?: string | null;
|
3930
|
-
recipient?: string | null;
|
3931
|
-
nonce?: string | null;
|
3932
|
-
contractId?: string | null;
|
3933
|
-
subId?: string | null;
|
3934
|
-
}>;
|
3935
|
-
} | {
|
3936
|
-
reason: string;
|
3937
|
-
type: 'SqueezedOutStatus';
|
3938
|
-
} | {
|
3939
|
-
time: string;
|
3940
|
-
type: 'SubmittedStatus';
|
3941
|
-
} | {
|
3942
|
-
time: string;
|
3943
|
-
totalGas: string;
|
3944
|
-
totalFee: string;
|
3945
|
-
type: 'SuccessStatus';
|
3946
|
-
block: {
|
3947
|
-
id: string;
|
3948
|
-
};
|
3949
|
-
programState?: {
|
3950
|
-
returnType: GqlReturnType;
|
3951
|
-
data: string;
|
3952
|
-
} | null;
|
3953
|
-
receipts: Array<{
|
3954
|
-
id?: string | null;
|
3955
|
-
pc?: string | null;
|
3956
|
-
is?: string | null;
|
3957
|
-
to?: string | null;
|
3958
|
-
toAddress?: string | null;
|
3959
|
-
amount?: string | null;
|
3960
|
-
assetId?: string | null;
|
3961
|
-
gas?: string | null;
|
3962
|
-
param1?: string | null;
|
3963
|
-
param2?: string | null;
|
3964
|
-
val?: string | null;
|
3965
|
-
ptr?: string | null;
|
3966
|
-
digest?: string | null;
|
3967
|
-
reason?: string | null;
|
3968
|
-
ra?: string | null;
|
3969
|
-
rb?: string | null;
|
3970
|
-
rc?: string | null;
|
3971
|
-
rd?: string | null;
|
3972
|
-
len?: string | null;
|
3973
|
-
receiptType: GqlReceiptType;
|
3974
|
-
result?: string | null;
|
3975
|
-
gasUsed?: string | null;
|
3976
|
-
data?: string | null;
|
3977
|
-
sender?: string | null;
|
3978
|
-
recipient?: string | null;
|
3979
|
-
nonce?: string | null;
|
3980
|
-
contractId?: string | null;
|
3981
|
-
subId?: string | null;
|
3982
|
-
}>;
|
3983
|
-
} | null;
|
3984
2802
|
}>;
|
3985
2803
|
header: {
|
3986
2804
|
time: string;
|
@@ -4031,6 +2849,10 @@ export type GqlGetBlocksQuery = {
|
|
4031
2849
|
}>;
|
4032
2850
|
};
|
4033
2851
|
};
|
2852
|
+
export type GqlTransactionRawPayloadFragment = {
|
2853
|
+
id: string;
|
2854
|
+
rawPayload: string;
|
2855
|
+
};
|
4034
2856
|
export type GqlGetCoinQueryVariables = Exact<{
|
4035
2857
|
coinId: Scalars['UtxoId']['input'];
|
4036
2858
|
}>;
|
@@ -4123,9 +2945,7 @@ export type GqlGetBalanceQueryVariables = Exact<{
|
|
4123
2945
|
}>;
|
4124
2946
|
export type GqlGetBalanceQuery = {
|
4125
2947
|
balance: {
|
4126
|
-
owner: string;
|
4127
2948
|
amount: string;
|
4128
|
-
assetId: string;
|
4129
2949
|
};
|
4130
2950
|
};
|
4131
2951
|
export type GqlGetLatestGasPriceQueryVariables = Exact<{
|
@@ -4161,9 +2981,8 @@ export type GqlGetBalancesQuery = {
|
|
4161
2981
|
};
|
4162
2982
|
edges: Array<{
|
4163
2983
|
node: {
|
4164
|
-
owner: string;
|
4165
|
-
amount: string;
|
4166
2984
|
assetId: string;
|
2985
|
+
amount: string;
|
4167
2986
|
};
|
4168
2987
|
}>;
|
4169
2988
|
};
|
@@ -4353,6 +3172,22 @@ export type GqlGetMessageByNonceQuery = {
|
|
4353
3172
|
daHeight: string;
|
4354
3173
|
} | null;
|
4355
3174
|
};
|
3175
|
+
export type GqlIsUserAccountQueryVariables = Exact<{
|
3176
|
+
blobId: Scalars['BlobId']['input'];
|
3177
|
+
contractId: Scalars['ContractId']['input'];
|
3178
|
+
transactionId: Scalars['TransactionId']['input'];
|
3179
|
+
}>;
|
3180
|
+
export type GqlIsUserAccountQuery = {
|
3181
|
+
blob?: {
|
3182
|
+
id: any;
|
3183
|
+
} | null;
|
3184
|
+
contract?: {
|
3185
|
+
id: string;
|
3186
|
+
} | null;
|
3187
|
+
transaction?: {
|
3188
|
+
id: string;
|
3189
|
+
} | null;
|
3190
|
+
};
|
4356
3191
|
export type GqlSubmitAndAwaitSubscriptionVariables = Exact<{
|
4357
3192
|
encodedTransaction: Scalars['HexString']['input'];
|
4358
3193
|
}>;
|
@@ -4869,12 +3704,11 @@ export declare const DryRunFailureStatusFragmentDoc: DocumentNode;
|
|
4869
3704
|
export declare const DryRunSuccessStatusFragmentDoc: DocumentNode;
|
4870
3705
|
export declare const DryRunTransactionStatusFragmentDoc: DocumentNode;
|
4871
3706
|
export declare const DryRunTransactionExecutionStatusFragmentDoc: DocumentNode;
|
3707
|
+
export declare const BlockFragmentDoc: DocumentNode;
|
4872
3708
|
export declare const CoinFragmentDoc: DocumentNode;
|
4873
3709
|
export declare const MessageCoinFragmentDoc: DocumentNode;
|
4874
3710
|
export declare const MessageFragmentDoc: DocumentNode;
|
4875
3711
|
export declare const MessageProofFragmentDoc: DocumentNode;
|
4876
|
-
export declare const BalanceFragmentDoc: DocumentNode;
|
4877
|
-
export declare const BlockFragmentDoc: DocumentNode;
|
4878
3712
|
export declare const TxParametersFragmentDoc: DocumentNode;
|
4879
3713
|
export declare const PredicateParametersFragmentDoc: DocumentNode;
|
4880
3714
|
export declare const ScriptParametersFragmentDoc: DocumentNode;
|
@@ -4888,14 +3722,18 @@ export declare const ContractBalanceFragmentDoc: DocumentNode;
|
|
4888
3722
|
export declare const PageInfoFragmentDoc: DocumentNode;
|
4889
3723
|
export declare const NodeInfoFragmentDoc: DocumentNode;
|
4890
3724
|
export declare const RelayedTransactionStatusFragmentDoc: DocumentNode;
|
3725
|
+
export declare const TransactionRawPayloadFragmentDoc: DocumentNode;
|
4891
3726
|
export declare const GetVersionDocument: DocumentNode;
|
4892
3727
|
export declare const GetNodeInfoDocument: DocumentNode;
|
4893
3728
|
export declare const GetChainDocument: DocumentNode;
|
3729
|
+
export declare const GetChainAndNodeInfoDocument: DocumentNode;
|
4894
3730
|
export declare const GetTransactionDocument: DocumentNode;
|
4895
3731
|
export declare const GetTransactionWithReceiptsDocument: DocumentNode;
|
4896
3732
|
export declare const GetTransactionsDocument: DocumentNode;
|
4897
3733
|
export declare const GetTransactionsByOwnerDocument: DocumentNode;
|
4898
3734
|
export declare const EstimatePredicatesDocument: DocumentNode;
|
3735
|
+
export declare const GetLatestBlockDocument: DocumentNode;
|
3736
|
+
export declare const GetLatestBlockHeightDocument: DocumentNode;
|
4899
3737
|
export declare const GetBlockDocument: DocumentNode;
|
4900
3738
|
export declare const GetBlockWithTransactionsDocument: DocumentNode;
|
4901
3739
|
export declare const GetBlocksDocument: DocumentNode;
|
@@ -4916,6 +3754,7 @@ export declare const DryRunDocument: DocumentNode;
|
|
4916
3754
|
export declare const SubmitDocument: DocumentNode;
|
4917
3755
|
export declare const ProduceBlocksDocument: DocumentNode;
|
4918
3756
|
export declare const GetMessageByNonceDocument: DocumentNode;
|
3757
|
+
export declare const IsUserAccountDocument: DocumentNode;
|
4919
3758
|
export declare const SubmitAndAwaitDocument: DocumentNode;
|
4920
3759
|
export declare const SubmitAndAwaitStatusDocument: DocumentNode;
|
4921
3760
|
export declare const StatusChangeDocument: DocumentNode;
|
@@ -4924,11 +3763,14 @@ export declare function getSdk<C>(requester: Requester<C>): {
|
|
4924
3763
|
getVersion(variables?: GqlGetVersionQueryVariables, options?: C): Promise<GqlGetVersionQuery>;
|
4925
3764
|
getNodeInfo(variables?: GqlGetNodeInfoQueryVariables, options?: C): Promise<GqlGetNodeInfoQuery>;
|
4926
3765
|
getChain(variables?: GqlGetChainQueryVariables, options?: C): Promise<GqlGetChainQuery>;
|
3766
|
+
getChainAndNodeInfo(variables?: GqlGetChainAndNodeInfoQueryVariables, options?: C): Promise<GqlGetChainAndNodeInfoQuery>;
|
4927
3767
|
getTransaction(variables: GqlGetTransactionQueryVariables, options?: C): Promise<GqlGetTransactionQuery>;
|
4928
3768
|
getTransactionWithReceipts(variables: GqlGetTransactionWithReceiptsQueryVariables, options?: C): Promise<GqlGetTransactionWithReceiptsQuery>;
|
4929
3769
|
getTransactions(variables?: GqlGetTransactionsQueryVariables, options?: C): Promise<GqlGetTransactionsQuery>;
|
4930
3770
|
getTransactionsByOwner(variables: GqlGetTransactionsByOwnerQueryVariables, options?: C): Promise<GqlGetTransactionsByOwnerQuery>;
|
4931
3771
|
estimatePredicates(variables: GqlEstimatePredicatesQueryVariables, options?: C): Promise<GqlEstimatePredicatesQuery>;
|
3772
|
+
getLatestBlock(variables?: GqlGetLatestBlockQueryVariables, options?: C): Promise<GqlGetLatestBlockQuery>;
|
3773
|
+
getLatestBlockHeight(variables?: GqlGetLatestBlockHeightQueryVariables, options?: C): Promise<GqlGetLatestBlockHeightQuery>;
|
4932
3774
|
getBlock(variables?: GqlGetBlockQueryVariables, options?: C): Promise<GqlGetBlockQuery>;
|
4933
3775
|
getBlockWithTransactions(variables?: GqlGetBlockWithTransactionsQueryVariables, options?: C): Promise<GqlGetBlockWithTransactionsQuery>;
|
4934
3776
|
getBlocks(variables?: GqlGetBlocksQueryVariables, options?: C): Promise<GqlGetBlocksQuery>;
|
@@ -4949,6 +3791,7 @@ export declare function getSdk<C>(requester: Requester<C>): {
|
|
4949
3791
|
submit(variables: GqlSubmitMutationVariables, options?: C): Promise<GqlSubmitMutation>;
|
4950
3792
|
produceBlocks(variables: GqlProduceBlocksMutationVariables, options?: C): Promise<GqlProduceBlocksMutation>;
|
4951
3793
|
getMessageByNonce(variables: GqlGetMessageByNonceQueryVariables, options?: C): Promise<GqlGetMessageByNonceQuery>;
|
3794
|
+
isUserAccount(variables: GqlIsUserAccountQueryVariables, options?: C): Promise<GqlIsUserAccountQuery>;
|
4952
3795
|
submitAndAwait(variables: GqlSubmitAndAwaitSubscriptionVariables, options?: C): AsyncIterable<GqlSubmitAndAwaitSubscription>;
|
4953
3796
|
submitAndAwaitStatus(variables: GqlSubmitAndAwaitStatusSubscriptionVariables, options?: C): AsyncIterable<GqlSubmitAndAwaitStatusSubscription>;
|
4954
3797
|
statusChange(variables: GqlStatusChangeSubscriptionVariables, options?: C): AsyncIterable<GqlStatusChangeSubscription>;
|