@solana/rpc-graphql 2.0.0-experimental.ffeddf6 → 2.0.0-preview.1

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.
Files changed (104) hide show
  1. package/README.md +193 -277
  2. package/dist/index.browser.cjs +3117 -4783
  3. package/dist/index.browser.cjs.map +1 -1
  4. package/dist/index.browser.js +3114 -4785
  5. package/dist/index.browser.js.map +1 -1
  6. package/dist/index.native.js +3115 -4782
  7. package/dist/index.native.js.map +1 -1
  8. package/dist/index.node.cjs +3118 -4780
  9. package/dist/index.node.cjs.map +1 -1
  10. package/dist/index.node.js +3115 -4782
  11. package/dist/index.node.js.map +1 -1
  12. package/dist/types/context.d.ts +16 -19
  13. package/dist/types/context.d.ts.map +1 -1
  14. package/dist/types/index.d.ts +6 -1
  15. package/dist/types/index.d.ts.map +1 -1
  16. package/dist/types/loaders/account.d.ts +14 -0
  17. package/dist/types/loaders/account.d.ts.map +1 -0
  18. package/dist/types/loaders/block.d.ts +4 -0
  19. package/dist/types/loaders/block.d.ts.map +1 -0
  20. package/dist/types/loaders/coalescer.d.ts +55 -0
  21. package/dist/types/loaders/coalescer.d.ts.map +1 -0
  22. package/dist/types/loaders/index.d.ts +6 -0
  23. package/dist/types/loaders/index.d.ts.map +1 -0
  24. package/dist/types/loaders/loader.d.ts +82 -0
  25. package/dist/types/loaders/loader.d.ts.map +1 -0
  26. package/dist/types/loaders/program-accounts.d.ts +8 -0
  27. package/dist/types/loaders/program-accounts.d.ts.map +1 -0
  28. package/dist/types/loaders/transaction.d.ts +4 -0
  29. package/dist/types/loaders/transaction.d.ts.map +1 -0
  30. package/dist/types/resolvers/account.d.ts +232 -0
  31. package/dist/types/resolvers/account.d.ts.map +1 -0
  32. package/dist/types/resolvers/block.d.ts +104 -0
  33. package/dist/types/resolvers/block.d.ts.map +1 -0
  34. package/dist/types/resolvers/index.d.ts +3 -0
  35. package/dist/types/resolvers/index.d.ts.map +1 -0
  36. package/dist/types/resolvers/instruction.d.ts +2220 -0
  37. package/dist/types/resolvers/instruction.d.ts.map +1 -0
  38. package/dist/types/resolvers/program-accounts.d.ts +19 -0
  39. package/dist/types/resolvers/program-accounts.d.ts.map +1 -0
  40. package/dist/types/resolvers/resolve-info/account.d.ts +15 -0
  41. package/dist/types/resolvers/resolve-info/account.d.ts.map +1 -0
  42. package/dist/types/resolvers/resolve-info/block.d.ts +13 -0
  43. package/dist/types/resolvers/resolve-info/block.d.ts.map +1 -0
  44. package/dist/types/resolvers/resolve-info/index.d.ts +6 -0
  45. package/dist/types/resolvers/resolve-info/index.d.ts.map +1 -0
  46. package/dist/types/resolvers/resolve-info/program-accounts.d.ts +20 -0
  47. package/dist/types/resolvers/resolve-info/program-accounts.d.ts.map +1 -0
  48. package/dist/types/resolvers/resolve-info/transaction.d.ts +15 -0
  49. package/dist/types/resolvers/resolve-info/transaction.d.ts.map +1 -0
  50. package/dist/types/resolvers/resolve-info/visitor.d.ts +18 -0
  51. package/dist/types/resolvers/resolve-info/visitor.d.ts.map +1 -0
  52. package/dist/types/resolvers/root.d.ts +3 -0
  53. package/dist/types/resolvers/root.d.ts.map +1 -0
  54. package/dist/types/resolvers/transaction.d.ts +42 -0
  55. package/dist/types/resolvers/transaction.d.ts.map +1 -0
  56. package/dist/types/resolvers/types.d.ts +94 -0
  57. package/dist/types/resolvers/types.d.ts.map +1 -0
  58. package/dist/types/schema/account.d.ts +2 -0
  59. package/dist/types/schema/account.d.ts.map +1 -0
  60. package/dist/types/schema/block.d.ts +2 -0
  61. package/dist/types/schema/block.d.ts.map +1 -0
  62. package/dist/types/schema/index.d.ts +2 -0
  63. package/dist/types/schema/index.d.ts.map +1 -0
  64. package/dist/types/schema/instruction.d.ts +2 -0
  65. package/dist/types/schema/instruction.d.ts.map +1 -0
  66. package/dist/types/schema/root.d.ts +2 -0
  67. package/dist/types/schema/root.d.ts.map +1 -0
  68. package/dist/types/schema/transaction.d.ts +2 -0
  69. package/dist/types/schema/transaction.d.ts.map +1 -0
  70. package/dist/types/schema/types.d.ts +2 -0
  71. package/dist/types/schema/types.d.ts.map +1 -0
  72. package/package.json +14 -37
  73. package/dist/types/cache.d.ts +0 -7
  74. package/dist/types/cache.d.ts.map +0 -1
  75. package/dist/types/rpc.d.ts +0 -13
  76. package/dist/types/rpc.d.ts.map +0 -1
  77. package/dist/types/schema/account/index.d.ts +0 -3
  78. package/dist/types/schema/account/index.d.ts.map +0 -1
  79. package/dist/types/schema/account/query.d.ts +0 -38
  80. package/dist/types/schema/account/query.d.ts.map +0 -1
  81. package/dist/types/schema/account/types.d.ts +0 -5
  82. package/dist/types/schema/account/types.d.ts.map +0 -1
  83. package/dist/types/schema/block/index.d.ts +0 -3
  84. package/dist/types/schema/block/index.d.ts.map +0 -1
  85. package/dist/types/schema/block/query.d.ts +0 -42
  86. package/dist/types/schema/block/query.d.ts.map +0 -1
  87. package/dist/types/schema/block/types.d.ts +0 -7
  88. package/dist/types/schema/block/types.d.ts.map +0 -1
  89. package/dist/types/schema/inputs.d.ts +0 -9
  90. package/dist/types/schema/inputs.d.ts.map +0 -1
  91. package/dist/types/schema/picks.d.ts +0 -36
  92. package/dist/types/schema/picks.d.ts.map +0 -1
  93. package/dist/types/schema/program-accounts/index.d.ts +0 -2
  94. package/dist/types/schema/program-accounts/index.d.ts.map +0 -1
  95. package/dist/types/schema/program-accounts/query.d.ts +0 -47
  96. package/dist/types/schema/program-accounts/query.d.ts.map +0 -1
  97. package/dist/types/schema/scalars.d.ts +0 -3
  98. package/dist/types/schema/scalars.d.ts.map +0 -1
  99. package/dist/types/schema/transaction/index.d.ts +0 -3
  100. package/dist/types/schema/transaction/index.d.ts.map +0 -1
  101. package/dist/types/schema/transaction/query.d.ts +0 -33
  102. package/dist/types/schema/transaction/query.d.ts.map +0 -1
  103. package/dist/types/schema/transaction/types.d.ts +0 -12
  104. package/dist/types/schema/transaction/types.d.ts.map +0 -1
@@ -0,0 +1,2220 @@
1
+ import { InstructionResult } from './transaction.js';
2
+ export declare const instructionResolvers: {
3
+ AdvanceNonceAccountInstruction: {
4
+ nonceAccount: (parent: {
5
+ [x: string]: import("@solana/addresses").Address;
6
+ }, args: {
7
+ address?: import("@solana/addresses").Address | undefined;
8
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
9
+ minContextSlot?: bigint | undefined;
10
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
11
+ nonceAuthority: (parent: {
12
+ [x: string]: import("@solana/addresses").Address;
13
+ }, args: {
14
+ address?: import("@solana/addresses").Address | undefined;
15
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
16
+ minContextSlot?: bigint | undefined;
17
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
18
+ recentBlockhashesSysvar: (parent: {
19
+ [x: string]: import("@solana/addresses").Address;
20
+ }, args: {
21
+ address?: import("@solana/addresses").Address | undefined;
22
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
23
+ minContextSlot?: bigint | undefined;
24
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
25
+ };
26
+ AllocateInstruction: {
27
+ account: (parent: {
28
+ [x: string]: import("@solana/addresses").Address;
29
+ }, args: {
30
+ address?: import("@solana/addresses").Address | undefined;
31
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
32
+ minContextSlot?: bigint | undefined;
33
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
34
+ };
35
+ AllocateWithSeedInstruction: {
36
+ account: (parent: {
37
+ [x: string]: import("@solana/addresses").Address;
38
+ }, args: {
39
+ address?: import("@solana/addresses").Address | undefined;
40
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
41
+ minContextSlot?: bigint | undefined;
42
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
43
+ owner: (parent: {
44
+ [x: string]: import("@solana/addresses").Address;
45
+ }, args: {
46
+ address?: import("@solana/addresses").Address | undefined;
47
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
48
+ minContextSlot?: bigint | undefined;
49
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
50
+ };
51
+ AssignInstruction: {
52
+ account: (parent: {
53
+ [x: string]: import("@solana/addresses").Address;
54
+ }, args: {
55
+ address?: import("@solana/addresses").Address | undefined;
56
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
57
+ minContextSlot?: bigint | undefined;
58
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
59
+ owner: (parent: {
60
+ [x: string]: import("@solana/addresses").Address;
61
+ }, args: {
62
+ address?: import("@solana/addresses").Address | undefined;
63
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
64
+ minContextSlot?: bigint | undefined;
65
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
66
+ };
67
+ AssignWithSeedInstruction: {
68
+ account: (parent: {
69
+ [x: string]: import("@solana/addresses").Address;
70
+ }, args: {
71
+ address?: import("@solana/addresses").Address | undefined;
72
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
73
+ minContextSlot?: bigint | undefined;
74
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
75
+ owner: (parent: {
76
+ [x: string]: import("@solana/addresses").Address;
77
+ }, args: {
78
+ address?: import("@solana/addresses").Address | undefined;
79
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
80
+ minContextSlot?: bigint | undefined;
81
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
82
+ };
83
+ AuthorizeNonceAccountInstruction: {
84
+ newAuthorized: (parent: {
85
+ [x: string]: import("@solana/addresses").Address;
86
+ }, args: {
87
+ address?: import("@solana/addresses").Address | undefined;
88
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
89
+ minContextSlot?: bigint | undefined;
90
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
91
+ nonceAccount: (parent: {
92
+ [x: string]: import("@solana/addresses").Address;
93
+ }, args: {
94
+ address?: import("@solana/addresses").Address | undefined;
95
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
96
+ minContextSlot?: bigint | undefined;
97
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
98
+ nonceAuthority: (parent: {
99
+ [x: string]: import("@solana/addresses").Address;
100
+ }, args: {
101
+ address?: import("@solana/addresses").Address | undefined;
102
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
103
+ minContextSlot?: bigint | undefined;
104
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
105
+ };
106
+ BpfLoaderFinalizeInstruction: {
107
+ account: (parent: {
108
+ [x: string]: import("@solana/addresses").Address;
109
+ }, args: {
110
+ address?: import("@solana/addresses").Address | undefined;
111
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
112
+ minContextSlot?: bigint | undefined;
113
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
114
+ };
115
+ BpfLoaderWriteInstruction: {
116
+ account: (parent: {
117
+ [x: string]: import("@solana/addresses").Address;
118
+ }, args: {
119
+ address?: import("@solana/addresses").Address | undefined;
120
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
121
+ minContextSlot?: bigint | undefined;
122
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
123
+ };
124
+ BpfUpgradeableLoaderCloseInstruction: {
125
+ account: (parent: {
126
+ [x: string]: import("@solana/addresses").Address;
127
+ }, args: {
128
+ address?: import("@solana/addresses").Address | undefined;
129
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
130
+ minContextSlot?: bigint | undefined;
131
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
132
+ authority: (parent: {
133
+ [x: string]: import("@solana/addresses").Address;
134
+ }, args: {
135
+ address?: import("@solana/addresses").Address | undefined;
136
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
137
+ minContextSlot?: bigint | undefined;
138
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
139
+ programAccount: (parent: {
140
+ [x: string]: import("@solana/addresses").Address;
141
+ }, args: {
142
+ address?: import("@solana/addresses").Address | undefined;
143
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
144
+ minContextSlot?: bigint | undefined;
145
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
146
+ recipient: (parent: {
147
+ [x: string]: import("@solana/addresses").Address;
148
+ }, args: {
149
+ address?: import("@solana/addresses").Address | undefined;
150
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
151
+ minContextSlot?: bigint | undefined;
152
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
153
+ };
154
+ BpfUpgradeableLoaderDeployWithMaxDataLenInstruction: {
155
+ authority: (parent: {
156
+ [x: string]: import("@solana/addresses").Address;
157
+ }, args: {
158
+ address?: import("@solana/addresses").Address | undefined;
159
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
160
+ minContextSlot?: bigint | undefined;
161
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
162
+ bufferAccount: (parent: {
163
+ [x: string]: import("@solana/addresses").Address;
164
+ }, args: {
165
+ address?: import("@solana/addresses").Address | undefined;
166
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
167
+ minContextSlot?: bigint | undefined;
168
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
169
+ clockSysvar: (parent: {
170
+ [x: string]: import("@solana/addresses").Address;
171
+ }, args: {
172
+ address?: import("@solana/addresses").Address | undefined;
173
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
174
+ minContextSlot?: bigint | undefined;
175
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
176
+ payerAccount: (parent: {
177
+ [x: string]: import("@solana/addresses").Address;
178
+ }, args: {
179
+ address?: import("@solana/addresses").Address | undefined;
180
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
181
+ minContextSlot?: bigint | undefined;
182
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
183
+ programAccount: (parent: {
184
+ [x: string]: import("@solana/addresses").Address;
185
+ }, args: {
186
+ address?: import("@solana/addresses").Address | undefined;
187
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
188
+ minContextSlot?: bigint | undefined;
189
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
190
+ programDataAccount: (parent: {
191
+ [x: string]: import("@solana/addresses").Address;
192
+ }, args: {
193
+ address?: import("@solana/addresses").Address | undefined;
194
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
195
+ minContextSlot?: bigint | undefined;
196
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
197
+ rentSysvar: (parent: {
198
+ [x: string]: import("@solana/addresses").Address;
199
+ }, args: {
200
+ address?: import("@solana/addresses").Address | undefined;
201
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
202
+ minContextSlot?: bigint | undefined;
203
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
204
+ };
205
+ BpfUpgradeableLoaderExtendProgramInstruction: {
206
+ payerAccount: (parent: {
207
+ [x: string]: import("@solana/addresses").Address;
208
+ }, args: {
209
+ address?: import("@solana/addresses").Address | undefined;
210
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
211
+ minContextSlot?: bigint | undefined;
212
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
213
+ programAccount: (parent: {
214
+ [x: string]: import("@solana/addresses").Address;
215
+ }, args: {
216
+ address?: import("@solana/addresses").Address | undefined;
217
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
218
+ minContextSlot?: bigint | undefined;
219
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
220
+ programDataAccount: (parent: {
221
+ [x: string]: import("@solana/addresses").Address;
222
+ }, args: {
223
+ address?: import("@solana/addresses").Address | undefined;
224
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
225
+ minContextSlot?: bigint | undefined;
226
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
227
+ systemProgram: (parent: {
228
+ [x: string]: import("@solana/addresses").Address;
229
+ }, args: {
230
+ address?: import("@solana/addresses").Address | undefined;
231
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
232
+ minContextSlot?: bigint | undefined;
233
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
234
+ };
235
+ BpfUpgradeableLoaderInitializeBufferInstruction: {
236
+ account: (parent: {
237
+ [x: string]: import("@solana/addresses").Address;
238
+ }, args: {
239
+ address?: import("@solana/addresses").Address | undefined;
240
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
241
+ minContextSlot?: bigint | undefined;
242
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
243
+ };
244
+ BpfUpgradeableLoaderSetAuthorityCheckedInstruction: {
245
+ account: (parent: {
246
+ [x: string]: import("@solana/addresses").Address;
247
+ }, args: {
248
+ address?: import("@solana/addresses").Address | undefined;
249
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
250
+ minContextSlot?: bigint | undefined;
251
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
252
+ authority: (parent: {
253
+ [x: string]: import("@solana/addresses").Address;
254
+ }, args: {
255
+ address?: import("@solana/addresses").Address | undefined;
256
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
257
+ minContextSlot?: bigint | undefined;
258
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
259
+ newAuthority: (parent: {
260
+ [x: string]: import("@solana/addresses").Address;
261
+ }, args: {
262
+ address?: import("@solana/addresses").Address | undefined;
263
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
264
+ minContextSlot?: bigint | undefined;
265
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
266
+ };
267
+ BpfUpgradeableLoaderSetAuthorityInstruction: {
268
+ account: (parent: {
269
+ [x: string]: import("@solana/addresses").Address;
270
+ }, args: {
271
+ address?: import("@solana/addresses").Address | undefined;
272
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
273
+ minContextSlot?: bigint | undefined;
274
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
275
+ authority: (parent: {
276
+ [x: string]: import("@solana/addresses").Address;
277
+ }, args: {
278
+ address?: import("@solana/addresses").Address | undefined;
279
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
280
+ minContextSlot?: bigint | undefined;
281
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
282
+ newAuthority: (parent: {
283
+ [x: string]: import("@solana/addresses").Address;
284
+ }, args: {
285
+ address?: import("@solana/addresses").Address | undefined;
286
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
287
+ minContextSlot?: bigint | undefined;
288
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
289
+ };
290
+ BpfUpgradeableLoaderUpgradeInstruction: {
291
+ authority: (parent: {
292
+ [x: string]: import("@solana/addresses").Address;
293
+ }, args: {
294
+ address?: import("@solana/addresses").Address | undefined;
295
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
296
+ minContextSlot?: bigint | undefined;
297
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
298
+ bufferAccount: (parent: {
299
+ [x: string]: import("@solana/addresses").Address;
300
+ }, args: {
301
+ address?: import("@solana/addresses").Address | undefined;
302
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
303
+ minContextSlot?: bigint | undefined;
304
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
305
+ clockSysvar: (parent: {
306
+ [x: string]: import("@solana/addresses").Address;
307
+ }, args: {
308
+ address?: import("@solana/addresses").Address | undefined;
309
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
310
+ minContextSlot?: bigint | undefined;
311
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
312
+ programAccount: (parent: {
313
+ [x: string]: import("@solana/addresses").Address;
314
+ }, args: {
315
+ address?: import("@solana/addresses").Address | undefined;
316
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
317
+ minContextSlot?: bigint | undefined;
318
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
319
+ programDataAccount: (parent: {
320
+ [x: string]: import("@solana/addresses").Address;
321
+ }, args: {
322
+ address?: import("@solana/addresses").Address | undefined;
323
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
324
+ minContextSlot?: bigint | undefined;
325
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
326
+ rentSysvar: (parent: {
327
+ [x: string]: import("@solana/addresses").Address;
328
+ }, args: {
329
+ address?: import("@solana/addresses").Address | undefined;
330
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
331
+ minContextSlot?: bigint | undefined;
332
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
333
+ };
334
+ BpfUpgradeableLoaderWriteInstruction: {
335
+ account: (parent: {
336
+ [x: string]: import("@solana/addresses").Address;
337
+ }, args: {
338
+ address?: import("@solana/addresses").Address | undefined;
339
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
340
+ minContextSlot?: bigint | undefined;
341
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
342
+ authority: (parent: {
343
+ [x: string]: import("@solana/addresses").Address;
344
+ }, args: {
345
+ address?: import("@solana/addresses").Address | undefined;
346
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
347
+ minContextSlot?: bigint | undefined;
348
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
349
+ };
350
+ CloseLookupTableInstruction: {
351
+ lookupTableAccount: (parent: {
352
+ [x: string]: import("@solana/addresses").Address;
353
+ }, args: {
354
+ address?: import("@solana/addresses").Address | undefined;
355
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
356
+ minContextSlot?: bigint | undefined;
357
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
358
+ lookupTableAuthority: (parent: {
359
+ [x: string]: import("@solana/addresses").Address;
360
+ }, args: {
361
+ address?: import("@solana/addresses").Address | undefined;
362
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
363
+ minContextSlot?: bigint | undefined;
364
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
365
+ recipient: (parent: {
366
+ [x: string]: import("@solana/addresses").Address;
367
+ }, args: {
368
+ address?: import("@solana/addresses").Address | undefined;
369
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
370
+ minContextSlot?: bigint | undefined;
371
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
372
+ };
373
+ CreateAccountInstruction: {
374
+ newAccount: (parent: {
375
+ [x: string]: import("@solana/addresses").Address;
376
+ }, args: {
377
+ address?: import("@solana/addresses").Address | undefined;
378
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
379
+ minContextSlot?: bigint | undefined;
380
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
381
+ owner: (parent: {
382
+ [x: string]: import("@solana/addresses").Address;
383
+ }, args: {
384
+ address?: import("@solana/addresses").Address | undefined;
385
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
386
+ minContextSlot?: bigint | undefined;
387
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
388
+ source: (parent: {
389
+ [x: string]: import("@solana/addresses").Address;
390
+ }, args: {
391
+ address?: import("@solana/addresses").Address | undefined;
392
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
393
+ minContextSlot?: bigint | undefined;
394
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
395
+ };
396
+ CreateAccountWithSeedInstruction: {
397
+ base: (parent: {
398
+ [x: string]: import("@solana/addresses").Address;
399
+ }, args: {
400
+ address?: import("@solana/addresses").Address | undefined;
401
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
402
+ minContextSlot?: bigint | undefined;
403
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
404
+ owner: (parent: {
405
+ [x: string]: import("@solana/addresses").Address;
406
+ }, args: {
407
+ address?: import("@solana/addresses").Address | undefined;
408
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
409
+ minContextSlot?: bigint | undefined;
410
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
411
+ seed: (parent: {
412
+ [x: string]: import("@solana/addresses").Address;
413
+ }, args: {
414
+ address?: import("@solana/addresses").Address | undefined;
415
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
416
+ minContextSlot?: bigint | undefined;
417
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
418
+ };
419
+ CreateLookupTableInstruction: {
420
+ lookupTableAccount: (parent: {
421
+ [x: string]: import("@solana/addresses").Address;
422
+ }, args: {
423
+ address?: import("@solana/addresses").Address | undefined;
424
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
425
+ minContextSlot?: bigint | undefined;
426
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
427
+ lookupTableAuthority: (parent: {
428
+ [x: string]: import("@solana/addresses").Address;
429
+ }, args: {
430
+ address?: import("@solana/addresses").Address | undefined;
431
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
432
+ minContextSlot?: bigint | undefined;
433
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
434
+ payerAccount: (parent: {
435
+ [x: string]: import("@solana/addresses").Address;
436
+ }, args: {
437
+ address?: import("@solana/addresses").Address | undefined;
438
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
439
+ minContextSlot?: bigint | undefined;
440
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
441
+ systemProgram: (parent: {
442
+ [x: string]: import("@solana/addresses").Address;
443
+ }, args: {
444
+ address?: import("@solana/addresses").Address | undefined;
445
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
446
+ minContextSlot?: bigint | undefined;
447
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
448
+ };
449
+ DeactivateLookupTableInstruction: {
450
+ lookupTableAccount: (parent: {
451
+ [x: string]: import("@solana/addresses").Address;
452
+ }, args: {
453
+ address?: import("@solana/addresses").Address | undefined;
454
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
455
+ minContextSlot?: bigint | undefined;
456
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
457
+ lookupTableAuthority: (parent: {
458
+ [x: string]: import("@solana/addresses").Address;
459
+ }, args: {
460
+ address?: import("@solana/addresses").Address | undefined;
461
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
462
+ minContextSlot?: bigint | undefined;
463
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
464
+ };
465
+ ExtendLookupTableInstruction: {
466
+ lookupTableAccount: (parent: {
467
+ [x: string]: import("@solana/addresses").Address;
468
+ }, args: {
469
+ address?: import("@solana/addresses").Address | undefined;
470
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
471
+ minContextSlot?: bigint | undefined;
472
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
473
+ lookupTableAuthority: (parent: {
474
+ [x: string]: import("@solana/addresses").Address;
475
+ }, args: {
476
+ address?: import("@solana/addresses").Address | undefined;
477
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
478
+ minContextSlot?: bigint | undefined;
479
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
480
+ payerAccount: (parent: {
481
+ [x: string]: import("@solana/addresses").Address;
482
+ }, args: {
483
+ address?: import("@solana/addresses").Address | undefined;
484
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
485
+ minContextSlot?: bigint | undefined;
486
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
487
+ systemProgram: (parent: {
488
+ [x: string]: import("@solana/addresses").Address;
489
+ }, args: {
490
+ address?: import("@solana/addresses").Address | undefined;
491
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
492
+ minContextSlot?: bigint | undefined;
493
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
494
+ };
495
+ FreezeLookupTableInstruction: {
496
+ lookupTableAccount: (parent: {
497
+ [x: string]: import("@solana/addresses").Address;
498
+ }, args: {
499
+ address?: import("@solana/addresses").Address | undefined;
500
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
501
+ minContextSlot?: bigint | undefined;
502
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
503
+ lookupTableAuthority: (parent: {
504
+ [x: string]: import("@solana/addresses").Address;
505
+ }, args: {
506
+ address?: import("@solana/addresses").Address | undefined;
507
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
508
+ minContextSlot?: bigint | undefined;
509
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
510
+ };
511
+ InitializeNonceAccountInstruction: {
512
+ nonceAccount: (parent: {
513
+ [x: string]: import("@solana/addresses").Address;
514
+ }, args: {
515
+ address?: import("@solana/addresses").Address | undefined;
516
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
517
+ minContextSlot?: bigint | undefined;
518
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
519
+ nonceAuthority: (parent: {
520
+ [x: string]: import("@solana/addresses").Address;
521
+ }, args: {
522
+ address?: import("@solana/addresses").Address | undefined;
523
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
524
+ minContextSlot?: bigint | undefined;
525
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
526
+ recentBlockhashesSysvar: (parent: {
527
+ [x: string]: import("@solana/addresses").Address;
528
+ }, args: {
529
+ address?: import("@solana/addresses").Address | undefined;
530
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
531
+ minContextSlot?: bigint | undefined;
532
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
533
+ rentSysvar: (parent: {
534
+ [x: string]: import("@solana/addresses").Address;
535
+ }, args: {
536
+ address?: import("@solana/addresses").Address | undefined;
537
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
538
+ minContextSlot?: bigint | undefined;
539
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
540
+ };
541
+ Lockup: {
542
+ custodian: (parent: {
543
+ [x: string]: import("@solana/addresses").Address;
544
+ }, args: {
545
+ address?: import("@solana/addresses").Address | undefined;
546
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
547
+ minContextSlot?: bigint | undefined;
548
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
549
+ };
550
+ SplAssociatedTokenCreateIdempotentInstruction: {
551
+ account: (parent: {
552
+ [x: string]: import("@solana/addresses").Address;
553
+ }, args: {
554
+ address?: import("@solana/addresses").Address | undefined;
555
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
556
+ minContextSlot?: bigint | undefined;
557
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
558
+ mint: (parent: {
559
+ [x: string]: import("@solana/addresses").Address;
560
+ }, args: {
561
+ address?: import("@solana/addresses").Address | undefined;
562
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
563
+ minContextSlot?: bigint | undefined;
564
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
565
+ source: (parent: {
566
+ [x: string]: import("@solana/addresses").Address;
567
+ }, args: {
568
+ address?: import("@solana/addresses").Address | undefined;
569
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
570
+ minContextSlot?: bigint | undefined;
571
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
572
+ systemProgram: (parent: {
573
+ [x: string]: import("@solana/addresses").Address;
574
+ }, args: {
575
+ address?: import("@solana/addresses").Address | undefined;
576
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
577
+ minContextSlot?: bigint | undefined;
578
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
579
+ tokenProgram: (parent: {
580
+ [x: string]: import("@solana/addresses").Address;
581
+ }, args: {
582
+ address?: import("@solana/addresses").Address | undefined;
583
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
584
+ minContextSlot?: bigint | undefined;
585
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
586
+ wallet: (parent: {
587
+ [x: string]: import("@solana/addresses").Address;
588
+ }, args: {
589
+ address?: import("@solana/addresses").Address | undefined;
590
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
591
+ minContextSlot?: bigint | undefined;
592
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
593
+ };
594
+ SplAssociatedTokenCreateInstruction: {
595
+ account: (parent: {
596
+ [x: string]: import("@solana/addresses").Address;
597
+ }, args: {
598
+ address?: import("@solana/addresses").Address | undefined;
599
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
600
+ minContextSlot?: bigint | undefined;
601
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
602
+ mint: (parent: {
603
+ [x: string]: import("@solana/addresses").Address;
604
+ }, args: {
605
+ address?: import("@solana/addresses").Address | undefined;
606
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
607
+ minContextSlot?: bigint | undefined;
608
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
609
+ source: (parent: {
610
+ [x: string]: import("@solana/addresses").Address;
611
+ }, args: {
612
+ address?: import("@solana/addresses").Address | undefined;
613
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
614
+ minContextSlot?: bigint | undefined;
615
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
616
+ systemProgram: (parent: {
617
+ [x: string]: import("@solana/addresses").Address;
618
+ }, args: {
619
+ address?: import("@solana/addresses").Address | undefined;
620
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
621
+ minContextSlot?: bigint | undefined;
622
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
623
+ tokenProgram: (parent: {
624
+ [x: string]: import("@solana/addresses").Address;
625
+ }, args: {
626
+ address?: import("@solana/addresses").Address | undefined;
627
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
628
+ minContextSlot?: bigint | undefined;
629
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
630
+ wallet: (parent: {
631
+ [x: string]: import("@solana/addresses").Address;
632
+ }, args: {
633
+ address?: import("@solana/addresses").Address | undefined;
634
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
635
+ minContextSlot?: bigint | undefined;
636
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
637
+ };
638
+ SplAssociatedTokenRecoverNestedInstruction: {
639
+ destination: (parent: {
640
+ [x: string]: import("@solana/addresses").Address;
641
+ }, args: {
642
+ address?: import("@solana/addresses").Address | undefined;
643
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
644
+ minContextSlot?: bigint | undefined;
645
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
646
+ nestedMint: (parent: {
647
+ [x: string]: import("@solana/addresses").Address;
648
+ }, args: {
649
+ address?: import("@solana/addresses").Address | undefined;
650
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
651
+ minContextSlot?: bigint | undefined;
652
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
653
+ nestedOwner: (parent: {
654
+ [x: string]: import("@solana/addresses").Address;
655
+ }, args: {
656
+ address?: import("@solana/addresses").Address | undefined;
657
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
658
+ minContextSlot?: bigint | undefined;
659
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
660
+ nestedSource: (parent: {
661
+ [x: string]: import("@solana/addresses").Address;
662
+ }, args: {
663
+ address?: import("@solana/addresses").Address | undefined;
664
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
665
+ minContextSlot?: bigint | undefined;
666
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
667
+ ownerMint: (parent: {
668
+ [x: string]: import("@solana/addresses").Address;
669
+ }, args: {
670
+ address?: import("@solana/addresses").Address | undefined;
671
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
672
+ minContextSlot?: bigint | undefined;
673
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
674
+ tokenProgram: (parent: {
675
+ [x: string]: import("@solana/addresses").Address;
676
+ }, args: {
677
+ address?: import("@solana/addresses").Address | undefined;
678
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
679
+ minContextSlot?: bigint | undefined;
680
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
681
+ wallet: (parent: {
682
+ [x: string]: import("@solana/addresses").Address;
683
+ }, args: {
684
+ address?: import("@solana/addresses").Address | undefined;
685
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
686
+ minContextSlot?: bigint | undefined;
687
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
688
+ };
689
+ SplTokenAmountToUiAmountInstruction: {
690
+ mint: (parent: {
691
+ [x: string]: import("@solana/addresses").Address;
692
+ }, args: {
693
+ address?: import("@solana/addresses").Address | undefined;
694
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
695
+ minContextSlot?: bigint | undefined;
696
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
697
+ };
698
+ SplTokenApproveCheckedInstruction: {
699
+ delegate: (parent: {
700
+ [x: string]: import("@solana/addresses").Address;
701
+ }, args: {
702
+ address?: import("@solana/addresses").Address | undefined;
703
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
704
+ minContextSlot?: bigint | undefined;
705
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
706
+ mint: (parent: {
707
+ [x: string]: import("@solana/addresses").Address;
708
+ }, args: {
709
+ address?: import("@solana/addresses").Address | undefined;
710
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
711
+ minContextSlot?: bigint | undefined;
712
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
713
+ multisigOwner: (parent: {
714
+ [x: string]: import("@solana/addresses").Address;
715
+ }, args: {
716
+ address?: import("@solana/addresses").Address | undefined;
717
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
718
+ minContextSlot?: bigint | undefined;
719
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
720
+ owner: (parent: {
721
+ [x: string]: import("@solana/addresses").Address;
722
+ }, args: {
723
+ address?: import("@solana/addresses").Address | undefined;
724
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
725
+ minContextSlot?: bigint | undefined;
726
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
727
+ source: (parent: {
728
+ [x: string]: import("@solana/addresses").Address;
729
+ }, args: {
730
+ address?: import("@solana/addresses").Address | undefined;
731
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
732
+ minContextSlot?: bigint | undefined;
733
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
734
+ };
735
+ SplTokenApproveInstruction: {
736
+ delegate: (parent: {
737
+ [x: string]: import("@solana/addresses").Address;
738
+ }, args: {
739
+ address?: import("@solana/addresses").Address | undefined;
740
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
741
+ minContextSlot?: bigint | undefined;
742
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
743
+ multisigOwner: (parent: {
744
+ [x: string]: import("@solana/addresses").Address;
745
+ }, args: {
746
+ address?: import("@solana/addresses").Address | undefined;
747
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
748
+ minContextSlot?: bigint | undefined;
749
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
750
+ owner: (parent: {
751
+ [x: string]: import("@solana/addresses").Address;
752
+ }, args: {
753
+ address?: import("@solana/addresses").Address | undefined;
754
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
755
+ minContextSlot?: bigint | undefined;
756
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
757
+ source: (parent: {
758
+ [x: string]: import("@solana/addresses").Address;
759
+ }, args: {
760
+ address?: import("@solana/addresses").Address | undefined;
761
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
762
+ minContextSlot?: bigint | undefined;
763
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
764
+ };
765
+ SplTokenBurnCheckedInstruction: {
766
+ account: (parent: {
767
+ [x: string]: import("@solana/addresses").Address;
768
+ }, args: {
769
+ address?: import("@solana/addresses").Address | undefined;
770
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
771
+ minContextSlot?: bigint | undefined;
772
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
773
+ authority: (parent: {
774
+ [x: string]: import("@solana/addresses").Address;
775
+ }, args: {
776
+ address?: import("@solana/addresses").Address | undefined;
777
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
778
+ minContextSlot?: bigint | undefined;
779
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
780
+ mint: (parent: {
781
+ [x: string]: import("@solana/addresses").Address;
782
+ }, args: {
783
+ address?: import("@solana/addresses").Address | undefined;
784
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
785
+ minContextSlot?: bigint | undefined;
786
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
787
+ multisigAuthority: (parent: {
788
+ [x: string]: import("@solana/addresses").Address;
789
+ }, args: {
790
+ address?: import("@solana/addresses").Address | undefined;
791
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
792
+ minContextSlot?: bigint | undefined;
793
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
794
+ };
795
+ SplTokenBurnInstruction: {
796
+ account: (parent: {
797
+ [x: string]: import("@solana/addresses").Address;
798
+ }, args: {
799
+ address?: import("@solana/addresses").Address | undefined;
800
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
801
+ minContextSlot?: bigint | undefined;
802
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
803
+ authority: (parent: {
804
+ [x: string]: import("@solana/addresses").Address;
805
+ }, args: {
806
+ address?: import("@solana/addresses").Address | undefined;
807
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
808
+ minContextSlot?: bigint | undefined;
809
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
810
+ mint: (parent: {
811
+ [x: string]: import("@solana/addresses").Address;
812
+ }, args: {
813
+ address?: import("@solana/addresses").Address | undefined;
814
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
815
+ minContextSlot?: bigint | undefined;
816
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
817
+ multisigAuthority: (parent: {
818
+ [x: string]: import("@solana/addresses").Address;
819
+ }, args: {
820
+ address?: import("@solana/addresses").Address | undefined;
821
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
822
+ minContextSlot?: bigint | undefined;
823
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
824
+ };
825
+ SplTokenCloseAccountInstruction: {
826
+ account: (parent: {
827
+ [x: string]: import("@solana/addresses").Address;
828
+ }, args: {
829
+ address?: import("@solana/addresses").Address | undefined;
830
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
831
+ minContextSlot?: bigint | undefined;
832
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
833
+ destination: (parent: {
834
+ [x: string]: import("@solana/addresses").Address;
835
+ }, args: {
836
+ address?: import("@solana/addresses").Address | undefined;
837
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
838
+ minContextSlot?: bigint | undefined;
839
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
840
+ multisigOwner: (parent: {
841
+ [x: string]: import("@solana/addresses").Address;
842
+ }, args: {
843
+ address?: import("@solana/addresses").Address | undefined;
844
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
845
+ minContextSlot?: bigint | undefined;
846
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
847
+ owner: (parent: {
848
+ [x: string]: import("@solana/addresses").Address;
849
+ }, args: {
850
+ address?: import("@solana/addresses").Address | undefined;
851
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
852
+ minContextSlot?: bigint | undefined;
853
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
854
+ };
855
+ SplTokenFreezeAccountInstruction: {
856
+ account: (parent: {
857
+ [x: string]: import("@solana/addresses").Address;
858
+ }, args: {
859
+ address?: import("@solana/addresses").Address | undefined;
860
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
861
+ minContextSlot?: bigint | undefined;
862
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
863
+ freezeAuthority: (parent: {
864
+ [x: string]: import("@solana/addresses").Address;
865
+ }, args: {
866
+ address?: import("@solana/addresses").Address | undefined;
867
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
868
+ minContextSlot?: bigint | undefined;
869
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
870
+ mint: (parent: {
871
+ [x: string]: import("@solana/addresses").Address;
872
+ }, args: {
873
+ address?: import("@solana/addresses").Address | undefined;
874
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
875
+ minContextSlot?: bigint | undefined;
876
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
877
+ multisigFreezeAuthority: (parent: {
878
+ [x: string]: import("@solana/addresses").Address;
879
+ }, args: {
880
+ address?: import("@solana/addresses").Address | undefined;
881
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
882
+ minContextSlot?: bigint | undefined;
883
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
884
+ };
885
+ SplTokenGetAccountDataSizeInstruction: {
886
+ mint: (parent: {
887
+ [x: string]: import("@solana/addresses").Address;
888
+ }, args: {
889
+ address?: import("@solana/addresses").Address | undefined;
890
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
891
+ minContextSlot?: bigint | undefined;
892
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
893
+ };
894
+ SplTokenInitializeAccount2Instruction: {
895
+ account: (parent: {
896
+ [x: string]: import("@solana/addresses").Address;
897
+ }, args: {
898
+ address?: import("@solana/addresses").Address | undefined;
899
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
900
+ minContextSlot?: bigint | undefined;
901
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
902
+ mint: (parent: {
903
+ [x: string]: import("@solana/addresses").Address;
904
+ }, args: {
905
+ address?: import("@solana/addresses").Address | undefined;
906
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
907
+ minContextSlot?: bigint | undefined;
908
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
909
+ owner: (parent: {
910
+ [x: string]: import("@solana/addresses").Address;
911
+ }, args: {
912
+ address?: import("@solana/addresses").Address | undefined;
913
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
914
+ minContextSlot?: bigint | undefined;
915
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
916
+ rentSysvar: (parent: {
917
+ [x: string]: import("@solana/addresses").Address;
918
+ }, args: {
919
+ address?: import("@solana/addresses").Address | undefined;
920
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
921
+ minContextSlot?: bigint | undefined;
922
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
923
+ };
924
+ SplTokenInitializeAccount3Instruction: {
925
+ account: (parent: {
926
+ [x: string]: import("@solana/addresses").Address;
927
+ }, args: {
928
+ address?: import("@solana/addresses").Address | undefined;
929
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
930
+ minContextSlot?: bigint | undefined;
931
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
932
+ mint: (parent: {
933
+ [x: string]: import("@solana/addresses").Address;
934
+ }, args: {
935
+ address?: import("@solana/addresses").Address | undefined;
936
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
937
+ minContextSlot?: bigint | undefined;
938
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
939
+ owner: (parent: {
940
+ [x: string]: import("@solana/addresses").Address;
941
+ }, args: {
942
+ address?: import("@solana/addresses").Address | undefined;
943
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
944
+ minContextSlot?: bigint | undefined;
945
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
946
+ };
947
+ SplTokenInitializeAccountInstruction: {
948
+ account: (parent: {
949
+ [x: string]: import("@solana/addresses").Address;
950
+ }, args: {
951
+ address?: import("@solana/addresses").Address | undefined;
952
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
953
+ minContextSlot?: bigint | undefined;
954
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
955
+ mint: (parent: {
956
+ [x: string]: import("@solana/addresses").Address;
957
+ }, args: {
958
+ address?: import("@solana/addresses").Address | undefined;
959
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
960
+ minContextSlot?: bigint | undefined;
961
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
962
+ owner: (parent: {
963
+ [x: string]: import("@solana/addresses").Address;
964
+ }, args: {
965
+ address?: import("@solana/addresses").Address | undefined;
966
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
967
+ minContextSlot?: bigint | undefined;
968
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
969
+ rentSysvar: (parent: {
970
+ [x: string]: import("@solana/addresses").Address;
971
+ }, args: {
972
+ address?: import("@solana/addresses").Address | undefined;
973
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
974
+ minContextSlot?: bigint | undefined;
975
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
976
+ };
977
+ SplTokenInitializeMint2Instruction: {
978
+ freezeAuthority: (parent: {
979
+ [x: string]: import("@solana/addresses").Address;
980
+ }, args: {
981
+ address?: import("@solana/addresses").Address | undefined;
982
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
983
+ minContextSlot?: bigint | undefined;
984
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
985
+ mint: (parent: {
986
+ [x: string]: import("@solana/addresses").Address;
987
+ }, args: {
988
+ address?: import("@solana/addresses").Address | undefined;
989
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
990
+ minContextSlot?: bigint | undefined;
991
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
992
+ mintAuthority: (parent: {
993
+ [x: string]: import("@solana/addresses").Address;
994
+ }, args: {
995
+ address?: import("@solana/addresses").Address | undefined;
996
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
997
+ minContextSlot?: bigint | undefined;
998
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
999
+ };
1000
+ SplTokenInitializeMintCloseAuthorityInstruction: {
1001
+ mint: (parent: {
1002
+ [x: string]: import("@solana/addresses").Address;
1003
+ }, args: {
1004
+ address?: import("@solana/addresses").Address | undefined;
1005
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
1006
+ minContextSlot?: bigint | undefined;
1007
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
1008
+ newAuthority: (parent: {
1009
+ [x: string]: import("@solana/addresses").Address;
1010
+ }, args: {
1011
+ address?: import("@solana/addresses").Address | undefined;
1012
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
1013
+ minContextSlot?: bigint | undefined;
1014
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
1015
+ };
1016
+ SplTokenInitializeMintInstruction: {
1017
+ freezeAuthority: (parent: {
1018
+ [x: string]: import("@solana/addresses").Address;
1019
+ }, args: {
1020
+ address?: import("@solana/addresses").Address | undefined;
1021
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
1022
+ minContextSlot?: bigint | undefined;
1023
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
1024
+ mint: (parent: {
1025
+ [x: string]: import("@solana/addresses").Address;
1026
+ }, args: {
1027
+ address?: import("@solana/addresses").Address | undefined;
1028
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
1029
+ minContextSlot?: bigint | undefined;
1030
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
1031
+ mintAuthority: (parent: {
1032
+ [x: string]: import("@solana/addresses").Address;
1033
+ }, args: {
1034
+ address?: import("@solana/addresses").Address | undefined;
1035
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
1036
+ minContextSlot?: bigint | undefined;
1037
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
1038
+ rentSysvar: (parent: {
1039
+ [x: string]: import("@solana/addresses").Address;
1040
+ }, args: {
1041
+ address?: import("@solana/addresses").Address | undefined;
1042
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
1043
+ minContextSlot?: bigint | undefined;
1044
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
1045
+ };
1046
+ SplTokenInitializeMultisig2Instruction: {
1047
+ multisig: (parent: {
1048
+ [x: string]: import("@solana/addresses").Address;
1049
+ }, args: {
1050
+ address?: import("@solana/addresses").Address | undefined;
1051
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
1052
+ minContextSlot?: bigint | undefined;
1053
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
1054
+ };
1055
+ SplTokenInitializeMultisigInstruction: {
1056
+ multisig: (parent: {
1057
+ [x: string]: import("@solana/addresses").Address;
1058
+ }, args: {
1059
+ address?: import("@solana/addresses").Address | undefined;
1060
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
1061
+ minContextSlot?: bigint | undefined;
1062
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
1063
+ rentSysvar: (parent: {
1064
+ [x: string]: import("@solana/addresses").Address;
1065
+ }, args: {
1066
+ address?: import("@solana/addresses").Address | undefined;
1067
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
1068
+ minContextSlot?: bigint | undefined;
1069
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
1070
+ };
1071
+ SplTokenMintToCheckedInstruction: {
1072
+ account: (parent: {
1073
+ [x: string]: import("@solana/addresses").Address;
1074
+ }, args: {
1075
+ address?: import("@solana/addresses").Address | undefined;
1076
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
1077
+ minContextSlot?: bigint | undefined;
1078
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
1079
+ authority: (parent: {
1080
+ [x: string]: import("@solana/addresses").Address;
1081
+ }, args: {
1082
+ address?: import("@solana/addresses").Address | undefined;
1083
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
1084
+ minContextSlot?: bigint | undefined;
1085
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
1086
+ mint: (parent: {
1087
+ [x: string]: import("@solana/addresses").Address;
1088
+ }, args: {
1089
+ address?: import("@solana/addresses").Address | undefined;
1090
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
1091
+ minContextSlot?: bigint | undefined;
1092
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
1093
+ mintAuthority: (parent: {
1094
+ [x: string]: import("@solana/addresses").Address;
1095
+ }, args: {
1096
+ address?: import("@solana/addresses").Address | undefined;
1097
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
1098
+ minContextSlot?: bigint | undefined;
1099
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
1100
+ multisigMintAuthority: (parent: {
1101
+ [x: string]: import("@solana/addresses").Address;
1102
+ }, args: {
1103
+ address?: import("@solana/addresses").Address | undefined;
1104
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
1105
+ minContextSlot?: bigint | undefined;
1106
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
1107
+ };
1108
+ SplTokenMintToInstruction: {
1109
+ account: (parent: {
1110
+ [x: string]: import("@solana/addresses").Address;
1111
+ }, args: {
1112
+ address?: import("@solana/addresses").Address | undefined;
1113
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
1114
+ minContextSlot?: bigint | undefined;
1115
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
1116
+ authority: (parent: {
1117
+ [x: string]: import("@solana/addresses").Address;
1118
+ }, args: {
1119
+ address?: import("@solana/addresses").Address | undefined;
1120
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
1121
+ minContextSlot?: bigint | undefined;
1122
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
1123
+ mint: (parent: {
1124
+ [x: string]: import("@solana/addresses").Address;
1125
+ }, args: {
1126
+ address?: import("@solana/addresses").Address | undefined;
1127
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
1128
+ minContextSlot?: bigint | undefined;
1129
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
1130
+ mintAuthority: (parent: {
1131
+ [x: string]: import("@solana/addresses").Address;
1132
+ }, args: {
1133
+ address?: import("@solana/addresses").Address | undefined;
1134
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
1135
+ minContextSlot?: bigint | undefined;
1136
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
1137
+ multisigMintAuthority: (parent: {
1138
+ [x: string]: import("@solana/addresses").Address;
1139
+ }, args: {
1140
+ address?: import("@solana/addresses").Address | undefined;
1141
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
1142
+ minContextSlot?: bigint | undefined;
1143
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
1144
+ };
1145
+ SplTokenRevokeInstruction: {
1146
+ multisigOwner: (parent: {
1147
+ [x: string]: import("@solana/addresses").Address;
1148
+ }, args: {
1149
+ address?: import("@solana/addresses").Address | undefined;
1150
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
1151
+ minContextSlot?: bigint | undefined;
1152
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
1153
+ owner: (parent: {
1154
+ [x: string]: import("@solana/addresses").Address;
1155
+ }, args: {
1156
+ address?: import("@solana/addresses").Address | undefined;
1157
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
1158
+ minContextSlot?: bigint | undefined;
1159
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
1160
+ source: (parent: {
1161
+ [x: string]: import("@solana/addresses").Address;
1162
+ }, args: {
1163
+ address?: import("@solana/addresses").Address | undefined;
1164
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
1165
+ minContextSlot?: bigint | undefined;
1166
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
1167
+ };
1168
+ SplTokenSetAuthorityInstruction: {
1169
+ authority: (parent: {
1170
+ [x: string]: import("@solana/addresses").Address;
1171
+ }, args: {
1172
+ address?: import("@solana/addresses").Address | undefined;
1173
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
1174
+ minContextSlot?: bigint | undefined;
1175
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
1176
+ multisigAuthority: (parent: {
1177
+ [x: string]: import("@solana/addresses").Address;
1178
+ }, args: {
1179
+ address?: import("@solana/addresses").Address | undefined;
1180
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
1181
+ minContextSlot?: bigint | undefined;
1182
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
1183
+ newAuthority: (parent: {
1184
+ [x: string]: import("@solana/addresses").Address;
1185
+ }, args: {
1186
+ address?: import("@solana/addresses").Address | undefined;
1187
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
1188
+ minContextSlot?: bigint | undefined;
1189
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
1190
+ };
1191
+ SplTokenSyncNativeInstruction: {
1192
+ account: (parent: {
1193
+ [x: string]: import("@solana/addresses").Address;
1194
+ }, args: {
1195
+ address?: import("@solana/addresses").Address | undefined;
1196
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
1197
+ minContextSlot?: bigint | undefined;
1198
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
1199
+ };
1200
+ SplTokenThawAccountInstruction: {
1201
+ account: (parent: {
1202
+ [x: string]: import("@solana/addresses").Address;
1203
+ }, args: {
1204
+ address?: import("@solana/addresses").Address | undefined;
1205
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
1206
+ minContextSlot?: bigint | undefined;
1207
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
1208
+ freezeAuthority: (parent: {
1209
+ [x: string]: import("@solana/addresses").Address;
1210
+ }, args: {
1211
+ address?: import("@solana/addresses").Address | undefined;
1212
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
1213
+ minContextSlot?: bigint | undefined;
1214
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
1215
+ mint: (parent: {
1216
+ [x: string]: import("@solana/addresses").Address;
1217
+ }, args: {
1218
+ address?: import("@solana/addresses").Address | undefined;
1219
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
1220
+ minContextSlot?: bigint | undefined;
1221
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
1222
+ multisigFreezeAuthority: (parent: {
1223
+ [x: string]: import("@solana/addresses").Address;
1224
+ }, args: {
1225
+ address?: import("@solana/addresses").Address | undefined;
1226
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
1227
+ minContextSlot?: bigint | undefined;
1228
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
1229
+ };
1230
+ SplTokenTransferCheckedInstruction: {
1231
+ authority: (parent: {
1232
+ [x: string]: import("@solana/addresses").Address;
1233
+ }, args: {
1234
+ address?: import("@solana/addresses").Address | undefined;
1235
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
1236
+ minContextSlot?: bigint | undefined;
1237
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
1238
+ destination: (parent: {
1239
+ [x: string]: import("@solana/addresses").Address;
1240
+ }, args: {
1241
+ address?: import("@solana/addresses").Address | undefined;
1242
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
1243
+ minContextSlot?: bigint | undefined;
1244
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
1245
+ mint: (parent: {
1246
+ [x: string]: import("@solana/addresses").Address;
1247
+ }, args: {
1248
+ address?: import("@solana/addresses").Address | undefined;
1249
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
1250
+ minContextSlot?: bigint | undefined;
1251
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
1252
+ multisigAuthority: (parent: {
1253
+ [x: string]: import("@solana/addresses").Address;
1254
+ }, args: {
1255
+ address?: import("@solana/addresses").Address | undefined;
1256
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
1257
+ minContextSlot?: bigint | undefined;
1258
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
1259
+ source: (parent: {
1260
+ [x: string]: import("@solana/addresses").Address;
1261
+ }, args: {
1262
+ address?: import("@solana/addresses").Address | undefined;
1263
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
1264
+ minContextSlot?: bigint | undefined;
1265
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
1266
+ };
1267
+ SplTokenTransferInstruction: {
1268
+ authority: (parent: {
1269
+ [x: string]: import("@solana/addresses").Address;
1270
+ }, args: {
1271
+ address?: import("@solana/addresses").Address | undefined;
1272
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
1273
+ minContextSlot?: bigint | undefined;
1274
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
1275
+ destination: (parent: {
1276
+ [x: string]: import("@solana/addresses").Address;
1277
+ }, args: {
1278
+ address?: import("@solana/addresses").Address | undefined;
1279
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
1280
+ minContextSlot?: bigint | undefined;
1281
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
1282
+ multisigAuthority: (parent: {
1283
+ [x: string]: import("@solana/addresses").Address;
1284
+ }, args: {
1285
+ address?: import("@solana/addresses").Address | undefined;
1286
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
1287
+ minContextSlot?: bigint | undefined;
1288
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
1289
+ source: (parent: {
1290
+ [x: string]: import("@solana/addresses").Address;
1291
+ }, args: {
1292
+ address?: import("@solana/addresses").Address | undefined;
1293
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
1294
+ minContextSlot?: bigint | undefined;
1295
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
1296
+ };
1297
+ SplTokenUiAmountToAmountInstruction: {
1298
+ mint: (parent: {
1299
+ [x: string]: import("@solana/addresses").Address;
1300
+ }, args: {
1301
+ address?: import("@solana/addresses").Address | undefined;
1302
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
1303
+ minContextSlot?: bigint | undefined;
1304
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
1305
+ };
1306
+ StakeAuthorizeCheckedInstruction: {
1307
+ authority: (parent: {
1308
+ [x: string]: import("@solana/addresses").Address;
1309
+ }, args: {
1310
+ address?: import("@solana/addresses").Address | undefined;
1311
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
1312
+ minContextSlot?: bigint | undefined;
1313
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
1314
+ clockSysvar: (parent: {
1315
+ [x: string]: import("@solana/addresses").Address;
1316
+ }, args: {
1317
+ address?: import("@solana/addresses").Address | undefined;
1318
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
1319
+ minContextSlot?: bigint | undefined;
1320
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
1321
+ custodian: (parent: {
1322
+ [x: string]: import("@solana/addresses").Address;
1323
+ }, args: {
1324
+ address?: import("@solana/addresses").Address | undefined;
1325
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
1326
+ minContextSlot?: bigint | undefined;
1327
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
1328
+ newAuthority: (parent: {
1329
+ [x: string]: import("@solana/addresses").Address;
1330
+ }, args: {
1331
+ address?: import("@solana/addresses").Address | undefined;
1332
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
1333
+ minContextSlot?: bigint | undefined;
1334
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
1335
+ stakeAccount: (parent: {
1336
+ [x: string]: import("@solana/addresses").Address;
1337
+ }, args: {
1338
+ address?: import("@solana/addresses").Address | undefined;
1339
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
1340
+ minContextSlot?: bigint | undefined;
1341
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
1342
+ };
1343
+ StakeAuthorizeCheckedWithSeedInstruction: {
1344
+ authorityBase: (parent: {
1345
+ [x: string]: import("@solana/addresses").Address;
1346
+ }, args: {
1347
+ address?: import("@solana/addresses").Address | undefined;
1348
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
1349
+ minContextSlot?: bigint | undefined;
1350
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
1351
+ authorityOwner: (parent: {
1352
+ [x: string]: import("@solana/addresses").Address;
1353
+ }, args: {
1354
+ address?: import("@solana/addresses").Address | undefined;
1355
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
1356
+ minContextSlot?: bigint | undefined;
1357
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
1358
+ clockSysvar: (parent: {
1359
+ [x: string]: import("@solana/addresses").Address;
1360
+ }, args: {
1361
+ address?: import("@solana/addresses").Address | undefined;
1362
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
1363
+ minContextSlot?: bigint | undefined;
1364
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
1365
+ custodian: (parent: {
1366
+ [x: string]: import("@solana/addresses").Address;
1367
+ }, args: {
1368
+ address?: import("@solana/addresses").Address | undefined;
1369
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
1370
+ minContextSlot?: bigint | undefined;
1371
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
1372
+ newAuthorized: (parent: {
1373
+ [x: string]: import("@solana/addresses").Address;
1374
+ }, args: {
1375
+ address?: import("@solana/addresses").Address | undefined;
1376
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
1377
+ minContextSlot?: bigint | undefined;
1378
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
1379
+ stakeAccount: (parent: {
1380
+ [x: string]: import("@solana/addresses").Address;
1381
+ }, args: {
1382
+ address?: import("@solana/addresses").Address | undefined;
1383
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
1384
+ minContextSlot?: bigint | undefined;
1385
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
1386
+ };
1387
+ StakeAuthorizeInstruction: {
1388
+ authority: (parent: {
1389
+ [x: string]: import("@solana/addresses").Address;
1390
+ }, args: {
1391
+ address?: import("@solana/addresses").Address | undefined;
1392
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
1393
+ minContextSlot?: bigint | undefined;
1394
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
1395
+ clockSysvar: (parent: {
1396
+ [x: string]: import("@solana/addresses").Address;
1397
+ }, args: {
1398
+ address?: import("@solana/addresses").Address | undefined;
1399
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
1400
+ minContextSlot?: bigint | undefined;
1401
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
1402
+ custodian: (parent: {
1403
+ [x: string]: import("@solana/addresses").Address;
1404
+ }, args: {
1405
+ address?: import("@solana/addresses").Address | undefined;
1406
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
1407
+ minContextSlot?: bigint | undefined;
1408
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
1409
+ newAuthority: (parent: {
1410
+ [x: string]: import("@solana/addresses").Address;
1411
+ }, args: {
1412
+ address?: import("@solana/addresses").Address | undefined;
1413
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
1414
+ minContextSlot?: bigint | undefined;
1415
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
1416
+ stakeAccount: (parent: {
1417
+ [x: string]: import("@solana/addresses").Address;
1418
+ }, args: {
1419
+ address?: import("@solana/addresses").Address | undefined;
1420
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
1421
+ minContextSlot?: bigint | undefined;
1422
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
1423
+ };
1424
+ StakeAuthorizeWithSeedInstruction: {
1425
+ authorityBase: (parent: {
1426
+ [x: string]: import("@solana/addresses").Address;
1427
+ }, args: {
1428
+ address?: import("@solana/addresses").Address | undefined;
1429
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
1430
+ minContextSlot?: bigint | undefined;
1431
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
1432
+ authorityOwner: (parent: {
1433
+ [x: string]: import("@solana/addresses").Address;
1434
+ }, args: {
1435
+ address?: import("@solana/addresses").Address | undefined;
1436
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
1437
+ minContextSlot?: bigint | undefined;
1438
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
1439
+ clockSysvar: (parent: {
1440
+ [x: string]: import("@solana/addresses").Address;
1441
+ }, args: {
1442
+ address?: import("@solana/addresses").Address | undefined;
1443
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
1444
+ minContextSlot?: bigint | undefined;
1445
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
1446
+ custodian: (parent: {
1447
+ [x: string]: import("@solana/addresses").Address;
1448
+ }, args: {
1449
+ address?: import("@solana/addresses").Address | undefined;
1450
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
1451
+ minContextSlot?: bigint | undefined;
1452
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
1453
+ newAuthorized: (parent: {
1454
+ [x: string]: import("@solana/addresses").Address;
1455
+ }, args: {
1456
+ address?: import("@solana/addresses").Address | undefined;
1457
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
1458
+ minContextSlot?: bigint | undefined;
1459
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
1460
+ stakeAccount: (parent: {
1461
+ [x: string]: import("@solana/addresses").Address;
1462
+ }, args: {
1463
+ address?: import("@solana/addresses").Address | undefined;
1464
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
1465
+ minContextSlot?: bigint | undefined;
1466
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
1467
+ };
1468
+ StakeDeactivateDelinquentInstruction: {
1469
+ referenceVoteAccount: (parent: {
1470
+ [x: string]: import("@solana/addresses").Address;
1471
+ }, args: {
1472
+ address?: import("@solana/addresses").Address | undefined;
1473
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
1474
+ minContextSlot?: bigint | undefined;
1475
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
1476
+ stakeAccount: (parent: {
1477
+ [x: string]: import("@solana/addresses").Address;
1478
+ }, args: {
1479
+ address?: import("@solana/addresses").Address | undefined;
1480
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
1481
+ minContextSlot?: bigint | undefined;
1482
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
1483
+ voteAccount: (parent: {
1484
+ [x: string]: import("@solana/addresses").Address;
1485
+ }, args: {
1486
+ address?: import("@solana/addresses").Address | undefined;
1487
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
1488
+ minContextSlot?: bigint | undefined;
1489
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
1490
+ };
1491
+ StakeDeactivateInstruction: {
1492
+ clockSysvar: (parent: {
1493
+ [x: string]: import("@solana/addresses").Address;
1494
+ }, args: {
1495
+ address?: import("@solana/addresses").Address | undefined;
1496
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
1497
+ minContextSlot?: bigint | undefined;
1498
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
1499
+ stakeAccount: (parent: {
1500
+ [x: string]: import("@solana/addresses").Address;
1501
+ }, args: {
1502
+ address?: import("@solana/addresses").Address | undefined;
1503
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
1504
+ minContextSlot?: bigint | undefined;
1505
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
1506
+ stakeAuthority: (parent: {
1507
+ [x: string]: import("@solana/addresses").Address;
1508
+ }, args: {
1509
+ address?: import("@solana/addresses").Address | undefined;
1510
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
1511
+ minContextSlot?: bigint | undefined;
1512
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
1513
+ };
1514
+ StakeDelegateStakeInstruction: {
1515
+ clockSysvar: (parent: {
1516
+ [x: string]: import("@solana/addresses").Address;
1517
+ }, args: {
1518
+ address?: import("@solana/addresses").Address | undefined;
1519
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
1520
+ minContextSlot?: bigint | undefined;
1521
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
1522
+ stakeAccount: (parent: {
1523
+ [x: string]: import("@solana/addresses").Address;
1524
+ }, args: {
1525
+ address?: import("@solana/addresses").Address | undefined;
1526
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
1527
+ minContextSlot?: bigint | undefined;
1528
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
1529
+ stakeAuthority: (parent: {
1530
+ [x: string]: import("@solana/addresses").Address;
1531
+ }, args: {
1532
+ address?: import("@solana/addresses").Address | undefined;
1533
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
1534
+ minContextSlot?: bigint | undefined;
1535
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
1536
+ stakeConfigAccount: (parent: {
1537
+ [x: string]: import("@solana/addresses").Address;
1538
+ }, args: {
1539
+ address?: import("@solana/addresses").Address | undefined;
1540
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
1541
+ minContextSlot?: bigint | undefined;
1542
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
1543
+ stakeHistorySysvar: (parent: {
1544
+ [x: string]: import("@solana/addresses").Address;
1545
+ }, args: {
1546
+ address?: import("@solana/addresses").Address | undefined;
1547
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
1548
+ minContextSlot?: bigint | undefined;
1549
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
1550
+ voteAccount: (parent: {
1551
+ [x: string]: import("@solana/addresses").Address;
1552
+ }, args: {
1553
+ address?: import("@solana/addresses").Address | undefined;
1554
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
1555
+ minContextSlot?: bigint | undefined;
1556
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
1557
+ };
1558
+ StakeInitializeCheckedInstruction: {
1559
+ rentSysvar: (parent: {
1560
+ [x: string]: import("@solana/addresses").Address;
1561
+ }, args: {
1562
+ address?: import("@solana/addresses").Address | undefined;
1563
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
1564
+ minContextSlot?: bigint | undefined;
1565
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
1566
+ stakeAccount: (parent: {
1567
+ [x: string]: import("@solana/addresses").Address;
1568
+ }, args: {
1569
+ address?: import("@solana/addresses").Address | undefined;
1570
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
1571
+ minContextSlot?: bigint | undefined;
1572
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
1573
+ };
1574
+ StakeInitializeCheckedInstructionDataAuthorized: {
1575
+ staker: (parent: {
1576
+ [x: string]: import("@solana/addresses").Address;
1577
+ }, args: {
1578
+ address?: import("@solana/addresses").Address | undefined;
1579
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
1580
+ minContextSlot?: bigint | undefined;
1581
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
1582
+ withdrawer: (parent: {
1583
+ [x: string]: import("@solana/addresses").Address;
1584
+ }, args: {
1585
+ address?: import("@solana/addresses").Address | undefined;
1586
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
1587
+ minContextSlot?: bigint | undefined;
1588
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
1589
+ };
1590
+ StakeInitializeInstruction: {
1591
+ rentSysvar: (parent: {
1592
+ [x: string]: import("@solana/addresses").Address;
1593
+ }, args: {
1594
+ address?: import("@solana/addresses").Address | undefined;
1595
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
1596
+ minContextSlot?: bigint | undefined;
1597
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
1598
+ stakeAccount: (parent: {
1599
+ [x: string]: import("@solana/addresses").Address;
1600
+ }, args: {
1601
+ address?: import("@solana/addresses").Address | undefined;
1602
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
1603
+ minContextSlot?: bigint | undefined;
1604
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
1605
+ };
1606
+ StakeInitializeInstructionDataAuthorized: {
1607
+ staker: (parent: {
1608
+ [x: string]: import("@solana/addresses").Address;
1609
+ }, args: {
1610
+ address?: import("@solana/addresses").Address | undefined;
1611
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
1612
+ minContextSlot?: bigint | undefined;
1613
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
1614
+ withdrawer: (parent: {
1615
+ [x: string]: import("@solana/addresses").Address;
1616
+ }, args: {
1617
+ address?: import("@solana/addresses").Address | undefined;
1618
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
1619
+ minContextSlot?: bigint | undefined;
1620
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
1621
+ };
1622
+ StakeMergeInstruction: {
1623
+ clockSysvar: (parent: {
1624
+ [x: string]: import("@solana/addresses").Address;
1625
+ }, args: {
1626
+ address?: import("@solana/addresses").Address | undefined;
1627
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
1628
+ minContextSlot?: bigint | undefined;
1629
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
1630
+ destination: (parent: {
1631
+ [x: string]: import("@solana/addresses").Address;
1632
+ }, args: {
1633
+ address?: import("@solana/addresses").Address | undefined;
1634
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
1635
+ minContextSlot?: bigint | undefined;
1636
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
1637
+ source: (parent: {
1638
+ [x: string]: import("@solana/addresses").Address;
1639
+ }, args: {
1640
+ address?: import("@solana/addresses").Address | undefined;
1641
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
1642
+ minContextSlot?: bigint | undefined;
1643
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
1644
+ stakeAuthority: (parent: {
1645
+ [x: string]: import("@solana/addresses").Address;
1646
+ }, args: {
1647
+ address?: import("@solana/addresses").Address | undefined;
1648
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
1649
+ minContextSlot?: bigint | undefined;
1650
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
1651
+ stakeHistorySysvar: (parent: {
1652
+ [x: string]: import("@solana/addresses").Address;
1653
+ }, args: {
1654
+ address?: import("@solana/addresses").Address | undefined;
1655
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
1656
+ minContextSlot?: bigint | undefined;
1657
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
1658
+ };
1659
+ StakeRedelegateInstruction: {
1660
+ newStakeAccount: (parent: {
1661
+ [x: string]: import("@solana/addresses").Address;
1662
+ }, args: {
1663
+ address?: import("@solana/addresses").Address | undefined;
1664
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
1665
+ minContextSlot?: bigint | undefined;
1666
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
1667
+ stakeAccount: (parent: {
1668
+ [x: string]: import("@solana/addresses").Address;
1669
+ }, args: {
1670
+ address?: import("@solana/addresses").Address | undefined;
1671
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
1672
+ minContextSlot?: bigint | undefined;
1673
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
1674
+ stakeAuthority: (parent: {
1675
+ [x: string]: import("@solana/addresses").Address;
1676
+ }, args: {
1677
+ address?: import("@solana/addresses").Address | undefined;
1678
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
1679
+ minContextSlot?: bigint | undefined;
1680
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
1681
+ stakeConfigAccount: (parent: {
1682
+ [x: string]: import("@solana/addresses").Address;
1683
+ }, args: {
1684
+ address?: import("@solana/addresses").Address | undefined;
1685
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
1686
+ minContextSlot?: bigint | undefined;
1687
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
1688
+ voteAccount: (parent: {
1689
+ [x: string]: import("@solana/addresses").Address;
1690
+ }, args: {
1691
+ address?: import("@solana/addresses").Address | undefined;
1692
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
1693
+ minContextSlot?: bigint | undefined;
1694
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
1695
+ };
1696
+ StakeSetLockupCheckedInstruction: {
1697
+ custodian: (parent: {
1698
+ [x: string]: import("@solana/addresses").Address;
1699
+ }, args: {
1700
+ address?: import("@solana/addresses").Address | undefined;
1701
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
1702
+ minContextSlot?: bigint | undefined;
1703
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
1704
+ stakeAccount: (parent: {
1705
+ [x: string]: import("@solana/addresses").Address;
1706
+ }, args: {
1707
+ address?: import("@solana/addresses").Address | undefined;
1708
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
1709
+ minContextSlot?: bigint | undefined;
1710
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
1711
+ };
1712
+ StakeSetLockupInstruction: {
1713
+ custodian: (parent: {
1714
+ [x: string]: import("@solana/addresses").Address;
1715
+ }, args: {
1716
+ address?: import("@solana/addresses").Address | undefined;
1717
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
1718
+ minContextSlot?: bigint | undefined;
1719
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
1720
+ stakeAccount: (parent: {
1721
+ [x: string]: import("@solana/addresses").Address;
1722
+ }, args: {
1723
+ address?: import("@solana/addresses").Address | undefined;
1724
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
1725
+ minContextSlot?: bigint | undefined;
1726
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
1727
+ };
1728
+ StakeSplitInstruction: {
1729
+ newSplitAccount: (parent: {
1730
+ [x: string]: import("@solana/addresses").Address;
1731
+ }, args: {
1732
+ address?: import("@solana/addresses").Address | undefined;
1733
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
1734
+ minContextSlot?: bigint | undefined;
1735
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
1736
+ stakeAccount: (parent: {
1737
+ [x: string]: import("@solana/addresses").Address;
1738
+ }, args: {
1739
+ address?: import("@solana/addresses").Address | undefined;
1740
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
1741
+ minContextSlot?: bigint | undefined;
1742
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
1743
+ stakeAuthority: (parent: {
1744
+ [x: string]: import("@solana/addresses").Address;
1745
+ }, args: {
1746
+ address?: import("@solana/addresses").Address | undefined;
1747
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
1748
+ minContextSlot?: bigint | undefined;
1749
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
1750
+ };
1751
+ StakeWithdrawInstruction: {
1752
+ clockSysvar: (parent: {
1753
+ [x: string]: import("@solana/addresses").Address;
1754
+ }, args: {
1755
+ address?: import("@solana/addresses").Address | undefined;
1756
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
1757
+ minContextSlot?: bigint | undefined;
1758
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
1759
+ destination: (parent: {
1760
+ [x: string]: import("@solana/addresses").Address;
1761
+ }, args: {
1762
+ address?: import("@solana/addresses").Address | undefined;
1763
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
1764
+ minContextSlot?: bigint | undefined;
1765
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
1766
+ stakeAccount: (parent: {
1767
+ [x: string]: import("@solana/addresses").Address;
1768
+ }, args: {
1769
+ address?: import("@solana/addresses").Address | undefined;
1770
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
1771
+ minContextSlot?: bigint | undefined;
1772
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
1773
+ withdrawAuthority: (parent: {
1774
+ [x: string]: import("@solana/addresses").Address;
1775
+ }, args: {
1776
+ address?: import("@solana/addresses").Address | undefined;
1777
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
1778
+ minContextSlot?: bigint | undefined;
1779
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
1780
+ };
1781
+ TransactionInstruction: {
1782
+ __resolveType(instructionResult: InstructionResult): "CreateLookupTableInstruction" | "FreezeLookupTableInstruction" | "ExtendLookupTableInstruction" | "DeactivateLookupTableInstruction" | "CloseLookupTableInstruction" | "BpfLoaderWriteInstruction" | "BpfLoaderFinalizeInstruction" | "BpfUpgradeableLoaderInitializeBufferInstruction" | "BpfUpgradeableLoaderWriteInstruction" | "BpfUpgradeableLoaderDeployWithMaxDataLenInstruction" | "BpfUpgradeableLoaderUpgradeInstruction" | "BpfUpgradeableLoaderSetAuthorityInstruction" | "BpfUpgradeableLoaderSetAuthorityCheckedInstruction" | "BpfUpgradeableLoaderCloseInstruction" | "BpfUpgradeableLoaderExtendProgramInstruction" | "SplAssociatedTokenCreateInstruction" | "SplAssociatedTokenCreateIdempotentInstruction" | "SplAssociatedTokenRecoverNestedInstruction" | "SplMemoInstruction" | "SplTokenInitializeMintInstruction" | "SplTokenInitializeMint2Instruction" | "SplTokenInitializeAccountInstruction" | "SplTokenInitializeAccount2Instruction" | "SplTokenInitializeAccount3Instruction" | "SplTokenInitializeMultisigInstruction" | "SplTokenInitializeMultisig2Instruction" | "SplTokenTransferInstruction" | "SplTokenApproveInstruction" | "SplTokenRevokeInstruction" | "SplTokenSetAuthorityInstruction" | "SplTokenMintToInstruction" | "SplTokenBurnInstruction" | "SplTokenCloseAccountInstruction" | "SplTokenFreezeAccountInstruction" | "SplTokenThawAccountInstruction" | "SplTokenTransferCheckedInstruction" | "SplTokenApproveCheckedInstruction" | "SplTokenMintToCheckedInstruction" | "SplTokenBurnCheckedInstruction" | "SplTokenSyncNativeInstruction" | "SplTokenGetAccountDataSizeInstruction" | "SplTokenInitializeImmutableOwnerInstruction" | "SplTokenAmountToUiAmountInstruction" | "SplTokenUiAmountToAmountInstruction" | "SplTokenInitializeMintCloseAuthorityInstruction" | "StakeInitializeInstruction" | "StakeAuthorizeInstruction" | "StakeDelegateStakeInstruction" | "StakeSplitInstruction" | "StakeWithdrawInstruction" | "StakeDeactivateInstruction" | "StakeSetLockupInstruction" | "StakeMergeInstruction" | "StakeAuthorizeWithSeedInstruction" | "StakeInitializeCheckedInstruction" | "StakeAuthorizeCheckedInstruction" | "StakeAuthorizeCheckedWithSeedInstruction" | "StakeSetLockupCheckedInstruction" | "StakeDeactivateDelinquentInstruction" | "StakeRedelegateInstruction" | "CreateAccountInstruction" | "AssignInstruction" | "TransferInstruction" | "CreateAccountWithSeedInstruction" | "AdvanceNonceAccountInstruction" | "WithdrawNonceAccountInstruction" | "InitializeNonceAccountInstruction" | "AuthorizeNonceAccountInstruction" | "UpgradeNonceAccountInstruction" | "AllocateInstruction" | "AllocateWithSeedInstruction" | "AssignWithSeedInstruction" | "TransferWithSeedInstruction" | "VoteInitializeAccountInstruction" | "VoteAuthorizeInstruction" | "VoteAuthorizeWithSeedInstruction" | "VoteAuthorizeCheckedWithSeedInstruction" | "VoteVoteInstruction" | "VoteUpdateVoteStateInstruction" | "VoteUpdateVoteStateSwitchInstruction" | "VoteCompactUpdateVoteStateInstruction" | "VoteCompactUpdateVoteStateSwitchInstruction" | "VoteWithdrawInstruction" | "VoteUpdateValidatorIdentityInstruction" | "VoteUpdateCommissionInstruction" | "VoteVoteSwitchInstruction" | "VoteAuthorizeCheckedInstruction" | "GenericInstruction";
1783
+ };
1784
+ TransferInstruction: {
1785
+ destination: (parent: {
1786
+ [x: string]: import("@solana/addresses").Address;
1787
+ }, args: {
1788
+ address?: import("@solana/addresses").Address | undefined;
1789
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
1790
+ minContextSlot?: bigint | undefined;
1791
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
1792
+ source: (parent: {
1793
+ [x: string]: import("@solana/addresses").Address;
1794
+ }, args: {
1795
+ address?: import("@solana/addresses").Address | undefined;
1796
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
1797
+ minContextSlot?: bigint | undefined;
1798
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
1799
+ };
1800
+ TransferWithSeedInstruction: {
1801
+ destination: (parent: {
1802
+ [x: string]: import("@solana/addresses").Address;
1803
+ }, args: {
1804
+ address?: import("@solana/addresses").Address | undefined;
1805
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
1806
+ minContextSlot?: bigint | undefined;
1807
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
1808
+ source: (parent: {
1809
+ [x: string]: import("@solana/addresses").Address;
1810
+ }, args: {
1811
+ address?: import("@solana/addresses").Address | undefined;
1812
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
1813
+ minContextSlot?: bigint | undefined;
1814
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
1815
+ sourceOwner: (parent: {
1816
+ [x: string]: import("@solana/addresses").Address;
1817
+ }, args: {
1818
+ address?: import("@solana/addresses").Address | undefined;
1819
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
1820
+ minContextSlot?: bigint | undefined;
1821
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
1822
+ };
1823
+ UpgradeNonceAccountInstruction: {
1824
+ nonceAccount: (parent: {
1825
+ [x: string]: import("@solana/addresses").Address;
1826
+ }, args: {
1827
+ address?: import("@solana/addresses").Address | undefined;
1828
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
1829
+ minContextSlot?: bigint | undefined;
1830
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
1831
+ nonceAuthority: (parent: {
1832
+ [x: string]: import("@solana/addresses").Address;
1833
+ }, args: {
1834
+ address?: import("@solana/addresses").Address | undefined;
1835
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
1836
+ minContextSlot?: bigint | undefined;
1837
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
1838
+ };
1839
+ VoteAuthorizeCheckedInstruction: {
1840
+ authority: (parent: {
1841
+ [x: string]: import("@solana/addresses").Address;
1842
+ }, args: {
1843
+ address?: import("@solana/addresses").Address | undefined;
1844
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
1845
+ minContextSlot?: bigint | undefined;
1846
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
1847
+ clockSysvar: (parent: {
1848
+ [x: string]: import("@solana/addresses").Address;
1849
+ }, args: {
1850
+ address?: import("@solana/addresses").Address | undefined;
1851
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
1852
+ minContextSlot?: bigint | undefined;
1853
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
1854
+ newAuthority: (parent: {
1855
+ [x: string]: import("@solana/addresses").Address;
1856
+ }, args: {
1857
+ address?: import("@solana/addresses").Address | undefined;
1858
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
1859
+ minContextSlot?: bigint | undefined;
1860
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
1861
+ voteAccount: (parent: {
1862
+ [x: string]: import("@solana/addresses").Address;
1863
+ }, args: {
1864
+ address?: import("@solana/addresses").Address | undefined;
1865
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
1866
+ minContextSlot?: bigint | undefined;
1867
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
1868
+ };
1869
+ VoteAuthorizeCheckedWithSeedInstruction: {
1870
+ authorityOwner: (parent: {
1871
+ [x: string]: import("@solana/addresses").Address;
1872
+ }, args: {
1873
+ address?: import("@solana/addresses").Address | undefined;
1874
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
1875
+ minContextSlot?: bigint | undefined;
1876
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
1877
+ clockSysvar: (parent: {
1878
+ [x: string]: import("@solana/addresses").Address;
1879
+ }, args: {
1880
+ address?: import("@solana/addresses").Address | undefined;
1881
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
1882
+ minContextSlot?: bigint | undefined;
1883
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
1884
+ newAuthority: (parent: {
1885
+ [x: string]: import("@solana/addresses").Address;
1886
+ }, args: {
1887
+ address?: import("@solana/addresses").Address | undefined;
1888
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
1889
+ minContextSlot?: bigint | undefined;
1890
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
1891
+ voteAccount: (parent: {
1892
+ [x: string]: import("@solana/addresses").Address;
1893
+ }, args: {
1894
+ address?: import("@solana/addresses").Address | undefined;
1895
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
1896
+ minContextSlot?: bigint | undefined;
1897
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
1898
+ };
1899
+ VoteAuthorizeInstruction: {
1900
+ authority: (parent: {
1901
+ [x: string]: import("@solana/addresses").Address;
1902
+ }, args: {
1903
+ address?: import("@solana/addresses").Address | undefined;
1904
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
1905
+ minContextSlot?: bigint | undefined;
1906
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
1907
+ clockSysvar: (parent: {
1908
+ [x: string]: import("@solana/addresses").Address;
1909
+ }, args: {
1910
+ address?: import("@solana/addresses").Address | undefined;
1911
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
1912
+ minContextSlot?: bigint | undefined;
1913
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
1914
+ newAuthority: (parent: {
1915
+ [x: string]: import("@solana/addresses").Address;
1916
+ }, args: {
1917
+ address?: import("@solana/addresses").Address | undefined;
1918
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
1919
+ minContextSlot?: bigint | undefined;
1920
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
1921
+ voteAccount: (parent: {
1922
+ [x: string]: import("@solana/addresses").Address;
1923
+ }, args: {
1924
+ address?: import("@solana/addresses").Address | undefined;
1925
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
1926
+ minContextSlot?: bigint | undefined;
1927
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
1928
+ };
1929
+ VoteAuthorizeWithSeedInstruction: {
1930
+ authorityOwner: (parent: {
1931
+ [x: string]: import("@solana/addresses").Address;
1932
+ }, args: {
1933
+ address?: import("@solana/addresses").Address | undefined;
1934
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
1935
+ minContextSlot?: bigint | undefined;
1936
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
1937
+ clockSysvar: (parent: {
1938
+ [x: string]: import("@solana/addresses").Address;
1939
+ }, args: {
1940
+ address?: import("@solana/addresses").Address | undefined;
1941
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
1942
+ minContextSlot?: bigint | undefined;
1943
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
1944
+ newAuthority: (parent: {
1945
+ [x: string]: import("@solana/addresses").Address;
1946
+ }, args: {
1947
+ address?: import("@solana/addresses").Address | undefined;
1948
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
1949
+ minContextSlot?: bigint | undefined;
1950
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
1951
+ voteAccount: (parent: {
1952
+ [x: string]: import("@solana/addresses").Address;
1953
+ }, args: {
1954
+ address?: import("@solana/addresses").Address | undefined;
1955
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
1956
+ minContextSlot?: bigint | undefined;
1957
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
1958
+ };
1959
+ VoteCompactUpdateVoteStateInstruction: {
1960
+ voteAccount: (parent: {
1961
+ [x: string]: import("@solana/addresses").Address;
1962
+ }, args: {
1963
+ address?: import("@solana/addresses").Address | undefined;
1964
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
1965
+ minContextSlot?: bigint | undefined;
1966
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
1967
+ voteAuthority: (parent: {
1968
+ [x: string]: import("@solana/addresses").Address;
1969
+ }, args: {
1970
+ address?: import("@solana/addresses").Address | undefined;
1971
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
1972
+ minContextSlot?: bigint | undefined;
1973
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
1974
+ };
1975
+ VoteCompactUpdateVoteStateSwitchInstruction: {
1976
+ voteAccount: (parent: {
1977
+ [x: string]: import("@solana/addresses").Address;
1978
+ }, args: {
1979
+ address?: import("@solana/addresses").Address | undefined;
1980
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
1981
+ minContextSlot?: bigint | undefined;
1982
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
1983
+ voteAuthority: (parent: {
1984
+ [x: string]: import("@solana/addresses").Address;
1985
+ }, args: {
1986
+ address?: import("@solana/addresses").Address | undefined;
1987
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
1988
+ minContextSlot?: bigint | undefined;
1989
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
1990
+ };
1991
+ VoteInitializeAccountInstruction: {
1992
+ authorizedVoter: (parent: {
1993
+ [x: string]: import("@solana/addresses").Address;
1994
+ }, args: {
1995
+ address?: import("@solana/addresses").Address | undefined;
1996
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
1997
+ minContextSlot?: bigint | undefined;
1998
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
1999
+ authorizedWithdrawer: (parent: {
2000
+ [x: string]: import("@solana/addresses").Address;
2001
+ }, args: {
2002
+ address?: import("@solana/addresses").Address | undefined;
2003
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
2004
+ minContextSlot?: bigint | undefined;
2005
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
2006
+ clockSysvar: (parent: {
2007
+ [x: string]: import("@solana/addresses").Address;
2008
+ }, args: {
2009
+ address?: import("@solana/addresses").Address | undefined;
2010
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
2011
+ minContextSlot?: bigint | undefined;
2012
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
2013
+ node: (parent: {
2014
+ [x: string]: import("@solana/addresses").Address;
2015
+ }, args: {
2016
+ address?: import("@solana/addresses").Address | undefined;
2017
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
2018
+ minContextSlot?: bigint | undefined;
2019
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
2020
+ rentSysvar: (parent: {
2021
+ [x: string]: import("@solana/addresses").Address;
2022
+ }, args: {
2023
+ address?: import("@solana/addresses").Address | undefined;
2024
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
2025
+ minContextSlot?: bigint | undefined;
2026
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
2027
+ voteAccount: (parent: {
2028
+ [x: string]: import("@solana/addresses").Address;
2029
+ }, args: {
2030
+ address?: import("@solana/addresses").Address | undefined;
2031
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
2032
+ minContextSlot?: bigint | undefined;
2033
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
2034
+ };
2035
+ VoteUpdateCommissionInstruction: {
2036
+ voteAccount: (parent: {
2037
+ [x: string]: import("@solana/addresses").Address;
2038
+ }, args: {
2039
+ address?: import("@solana/addresses").Address | undefined;
2040
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
2041
+ minContextSlot?: bigint | undefined;
2042
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
2043
+ withdrawAuthority: (parent: {
2044
+ [x: string]: import("@solana/addresses").Address;
2045
+ }, args: {
2046
+ address?: import("@solana/addresses").Address | undefined;
2047
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
2048
+ minContextSlot?: bigint | undefined;
2049
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
2050
+ };
2051
+ VoteUpdateValidatorIdentityInstruction: {
2052
+ newValidatorIdentity: (parent: {
2053
+ [x: string]: import("@solana/addresses").Address;
2054
+ }, args: {
2055
+ address?: import("@solana/addresses").Address | undefined;
2056
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
2057
+ minContextSlot?: bigint | undefined;
2058
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
2059
+ voteAccount: (parent: {
2060
+ [x: string]: import("@solana/addresses").Address;
2061
+ }, args: {
2062
+ address?: import("@solana/addresses").Address | undefined;
2063
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
2064
+ minContextSlot?: bigint | undefined;
2065
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
2066
+ withdrawAuthority: (parent: {
2067
+ [x: string]: import("@solana/addresses").Address;
2068
+ }, args: {
2069
+ address?: import("@solana/addresses").Address | undefined;
2070
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
2071
+ minContextSlot?: bigint | undefined;
2072
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
2073
+ };
2074
+ VoteUpdateVoteStateInstruction: {
2075
+ voteAccount: (parent: {
2076
+ [x: string]: import("@solana/addresses").Address;
2077
+ }, args: {
2078
+ address?: import("@solana/addresses").Address | undefined;
2079
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
2080
+ minContextSlot?: bigint | undefined;
2081
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
2082
+ voteAuthority: (parent: {
2083
+ [x: string]: import("@solana/addresses").Address;
2084
+ }, args: {
2085
+ address?: import("@solana/addresses").Address | undefined;
2086
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
2087
+ minContextSlot?: bigint | undefined;
2088
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
2089
+ };
2090
+ VoteUpdateVoteStateSwitchInstruction: {
2091
+ voteAccount: (parent: {
2092
+ [x: string]: import("@solana/addresses").Address;
2093
+ }, args: {
2094
+ address?: import("@solana/addresses").Address | undefined;
2095
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
2096
+ minContextSlot?: bigint | undefined;
2097
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
2098
+ voteAuthority: (parent: {
2099
+ [x: string]: import("@solana/addresses").Address;
2100
+ }, args: {
2101
+ address?: import("@solana/addresses").Address | undefined;
2102
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
2103
+ minContextSlot?: bigint | undefined;
2104
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
2105
+ };
2106
+ VoteVoteInstruction: {
2107
+ clockSysvar: (parent: {
2108
+ [x: string]: import("@solana/addresses").Address;
2109
+ }, args: {
2110
+ address?: import("@solana/addresses").Address | undefined;
2111
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
2112
+ minContextSlot?: bigint | undefined;
2113
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
2114
+ slotHashesSysvar: (parent: {
2115
+ [x: string]: import("@solana/addresses").Address;
2116
+ }, args: {
2117
+ address?: import("@solana/addresses").Address | undefined;
2118
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
2119
+ minContextSlot?: bigint | undefined;
2120
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
2121
+ voteAccount: (parent: {
2122
+ [x: string]: import("@solana/addresses").Address;
2123
+ }, args: {
2124
+ address?: import("@solana/addresses").Address | undefined;
2125
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
2126
+ minContextSlot?: bigint | undefined;
2127
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
2128
+ voteAuthority: (parent: {
2129
+ [x: string]: import("@solana/addresses").Address;
2130
+ }, args: {
2131
+ address?: import("@solana/addresses").Address | undefined;
2132
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
2133
+ minContextSlot?: bigint | undefined;
2134
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
2135
+ };
2136
+ VoteVoteSwitchInstruction: {
2137
+ clockSysvar: (parent: {
2138
+ [x: string]: import("@solana/addresses").Address;
2139
+ }, args: {
2140
+ address?: import("@solana/addresses").Address | undefined;
2141
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
2142
+ minContextSlot?: bigint | undefined;
2143
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
2144
+ slotHashesSysvar: (parent: {
2145
+ [x: string]: import("@solana/addresses").Address;
2146
+ }, args: {
2147
+ address?: import("@solana/addresses").Address | undefined;
2148
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
2149
+ minContextSlot?: bigint | undefined;
2150
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
2151
+ voteAccount: (parent: {
2152
+ [x: string]: import("@solana/addresses").Address;
2153
+ }, args: {
2154
+ address?: import("@solana/addresses").Address | undefined;
2155
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
2156
+ minContextSlot?: bigint | undefined;
2157
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
2158
+ voteAuthority: (parent: {
2159
+ [x: string]: import("@solana/addresses").Address;
2160
+ }, args: {
2161
+ address?: import("@solana/addresses").Address | undefined;
2162
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
2163
+ minContextSlot?: bigint | undefined;
2164
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
2165
+ };
2166
+ VoteWithdrawInstruction: {
2167
+ voteAccount: (parent: {
2168
+ [x: string]: import("@solana/addresses").Address;
2169
+ }, args: {
2170
+ address?: import("@solana/addresses").Address | undefined;
2171
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
2172
+ minContextSlot?: bigint | undefined;
2173
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
2174
+ withdrawAuthority: (parent: {
2175
+ [x: string]: import("@solana/addresses").Address;
2176
+ }, args: {
2177
+ address?: import("@solana/addresses").Address | undefined;
2178
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
2179
+ minContextSlot?: bigint | undefined;
2180
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
2181
+ };
2182
+ WithdrawNonceAccountInstruction: {
2183
+ destination: (parent: {
2184
+ [x: string]: import("@solana/addresses").Address;
2185
+ }, args: {
2186
+ address?: import("@solana/addresses").Address | undefined;
2187
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
2188
+ minContextSlot?: bigint | undefined;
2189
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
2190
+ nonceAccount: (parent: {
2191
+ [x: string]: import("@solana/addresses").Address;
2192
+ }, args: {
2193
+ address?: import("@solana/addresses").Address | undefined;
2194
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
2195
+ minContextSlot?: bigint | undefined;
2196
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
2197
+ nonceAuthority: (parent: {
2198
+ [x: string]: import("@solana/addresses").Address;
2199
+ }, args: {
2200
+ address?: import("@solana/addresses").Address | undefined;
2201
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
2202
+ minContextSlot?: bigint | undefined;
2203
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
2204
+ recentBlockhashesSysvar: (parent: {
2205
+ [x: string]: import("@solana/addresses").Address;
2206
+ }, args: {
2207
+ address?: import("@solana/addresses").Address | undefined;
2208
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
2209
+ minContextSlot?: bigint | undefined;
2210
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
2211
+ rentSysvar: (parent: {
2212
+ [x: string]: import("@solana/addresses").Address;
2213
+ }, args: {
2214
+ address?: import("@solana/addresses").Address | undefined;
2215
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
2216
+ minContextSlot?: bigint | undefined;
2217
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
2218
+ };
2219
+ };
2220
+ //# sourceMappingURL=instruction.d.ts.map