@solana/rpc-graphql 2.0.0-experimental.fd11bd1 → 2.0.0-experimental.fd64233
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1088 -30
- package/dist/index.browser.cjs +2686 -2104
- package/dist/index.browser.cjs.map +1 -1
- package/dist/index.browser.js +2681 -2106
- package/dist/index.browser.js.map +1 -1
- package/dist/index.native.js +2681 -2102
- package/dist/index.native.js.map +1 -1
- package/dist/index.node.cjs +2686 -2100
- package/dist/index.node.cjs.map +1 -1
- package/dist/index.node.js +2681 -2102
- package/dist/index.node.js.map +1 -1
- package/dist/types/context.d.ts +5 -20
- package/dist/types/context.d.ts.map +1 -1
- package/dist/types/index.d.ts +9 -1
- package/dist/types/index.d.ts.map +1 -1
- package/dist/types/loaders/account.d.ts +5 -0
- package/dist/types/loaders/account.d.ts.map +1 -0
- package/dist/types/loaders/block.d.ts +5 -0
- package/dist/types/loaders/block.d.ts.map +1 -0
- package/dist/types/loaders/index.d.ts +6 -0
- package/dist/types/loaders/index.d.ts.map +1 -0
- package/dist/types/loaders/loader.d.ts +63 -0
- package/dist/types/loaders/loader.d.ts.map +1 -0
- package/dist/types/loaders/program-accounts.d.ts +5 -0
- package/dist/types/loaders/program-accounts.d.ts.map +1 -0
- package/dist/types/loaders/transaction.d.ts +5 -0
- package/dist/types/loaders/transaction.d.ts.map +1 -0
- package/dist/types/resolvers/account.d.ts +114 -0
- package/dist/types/resolvers/account.d.ts.map +1 -0
- package/dist/types/resolvers/block.d.ts +20 -0
- package/dist/types/resolvers/block.d.ts.map +1 -0
- package/dist/types/resolvers/index.d.ts +3 -0
- package/dist/types/resolvers/index.d.ts.map +1 -0
- package/dist/types/resolvers/instruction.d.ts +948 -0
- package/dist/types/resolvers/instruction.d.ts.map +1 -0
- package/dist/types/resolvers/program-accounts.d.ts +10 -0
- package/dist/types/resolvers/program-accounts.d.ts.map +1 -0
- package/dist/types/resolvers/resolve-info.d.ts +3 -0
- package/dist/types/resolvers/resolve-info.d.ts.map +1 -0
- package/dist/types/resolvers/root.d.ts +3 -0
- package/dist/types/resolvers/root.d.ts.map +1 -0
- package/dist/types/resolvers/scalars.d.ts +44 -0
- package/dist/types/resolvers/scalars.d.ts.map +1 -0
- package/dist/types/resolvers/transaction.d.ts +19 -0
- package/dist/types/resolvers/transaction.d.ts.map +1 -0
- package/dist/types/resolvers/types.d.ts +26 -0
- package/dist/types/resolvers/types.d.ts.map +1 -0
- package/dist/types/schema/account.d.ts +2 -0
- package/dist/types/schema/account.d.ts.map +1 -0
- package/dist/types/schema/block.d.ts +2 -0
- package/dist/types/schema/block.d.ts.map +1 -0
- package/dist/types/schema/common/inputs.d.ts +2 -0
- package/dist/types/schema/common/inputs.d.ts.map +1 -0
- package/dist/types/schema/common/scalars.d.ts +2 -0
- package/dist/types/schema/common/scalars.d.ts.map +1 -0
- package/dist/types/schema/common/types.d.ts +2 -0
- package/dist/types/schema/common/types.d.ts.map +1 -0
- package/dist/types/schema/index.d.ts +2 -0
- package/dist/types/schema/index.d.ts.map +1 -0
- package/dist/types/schema/instruction.d.ts +2 -0
- package/dist/types/schema/instruction.d.ts.map +1 -0
- package/dist/types/schema/root.d.ts +2 -0
- package/dist/types/schema/root.d.ts.map +1 -0
- package/dist/types/schema/transaction.d.ts +2 -0
- package/dist/types/schema/transaction.d.ts.map +1 -0
- package/package.json +16 -12
- package/dist/types/cache.d.ts +0 -7
- package/dist/types/cache.d.ts.map +0 -1
- package/dist/types/rpc.d.ts +0 -13
- package/dist/types/rpc.d.ts.map +0 -1
- package/dist/types/schema/account/index.d.ts +0 -3
- package/dist/types/schema/account/index.d.ts.map +0 -1
- package/dist/types/schema/account/query.d.ts +0 -38
- package/dist/types/schema/account/query.d.ts.map +0 -1
- package/dist/types/schema/account/types.d.ts +0 -5
- package/dist/types/schema/account/types.d.ts.map +0 -1
- package/dist/types/schema/block/index.d.ts +0 -3
- package/dist/types/schema/block/index.d.ts.map +0 -1
- package/dist/types/schema/block/query.d.ts +0 -42
- package/dist/types/schema/block/query.d.ts.map +0 -1
- package/dist/types/schema/block/types.d.ts +0 -7
- package/dist/types/schema/block/types.d.ts.map +0 -1
- package/dist/types/schema/inputs.d.ts +0 -9
- package/dist/types/schema/inputs.d.ts.map +0 -1
- package/dist/types/schema/picks.d.ts +0 -36
- package/dist/types/schema/picks.d.ts.map +0 -1
- package/dist/types/schema/program-accounts/index.d.ts +0 -2
- package/dist/types/schema/program-accounts/index.d.ts.map +0 -1
- package/dist/types/schema/program-accounts/query.d.ts +0 -47
- package/dist/types/schema/program-accounts/query.d.ts.map +0 -1
- package/dist/types/schema/program-accounts/types.d.ts +0 -3
- package/dist/types/schema/program-accounts/types.d.ts.map +0 -1
- package/dist/types/schema/scalars.d.ts +0 -3
- package/dist/types/schema/scalars.d.ts.map +0 -1
- package/dist/types/schema/transaction/index.d.ts +0 -3
- package/dist/types/schema/transaction/index.d.ts.map +0 -1
- package/dist/types/schema/transaction/query.d.ts +0 -33
- package/dist/types/schema/transaction/query.d.ts.map +0 -1
- package/dist/types/schema/transaction/types.d.ts +0 -12
- package/dist/types/schema/transaction/types.d.ts.map +0 -1
package/dist/index.node.cjs
CHANGED
|
@@ -1,2336 +1,2922 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
+
var schema = require('@graphql-tools/schema');
|
|
3
4
|
var graphql = require('graphql');
|
|
5
|
+
var DataLoader = require('dataloader');
|
|
6
|
+
var stringify = require('json-stable-stringify');
|
|
4
7
|
|
|
5
|
-
|
|
8
|
+
function _interopDefault (e) { return e && e.__esModule ? e : { default: e }; }
|
|
6
9
|
|
|
7
|
-
|
|
8
|
-
var
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
});
|
|
15
|
-
var parseValue = (value) => JSON.parse(value, (_, value2) => {
|
|
16
|
-
if (typeof value2 === "string" && /\d+n$/.test(value2)) {
|
|
17
|
-
return BigInt(value2.slice(0, -1));
|
|
10
|
+
var DataLoader__default = /*#__PURE__*/_interopDefault(DataLoader);
|
|
11
|
+
var stringify__default = /*#__PURE__*/_interopDefault(stringify);
|
|
12
|
+
|
|
13
|
+
// src/index.ts
|
|
14
|
+
function replacer(_, value) {
|
|
15
|
+
if (typeof value === "bigint") {
|
|
16
|
+
return value.toString() + "n";
|
|
18
17
|
}
|
|
19
|
-
return
|
|
20
|
-
});
|
|
21
|
-
var cacheKey = (key, variables) => `GraphQLCache:${stringifyValue(key)}:${stringifyValue(variables)}`;
|
|
22
|
-
function createGraphQLCache() {
|
|
23
|
-
return {
|
|
24
|
-
// Node.js
|
|
25
|
-
flush: () => {
|
|
26
|
-
Object.keys(inMemoryCache).forEach((key) => delete inMemoryCache[key]);
|
|
27
|
-
},
|
|
28
|
-
get: (key, variables) => {
|
|
29
|
-
const value = inMemoryCache[cacheKey(key, variables)];
|
|
30
|
-
return value === void 0 ? null : parseValue(value);
|
|
31
|
-
},
|
|
32
|
-
insert: (key, variables, value) => {
|
|
33
|
-
inMemoryCache[cacheKey(key, variables)] = stringifyValue(value);
|
|
34
|
-
}
|
|
35
|
-
};
|
|
18
|
+
return value;
|
|
36
19
|
}
|
|
20
|
+
var cacheKeyFn = (obj) => stringify__default.default(obj, { replacer });
|
|
37
21
|
|
|
38
|
-
// src/
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
});
|
|
48
|
-
if (requestedFields && requestedFields.length === 1 && requestedFields[0] === "address") {
|
|
49
|
-
return { address };
|
|
50
|
-
}
|
|
51
|
-
}
|
|
52
|
-
const requestConfig = { encoding, ...config };
|
|
53
|
-
const cached = cache.get(address, requestConfig);
|
|
54
|
-
if (cached !== null) {
|
|
55
|
-
return cached;
|
|
56
|
-
}
|
|
57
|
-
const account = await rpc.getAccountInfo(address, requestConfig).send().then((res) => res.value).catch((e) => {
|
|
58
|
-
throw e;
|
|
59
|
-
});
|
|
60
|
-
if (account === null) {
|
|
61
|
-
return {
|
|
62
|
-
address
|
|
63
|
-
};
|
|
64
|
-
}
|
|
65
|
-
const [data, responseEncoding] = Array.isArray(account.data) ? encoding === "jsonParsed" ? [account.data[0], "base64"] : [account.data[0], encoding] : [account.data, "jsonParsed"];
|
|
66
|
-
const queryResponse = {
|
|
67
|
-
...account,
|
|
22
|
+
// src/loaders/account.ts
|
|
23
|
+
function applyDefaultArgs({
|
|
24
|
+
address,
|
|
25
|
+
commitment,
|
|
26
|
+
dataSlice,
|
|
27
|
+
encoding = "jsonParsed",
|
|
28
|
+
minContextSlot
|
|
29
|
+
}) {
|
|
30
|
+
return {
|
|
68
31
|
address,
|
|
69
|
-
|
|
70
|
-
|
|
32
|
+
commitment,
|
|
33
|
+
dataSlice,
|
|
34
|
+
encoding,
|
|
35
|
+
minContextSlot
|
|
71
36
|
};
|
|
72
|
-
cache.insert(address, requestConfig, queryResponse);
|
|
73
|
-
return queryResponse;
|
|
74
37
|
}
|
|
75
|
-
async function
|
|
76
|
-
|
|
77
|
-
const cached = cache.get(slot, config);
|
|
78
|
-
if (cached !== null) {
|
|
79
|
-
return cached;
|
|
80
|
-
}
|
|
81
|
-
const block = await rpc.getBlock(slot, requestConfig).send();
|
|
82
|
-
if (block === null) {
|
|
83
|
-
return null;
|
|
84
|
-
}
|
|
85
|
-
cache.insert(slot, config, block);
|
|
86
|
-
return block;
|
|
38
|
+
async function loadAccount(rpc, { address, ...config }) {
|
|
39
|
+
return await rpc.getAccountInfo(address, config).send().then((res) => res.value);
|
|
87
40
|
}
|
|
88
|
-
|
|
89
|
-
const
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
if ("value" in res) {
|
|
96
|
-
return res.value;
|
|
97
|
-
}
|
|
98
|
-
return res;
|
|
99
|
-
}).catch((e) => {
|
|
100
|
-
throw e;
|
|
101
|
-
});
|
|
102
|
-
const queryResponse = programAccounts.map((programAccount2) => {
|
|
103
|
-
const [data, responseEncoding] = Array.isArray(programAccount2.account.data) ? encoding === "jsonParsed" ? [programAccount2.account.data[0], "base64"] : [programAccount2.account.data[0], encoding] : [programAccount2.account.data, "jsonParsed"];
|
|
104
|
-
const pubkey = programAccount2.pubkey;
|
|
105
|
-
const account = { ...programAccount2.account, data, encoding: responseEncoding };
|
|
106
|
-
return {
|
|
107
|
-
account,
|
|
108
|
-
pubkey
|
|
109
|
-
};
|
|
110
|
-
});
|
|
111
|
-
cache.insert(programAddress, requestConfig, queryResponse);
|
|
112
|
-
return queryResponse;
|
|
41
|
+
function createAccountBatchLoadFn(rpc) {
|
|
42
|
+
const resolveAccountUsingRpc = loadAccount.bind(null, rpc);
|
|
43
|
+
return async (accountQueryArgs) => {
|
|
44
|
+
return await Promise.all(
|
|
45
|
+
accountQueryArgs.map(async (args) => await resolveAccountUsingRpc(applyDefaultArgs(args)))
|
|
46
|
+
);
|
|
47
|
+
};
|
|
113
48
|
}
|
|
114
|
-
|
|
115
|
-
const
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
return cached;
|
|
119
|
-
}
|
|
120
|
-
const transaction = await rpc.getTransaction(signature, requestConfig).send();
|
|
121
|
-
if (transaction === null) {
|
|
122
|
-
return null;
|
|
123
|
-
}
|
|
124
|
-
const [transactionData, responseEncoding, responseFormat] = Array.isArray(transaction.transaction) ? encoding === "jsonParsed" ? [transaction.transaction[0], "base64", "unparsed"] : [transaction.transaction[0], encoding, "unparsed"] : encoding === "jsonParsed" ? [transaction.transaction, encoding, "parsed"] : [transaction.transaction, encoding, "unparsed"];
|
|
125
|
-
if (transaction.meta) {
|
|
126
|
-
transaction.meta["format"] = responseFormat;
|
|
127
|
-
}
|
|
128
|
-
if (transactionData.message) {
|
|
129
|
-
transactionData.message["format"] = responseFormat;
|
|
130
|
-
}
|
|
131
|
-
const queryResponse = {
|
|
132
|
-
...transaction,
|
|
133
|
-
encoding: responseEncoding,
|
|
134
|
-
transaction: transactionData
|
|
49
|
+
function createAccountLoader(rpc) {
|
|
50
|
+
const loader = new DataLoader__default.default(createAccountBatchLoadFn(rpc), { cacheKeyFn });
|
|
51
|
+
return {
|
|
52
|
+
load: async (args) => loader.load(applyDefaultArgs(args))
|
|
135
53
|
};
|
|
136
|
-
cache.insert(signature, requestConfig, queryResponse);
|
|
137
|
-
return queryResponse;
|
|
138
54
|
}
|
|
139
|
-
function
|
|
140
|
-
|
|
55
|
+
function applyDefaultArgs2({
|
|
56
|
+
slot,
|
|
57
|
+
commitment,
|
|
58
|
+
encoding = "jsonParsed",
|
|
59
|
+
maxSupportedTransactionVersion = 0,
|
|
60
|
+
rewards,
|
|
61
|
+
transactionDetails = "full"
|
|
62
|
+
}) {
|
|
141
63
|
return {
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
},
|
|
149
|
-
resolveProgramAccounts(args) {
|
|
150
|
-
return resolveProgramAccounts(args, this.cache, this.rpc);
|
|
151
|
-
},
|
|
152
|
-
resolveTransaction(args) {
|
|
153
|
-
return resolveTransaction(args, this.cache, this.rpc);
|
|
154
|
-
},
|
|
155
|
-
rpc
|
|
64
|
+
commitment,
|
|
65
|
+
encoding,
|
|
66
|
+
maxSupportedTransactionVersion,
|
|
67
|
+
rewards,
|
|
68
|
+
slot,
|
|
69
|
+
transactionDetails
|
|
156
70
|
};
|
|
157
71
|
}
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
});
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
return { type: graphql.GraphQLBoolean };
|
|
72
|
+
async function loadBlock(rpc, { slot, ...config }) {
|
|
73
|
+
return await rpc.getBlock(
|
|
74
|
+
slot,
|
|
75
|
+
// @ts-expect-error FIX ME: https://github.com/solana-labs/solana-web3.js/pull/2052
|
|
76
|
+
config
|
|
77
|
+
).send();
|
|
78
|
+
}
|
|
79
|
+
function createBlockBatchLoadFn(rpc) {
|
|
80
|
+
const resolveBlockUsingRpc = loadBlock.bind(null, rpc);
|
|
81
|
+
return async (blockQueryArgs) => {
|
|
82
|
+
return await Promise.all(blockQueryArgs.map(async (args) => await resolveBlockUsingRpc(applyDefaultArgs2(args))));
|
|
83
|
+
};
|
|
84
|
+
}
|
|
85
|
+
function createBlockLoader(rpc) {
|
|
86
|
+
const loader = new DataLoader__default.default(createBlockBatchLoadFn(rpc), { cacheKeyFn });
|
|
87
|
+
return {
|
|
88
|
+
load: async (args) => loader.load(applyDefaultArgs2(args))
|
|
89
|
+
};
|
|
177
90
|
}
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
91
|
+
function applyDefaultArgs3({
|
|
92
|
+
commitment,
|
|
93
|
+
dataSlice,
|
|
94
|
+
encoding = "jsonParsed",
|
|
95
|
+
filters,
|
|
96
|
+
minContextSlot,
|
|
97
|
+
programAddress
|
|
98
|
+
}) {
|
|
99
|
+
return {
|
|
100
|
+
commitment,
|
|
101
|
+
dataSlice,
|
|
102
|
+
encoding,
|
|
103
|
+
filters,
|
|
104
|
+
minContextSlot,
|
|
105
|
+
programAddress
|
|
106
|
+
};
|
|
183
107
|
}
|
|
184
|
-
function
|
|
185
|
-
return
|
|
108
|
+
async function loadProgramAccounts(rpc, { programAddress, ...config }) {
|
|
109
|
+
return await rpc.getProgramAccounts(
|
|
110
|
+
programAddress,
|
|
111
|
+
// @ts-expect-error FIX ME: https://github.com/solana-labs/solana-web3.js/pull/2052
|
|
112
|
+
config
|
|
113
|
+
).send();
|
|
186
114
|
}
|
|
187
|
-
function
|
|
188
|
-
|
|
115
|
+
function createProgramAccountsBatchLoadFn(rpc) {
|
|
116
|
+
const resolveProgramAccountsUsingRpc = loadProgramAccounts.bind(null, rpc);
|
|
117
|
+
return async (programAccountsQueryArgs) => {
|
|
118
|
+
return await Promise.all(
|
|
119
|
+
programAccountsQueryArgs.map(async (args) => await resolveProgramAccountsUsingRpc(applyDefaultArgs3(args)))
|
|
120
|
+
);
|
|
121
|
+
};
|
|
189
122
|
}
|
|
190
|
-
function
|
|
123
|
+
function createProgramAccountsLoader(rpc) {
|
|
124
|
+
const loader = new DataLoader__default.default(createProgramAccountsBatchLoadFn(rpc), { cacheKeyFn });
|
|
191
125
|
return {
|
|
192
|
-
|
|
126
|
+
load: async (args) => loader.load(applyDefaultArgs3(args))
|
|
193
127
|
};
|
|
194
128
|
}
|
|
195
|
-
function
|
|
129
|
+
function applyDefaultArgs4({
|
|
130
|
+
commitment,
|
|
131
|
+
encoding = "jsonParsed",
|
|
132
|
+
signature
|
|
133
|
+
}) {
|
|
196
134
|
return {
|
|
197
|
-
|
|
135
|
+
commitment,
|
|
136
|
+
encoding,
|
|
137
|
+
signature
|
|
138
|
+
};
|
|
139
|
+
}
|
|
140
|
+
async function loadTransaction(rpc, { signature, ...config }) {
|
|
141
|
+
return await rpc.getTransaction(
|
|
142
|
+
signature,
|
|
143
|
+
// @ts-expect-error FIX ME: https://github.com/solana-labs/solana-web3.js/pull/2052
|
|
144
|
+
config
|
|
145
|
+
).send();
|
|
146
|
+
}
|
|
147
|
+
function createTransactionBatchLoadFn(rpc) {
|
|
148
|
+
const resolveTransactionUsingRpc = loadTransaction.bind(null, rpc);
|
|
149
|
+
return async (transactionQueryArgs) => {
|
|
150
|
+
return await Promise.all(
|
|
151
|
+
transactionQueryArgs.map(async (args) => await resolveTransactionUsingRpc(applyDefaultArgs4(args)))
|
|
152
|
+
);
|
|
198
153
|
};
|
|
199
154
|
}
|
|
200
|
-
function
|
|
155
|
+
function createTransactionLoader(rpc) {
|
|
156
|
+
const loader = new DataLoader__default.default(createTransactionBatchLoadFn(rpc), { cacheKeyFn });
|
|
201
157
|
return {
|
|
202
|
-
|
|
158
|
+
load: async (args) => loader.load(applyDefaultArgs4(args))
|
|
203
159
|
};
|
|
204
160
|
}
|
|
205
|
-
|
|
161
|
+
|
|
162
|
+
// src/context.ts
|
|
163
|
+
function createSolanaGraphQLContext(rpc) {
|
|
206
164
|
return {
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
165
|
+
loaders: {
|
|
166
|
+
account: createAccountLoader(rpc),
|
|
167
|
+
block: createBlockLoader(rpc),
|
|
168
|
+
programAccounts: createProgramAccountsLoader(rpc),
|
|
169
|
+
transaction: createTransactionLoader(rpc)
|
|
170
|
+
}
|
|
211
171
|
};
|
|
212
172
|
}
|
|
213
173
|
|
|
214
|
-
// src/
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
base58: {
|
|
222
|
-
value: "base58"
|
|
223
|
-
},
|
|
224
|
-
base64: {
|
|
225
|
-
value: "base64"
|
|
226
|
-
},
|
|
227
|
-
base64Zstd: {
|
|
228
|
-
value: "base64+zstd"
|
|
229
|
-
},
|
|
230
|
-
jsonParsed: {
|
|
231
|
-
value: "jsonParsed"
|
|
232
|
-
}
|
|
174
|
+
// src/resolvers/resolve-info.ts
|
|
175
|
+
function onlyPresentFieldRequested(fieldName, info) {
|
|
176
|
+
if (info && info.fieldNodes[0].selectionSet) {
|
|
177
|
+
const selectionSet = info.fieldNodes[0].selectionSet;
|
|
178
|
+
const requestedFields = selectionSet.selections.map((field) => {
|
|
179
|
+
if (field.kind === "Field") {
|
|
180
|
+
return field.name.value;
|
|
233
181
|
}
|
|
182
|
+
return null;
|
|
234
183
|
});
|
|
235
|
-
|
|
184
|
+
if (requestedFields && requestedFields.length === 1 && requestedFields[0] === fieldName) {
|
|
185
|
+
return true;
|
|
186
|
+
}
|
|
187
|
+
}
|
|
188
|
+
return false;
|
|
189
|
+
}
|
|
190
|
+
|
|
191
|
+
// src/resolvers/account.ts
|
|
192
|
+
function transformParsedAccountData(parsedAccountData) {
|
|
193
|
+
const {
|
|
194
|
+
parsed: { info: result, type: accountType },
|
|
195
|
+
program: programName,
|
|
196
|
+
programId
|
|
197
|
+
} = parsedAccountData;
|
|
198
|
+
result.accountType = accountType;
|
|
199
|
+
result.programId = programId;
|
|
200
|
+
result.programName = programName;
|
|
201
|
+
return result;
|
|
202
|
+
}
|
|
203
|
+
function transformLoadedAccount({
|
|
204
|
+
account,
|
|
205
|
+
address,
|
|
206
|
+
encoding = "jsonParsed"
|
|
207
|
+
}) {
|
|
208
|
+
const [
|
|
209
|
+
// The account's data, either encoded or parsed.
|
|
210
|
+
data,
|
|
211
|
+
// Tells GraphQL which encoding has been returned
|
|
212
|
+
// by the RPC.
|
|
213
|
+
responseEncoding
|
|
214
|
+
] = Array.isArray(account.data) ? encoding === "jsonParsed" ? (
|
|
215
|
+
// The requested encoding is jsonParsed,
|
|
216
|
+
// but the data could not be parsed.
|
|
217
|
+
// Defaults to base64 encoding.
|
|
218
|
+
[{ data: account.data[0] }, "base64"]
|
|
219
|
+
) : (
|
|
220
|
+
// The requested encoding is base58,
|
|
221
|
+
// base64, or base64+zstd.
|
|
222
|
+
[{ data: account.data[0] }, encoding]
|
|
223
|
+
) : (
|
|
224
|
+
// The account data was returned as an object,
|
|
225
|
+
// so it was parsed successfully.
|
|
226
|
+
[transformParsedAccountData(account.data), "jsonParsed"]
|
|
227
|
+
);
|
|
228
|
+
account.address = address;
|
|
229
|
+
account.encoding = responseEncoding;
|
|
230
|
+
account.ownerProgram = account.owner;
|
|
231
|
+
return {
|
|
232
|
+
...account,
|
|
233
|
+
...data
|
|
234
|
+
};
|
|
235
|
+
}
|
|
236
|
+
var resolveAccount = (fieldName) => {
|
|
237
|
+
return async (parent, args, context, info) => {
|
|
238
|
+
const address = fieldName ? parent[fieldName] : args.address;
|
|
239
|
+
if (!address) {
|
|
240
|
+
return null;
|
|
241
|
+
}
|
|
242
|
+
if (onlyPresentFieldRequested("address", info)) {
|
|
243
|
+
return { address };
|
|
244
|
+
}
|
|
245
|
+
const account = await context.loaders.account.load({ ...args, address });
|
|
246
|
+
return account === null ? { address } : transformLoadedAccount({ account, address, encoding: args.encoding });
|
|
247
|
+
};
|
|
236
248
|
};
|
|
237
|
-
var
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
values: {
|
|
243
|
-
accounts: {
|
|
244
|
-
value: "accounts"
|
|
245
|
-
},
|
|
246
|
-
full: {
|
|
247
|
-
value: "full"
|
|
248
|
-
},
|
|
249
|
-
none: {
|
|
250
|
-
value: "none"
|
|
251
|
-
},
|
|
252
|
-
signatures: {
|
|
253
|
-
value: "signatures"
|
|
254
|
-
}
|
|
249
|
+
var accountResolvers = {
|
|
250
|
+
Account: {
|
|
251
|
+
__resolveType(account) {
|
|
252
|
+
if (account.encoding === "base58") {
|
|
253
|
+
return "AccountBase58";
|
|
255
254
|
}
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
};
|
|
259
|
-
var memoisedCommitmentInputType;
|
|
260
|
-
var commitmentInputType = () => {
|
|
261
|
-
if (!memoisedCommitmentInputType)
|
|
262
|
-
memoisedCommitmentInputType = new graphql.GraphQLEnumType({
|
|
263
|
-
name: "Commitment",
|
|
264
|
-
values: {
|
|
265
|
-
confirmed: {
|
|
266
|
-
value: "confirmed"
|
|
267
|
-
},
|
|
268
|
-
finalized: {
|
|
269
|
-
value: "finalized"
|
|
270
|
-
},
|
|
271
|
-
processed: {
|
|
272
|
-
value: "processed"
|
|
273
|
-
}
|
|
255
|
+
if (account.encoding === "base64") {
|
|
256
|
+
return "AccountBase64";
|
|
274
257
|
}
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
}
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
legacy: {
|
|
297
|
-
value: "legacy"
|
|
298
|
-
},
|
|
299
|
-
zero: {
|
|
300
|
-
value: "0"
|
|
258
|
+
if (account.encoding === "base64+zstd") {
|
|
259
|
+
return "AccountBase64Zstd";
|
|
260
|
+
}
|
|
261
|
+
if (account.encoding === "jsonParsed") {
|
|
262
|
+
if (account.programName === "nonce") {
|
|
263
|
+
return "NonceAccount";
|
|
264
|
+
}
|
|
265
|
+
if (account.accountType === "mint" && account.programName === "spl-token") {
|
|
266
|
+
return "MintAccount";
|
|
267
|
+
}
|
|
268
|
+
if (account.accountType === "account" && account.programName === "spl-token") {
|
|
269
|
+
return "TokenAccount";
|
|
270
|
+
}
|
|
271
|
+
if (account.programName === "stake") {
|
|
272
|
+
return "StakeAccount";
|
|
273
|
+
}
|
|
274
|
+
if (account.accountType === "vote" && account.programName === "vote") {
|
|
275
|
+
return "VoteAccount";
|
|
276
|
+
}
|
|
277
|
+
if (account.accountType === "lookupTable" && account.programName === "address-lookup-table") {
|
|
278
|
+
return "LookupTableAccount";
|
|
301
279
|
}
|
|
302
280
|
}
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
}
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
281
|
+
return "AccountBase64";
|
|
282
|
+
}
|
|
283
|
+
},
|
|
284
|
+
AccountBase58: {
|
|
285
|
+
ownerProgram: resolveAccount("ownerProgram")
|
|
286
|
+
},
|
|
287
|
+
AccountBase64: {
|
|
288
|
+
ownerProgram: resolveAccount("ownerProgram")
|
|
289
|
+
},
|
|
290
|
+
AccountBase64Zstd: {
|
|
291
|
+
ownerProgram: resolveAccount("ownerProgram")
|
|
292
|
+
},
|
|
293
|
+
LookupTableAccount: {
|
|
294
|
+
authority: resolveAccount("authority"),
|
|
295
|
+
ownerProgram: resolveAccount("ownerProgram")
|
|
296
|
+
},
|
|
297
|
+
MintAccount: {
|
|
298
|
+
freezeAuthority: resolveAccount("freezeAuthority"),
|
|
299
|
+
mintAuthority: resolveAccount("mintAuthority"),
|
|
300
|
+
ownerProgram: resolveAccount("ownerProgram")
|
|
301
|
+
},
|
|
302
|
+
NonceAccount: {
|
|
303
|
+
authority: resolveAccount("authority"),
|
|
304
|
+
ownerProgram: resolveAccount("ownerProgram")
|
|
305
|
+
},
|
|
306
|
+
StakeAccount: {
|
|
307
|
+
ownerProgram: resolveAccount("ownerProgram")
|
|
308
|
+
},
|
|
309
|
+
StakeAccountDataMetaAuthorized: {
|
|
310
|
+
staker: resolveAccount("staker"),
|
|
311
|
+
withdrawer: resolveAccount("withdrawer")
|
|
312
|
+
},
|
|
313
|
+
StakeAccountDataMetaLockup: {
|
|
314
|
+
custodian: resolveAccount("custodian")
|
|
315
|
+
},
|
|
316
|
+
StakeAccountDataStakeDelegation: {
|
|
317
|
+
voter: resolveAccount("voter")
|
|
318
|
+
},
|
|
319
|
+
TokenAccount: {
|
|
320
|
+
mint: resolveAccount("mint"),
|
|
321
|
+
owner: resolveAccount("owner"),
|
|
322
|
+
ownerProgram: resolveAccount("ownerProgram")
|
|
323
|
+
},
|
|
324
|
+
VoteAccount: {
|
|
325
|
+
authorizedWithdrawer: resolveAccount("authorizedWithdrawer"),
|
|
326
|
+
node: resolveAccount("nodePubkey"),
|
|
327
|
+
ownerProgram: resolveAccount("ownerProgram")
|
|
328
|
+
},
|
|
329
|
+
VoteAccountDataAuthorizedVoter: {
|
|
330
|
+
authorizedVoter: resolveAccount("authorizedVoter")
|
|
331
|
+
}
|
|
319
332
|
};
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
333
|
+
|
|
334
|
+
// src/resolvers/transaction.ts
|
|
335
|
+
function transformParsedInstruction(parsedInstruction) {
|
|
336
|
+
if ("parsed" in parsedInstruction) {
|
|
337
|
+
if (typeof parsedInstruction.parsed === "string" && parsedInstruction.program === "spl-memo") {
|
|
338
|
+
const { parsed: memo, program: programName2, programId: programId2 } = parsedInstruction;
|
|
339
|
+
const instructionType2 = "memo";
|
|
340
|
+
return { instructionType: instructionType2, memo, programId: programId2, programName: programName2 };
|
|
341
|
+
}
|
|
342
|
+
const {
|
|
343
|
+
parsed: { info: data, type: instructionType },
|
|
344
|
+
program: programName,
|
|
345
|
+
programId
|
|
346
|
+
} = parsedInstruction;
|
|
347
|
+
return { instructionType, programId, programName, ...data };
|
|
348
|
+
} else {
|
|
349
|
+
return parsedInstruction;
|
|
350
|
+
}
|
|
351
|
+
}
|
|
352
|
+
function transformParsedTransaction(parsedTransaction) {
|
|
353
|
+
const transactionData = parsedTransaction.transaction;
|
|
354
|
+
const transactionMeta = parsedTransaction.meta;
|
|
355
|
+
transactionData.message.instructions = transactionData.message.instructions.map(transformParsedInstruction);
|
|
356
|
+
transactionMeta.innerInstructions = transactionMeta.innerInstructions.map((innerInstruction) => {
|
|
357
|
+
innerInstruction.instructions = innerInstruction.instructions.map(transformParsedInstruction);
|
|
358
|
+
return innerInstruction;
|
|
359
|
+
});
|
|
360
|
+
return [transactionData, transactionMeta];
|
|
361
|
+
}
|
|
362
|
+
function transformLoadedTransaction({
|
|
363
|
+
encoding = "jsonParsed",
|
|
364
|
+
transaction
|
|
365
|
+
}) {
|
|
366
|
+
const [transactionData, transactionMeta] = Array.isArray(transaction.transaction) ? (
|
|
367
|
+
// The requested encoding is base58 or base64.
|
|
368
|
+
[transaction.transaction[0], transaction.meta]
|
|
369
|
+
) : (
|
|
370
|
+
// The transaction was either partially parsed or
|
|
371
|
+
// fully JSON-parsed, which will be sorted later.
|
|
372
|
+
transformParsedTransaction(transaction)
|
|
373
|
+
);
|
|
374
|
+
transaction.data = transactionData;
|
|
375
|
+
transaction.encoding = encoding;
|
|
376
|
+
transaction.meta = transactionMeta;
|
|
377
|
+
return transaction;
|
|
378
|
+
}
|
|
379
|
+
function resolveTransaction(fieldName) {
|
|
380
|
+
return async (parent, args, context, info) => {
|
|
381
|
+
const signature = fieldName ? parent[fieldName] : args.signature;
|
|
382
|
+
if (!signature) {
|
|
383
|
+
return null;
|
|
384
|
+
}
|
|
385
|
+
if (onlyPresentFieldRequested("signature", info)) {
|
|
386
|
+
return { signature };
|
|
387
|
+
}
|
|
388
|
+
const transaction = await context.loaders.transaction.load({ ...args, signature });
|
|
389
|
+
if (!transaction) {
|
|
390
|
+
return null;
|
|
391
|
+
}
|
|
392
|
+
if (args.encoding !== "jsonParsed") {
|
|
393
|
+
const transactionJsonParsed = await context.loaders.transaction.load({
|
|
394
|
+
...args,
|
|
395
|
+
encoding: "jsonParsed",
|
|
396
|
+
signature
|
|
397
|
+
});
|
|
398
|
+
if (transactionJsonParsed === null) {
|
|
399
|
+
return null;
|
|
338
400
|
}
|
|
339
|
-
|
|
340
|
-
|
|
401
|
+
transaction.meta = transactionJsonParsed.meta;
|
|
402
|
+
}
|
|
403
|
+
return transformLoadedTransaction({ encoding: args.encoding, transaction });
|
|
404
|
+
};
|
|
405
|
+
}
|
|
406
|
+
var transactionResolvers = {
|
|
407
|
+
Transaction: {
|
|
408
|
+
__resolveType(transaction) {
|
|
409
|
+
switch (transaction.encoding) {
|
|
410
|
+
case "base58":
|
|
411
|
+
return "TransactionBase58";
|
|
412
|
+
case "base64":
|
|
413
|
+
return "TransactionBase64";
|
|
414
|
+
default:
|
|
415
|
+
return "TransactionParsed";
|
|
416
|
+
}
|
|
417
|
+
}
|
|
418
|
+
}
|
|
341
419
|
};
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
420
|
+
|
|
421
|
+
// src/resolvers/block.ts
|
|
422
|
+
function transformLoadedBlock({
|
|
423
|
+
block,
|
|
424
|
+
encoding = "jsonParsed",
|
|
425
|
+
transactionDetails = "full"
|
|
426
|
+
}) {
|
|
427
|
+
const transformedBlock = block;
|
|
428
|
+
if (typeof block === "object" && "transactions" in block) {
|
|
429
|
+
transformedBlock.transactions = block.transactions.map((transaction) => {
|
|
430
|
+
if (transactionDetails === "accounts") {
|
|
431
|
+
return {
|
|
432
|
+
data: transaction.transaction,
|
|
433
|
+
meta: transaction.meta,
|
|
434
|
+
version: transaction.version
|
|
435
|
+
};
|
|
436
|
+
} else {
|
|
437
|
+
return transformLoadedTransaction({ encoding, transaction });
|
|
438
|
+
}
|
|
353
439
|
});
|
|
354
440
|
}
|
|
355
|
-
|
|
441
|
+
block.encoding = encoding;
|
|
442
|
+
block.transactionDetails = transactionDetails;
|
|
443
|
+
return block;
|
|
444
|
+
}
|
|
445
|
+
var resolveBlock = (fieldName) => {
|
|
446
|
+
return async (parent, args, context, info) => {
|
|
447
|
+
const slot = fieldName ? parent[fieldName] : args.slot;
|
|
448
|
+
if (!slot) {
|
|
449
|
+
return null;
|
|
450
|
+
}
|
|
451
|
+
if (onlyPresentFieldRequested("slot", info)) {
|
|
452
|
+
return { slot };
|
|
453
|
+
}
|
|
454
|
+
const block = await context.loaders.block.load({ ...args, slot });
|
|
455
|
+
if (block === null) {
|
|
456
|
+
return null;
|
|
457
|
+
}
|
|
458
|
+
const { encoding, transactionDetails } = args;
|
|
459
|
+
return transformLoadedBlock({ block, encoding, transactionDetails });
|
|
460
|
+
};
|
|
356
461
|
};
|
|
357
|
-
var
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
462
|
+
var blockResolvers = {
|
|
463
|
+
Block: {
|
|
464
|
+
__resolveType(block) {
|
|
465
|
+
switch (block.transactionDetails) {
|
|
466
|
+
case "accounts":
|
|
467
|
+
return "BlockWithAccounts";
|
|
468
|
+
case "none":
|
|
469
|
+
return "BlockWithNone";
|
|
470
|
+
case "signatures":
|
|
471
|
+
return "BlockWithSignatures";
|
|
472
|
+
default:
|
|
473
|
+
return "BlockWithFull";
|
|
474
|
+
}
|
|
475
|
+
}
|
|
367
476
|
}
|
|
368
|
-
return memoisedAccountInterfaceFields;
|
|
369
477
|
};
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
478
|
+
|
|
479
|
+
// src/resolvers/instruction.ts
|
|
480
|
+
var instructionResolvers = {
|
|
481
|
+
AdvanceNonceAccountInstruction: {
|
|
482
|
+
nonceAccount: resolveAccount("nonceAccount"),
|
|
483
|
+
nonceAuthority: resolveAccount("nonceAuthority")
|
|
484
|
+
},
|
|
485
|
+
AllocateInstruction: {
|
|
486
|
+
account: resolveAccount("account")
|
|
487
|
+
},
|
|
488
|
+
AllocateWithSeedInstruction: {
|
|
489
|
+
account: resolveAccount("account"),
|
|
490
|
+
owner: resolveAccount("owner")
|
|
491
|
+
},
|
|
492
|
+
AssignInstruction: {
|
|
493
|
+
account: resolveAccount("account"),
|
|
494
|
+
owner: resolveAccount("owner")
|
|
495
|
+
},
|
|
496
|
+
AssignWithSeedInstruction: {
|
|
497
|
+
account: resolveAccount("account"),
|
|
498
|
+
owner: resolveAccount("owner")
|
|
499
|
+
},
|
|
500
|
+
AuthorizeNonceAccountInstruction: {
|
|
501
|
+
newAuthorized: resolveAccount("newAuthorized"),
|
|
502
|
+
nonceAccount: resolveAccount("nonceAccount"),
|
|
503
|
+
nonceAuthority: resolveAccount("nonceAuthority")
|
|
504
|
+
},
|
|
505
|
+
BpfLoaderFinalizeInstruction: {
|
|
506
|
+
account: resolveAccount("account")
|
|
507
|
+
},
|
|
508
|
+
BpfLoaderWriteInstruction: {
|
|
509
|
+
account: resolveAccount("account")
|
|
510
|
+
},
|
|
511
|
+
BpfUpgradeableLoaderCloseInstruction: {
|
|
512
|
+
account: resolveAccount("account"),
|
|
513
|
+
authority: resolveAccount("authority"),
|
|
514
|
+
programAccount: resolveAccount("programAccount"),
|
|
515
|
+
recipient: resolveAccount("recipient")
|
|
516
|
+
},
|
|
517
|
+
BpfUpgradeableLoaderDeployWithMaxDataLenInstruction: {
|
|
518
|
+
authority: resolveAccount("authority"),
|
|
519
|
+
bufferAccount: resolveAccount("bufferAccount"),
|
|
520
|
+
payerAccount: resolveAccount("payerAccount"),
|
|
521
|
+
programAccount: resolveAccount("programAccount"),
|
|
522
|
+
programDataAccount: resolveAccount("programDataAccount")
|
|
523
|
+
},
|
|
524
|
+
BpfUpgradeableLoaderExtendProgramInstruction: {
|
|
525
|
+
payerAccount: resolveAccount("payerAccount"),
|
|
526
|
+
programAccount: resolveAccount("programAccount"),
|
|
527
|
+
programDataAccount: resolveAccount("programDataAccount"),
|
|
528
|
+
systemProgram: resolveAccount("systemProgram")
|
|
529
|
+
},
|
|
530
|
+
BpfUpgradeableLoaderInitializeBufferInstruction: {
|
|
531
|
+
account: resolveAccount("account")
|
|
532
|
+
},
|
|
533
|
+
BpfUpgradeableLoaderSetAuthorityCheckedInstruction: {
|
|
534
|
+
account: resolveAccount("account"),
|
|
535
|
+
authority: resolveAccount("authority"),
|
|
536
|
+
newAuthority: resolveAccount("newAuthority")
|
|
537
|
+
},
|
|
538
|
+
BpfUpgradeableLoaderSetAuthorityInstruction: {
|
|
539
|
+
account: resolveAccount("account"),
|
|
540
|
+
authority: resolveAccount("authority"),
|
|
541
|
+
newAuthority: resolveAccount("newAuthority")
|
|
542
|
+
},
|
|
543
|
+
BpfUpgradeableLoaderUpgradeInstruction: {
|
|
544
|
+
authority: resolveAccount("authority"),
|
|
545
|
+
bufferAccount: resolveAccount("bufferAccount"),
|
|
546
|
+
programAccount: resolveAccount("programAccount"),
|
|
547
|
+
programDataAccount: resolveAccount("programDataAccount")
|
|
548
|
+
},
|
|
549
|
+
BpfUpgradeableLoaderWriteInstruction: {
|
|
550
|
+
account: resolveAccount("account"),
|
|
551
|
+
authority: resolveAccount("authority")
|
|
552
|
+
},
|
|
553
|
+
CloseLookupTableInstruction: {
|
|
554
|
+
lookupTableAccount: resolveAccount("lookupTableAccount"),
|
|
555
|
+
lookupTableAuthority: resolveAccount("lookupTableAuthority"),
|
|
556
|
+
recipient: resolveAccount("recipient")
|
|
557
|
+
},
|
|
558
|
+
CreateAccountInstruction: {
|
|
559
|
+
newAccount: resolveAccount("newAccount"),
|
|
560
|
+
owner: resolveAccount("owner"),
|
|
561
|
+
source: resolveAccount("source")
|
|
562
|
+
},
|
|
563
|
+
CreateAccountWithSeedInstruction: {
|
|
564
|
+
base: resolveAccount("base"),
|
|
565
|
+
owner: resolveAccount("owner"),
|
|
566
|
+
seed: resolveAccount("seed")
|
|
567
|
+
},
|
|
568
|
+
CreateLookupTableInstruction: {
|
|
569
|
+
lookupTableAccount: resolveAccount("lookupTableAccount"),
|
|
570
|
+
lookupTableAuthority: resolveAccount("lookupTableAuthority"),
|
|
571
|
+
payerAccount: resolveAccount("payerAccount"),
|
|
572
|
+
systemProgram: resolveAccount("systemProgram")
|
|
573
|
+
},
|
|
574
|
+
DeactivateLookupTableInstruction: {
|
|
575
|
+
lookupTableAccount: resolveAccount("lookupTableAccount"),
|
|
576
|
+
lookupTableAuthority: resolveAccount("lookupTableAuthority")
|
|
577
|
+
},
|
|
578
|
+
ExtendLookupTableInstruction: {
|
|
579
|
+
lookupTableAccount: resolveAccount("lookupTableAccount"),
|
|
580
|
+
lookupTableAuthority: resolveAccount("lookupTableAuthority"),
|
|
581
|
+
payerAccount: resolveAccount("payerAccount"),
|
|
582
|
+
systemProgram: resolveAccount("systemProgram")
|
|
583
|
+
},
|
|
584
|
+
FreezeLookupTableInstruction: {
|
|
585
|
+
lookupTableAccount: resolveAccount("lookupTableAccount"),
|
|
586
|
+
lookupTableAuthority: resolveAccount("lookupTableAuthority")
|
|
587
|
+
},
|
|
588
|
+
InitializeNonceAccountInstruction: {
|
|
589
|
+
nonceAccount: resolveAccount("nonceAccount"),
|
|
590
|
+
nonceAuthority: resolveAccount("nonceAuthority")
|
|
591
|
+
},
|
|
592
|
+
Lockup: {
|
|
593
|
+
custodian: resolveAccount("custodian")
|
|
594
|
+
},
|
|
595
|
+
SplAssociatedTokenCreateIdempotentInstruction: {
|
|
596
|
+
account: resolveAccount("account"),
|
|
597
|
+
mint: resolveAccount("mint"),
|
|
598
|
+
source: resolveAccount("source"),
|
|
599
|
+
systemProgram: resolveAccount("systemProgram"),
|
|
600
|
+
tokenProgram: resolveAccount("tokenProgram"),
|
|
601
|
+
wallet: resolveAccount("wallet")
|
|
602
|
+
},
|
|
603
|
+
SplAssociatedTokenCreateInstruction: {
|
|
604
|
+
account: resolveAccount("account"),
|
|
605
|
+
mint: resolveAccount("mint"),
|
|
606
|
+
source: resolveAccount("source"),
|
|
607
|
+
systemProgram: resolveAccount("systemProgram"),
|
|
608
|
+
tokenProgram: resolveAccount("tokenProgram"),
|
|
609
|
+
wallet: resolveAccount("wallet")
|
|
610
|
+
},
|
|
611
|
+
SplAssociatedTokenRecoverNestedInstruction: {
|
|
612
|
+
destination: resolveAccount("destination"),
|
|
613
|
+
nestedMint: resolveAccount("nestedMint"),
|
|
614
|
+
nestedOwner: resolveAccount("nestedOwner"),
|
|
615
|
+
nestedSource: resolveAccount("nestedSource"),
|
|
616
|
+
ownerMint: resolveAccount("ownerMint"),
|
|
617
|
+
tokenProgram: resolveAccount("tokenProgram"),
|
|
618
|
+
wallet: resolveAccount("wallet")
|
|
619
|
+
},
|
|
620
|
+
SplTokenAmountToUiAmountInstruction: {
|
|
621
|
+
mint: resolveAccount("mint")
|
|
622
|
+
},
|
|
623
|
+
SplTokenApproveCheckedInstruction: {
|
|
624
|
+
delegate: resolveAccount("delegate"),
|
|
625
|
+
mint: resolveAccount("mint"),
|
|
626
|
+
multisigOwner: resolveAccount("multisigOwner"),
|
|
627
|
+
owner: resolveAccount("owner"),
|
|
628
|
+
source: resolveAccount("source")
|
|
629
|
+
},
|
|
630
|
+
SplTokenApproveInstruction: {
|
|
631
|
+
delegate: resolveAccount("delegate"),
|
|
632
|
+
multisigOwner: resolveAccount("multisigOwner"),
|
|
633
|
+
owner: resolveAccount("owner"),
|
|
634
|
+
source: resolveAccount("source")
|
|
635
|
+
},
|
|
636
|
+
SplTokenBurnCheckedInstruction: {
|
|
637
|
+
account: resolveAccount("account"),
|
|
638
|
+
authority: resolveAccount("authority"),
|
|
639
|
+
mint: resolveAccount("mint"),
|
|
640
|
+
multisigAuthority: resolveAccount("multisigAuthority")
|
|
641
|
+
},
|
|
642
|
+
SplTokenBurnInstruction: {
|
|
643
|
+
account: resolveAccount("account"),
|
|
644
|
+
authority: resolveAccount("authority"),
|
|
645
|
+
mint: resolveAccount("mint"),
|
|
646
|
+
multisigAuthority: resolveAccount("multisigAuthority")
|
|
647
|
+
},
|
|
648
|
+
SplTokenCloseAccountInstruction: {
|
|
649
|
+
account: resolveAccount("account"),
|
|
650
|
+
destination: resolveAccount("destination"),
|
|
651
|
+
multisigOwner: resolveAccount("multisigOwner"),
|
|
652
|
+
owner: resolveAccount("owner")
|
|
653
|
+
},
|
|
654
|
+
SplTokenFreezeAccountInstruction: {
|
|
655
|
+
account: resolveAccount("account"),
|
|
656
|
+
freezeAuthority: resolveAccount("freezeAuthority"),
|
|
657
|
+
mint: resolveAccount("mint"),
|
|
658
|
+
multisigFreezeAuthority: resolveAccount("multisigFreezeAuthority")
|
|
659
|
+
},
|
|
660
|
+
SplTokenGetAccountDataSizeInstruction: {
|
|
661
|
+
mint: resolveAccount("mint")
|
|
662
|
+
},
|
|
663
|
+
SplTokenInitializeAccount2Instruction: {
|
|
664
|
+
account: resolveAccount("account"),
|
|
665
|
+
mint: resolveAccount("mint"),
|
|
666
|
+
owner: resolveAccount("owner")
|
|
667
|
+
},
|
|
668
|
+
SplTokenInitializeAccount3Instruction: {
|
|
669
|
+
account: resolveAccount("account"),
|
|
670
|
+
mint: resolveAccount("mint"),
|
|
671
|
+
owner: resolveAccount("owner")
|
|
672
|
+
},
|
|
673
|
+
SplTokenInitializeAccountInstruction: {
|
|
674
|
+
account: resolveAccount("account"),
|
|
675
|
+
mint: resolveAccount("mint"),
|
|
676
|
+
owner: resolveAccount("owner")
|
|
677
|
+
},
|
|
678
|
+
SplTokenInitializeMint2Instruction: {
|
|
679
|
+
freezeAuthority: resolveAccount("freezeAuthority"),
|
|
680
|
+
mint: resolveAccount("mint"),
|
|
681
|
+
mintAuthority: resolveAccount("mintAuthority")
|
|
682
|
+
},
|
|
683
|
+
SplTokenInitializeMintCloseAuthorityInstruction: {
|
|
684
|
+
mint: resolveAccount("mint"),
|
|
685
|
+
newAuthority: resolveAccount("newAuthority")
|
|
686
|
+
},
|
|
687
|
+
SplTokenInitializeMintInstruction: {
|
|
688
|
+
freezeAuthority: resolveAccount("freezeAuthority"),
|
|
689
|
+
mint: resolveAccount("mint"),
|
|
690
|
+
mintAuthority: resolveAccount("mintAuthority")
|
|
691
|
+
},
|
|
692
|
+
SplTokenInitializeMultisig2Instruction: {
|
|
693
|
+
multisig: resolveAccount("multisig")
|
|
694
|
+
},
|
|
695
|
+
SplTokenInitializeMultisigInstruction: {
|
|
696
|
+
multisig: resolveAccount("multisig")
|
|
697
|
+
},
|
|
698
|
+
SplTokenMintToCheckedInstruction: {
|
|
699
|
+
account: resolveAccount("account"),
|
|
700
|
+
authority: resolveAccount("authority"),
|
|
701
|
+
mint: resolveAccount("mint"),
|
|
702
|
+
mintAuthority: resolveAccount("mintAuthority"),
|
|
703
|
+
multisigMintAuthority: resolveAccount("multisigMintAuthority")
|
|
704
|
+
},
|
|
705
|
+
SplTokenMintToInstruction: {
|
|
706
|
+
account: resolveAccount("account"),
|
|
707
|
+
authority: resolveAccount("authority"),
|
|
708
|
+
mint: resolveAccount("mint"),
|
|
709
|
+
mintAuthority: resolveAccount("mintAuthority"),
|
|
710
|
+
multisigMintAuthority: resolveAccount("multisigMintAuthority")
|
|
711
|
+
},
|
|
712
|
+
SplTokenRevokeInstruction: {
|
|
713
|
+
multisigOwner: resolveAccount("multisigOwner"),
|
|
714
|
+
owner: resolveAccount("owner"),
|
|
715
|
+
source: resolveAccount("source")
|
|
716
|
+
},
|
|
717
|
+
SplTokenSetAuthorityInstruction: {
|
|
718
|
+
authority: resolveAccount("authority"),
|
|
719
|
+
multisigAuthority: resolveAccount("multisigAuthority"),
|
|
720
|
+
newAuthority: resolveAccount("newAuthority")
|
|
721
|
+
},
|
|
722
|
+
SplTokenSyncNativeInstruction: {
|
|
723
|
+
account: resolveAccount("account")
|
|
724
|
+
},
|
|
725
|
+
SplTokenThawAccountInstruction: {
|
|
726
|
+
account: resolveAccount("account"),
|
|
727
|
+
freezeAuthority: resolveAccount("freezeAuthority"),
|
|
728
|
+
mint: resolveAccount("mint"),
|
|
729
|
+
multisigFreezeAuthority: resolveAccount("multisigFreezeAuthority")
|
|
730
|
+
},
|
|
731
|
+
SplTokenTransferCheckedInstruction: {
|
|
732
|
+
authority: resolveAccount("authority"),
|
|
733
|
+
destination: resolveAccount("destination"),
|
|
734
|
+
mint: resolveAccount("mint"),
|
|
735
|
+
multisigAuthority: resolveAccount("multisigAuthority"),
|
|
736
|
+
source: resolveAccount("source")
|
|
737
|
+
},
|
|
738
|
+
SplTokenTransferInstruction: {
|
|
739
|
+
authority: resolveAccount("authority"),
|
|
740
|
+
destination: resolveAccount("destination"),
|
|
741
|
+
multisigAuthority: resolveAccount("multisigAuthority"),
|
|
742
|
+
source: resolveAccount("source")
|
|
743
|
+
},
|
|
744
|
+
SplTokenUiAmountToAmountInstruction: {
|
|
745
|
+
mint: resolveAccount("mint")
|
|
746
|
+
},
|
|
747
|
+
StakeAuthorizeCheckedInstruction: {
|
|
748
|
+
authority: resolveAccount("authority"),
|
|
749
|
+
custodian: resolveAccount("custodian"),
|
|
750
|
+
newAuthority: resolveAccount("newAuthority"),
|
|
751
|
+
stakeAccount: resolveAccount("stakeAccount")
|
|
752
|
+
},
|
|
753
|
+
StakeAuthorizeCheckedWithSeedInstruction: {
|
|
754
|
+
authorityBase: resolveAccount("authorityBase"),
|
|
755
|
+
authorityOwner: resolveAccount("authorityOwner"),
|
|
756
|
+
custodian: resolveAccount("custodian"),
|
|
757
|
+
newAuthorized: resolveAccount("newAuthorized"),
|
|
758
|
+
stakeAccount: resolveAccount("stakeAccount")
|
|
759
|
+
},
|
|
760
|
+
StakeAuthorizeInstruction: {
|
|
761
|
+
authority: resolveAccount("authority"),
|
|
762
|
+
custodian: resolveAccount("custodian"),
|
|
763
|
+
newAuthority: resolveAccount("newAuthority"),
|
|
764
|
+
stakeAccount: resolveAccount("stakeAccount")
|
|
765
|
+
},
|
|
766
|
+
StakeAuthorizeWithSeedInstruction: {
|
|
767
|
+
authorityBase: resolveAccount("authorityBase"),
|
|
768
|
+
authorityOwner: resolveAccount("authorityOwner"),
|
|
769
|
+
custodian: resolveAccount("custodian"),
|
|
770
|
+
newAuthorized: resolveAccount("newAuthorized"),
|
|
771
|
+
stakeAccount: resolveAccount("stakeAccount")
|
|
772
|
+
},
|
|
773
|
+
StakeDeactivateDelinquentInstruction: {
|
|
774
|
+
referenceVoteAccount: resolveAccount("referenceVoteAccount"),
|
|
775
|
+
stakeAccount: resolveAccount("stakeAccount"),
|
|
776
|
+
voteAccount: resolveAccount("voteAccount")
|
|
777
|
+
},
|
|
778
|
+
StakeDeactivateInstruction: {
|
|
779
|
+
stakeAccount: resolveAccount("stakeAccount"),
|
|
780
|
+
stakeAuthority: resolveAccount("stakeAuthority")
|
|
781
|
+
},
|
|
782
|
+
StakeDelegateStakeInstruction: {
|
|
783
|
+
stakeAccount: resolveAccount("stakeAccount"),
|
|
784
|
+
stakeAuthority: resolveAccount("stakeAuthority"),
|
|
785
|
+
stakeConfigAccount: resolveAccount("stakeConfigAccount"),
|
|
786
|
+
voteAccount: resolveAccount("voteAccount")
|
|
787
|
+
},
|
|
788
|
+
StakeInitializeCheckedInstructionDataAuthorized: {
|
|
789
|
+
staker: resolveAccount("staker"),
|
|
790
|
+
withdrawer: resolveAccount("withdrawer")
|
|
791
|
+
},
|
|
792
|
+
StakeInitializeInstruction: {
|
|
793
|
+
stakeAccount: resolveAccount("stakeAccount")
|
|
794
|
+
},
|
|
795
|
+
StakeInitializeInstructionDataAuthorized: {
|
|
796
|
+
staker: resolveAccount("staker"),
|
|
797
|
+
withdrawer: resolveAccount("withdrawer")
|
|
798
|
+
},
|
|
799
|
+
StakeMergeInstruction: {
|
|
800
|
+
destination: resolveAccount("destination"),
|
|
801
|
+
source: resolveAccount("source"),
|
|
802
|
+
stakeAuthority: resolveAccount("stakeAuthority")
|
|
803
|
+
},
|
|
804
|
+
StakeRedelegateInstruction: {
|
|
805
|
+
newStakeAccount: resolveAccount("newStakeAccount"),
|
|
806
|
+
stakeAccount: resolveAccount("stakeAccount"),
|
|
807
|
+
stakeAuthority: resolveAccount("stakeAuthority"),
|
|
808
|
+
stakeConfigAccount: resolveAccount("stakeConfigAccount"),
|
|
809
|
+
voteAccount: resolveAccount("voteAccount")
|
|
810
|
+
},
|
|
811
|
+
StakeSetLockupCheckedInstruction: {
|
|
812
|
+
custodian: resolveAccount("custodian"),
|
|
813
|
+
stakeAccount: resolveAccount("stakeAccount")
|
|
814
|
+
},
|
|
815
|
+
StakeSetLockupInstruction: {
|
|
816
|
+
custodian: resolveAccount("custodian"),
|
|
817
|
+
stakeAccount: resolveAccount("stakeAccount")
|
|
818
|
+
},
|
|
819
|
+
StakeSplitInstruction: {
|
|
820
|
+
newSplitAccount: resolveAccount("newSplitAccount"),
|
|
821
|
+
stakeAccount: resolveAccount("stakeAccount"),
|
|
822
|
+
stakeAuthority: resolveAccount("stakeAuthority")
|
|
823
|
+
},
|
|
824
|
+
StakeWithdrawInstruction: {
|
|
825
|
+
destination: resolveAccount("destination"),
|
|
826
|
+
stakeAccount: resolveAccount("stakeAccount"),
|
|
827
|
+
withdrawAuthority: resolveAccount("withdrawAuthority")
|
|
828
|
+
},
|
|
829
|
+
TransactionInstruction: {
|
|
830
|
+
__resolveType(instruction) {
|
|
831
|
+
if (instruction.programName) {
|
|
832
|
+
if (instruction.programName === "address-lookup-table") {
|
|
833
|
+
if (instruction.instructionType === "createLookupTable") {
|
|
834
|
+
return "CreateLookupTableInstruction";
|
|
835
|
+
}
|
|
836
|
+
if (instruction.instructionType === "freezeLookupTable") {
|
|
837
|
+
return "FreezeLookupTableInstruction";
|
|
838
|
+
}
|
|
839
|
+
if (instruction.instructionType === "extendLookupTable") {
|
|
840
|
+
return "ExtendLookupTableInstruction";
|
|
841
|
+
}
|
|
842
|
+
if (instruction.instructionType === "deactivateLookupTable") {
|
|
843
|
+
return "DeactivateLookupTableInstruction";
|
|
844
|
+
}
|
|
845
|
+
if (instruction.instructionType === "closeLookupTable") {
|
|
846
|
+
return "CloseLookupTableInstruction";
|
|
847
|
+
}
|
|
386
848
|
}
|
|
387
|
-
if (
|
|
388
|
-
|
|
849
|
+
if (instruction.programName === "bpf-loader") {
|
|
850
|
+
if (instruction.instructionType === "write") {
|
|
851
|
+
return "BpfLoaderWriteInstruction";
|
|
852
|
+
}
|
|
853
|
+
if (instruction.instructionType === "finalize") {
|
|
854
|
+
return "BpfLoaderFinalizeInstruction";
|
|
855
|
+
}
|
|
389
856
|
}
|
|
390
|
-
if (
|
|
391
|
-
if (
|
|
392
|
-
return "
|
|
857
|
+
if (instruction.programName === "bpf-upgradeable-loader") {
|
|
858
|
+
if (instruction.instructionType === "initializeBuffer") {
|
|
859
|
+
return "BpfUpgradeableLoaderInitializeBufferInstruction";
|
|
393
860
|
}
|
|
394
|
-
if (
|
|
395
|
-
return "
|
|
861
|
+
if (instruction.instructionType === "write") {
|
|
862
|
+
return "BpfUpgradeableLoaderWriteInstruction";
|
|
396
863
|
}
|
|
397
|
-
if (
|
|
398
|
-
return "
|
|
864
|
+
if (instruction.instructionType === "deployWithMaxDataLen") {
|
|
865
|
+
return "BpfUpgradeableLoaderDeployWithMaxDataLenInstruction";
|
|
399
866
|
}
|
|
400
|
-
if (
|
|
401
|
-
return "
|
|
867
|
+
if (instruction.instructionType === "upgrade") {
|
|
868
|
+
return "BpfUpgradeableLoaderUpgradeInstruction";
|
|
402
869
|
}
|
|
403
|
-
if (
|
|
404
|
-
return "
|
|
870
|
+
if (instruction.instructionType === "setAuthority") {
|
|
871
|
+
return "BpfUpgradeableLoaderSetAuthorityInstruction";
|
|
405
872
|
}
|
|
406
|
-
if (
|
|
407
|
-
return "
|
|
873
|
+
if (instruction.instructionType === "setAuthorityChecked") {
|
|
874
|
+
return "BpfUpgradeableLoaderSetAuthorityCheckedInstruction";
|
|
408
875
|
}
|
|
409
|
-
|
|
410
|
-
return "AccountBase64";
|
|
411
|
-
}
|
|
412
|
-
});
|
|
413
|
-
}
|
|
414
|
-
return memoisedAccountInterface;
|
|
415
|
-
};
|
|
416
|
-
var accountType = (name, description, data) => new graphql.GraphQLObjectType({
|
|
417
|
-
description,
|
|
418
|
-
fields: {
|
|
419
|
-
...accountInterfaceFields(),
|
|
420
|
-
data,
|
|
421
|
-
// Nested Account interface
|
|
422
|
-
owner: {
|
|
423
|
-
args: {
|
|
424
|
-
commitment: type(commitmentInputType()),
|
|
425
|
-
dataSlice: type(dataSliceInputType()),
|
|
426
|
-
encoding: type(accountEncodingInputType()),
|
|
427
|
-
minContextSlot: bigint()
|
|
428
|
-
},
|
|
429
|
-
resolve: (parent, args, context, info) => context.resolveAccount({ ...args, address: parent.owner }, info),
|
|
430
|
-
type: accountInterface()
|
|
431
|
-
}
|
|
432
|
-
},
|
|
433
|
-
interfaces: [accountInterface()],
|
|
434
|
-
name
|
|
435
|
-
});
|
|
436
|
-
var accountDataJsonParsed = (name, parsedInfoFields) => object(name + "Data", {
|
|
437
|
-
parsed: object(name + "DataParsed", {
|
|
438
|
-
info: object(name + "DataParsedInfo", parsedInfoFields),
|
|
439
|
-
type: string()
|
|
440
|
-
}),
|
|
441
|
-
program: string(),
|
|
442
|
-
space: bigint()
|
|
443
|
-
});
|
|
444
|
-
var memoisedAccountBase58;
|
|
445
|
-
var accountBase58 = () => {
|
|
446
|
-
if (!memoisedAccountBase58)
|
|
447
|
-
memoisedAccountBase58 = accountType("AccountBase58", "A Solana account with base58 encoded data", string());
|
|
448
|
-
return memoisedAccountBase58;
|
|
449
|
-
};
|
|
450
|
-
var memoisedAccountBase64;
|
|
451
|
-
var accountBase64 = () => {
|
|
452
|
-
if (!memoisedAccountBase64)
|
|
453
|
-
memoisedAccountBase64 = accountType("AccountBase64", "A Solana account with base64 encoded data", string());
|
|
454
|
-
return memoisedAccountBase64;
|
|
455
|
-
};
|
|
456
|
-
var memoisedAccountBase64Zstd;
|
|
457
|
-
var accountBase64Zstd = () => {
|
|
458
|
-
if (!memoisedAccountBase64Zstd)
|
|
459
|
-
memoisedAccountBase64Zstd = accountType(
|
|
460
|
-
"AccountBase64Zstd",
|
|
461
|
-
"A Solana account with base64 encoded data compressed with zstd",
|
|
462
|
-
string()
|
|
463
|
-
);
|
|
464
|
-
return memoisedAccountBase64Zstd;
|
|
465
|
-
};
|
|
466
|
-
var memoisedAccountNonceAccount;
|
|
467
|
-
var accountNonceAccount = () => {
|
|
468
|
-
if (!memoisedAccountNonceAccount)
|
|
469
|
-
memoisedAccountNonceAccount = accountType(
|
|
470
|
-
"NonceAccount",
|
|
471
|
-
"A nonce account",
|
|
472
|
-
accountDataJsonParsed("Nonce", {
|
|
473
|
-
// Nested Account interface
|
|
474
|
-
authority: {
|
|
475
|
-
args: {
|
|
476
|
-
commitment: type(commitmentInputType()),
|
|
477
|
-
dataSlice: type(dataSliceInputType()),
|
|
478
|
-
encoding: type(accountEncodingInputType()),
|
|
479
|
-
minContextSlot: bigint()
|
|
480
|
-
},
|
|
481
|
-
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
482
|
-
resolve: (parent, args, context, info) => context.resolveAccount({ ...args, address: parent.authority }, info),
|
|
483
|
-
type: accountInterface()
|
|
484
|
-
},
|
|
485
|
-
blockhash: string(),
|
|
486
|
-
feeCalculator: object("NonceFeeCalculator", {
|
|
487
|
-
lamportsPerSignature: string()
|
|
488
|
-
})
|
|
489
|
-
})
|
|
490
|
-
);
|
|
491
|
-
return memoisedAccountNonceAccount;
|
|
492
|
-
};
|
|
493
|
-
var memoisedAccountLookupTable;
|
|
494
|
-
var accountLookupTable = () => {
|
|
495
|
-
if (!memoisedAccountLookupTable)
|
|
496
|
-
memoisedAccountLookupTable = accountType(
|
|
497
|
-
"LookupTableAccount",
|
|
498
|
-
"An address lookup table account",
|
|
499
|
-
accountDataJsonParsed("LookupTable", {
|
|
500
|
-
addresses: list(string()),
|
|
501
|
-
// Nested Account interface
|
|
502
|
-
authority: {
|
|
503
|
-
args: {
|
|
504
|
-
commitment: type(commitmentInputType()),
|
|
505
|
-
dataSlice: type(dataSliceInputType()),
|
|
506
|
-
encoding: type(accountEncodingInputType()),
|
|
507
|
-
minContextSlot: bigint()
|
|
508
|
-
},
|
|
509
|
-
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
510
|
-
resolve: (parent, args, context, info) => context.resolveAccount({ ...args, address: parent.authority }, info),
|
|
511
|
-
type: accountInterface()
|
|
512
|
-
},
|
|
513
|
-
deactivationSlot: string(),
|
|
514
|
-
lastExtendedSlot: string(),
|
|
515
|
-
lastExtendedSlotStartIndex: number()
|
|
516
|
-
})
|
|
517
|
-
);
|
|
518
|
-
return memoisedAccountLookupTable;
|
|
519
|
-
};
|
|
520
|
-
var memoisedAccountMint;
|
|
521
|
-
var accountMint = () => {
|
|
522
|
-
if (!memoisedAccountMint)
|
|
523
|
-
memoisedAccountMint = accountType(
|
|
524
|
-
"MintAccount",
|
|
525
|
-
"An SPL mint",
|
|
526
|
-
accountDataJsonParsed("Mint", {
|
|
527
|
-
decimals: number(),
|
|
528
|
-
freezeAuthority: string(),
|
|
529
|
-
isInitialized: boolean(),
|
|
530
|
-
// Nested Account interface
|
|
531
|
-
mintAuthority: {
|
|
532
|
-
args: {
|
|
533
|
-
commitment: type(commitmentInputType()),
|
|
534
|
-
dataSlice: type(dataSliceInputType()),
|
|
535
|
-
encoding: type(accountEncodingInputType()),
|
|
536
|
-
minContextSlot: bigint()
|
|
537
|
-
},
|
|
538
|
-
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
539
|
-
resolve: (parent, args, context, info) => context.resolveAccount({ ...args, address: parent.mintAuthority }, info),
|
|
540
|
-
type: accountInterface()
|
|
541
|
-
},
|
|
542
|
-
supply: string()
|
|
543
|
-
})
|
|
544
|
-
);
|
|
545
|
-
return memoisedAccountMint;
|
|
546
|
-
};
|
|
547
|
-
var memoisedAccountTokenAccount;
|
|
548
|
-
var accountTokenAccount = () => {
|
|
549
|
-
if (!memoisedAccountTokenAccount)
|
|
550
|
-
memoisedAccountTokenAccount = accountType(
|
|
551
|
-
"TokenAccount",
|
|
552
|
-
"An SPL token account",
|
|
553
|
-
accountDataJsonParsed("TokenAccount", {
|
|
554
|
-
isNative: boolean(),
|
|
555
|
-
mint: string(),
|
|
556
|
-
// Nested Account interface
|
|
557
|
-
owner: {
|
|
558
|
-
args: {
|
|
559
|
-
commitment: type(commitmentInputType()),
|
|
560
|
-
dataSlice: type(dataSliceInputType()),
|
|
561
|
-
encoding: type(accountEncodingInputType()),
|
|
562
|
-
minContextSlot: bigint()
|
|
563
|
-
},
|
|
564
|
-
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
565
|
-
resolve: (parent, args, context, info) => context.resolveAccount({ ...args, address: parent.owner }, info),
|
|
566
|
-
type: accountInterface()
|
|
567
|
-
},
|
|
568
|
-
state: string(),
|
|
569
|
-
tokenAmount: type(tokenAmountType())
|
|
570
|
-
})
|
|
571
|
-
);
|
|
572
|
-
return memoisedAccountTokenAccount;
|
|
573
|
-
};
|
|
574
|
-
var memoisedAccountStakeAccount;
|
|
575
|
-
var accountStakeAccount = () => {
|
|
576
|
-
if (!memoisedAccountStakeAccount)
|
|
577
|
-
memoisedAccountStakeAccount = accountType(
|
|
578
|
-
"StakeAccount",
|
|
579
|
-
"A stake account",
|
|
580
|
-
accountDataJsonParsed("Stake", {
|
|
581
|
-
meta: object("StakeMeta", {
|
|
582
|
-
authorized: object("StakeMetaAuthorized", {
|
|
583
|
-
// Nested Account interface
|
|
584
|
-
staker: {
|
|
585
|
-
args: {
|
|
586
|
-
commitment: type(commitmentInputType()),
|
|
587
|
-
dataSlice: type(dataSliceInputType()),
|
|
588
|
-
encoding: type(accountEncodingInputType()),
|
|
589
|
-
minContextSlot: bigint()
|
|
590
|
-
},
|
|
591
|
-
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
592
|
-
resolve: (parent, args, context, info) => context.resolveAccount({ ...args, address: parent.staker }, info),
|
|
593
|
-
type: accountInterface()
|
|
594
|
-
},
|
|
595
|
-
// Nested Account interface
|
|
596
|
-
withdrawer: {
|
|
597
|
-
args: {
|
|
598
|
-
commitment: type(commitmentInputType()),
|
|
599
|
-
dataSlice: type(dataSliceInputType()),
|
|
600
|
-
encoding: type(accountEncodingInputType()),
|
|
601
|
-
minContextSlot: bigint()
|
|
602
|
-
},
|
|
603
|
-
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
604
|
-
resolve: (parent, args, context, info) => context.resolveAccount({ ...args, address: parent.withdrawer }, info),
|
|
605
|
-
type: accountInterface()
|
|
606
|
-
}
|
|
607
|
-
}),
|
|
608
|
-
lockup: object("StakeMetaLockup", {
|
|
609
|
-
// Nested Account interface
|
|
610
|
-
custodian: {
|
|
611
|
-
args: {
|
|
612
|
-
commitment: type(commitmentInputType()),
|
|
613
|
-
dataSlice: type(dataSliceInputType()),
|
|
614
|
-
encoding: type(accountEncodingInputType()),
|
|
615
|
-
minContextSlot: bigint()
|
|
616
|
-
},
|
|
617
|
-
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
618
|
-
resolve: (parent, args, context, info) => context.resolveAccount({ ...args, address: parent.custodian }, info),
|
|
619
|
-
type: accountInterface()
|
|
620
|
-
},
|
|
621
|
-
epoch: bigint(),
|
|
622
|
-
unixTimestamp: bigint()
|
|
623
|
-
}),
|
|
624
|
-
rentExemptReserve: string()
|
|
625
|
-
}),
|
|
626
|
-
stake: object("StakeStake", {
|
|
627
|
-
creditsObserved: bigint(),
|
|
628
|
-
delegation: object("StakeStakeDelegation", {
|
|
629
|
-
activationEpoch: bigint(),
|
|
630
|
-
deactivationEpoch: bigint(),
|
|
631
|
-
stake: string(),
|
|
632
|
-
// Nested Account interface
|
|
633
|
-
voter: {
|
|
634
|
-
args: {
|
|
635
|
-
commitment: type(commitmentInputType()),
|
|
636
|
-
dataSlice: type(dataSliceInputType()),
|
|
637
|
-
encoding: type(accountEncodingInputType()),
|
|
638
|
-
minContextSlot: bigint()
|
|
639
|
-
},
|
|
640
|
-
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
641
|
-
resolve: (parent, args, context, info) => context.resolveAccount({ ...args, address: parent.voter }, info),
|
|
642
|
-
type: accountInterface()
|
|
643
|
-
},
|
|
644
|
-
warmupCooldownRate: number()
|
|
645
|
-
})
|
|
646
|
-
})
|
|
647
|
-
})
|
|
648
|
-
);
|
|
649
|
-
return memoisedAccountStakeAccount;
|
|
650
|
-
};
|
|
651
|
-
var memoisedAccountVoteAccount;
|
|
652
|
-
var accountVoteAccount = () => {
|
|
653
|
-
if (!memoisedAccountVoteAccount)
|
|
654
|
-
memoisedAccountVoteAccount = accountType(
|
|
655
|
-
"VoteAccount",
|
|
656
|
-
"A vote account",
|
|
657
|
-
accountDataJsonParsed("Vote", {
|
|
658
|
-
authorizedVoters: list(
|
|
659
|
-
object("VoteAuthorizedVoter", {
|
|
660
|
-
// Nested Account interface
|
|
661
|
-
authorizedVoter: {
|
|
662
|
-
args: {
|
|
663
|
-
commitment: type(commitmentInputType()),
|
|
664
|
-
dataSlice: type(dataSliceInputType()),
|
|
665
|
-
encoding: type(accountEncodingInputType()),
|
|
666
|
-
minContextSlot: bigint()
|
|
667
|
-
},
|
|
668
|
-
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
669
|
-
resolve: (parent, args, context, info) => context.resolveAccount({ ...args, address: parent.authorizedVoter }, info),
|
|
670
|
-
type: accountInterface()
|
|
671
|
-
},
|
|
672
|
-
epoch: bigint()
|
|
673
|
-
})
|
|
674
|
-
),
|
|
675
|
-
// Nested Account interface
|
|
676
|
-
authorizedWithdrawer: {
|
|
677
|
-
args: {
|
|
678
|
-
commitment: type(commitmentInputType()),
|
|
679
|
-
dataSlice: type(dataSliceInputType()),
|
|
680
|
-
encoding: type(accountEncodingInputType()),
|
|
681
|
-
minContextSlot: bigint()
|
|
682
|
-
},
|
|
683
|
-
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
684
|
-
resolve: (parent, args, context, info) => context.resolveAccount({ ...args, address: parent.authorizedWithdrawer }, info),
|
|
685
|
-
type: accountInterface()
|
|
686
|
-
},
|
|
687
|
-
commission: number(),
|
|
688
|
-
epochCredits: list(
|
|
689
|
-
object("VoteEpochCredits", {
|
|
690
|
-
credits: string(),
|
|
691
|
-
epoch: bigint(),
|
|
692
|
-
previousCredits: string()
|
|
693
|
-
})
|
|
694
|
-
),
|
|
695
|
-
lastTimestamp: object("VoteLastTimestamp", {
|
|
696
|
-
slot: bigint(),
|
|
697
|
-
timestamp: bigint()
|
|
698
|
-
}),
|
|
699
|
-
// Nested Account interface
|
|
700
|
-
node: {
|
|
701
|
-
args: {
|
|
702
|
-
commitment: type(commitmentInputType()),
|
|
703
|
-
dataSlice: type(dataSliceInputType()),
|
|
704
|
-
encoding: type(accountEncodingInputType()),
|
|
705
|
-
minContextSlot: bigint()
|
|
706
|
-
},
|
|
707
|
-
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
708
|
-
resolve: (parent, args, context, info) => context.resolveAccount({ ...args, address: parent.nodePubkey }, info),
|
|
709
|
-
type: accountInterface()
|
|
710
|
-
},
|
|
711
|
-
priorVoters: list(string()),
|
|
712
|
-
rootSlot: bigint(),
|
|
713
|
-
votes: list(
|
|
714
|
-
object("VoteVote", {
|
|
715
|
-
confirmationCount: number(),
|
|
716
|
-
slot: bigint()
|
|
717
|
-
})
|
|
718
|
-
)
|
|
719
|
-
})
|
|
720
|
-
);
|
|
721
|
-
return memoisedAccountVoteAccount;
|
|
722
|
-
};
|
|
723
|
-
var memoisedAccountTypes;
|
|
724
|
-
var accountTypes = () => {
|
|
725
|
-
if (!memoisedAccountTypes)
|
|
726
|
-
memoisedAccountTypes = [
|
|
727
|
-
accountBase58(),
|
|
728
|
-
accountBase64(),
|
|
729
|
-
accountBase64Zstd(),
|
|
730
|
-
accountNonceAccount(),
|
|
731
|
-
accountLookupTable(),
|
|
732
|
-
accountMint(),
|
|
733
|
-
accountTokenAccount(),
|
|
734
|
-
accountStakeAccount(),
|
|
735
|
-
accountVoteAccount()
|
|
736
|
-
];
|
|
737
|
-
return memoisedAccountTypes;
|
|
738
|
-
};
|
|
739
|
-
|
|
740
|
-
// src/schema/account/query.ts
|
|
741
|
-
var accountQuery = () => ({
|
|
742
|
-
account: {
|
|
743
|
-
args: {
|
|
744
|
-
address: nonNull(string()),
|
|
745
|
-
commitment: type(commitmentInputType()),
|
|
746
|
-
dataSlice: type(dataSliceInputType()),
|
|
747
|
-
encoding: type(accountEncodingInputType()),
|
|
748
|
-
minContextSlot: bigint()
|
|
749
|
-
},
|
|
750
|
-
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
751
|
-
resolve: (_parent, args, context, info) => context.resolveAccount(args, info),
|
|
752
|
-
type: accountInterface()
|
|
753
|
-
}
|
|
754
|
-
});
|
|
755
|
-
var memoisedTokenBalance;
|
|
756
|
-
var tokenBalance = () => {
|
|
757
|
-
if (!memoisedTokenBalance)
|
|
758
|
-
memoisedTokenBalance = new graphql.GraphQLObjectType({
|
|
759
|
-
fields: {
|
|
760
|
-
accountIndex: number(),
|
|
761
|
-
mint: string(),
|
|
762
|
-
owner: string(),
|
|
763
|
-
programId: string(),
|
|
764
|
-
uiAmountString: string()
|
|
765
|
-
},
|
|
766
|
-
name: "TokenBalance"
|
|
767
|
-
});
|
|
768
|
-
return memoisedTokenBalance;
|
|
769
|
-
};
|
|
770
|
-
var memoisedTransactionStatus;
|
|
771
|
-
var transactionStatus = () => {
|
|
772
|
-
if (!memoisedTransactionStatus)
|
|
773
|
-
memoisedTransactionStatus = new graphql.GraphQLUnionType({
|
|
774
|
-
name: "TransactionStatus",
|
|
775
|
-
types: [
|
|
776
|
-
new graphql.GraphQLObjectType({
|
|
777
|
-
fields: {
|
|
778
|
-
Err: string()
|
|
779
|
-
},
|
|
780
|
-
name: "TransactionStatusError"
|
|
781
|
-
}),
|
|
782
|
-
new graphql.GraphQLObjectType({
|
|
783
|
-
fields: {
|
|
784
|
-
Ok: string()
|
|
785
|
-
},
|
|
786
|
-
name: "TransactionStatusOk"
|
|
787
|
-
})
|
|
788
|
-
]
|
|
789
|
-
});
|
|
790
|
-
return memoisedTransactionStatus;
|
|
791
|
-
};
|
|
792
|
-
var memoisedReward;
|
|
793
|
-
var reward = () => {
|
|
794
|
-
if (!memoisedReward)
|
|
795
|
-
memoisedReward = new graphql.GraphQLObjectType({
|
|
796
|
-
fields: {
|
|
797
|
-
commission: number(),
|
|
798
|
-
lamports: bigint(),
|
|
799
|
-
postBalance: bigint(),
|
|
800
|
-
pubkey: string(),
|
|
801
|
-
rewardType: string()
|
|
802
|
-
},
|
|
803
|
-
name: "Reward"
|
|
804
|
-
});
|
|
805
|
-
return memoisedReward;
|
|
806
|
-
};
|
|
807
|
-
var memoisedAddressTableLookup;
|
|
808
|
-
var addressTableLookup = () => {
|
|
809
|
-
if (!memoisedAddressTableLookup)
|
|
810
|
-
memoisedAddressTableLookup = new graphql.GraphQLObjectType({
|
|
811
|
-
fields: {
|
|
812
|
-
accountKey: string(),
|
|
813
|
-
readableIndexes: list(number()),
|
|
814
|
-
writableIndexes: list(number())
|
|
815
|
-
},
|
|
816
|
-
name: "AddressTableLookup"
|
|
817
|
-
});
|
|
818
|
-
return memoisedAddressTableLookup;
|
|
819
|
-
};
|
|
820
|
-
var memoisedReturnData;
|
|
821
|
-
var returnData = () => {
|
|
822
|
-
if (!memoisedReturnData)
|
|
823
|
-
memoisedReturnData = new graphql.GraphQLObjectType({
|
|
824
|
-
fields: {
|
|
825
|
-
data: string(),
|
|
826
|
-
programId: string()
|
|
827
|
-
},
|
|
828
|
-
name: "ReturnData"
|
|
829
|
-
});
|
|
830
|
-
return memoisedReturnData;
|
|
831
|
-
};
|
|
832
|
-
var memoisedTransactionInstruction;
|
|
833
|
-
var transactionInstruction = () => {
|
|
834
|
-
if (!memoisedTransactionInstruction)
|
|
835
|
-
memoisedTransactionInstruction = new graphql.GraphQLObjectType({
|
|
836
|
-
fields: {
|
|
837
|
-
accounts: list(number()),
|
|
838
|
-
data: string(),
|
|
839
|
-
programIdIndex: number()
|
|
840
|
-
},
|
|
841
|
-
name: "TransactionInstruction"
|
|
842
|
-
});
|
|
843
|
-
return memoisedTransactionInstruction;
|
|
844
|
-
};
|
|
845
|
-
var memoisedTransactionMetaLoadedAddresses;
|
|
846
|
-
var transactionMetaLoadedAddresses = () => {
|
|
847
|
-
if (!memoisedTransactionMetaLoadedAddresses)
|
|
848
|
-
memoisedTransactionMetaLoadedAddresses = new graphql.GraphQLObjectType({
|
|
849
|
-
fields: {
|
|
850
|
-
readonly: list(string()),
|
|
851
|
-
// Base58 encoded addresses
|
|
852
|
-
writable: list(string())
|
|
853
|
-
// Base58 encoded addresses
|
|
854
|
-
},
|
|
855
|
-
name: "TransactionMetaLoadedAddresses"
|
|
856
|
-
});
|
|
857
|
-
return memoisedTransactionMetaLoadedAddresses;
|
|
858
|
-
};
|
|
859
|
-
var memoisedParsedTransactionInstructionInterface;
|
|
860
|
-
var parsedTransactionInstructionInterface = () => {
|
|
861
|
-
if (!memoisedParsedTransactionInstructionInterface)
|
|
862
|
-
memoisedParsedTransactionInstructionInterface = new graphql.GraphQLInterfaceType({
|
|
863
|
-
fields: {
|
|
864
|
-
programId: string()
|
|
865
|
-
},
|
|
866
|
-
name: "ParsedTransactionInstruction",
|
|
867
|
-
resolveType(instruction) {
|
|
868
|
-
if (instruction.program === "address-lookup-table") {
|
|
869
|
-
if (instruction.info.type === "createLookupTable") {
|
|
870
|
-
return "CreateLookupTableInstruction";
|
|
871
|
-
}
|
|
872
|
-
if (instruction.info.type === "freezeLookupTable") {
|
|
873
|
-
return "FreezeLookupTableInstruction";
|
|
874
|
-
}
|
|
875
|
-
if (instruction.info.type === "extendLookupTable") {
|
|
876
|
-
return "ExtendLookupTableInstruction";
|
|
877
|
-
}
|
|
878
|
-
if (instruction.info.type === "deactivateLookupTable") {
|
|
879
|
-
return "DeactivateLookupTableInstruction";
|
|
880
|
-
}
|
|
881
|
-
if (instruction.info.type === "closeLookupTable") {
|
|
882
|
-
return "CloseLookupTableInstruction";
|
|
883
|
-
}
|
|
884
|
-
}
|
|
885
|
-
if (instruction.program === "bpf-loader") {
|
|
886
|
-
if (instruction.info.type === "write") {
|
|
887
|
-
return "BpfLoaderWriteInstruction";
|
|
888
|
-
}
|
|
889
|
-
if (instruction.info.type === "finalize") {
|
|
890
|
-
return "BpfLoaderFinalizeInstruction";
|
|
891
|
-
}
|
|
892
|
-
}
|
|
893
|
-
if (instruction.program === "bpf-upgradeable-loader") {
|
|
894
|
-
if (instruction.info.type === "initializeBuffer") {
|
|
895
|
-
return "BpfUpgradeableLoaderInitializeBufferInstruction";
|
|
896
|
-
}
|
|
897
|
-
if (instruction.info.type === "write") {
|
|
898
|
-
return "BpfUpgradeableLoaderWriteInstruction";
|
|
899
|
-
}
|
|
900
|
-
if (instruction.info.type === "deployWithMaxDataLen") {
|
|
901
|
-
return "BpfUpgradeableLoaderDeployWithMaxDataLenInstruction";
|
|
902
|
-
}
|
|
903
|
-
if (instruction.info.type === "upgrade") {
|
|
904
|
-
return "BpfUpgradeableLoaderUpgradeInstruction";
|
|
905
|
-
}
|
|
906
|
-
if (instruction.info.type === "setAuthority") {
|
|
907
|
-
return "BpfUpgradeableLoaderSetAuthorityInstruction";
|
|
908
|
-
}
|
|
909
|
-
if (instruction.info.type === "setAuthorityChecked") {
|
|
910
|
-
return "BpfUpgradeableLoaderSetAuthorityCheckedInstruction";
|
|
911
|
-
}
|
|
912
|
-
if (instruction.info.type === "close") {
|
|
876
|
+
if (instruction.instructionType === "close") {
|
|
913
877
|
return "BpfUpgradeableLoaderCloseInstruction";
|
|
914
878
|
}
|
|
915
|
-
if (instruction.
|
|
879
|
+
if (instruction.instructionType === "extendProgram") {
|
|
916
880
|
return "BpfUpgradeableLoaderExtendProgramInstruction";
|
|
917
881
|
}
|
|
918
882
|
}
|
|
919
|
-
if (instruction.
|
|
920
|
-
if (instruction.
|
|
883
|
+
if (instruction.programName === "spl-associated-token-account") {
|
|
884
|
+
if (instruction.instructionType === "create") {
|
|
921
885
|
return "SplAssociatedTokenCreateInstruction";
|
|
922
886
|
}
|
|
923
|
-
if (instruction.
|
|
887
|
+
if (instruction.instructionType === "createIdempotent") {
|
|
924
888
|
return "SplAssociatedTokenCreateIdempotentInstruction";
|
|
925
889
|
}
|
|
926
|
-
if (instruction.
|
|
890
|
+
if (instruction.instructionType === "recoverNested") {
|
|
927
891
|
return "SplAssociatedTokenRecoverNestedInstruction";
|
|
928
892
|
}
|
|
929
893
|
}
|
|
930
|
-
if (instruction.
|
|
894
|
+
if (instruction.programName === "spl-memo") {
|
|
931
895
|
return "SplMemoInstruction";
|
|
932
896
|
}
|
|
933
|
-
if (instruction.
|
|
934
|
-
if (instruction.
|
|
897
|
+
if (instruction.programName === "spl-token") {
|
|
898
|
+
if (instruction.instructionType === "initializeMint") {
|
|
935
899
|
return "SplTokenInitializeMintInstruction";
|
|
936
900
|
}
|
|
937
|
-
if (instruction.
|
|
901
|
+
if (instruction.instructionType === "initializeMint2") {
|
|
938
902
|
return "SplTokenInitializeMint2Instruction";
|
|
939
903
|
}
|
|
940
|
-
if (instruction.
|
|
904
|
+
if (instruction.instructionType === "initializeAccount") {
|
|
941
905
|
return "SplTokenInitializeAccountInstruction";
|
|
942
906
|
}
|
|
943
|
-
if (instruction.
|
|
907
|
+
if (instruction.instructionType === "initializeAccount2") {
|
|
944
908
|
return "SplTokenInitializeAccount2Instruction";
|
|
945
909
|
}
|
|
946
|
-
if (instruction.
|
|
910
|
+
if (instruction.instructionType === "initializeAccount3") {
|
|
947
911
|
return "SplTokenInitializeAccount3Instruction";
|
|
948
912
|
}
|
|
949
|
-
if (instruction.
|
|
913
|
+
if (instruction.instructionType === "initializeMultisig") {
|
|
950
914
|
return "SplTokenInitializeMultisigInstruction";
|
|
951
915
|
}
|
|
952
|
-
if (instruction.
|
|
916
|
+
if (instruction.instructionType === "initializeMultisig2") {
|
|
953
917
|
return "SplTokenInitializeMultisig2Instruction";
|
|
954
918
|
}
|
|
955
|
-
if (instruction.
|
|
919
|
+
if (instruction.instructionType === "transfer") {
|
|
956
920
|
return "SplTokenTransferInstruction";
|
|
957
921
|
}
|
|
958
|
-
if (instruction.
|
|
922
|
+
if (instruction.instructionType === "approve") {
|
|
959
923
|
return "SplTokenApproveInstruction";
|
|
960
924
|
}
|
|
961
|
-
if (instruction.
|
|
925
|
+
if (instruction.instructionType === "revoke") {
|
|
962
926
|
return "SplTokenRevokeInstruction";
|
|
963
927
|
}
|
|
964
|
-
if (instruction.
|
|
928
|
+
if (instruction.instructionType === "setAuthority") {
|
|
965
929
|
return "SplTokenSetAuthorityInstruction";
|
|
966
930
|
}
|
|
967
|
-
if (instruction.
|
|
931
|
+
if (instruction.instructionType === "mintTo") {
|
|
968
932
|
return "SplTokenMintToInstruction";
|
|
969
933
|
}
|
|
970
|
-
if (instruction.
|
|
934
|
+
if (instruction.instructionType === "burn") {
|
|
971
935
|
return "SplTokenBurnInstruction";
|
|
972
936
|
}
|
|
973
|
-
if (instruction.
|
|
937
|
+
if (instruction.instructionType === "closeAccount") {
|
|
974
938
|
return "SplTokenCloseAccountInstruction";
|
|
975
939
|
}
|
|
976
|
-
if (instruction.
|
|
940
|
+
if (instruction.instructionType === "freezeAccount") {
|
|
977
941
|
return "SplTokenFreezeAccountInstruction";
|
|
978
942
|
}
|
|
979
|
-
if (instruction.
|
|
943
|
+
if (instruction.instructionType === "thawAccount") {
|
|
980
944
|
return "SplTokenThawAccountInstruction";
|
|
981
945
|
}
|
|
982
|
-
if (instruction.
|
|
946
|
+
if (instruction.instructionType === "transferChecked") {
|
|
983
947
|
return "SplTokenTransferCheckedInstruction";
|
|
984
948
|
}
|
|
985
|
-
if (instruction.
|
|
949
|
+
if (instruction.instructionType === "approveChecked") {
|
|
986
950
|
return "SplTokenApproveCheckedInstruction";
|
|
987
951
|
}
|
|
988
|
-
if (instruction.
|
|
952
|
+
if (instruction.instructionType === "mintToChecked") {
|
|
989
953
|
return "SplTokenMintToCheckedInstruction";
|
|
990
954
|
}
|
|
991
|
-
if (instruction.
|
|
955
|
+
if (instruction.instructionType === "burnChecked") {
|
|
992
956
|
return "SplTokenBurnCheckedInstruction";
|
|
993
957
|
}
|
|
994
|
-
if (instruction.
|
|
958
|
+
if (instruction.instructionType === "syncNative") {
|
|
995
959
|
return "SplTokenSyncNativeInstruction";
|
|
996
960
|
}
|
|
997
|
-
if (instruction.
|
|
961
|
+
if (instruction.instructionType === "getAccountDataSize") {
|
|
998
962
|
return "SplTokenGetAccountDataSizeInstruction";
|
|
999
963
|
}
|
|
1000
|
-
if (instruction.
|
|
964
|
+
if (instruction.instructionType === "initializeImmutableOwner") {
|
|
1001
965
|
return "SplTokenInitializeImmutableOwnerInstruction";
|
|
1002
966
|
}
|
|
1003
|
-
if (instruction.
|
|
967
|
+
if (instruction.instructionType === "amountToUiAmount") {
|
|
1004
968
|
return "SplTokenAmountToUiAmountInstruction";
|
|
1005
969
|
}
|
|
1006
|
-
if (instruction.
|
|
970
|
+
if (instruction.instructionType === "uiAmountToAmount") {
|
|
1007
971
|
return "SplTokenUiAmountToAmountInstruction";
|
|
1008
972
|
}
|
|
1009
|
-
if (instruction.
|
|
973
|
+
if (instruction.instructionType === "initializeMintCloseAuthority") {
|
|
1010
974
|
return "SplTokenInitializeMintCloseAuthorityInstruction";
|
|
1011
975
|
}
|
|
1012
976
|
}
|
|
1013
|
-
if (instruction.
|
|
1014
|
-
if (instruction.
|
|
977
|
+
if (instruction.programName === "stake") {
|
|
978
|
+
if (instruction.instructionType === "initialize") {
|
|
1015
979
|
return "StakeInitializeInstruction";
|
|
1016
980
|
}
|
|
1017
|
-
if (instruction.
|
|
981
|
+
if (instruction.instructionType === "authorize") {
|
|
1018
982
|
return "StakeAuthorizeInstruction";
|
|
1019
983
|
}
|
|
1020
|
-
if (instruction.
|
|
984
|
+
if (instruction.instructionType === "delegate") {
|
|
1021
985
|
return "StakeDelegateStakeInstruction";
|
|
1022
986
|
}
|
|
1023
|
-
if (instruction.
|
|
987
|
+
if (instruction.instructionType === "split") {
|
|
1024
988
|
return "StakeSplitInstruction";
|
|
1025
989
|
}
|
|
1026
|
-
if (instruction.
|
|
990
|
+
if (instruction.instructionType === "withdraw") {
|
|
1027
991
|
return "StakeWithdrawInstruction";
|
|
1028
992
|
}
|
|
1029
|
-
if (instruction.
|
|
993
|
+
if (instruction.instructionType === "deactivate") {
|
|
1030
994
|
return "StakeDeactivateInstruction";
|
|
1031
995
|
}
|
|
1032
|
-
if (instruction.
|
|
996
|
+
if (instruction.instructionType === "setLockup") {
|
|
1033
997
|
return "StakeSetLockupInstruction";
|
|
1034
998
|
}
|
|
1035
|
-
if (instruction.
|
|
999
|
+
if (instruction.instructionType === "merge") {
|
|
1036
1000
|
return "StakeMergeInstruction";
|
|
1037
1001
|
}
|
|
1038
|
-
if (instruction.
|
|
1002
|
+
if (instruction.instructionType === "authorizeWithSeed") {
|
|
1039
1003
|
return "StakeAuthorizeWithSeedInstruction";
|
|
1040
1004
|
}
|
|
1041
|
-
if (instruction.
|
|
1005
|
+
if (instruction.instructionType === "initializeChecked") {
|
|
1042
1006
|
return "StakeInitializeCheckedInstruction";
|
|
1043
1007
|
}
|
|
1044
|
-
if (instruction.
|
|
1008
|
+
if (instruction.instructionType === "authorizeChecked") {
|
|
1045
1009
|
return "StakeAuthorizeCheckedInstruction";
|
|
1046
1010
|
}
|
|
1047
|
-
if (instruction.
|
|
1011
|
+
if (instruction.instructionType === "authorizeCheckedWithSeed") {
|
|
1048
1012
|
return "StakeAuthorizeCheckedWithSeedInstruction";
|
|
1049
1013
|
}
|
|
1050
|
-
if (instruction.
|
|
1014
|
+
if (instruction.instructionType === "setLockupChecked") {
|
|
1051
1015
|
return "StakeSetLockupCheckedInstruction";
|
|
1052
1016
|
}
|
|
1053
|
-
if (instruction.
|
|
1017
|
+
if (instruction.instructionType === "deactivateDelinquent") {
|
|
1054
1018
|
return "StakeDeactivateDelinquentInstruction";
|
|
1055
1019
|
}
|
|
1056
|
-
if (instruction.
|
|
1020
|
+
if (instruction.instructionType === "redelegate") {
|
|
1057
1021
|
return "StakeRedelegateInstruction";
|
|
1058
1022
|
}
|
|
1059
1023
|
}
|
|
1060
|
-
if (instruction.
|
|
1061
|
-
if (instruction.
|
|
1024
|
+
if (instruction.programName === "system") {
|
|
1025
|
+
if (instruction.instructionType === "createAccount") {
|
|
1062
1026
|
return "CreateAccountInstruction";
|
|
1063
1027
|
}
|
|
1064
|
-
if (instruction.
|
|
1028
|
+
if (instruction.instructionType === "assign") {
|
|
1065
1029
|
return "AssignInstruction";
|
|
1066
1030
|
}
|
|
1067
|
-
if (instruction.
|
|
1031
|
+
if (instruction.instructionType === "transfer") {
|
|
1068
1032
|
return "TransferInstruction";
|
|
1069
1033
|
}
|
|
1070
|
-
if (instruction.
|
|
1034
|
+
if (instruction.instructionType === "createAccountWithSeed") {
|
|
1071
1035
|
return "CreateAccountWithSeedInstruction";
|
|
1072
1036
|
}
|
|
1073
|
-
if (instruction.
|
|
1037
|
+
if (instruction.instructionType === "advanceNonceAccount") {
|
|
1074
1038
|
return "AdvanceNonceAccountInstruction";
|
|
1075
1039
|
}
|
|
1076
|
-
if (instruction.
|
|
1040
|
+
if (instruction.instructionType === "withdrawNonceAccount") {
|
|
1077
1041
|
return "WithdrawNonceAccountInstruction";
|
|
1078
1042
|
}
|
|
1079
|
-
if (instruction.
|
|
1043
|
+
if (instruction.instructionType === "initializeNonceAccount") {
|
|
1080
1044
|
return "InitializeNonceAccountInstruction";
|
|
1081
1045
|
}
|
|
1082
|
-
if (instruction.
|
|
1046
|
+
if (instruction.instructionType === "authorizeNonceAccount") {
|
|
1083
1047
|
return "AuthorizeNonceAccountInstruction";
|
|
1084
1048
|
}
|
|
1085
|
-
if (instruction.
|
|
1049
|
+
if (instruction.instructionType === "upgradeNonceAccount") {
|
|
1086
1050
|
return "UpgradeNonceAccountInstruction";
|
|
1087
1051
|
}
|
|
1088
|
-
if (instruction.
|
|
1052
|
+
if (instruction.instructionType === "allocate") {
|
|
1089
1053
|
return "AllocateInstruction";
|
|
1090
1054
|
}
|
|
1091
|
-
if (instruction.
|
|
1055
|
+
if (instruction.instructionType === "allocateWithSeed") {
|
|
1092
1056
|
return "AllocateWithSeedInstruction";
|
|
1093
1057
|
}
|
|
1094
|
-
if (instruction.
|
|
1058
|
+
if (instruction.instructionType === "assignWithSeed") {
|
|
1095
1059
|
return "AssignWithSeedInstruction";
|
|
1096
1060
|
}
|
|
1097
|
-
if (instruction.
|
|
1061
|
+
if (instruction.instructionType === "transferWithSeed") {
|
|
1098
1062
|
return "TransferWithSeedInstruction";
|
|
1099
1063
|
}
|
|
1100
1064
|
}
|
|
1101
|
-
if (instruction.
|
|
1102
|
-
if (instruction.
|
|
1065
|
+
if (instruction.programName === "vote") {
|
|
1066
|
+
if (instruction.instructionType === "initialize") {
|
|
1103
1067
|
return "VoteInitializeAccountInstruction";
|
|
1104
1068
|
}
|
|
1105
|
-
if (instruction.
|
|
1069
|
+
if (instruction.instructionType === "authorize") {
|
|
1106
1070
|
return "VoteAuthorizeInstruction";
|
|
1107
1071
|
}
|
|
1108
|
-
if (instruction.
|
|
1072
|
+
if (instruction.instructionType === "authorizeWithSeed") {
|
|
1109
1073
|
return "VoteAuthorizeWithSeedInstruction";
|
|
1110
1074
|
}
|
|
1111
|
-
if (instruction.
|
|
1075
|
+
if (instruction.instructionType === "authorizeCheckedWithSeed") {
|
|
1112
1076
|
return "VoteAuthorizeCheckedWithSeedInstruction";
|
|
1113
1077
|
}
|
|
1114
|
-
if (instruction.
|
|
1078
|
+
if (instruction.instructionType === "vote") {
|
|
1115
1079
|
return "VoteVoteInstruction";
|
|
1116
1080
|
}
|
|
1117
|
-
if (instruction.
|
|
1081
|
+
if (instruction.instructionType === "updatevotestate") {
|
|
1118
1082
|
return "VoteUpdateVoteStateInstruction";
|
|
1119
1083
|
}
|
|
1120
|
-
if (instruction.
|
|
1084
|
+
if (instruction.instructionType === "updatevotestateswitch") {
|
|
1121
1085
|
return "VoteUpdateVoteStateSwitchInstruction";
|
|
1122
1086
|
}
|
|
1123
|
-
if (instruction.
|
|
1087
|
+
if (instruction.instructionType === "compactupdatevotestate") {
|
|
1124
1088
|
return "VoteCompactUpdateVoteStateInstruction";
|
|
1125
1089
|
}
|
|
1126
|
-
if (instruction.
|
|
1090
|
+
if (instruction.instructionType === "compactupdatevotestateswitch") {
|
|
1127
1091
|
return "VoteCompactUpdateVoteStateSwitchInstruction";
|
|
1128
1092
|
}
|
|
1129
|
-
if (instruction.
|
|
1093
|
+
if (instruction.instructionType === "withdraw") {
|
|
1130
1094
|
return "VoteWithdrawInstruction";
|
|
1131
1095
|
}
|
|
1132
|
-
if (instruction.
|
|
1096
|
+
if (instruction.instructionType === "updateValidatorIdentity") {
|
|
1133
1097
|
return "VoteUpdateValidatorIdentityInstruction";
|
|
1134
1098
|
}
|
|
1135
|
-
if (instruction.
|
|
1099
|
+
if (instruction.instructionType === "updateCommission") {
|
|
1136
1100
|
return "VoteUpdateCommissionInstruction";
|
|
1137
1101
|
}
|
|
1138
|
-
if (instruction.
|
|
1102
|
+
if (instruction.instructionType === "voteSwitch") {
|
|
1139
1103
|
return "VoteVoteSwitchInstruction";
|
|
1140
1104
|
}
|
|
1141
|
-
if (instruction.
|
|
1105
|
+
if (instruction.instructionType === "authorizeChecked") {
|
|
1142
1106
|
return "VoteAuthorizeCheckedInstruction";
|
|
1143
1107
|
}
|
|
1144
1108
|
}
|
|
1145
|
-
return "PartiallyDecodedInstruction";
|
|
1146
1109
|
}
|
|
1147
|
-
|
|
1148
|
-
|
|
1149
|
-
}
|
|
1150
|
-
|
|
1151
|
-
|
|
1152
|
-
|
|
1153
|
-
|
|
1154
|
-
|
|
1155
|
-
|
|
1156
|
-
|
|
1157
|
-
|
|
1158
|
-
},
|
|
1159
|
-
|
|
1160
|
-
|
|
1161
|
-
|
|
1162
|
-
|
|
1163
|
-
|
|
1164
|
-
|
|
1165
|
-
|
|
1166
|
-
|
|
1167
|
-
|
|
1168
|
-
|
|
1169
|
-
|
|
1170
|
-
|
|
1171
|
-
|
|
1172
|
-
|
|
1173
|
-
|
|
1174
|
-
|
|
1175
|
-
|
|
1176
|
-
|
|
1177
|
-
|
|
1178
|
-
|
|
1179
|
-
|
|
1180
|
-
|
|
1181
|
-
|
|
1182
|
-
|
|
1183
|
-
|
|
1184
|
-
|
|
1185
|
-
|
|
1186
|
-
|
|
1187
|
-
|
|
1188
|
-
|
|
1189
|
-
|
|
1190
|
-
|
|
1191
|
-
|
|
1192
|
-
|
|
1193
|
-
|
|
1194
|
-
|
|
1195
|
-
|
|
1196
|
-
|
|
1197
|
-
|
|
1198
|
-
|
|
1199
|
-
|
|
1200
|
-
|
|
1201
|
-
|
|
1202
|
-
|
|
1203
|
-
|
|
1204
|
-
|
|
1205
|
-
|
|
1206
|
-
|
|
1207
|
-
|
|
1208
|
-
|
|
1209
|
-
|
|
1210
|
-
|
|
1211
|
-
|
|
1212
|
-
|
|
1213
|
-
|
|
1214
|
-
|
|
1215
|
-
|
|
1216
|
-
|
|
1217
|
-
|
|
1218
|
-
|
|
1219
|
-
|
|
1220
|
-
|
|
1221
|
-
|
|
1222
|
-
|
|
1223
|
-
|
|
1224
|
-
|
|
1225
|
-
}
|
|
1226
|
-
|
|
1227
|
-
|
|
1228
|
-
|
|
1229
|
-
|
|
1230
|
-
|
|
1231
|
-
account: string()
|
|
1232
|
-
}),
|
|
1233
|
-
parsedTransactionInstructionType("BpfUpgradeableLoaderWriteInstruction", {
|
|
1234
|
-
account: string(),
|
|
1235
|
-
authority: string(),
|
|
1236
|
-
bytes: string(),
|
|
1237
|
-
offset: number()
|
|
1238
|
-
}),
|
|
1239
|
-
parsedTransactionInstructionType("BpfUpgradeableLoaderDeployWithMaxDataLenInstruction", {
|
|
1240
|
-
authority: string(),
|
|
1241
|
-
bufferAccount: string(),
|
|
1242
|
-
clockSysvar: string(),
|
|
1243
|
-
maxDataLen: bigint(),
|
|
1244
|
-
payerAccount: string(),
|
|
1245
|
-
programAccount: string(),
|
|
1246
|
-
programDataAccount: string(),
|
|
1247
|
-
rentSysvar: string()
|
|
1248
|
-
}),
|
|
1249
|
-
parsedTransactionInstructionType("BpfUpgradeableLoaderUpgradeInstruction", {
|
|
1250
|
-
authority: string(),
|
|
1251
|
-
bufferAccount: string(),
|
|
1252
|
-
clockSysvar: string(),
|
|
1253
|
-
programAccount: string(),
|
|
1254
|
-
programDataAccount: string(),
|
|
1255
|
-
rentSysvar: string(),
|
|
1256
|
-
spillAccount: string()
|
|
1257
|
-
}),
|
|
1258
|
-
parsedTransactionInstructionType("BpfUpgradeableLoaderSetAuthorityInstruction", {
|
|
1259
|
-
account: string(),
|
|
1260
|
-
authority: string(),
|
|
1261
|
-
newAuthority: string()
|
|
1262
|
-
}),
|
|
1263
|
-
parsedTransactionInstructionType("BpfUpgradeableLoaderSetAuthorityCheckedInstruction", {
|
|
1264
|
-
account: string(),
|
|
1265
|
-
authority: string(),
|
|
1266
|
-
newAuthority: string()
|
|
1267
|
-
}),
|
|
1268
|
-
parsedTransactionInstructionType("BpfUpgradeableLoaderCloseInstruction", {
|
|
1269
|
-
account: string(),
|
|
1270
|
-
authority: string(),
|
|
1271
|
-
programAccount: string(),
|
|
1272
|
-
recipient: string()
|
|
1273
|
-
}),
|
|
1274
|
-
parsedTransactionInstructionType("BpfUpgradeableLoaderExtendProgramInstruction", {
|
|
1275
|
-
additionalBytes: bigint(),
|
|
1276
|
-
payerAccount: string(),
|
|
1277
|
-
programAccount: string(),
|
|
1278
|
-
programDataAccount: string(),
|
|
1279
|
-
systemProgram: string()
|
|
1280
|
-
})
|
|
1281
|
-
];
|
|
1282
|
-
return memoisedParsedInstructionsBpfUpgradeableLoader;
|
|
1283
|
-
};
|
|
1284
|
-
var memoisedParsedInstructionsSplAssociatedToken;
|
|
1285
|
-
var parsedInstructionsSplAssociatedToken = () => {
|
|
1286
|
-
if (!memoisedParsedInstructionsSplAssociatedToken)
|
|
1287
|
-
memoisedParsedInstructionsSplAssociatedToken = [
|
|
1288
|
-
parsedTransactionInstructionType("SplAssociatedTokenCreateInstruction", {
|
|
1289
|
-
account: string(),
|
|
1290
|
-
mint: string(),
|
|
1291
|
-
source: string(),
|
|
1292
|
-
systemProgram: string(),
|
|
1293
|
-
tokenProgram: string(),
|
|
1294
|
-
wallet: string()
|
|
1295
|
-
}),
|
|
1296
|
-
parsedTransactionInstructionType("SplAssociatedTokenCreateIdempotentInstruction", {
|
|
1297
|
-
account: string(),
|
|
1298
|
-
mint: string(),
|
|
1299
|
-
source: string(),
|
|
1300
|
-
systemProgram: string(),
|
|
1301
|
-
tokenProgram: string(),
|
|
1302
|
-
wallet: string()
|
|
1303
|
-
}),
|
|
1304
|
-
parsedTransactionInstructionType("SplAssociatedTokenRecoverNestedInstruction", {
|
|
1305
|
-
destination: string(),
|
|
1306
|
-
nestedMint: string(),
|
|
1307
|
-
nestedOwner: string(),
|
|
1308
|
-
nestedSource: string(),
|
|
1309
|
-
ownerMint: string(),
|
|
1310
|
-
tokenProgram: string(),
|
|
1311
|
-
wallet: string()
|
|
1312
|
-
})
|
|
1313
|
-
];
|
|
1314
|
-
return memoisedParsedInstructionsSplAssociatedToken;
|
|
1315
|
-
};
|
|
1316
|
-
var memoisedParsedInstructionSplMemo;
|
|
1317
|
-
var parsedInstructionSplMemo = () => {
|
|
1318
|
-
if (!memoisedParsedInstructionSplMemo)
|
|
1319
|
-
memoisedParsedInstructionSplMemo = new graphql.GraphQLObjectType({
|
|
1320
|
-
fields: {
|
|
1321
|
-
parsed: string(),
|
|
1322
|
-
program: string(),
|
|
1323
|
-
programId: string()
|
|
1324
|
-
},
|
|
1325
|
-
interfaces: [parsedTransactionInstructionInterface()],
|
|
1326
|
-
name: "SplMemoInstruction"
|
|
1327
|
-
});
|
|
1328
|
-
return memoisedParsedInstructionSplMemo;
|
|
1329
|
-
};
|
|
1330
|
-
var memoisedParsedInstructionsSplToken;
|
|
1331
|
-
var parsedInstructionsSplToken = () => {
|
|
1332
|
-
if (!memoisedParsedInstructionsSplToken)
|
|
1333
|
-
memoisedParsedInstructionsSplToken = [
|
|
1334
|
-
parsedTransactionInstructionType("SplTokenInitializeMintInstruction", {
|
|
1335
|
-
decimals: number(),
|
|
1336
|
-
freezeAuthority: string(),
|
|
1337
|
-
mint: string(),
|
|
1338
|
-
mintAuthority: string(),
|
|
1339
|
-
rentSysvar: string()
|
|
1340
|
-
}),
|
|
1341
|
-
parsedTransactionInstructionType("SplTokenInitializeMint2Instruction", {
|
|
1342
|
-
decimals: number(),
|
|
1343
|
-
freezeAuthority: string(),
|
|
1344
|
-
mint: string(),
|
|
1345
|
-
mintAuthority: string()
|
|
1346
|
-
}),
|
|
1347
|
-
parsedTransactionInstructionType("SplTokenInitializeAccountInstruction", {
|
|
1348
|
-
account: string(),
|
|
1349
|
-
mint: string(),
|
|
1350
|
-
owner: string(),
|
|
1351
|
-
rentSysvar: string()
|
|
1352
|
-
}),
|
|
1353
|
-
parsedTransactionInstructionType("SplTokenInitializeAccount2Instruction", {
|
|
1354
|
-
account: string(),
|
|
1355
|
-
mint: string(),
|
|
1356
|
-
owner: string(),
|
|
1357
|
-
rentSysvar: string()
|
|
1358
|
-
}),
|
|
1359
|
-
parsedTransactionInstructionType("SplTokenInitializeAccount3Instruction", {
|
|
1360
|
-
account: string(),
|
|
1361
|
-
mint: string(),
|
|
1362
|
-
owner: string()
|
|
1363
|
-
}),
|
|
1364
|
-
parsedTransactionInstructionType("SplTokenInitializeMultisigInstruction", {
|
|
1365
|
-
m: number(),
|
|
1366
|
-
multisig: string(),
|
|
1367
|
-
rentSysvar: string(),
|
|
1368
|
-
signers: list(string())
|
|
1369
|
-
}),
|
|
1370
|
-
parsedTransactionInstructionType("SplTokenInitializeMultisig2Instruction", {
|
|
1371
|
-
m: number(),
|
|
1372
|
-
multisig: string(),
|
|
1373
|
-
signers: list(string())
|
|
1374
|
-
}),
|
|
1375
|
-
parsedTransactionInstructionType("SplTokenTransferInstruction", {
|
|
1376
|
-
amount: string(),
|
|
1377
|
-
authority: string(),
|
|
1378
|
-
destination: string(),
|
|
1379
|
-
multisigAuthority: string(),
|
|
1380
|
-
source: string()
|
|
1381
|
-
}),
|
|
1382
|
-
parsedTransactionInstructionType("SplTokenApproveInstruction", {
|
|
1383
|
-
amount: string(),
|
|
1384
|
-
delegate: string(),
|
|
1385
|
-
multisigOwner: string(),
|
|
1386
|
-
owner: string(),
|
|
1387
|
-
source: string()
|
|
1388
|
-
}),
|
|
1389
|
-
parsedTransactionInstructionType("SplTokenRevokeInstruction", {
|
|
1390
|
-
multisigOwner: string(),
|
|
1391
|
-
owner: string(),
|
|
1392
|
-
source: string()
|
|
1393
|
-
}),
|
|
1394
|
-
parsedTransactionInstructionType("SplTokenSetAuthorityInstruction", {
|
|
1395
|
-
authority: string(),
|
|
1396
|
-
authorityType: string(),
|
|
1397
|
-
multisigAuthority: string(),
|
|
1398
|
-
newAuthority: string()
|
|
1399
|
-
}),
|
|
1400
|
-
parsedTransactionInstructionType("SplTokenMintToInstruction", {
|
|
1401
|
-
account: string(),
|
|
1402
|
-
amount: string(),
|
|
1403
|
-
authority: string(),
|
|
1404
|
-
mint: string(),
|
|
1405
|
-
mintAuthority: string(),
|
|
1406
|
-
multisigMintAuthority: string()
|
|
1407
|
-
}),
|
|
1408
|
-
parsedTransactionInstructionType("SplTokenBurnInstruction", {
|
|
1409
|
-
account: string(),
|
|
1410
|
-
amount: string(),
|
|
1411
|
-
authority: string(),
|
|
1412
|
-
mint: string(),
|
|
1413
|
-
multisigAuthority: string()
|
|
1414
|
-
}),
|
|
1415
|
-
parsedTransactionInstructionType("SplTokenCloseAccountInstruction", {
|
|
1416
|
-
account: string(),
|
|
1417
|
-
destination: string(),
|
|
1418
|
-
multisigOwner: string(),
|
|
1419
|
-
owner: string()
|
|
1420
|
-
}),
|
|
1421
|
-
parsedTransactionInstructionType("SplTokenFreezeAccountInstruction", {
|
|
1422
|
-
account: string(),
|
|
1423
|
-
freezeAuthority: string(),
|
|
1424
|
-
mint: string(),
|
|
1425
|
-
multisigFreezeAuthority: string()
|
|
1426
|
-
}),
|
|
1427
|
-
parsedTransactionInstructionType("SplTokenThawAccountInstruction", {
|
|
1428
|
-
account: string(),
|
|
1429
|
-
freezeAuthority: string(),
|
|
1430
|
-
mint: string(),
|
|
1431
|
-
multisigFreezeAuthority: string()
|
|
1432
|
-
}),
|
|
1433
|
-
parsedTransactionInstructionType("SplTokenTransferCheckedInstruction", {
|
|
1434
|
-
authority: string(),
|
|
1435
|
-
destination: string(),
|
|
1436
|
-
mint: string(),
|
|
1437
|
-
multisigAuthority: string(),
|
|
1438
|
-
source: string(),
|
|
1439
|
-
tokenAmount: string()
|
|
1440
|
-
}),
|
|
1441
|
-
parsedTransactionInstructionType("SplTokenApproveCheckedInstruction", {
|
|
1442
|
-
delegate: string(),
|
|
1443
|
-
mint: string(),
|
|
1444
|
-
multisigOwner: string(),
|
|
1445
|
-
owner: string(),
|
|
1446
|
-
source: string(),
|
|
1447
|
-
tokenAmount: string()
|
|
1448
|
-
}),
|
|
1449
|
-
parsedTransactionInstructionType("SplTokenMintToCheckedInstruction", {
|
|
1450
|
-
account: string(),
|
|
1451
|
-
authority: string(),
|
|
1452
|
-
mint: string(),
|
|
1453
|
-
mintAuthority: string(),
|
|
1454
|
-
multisigMintAuthority: string(),
|
|
1455
|
-
tokenAmount: string()
|
|
1456
|
-
}),
|
|
1457
|
-
parsedTransactionInstructionType("SplTokenBurnCheckedInstruction", {
|
|
1458
|
-
account: string(),
|
|
1459
|
-
authority: string(),
|
|
1460
|
-
mint: string(),
|
|
1461
|
-
multisigAuthority: string(),
|
|
1462
|
-
tokenAmount: string()
|
|
1463
|
-
}),
|
|
1464
|
-
parsedTransactionInstructionType("SplTokenSyncNativeInstruction", {
|
|
1465
|
-
account: string()
|
|
1466
|
-
}),
|
|
1467
|
-
parsedTransactionInstructionType("SplTokenGetAccountDataSizeInstruction", {
|
|
1468
|
-
extensionTypes: list(string()),
|
|
1469
|
-
mint: string()
|
|
1470
|
-
}),
|
|
1471
|
-
parsedTransactionInstructionType("SplTokenInitializeImmutableOwnerInstruction", {
|
|
1472
|
-
account: string()
|
|
1473
|
-
}),
|
|
1474
|
-
parsedTransactionInstructionType("SplTokenAmountToUiAmountInstruction", {
|
|
1475
|
-
amount: string(),
|
|
1476
|
-
mint: string()
|
|
1477
|
-
}),
|
|
1478
|
-
parsedTransactionInstructionType("SplTokenUiAmountToAmountInstruction", {
|
|
1479
|
-
mint: string(),
|
|
1480
|
-
uiAmount: string()
|
|
1481
|
-
}),
|
|
1482
|
-
parsedTransactionInstructionType("SplTokenInitializeMintCloseAuthorityInstruction", {
|
|
1483
|
-
mint: string(),
|
|
1484
|
-
newAuthority: string()
|
|
1485
|
-
})
|
|
1486
|
-
// TODO: Extensions!
|
|
1487
|
-
// - TransferFeeExtension
|
|
1488
|
-
// - ConfidentialTransferFeeExtension
|
|
1489
|
-
// - DefaultAccountStateExtension
|
|
1490
|
-
// - Reallocate
|
|
1491
|
-
// - MemoTransferExtension
|
|
1492
|
-
// - CreateNativeMint
|
|
1493
|
-
// - InitializeNonTransferableMint
|
|
1494
|
-
// - InterestBearingMintExtension
|
|
1495
|
-
// - CpiGuardExtension
|
|
1496
|
-
// - InitializePermanentDelegate
|
|
1497
|
-
// - TransferHookExtension
|
|
1498
|
-
// - ConfidentialTransferFeeExtension
|
|
1499
|
-
// - WithdrawExcessLamports
|
|
1500
|
-
// - MetadataPointerExtension
|
|
1501
|
-
];
|
|
1502
|
-
return memoisedParsedInstructionsSplToken;
|
|
1503
|
-
};
|
|
1504
|
-
var memoisedLockup;
|
|
1505
|
-
var lockup = () => {
|
|
1506
|
-
if (!memoisedLockup)
|
|
1507
|
-
memoisedLockup = new graphql.GraphQLObjectType({
|
|
1508
|
-
fields: {
|
|
1509
|
-
custodian: string(),
|
|
1510
|
-
epoch: bigint(),
|
|
1511
|
-
unixTimestamp: bigint()
|
|
1512
|
-
},
|
|
1513
|
-
name: "Lockup"
|
|
1514
|
-
});
|
|
1515
|
-
return memoisedLockup;
|
|
1516
|
-
};
|
|
1517
|
-
var memoisedParsedInstructionsStake;
|
|
1518
|
-
var parsedInstructionsStake = () => {
|
|
1519
|
-
if (!memoisedParsedInstructionsStake)
|
|
1520
|
-
memoisedParsedInstructionsStake = [
|
|
1521
|
-
parsedTransactionInstructionType("StakeInitializeInstruction", {
|
|
1522
|
-
authorized: object("StakeInitializeInstructionAuthorized", {
|
|
1523
|
-
staker: string(),
|
|
1524
|
-
withdrawer: string()
|
|
1525
|
-
}),
|
|
1526
|
-
lockup: object("StakeInitializeInstructionLockup", {
|
|
1527
|
-
custodian: string(),
|
|
1528
|
-
epoch: bigint(),
|
|
1529
|
-
unixTimestamp: bigint()
|
|
1530
|
-
}),
|
|
1531
|
-
rentSysvar: string(),
|
|
1532
|
-
stakeAccount: string()
|
|
1533
|
-
}),
|
|
1534
|
-
parsedTransactionInstructionType("StakeAuthorizeInstruction", {
|
|
1535
|
-
authority: string(),
|
|
1536
|
-
authorityType: string(),
|
|
1537
|
-
clockSysvar: string(),
|
|
1538
|
-
custodian: string(),
|
|
1539
|
-
newAuthority: string(),
|
|
1540
|
-
stakeAccount: string()
|
|
1541
|
-
}),
|
|
1542
|
-
parsedTransactionInstructionType("StakeDelegateStakeInstruction", {
|
|
1543
|
-
clockSysvar: string(),
|
|
1544
|
-
stakeAccount: string(),
|
|
1545
|
-
stakeAuthority: string(),
|
|
1546
|
-
stakeConfigAccount: string(),
|
|
1547
|
-
stakeHistorySysvar: string(),
|
|
1548
|
-
voteAccount: string()
|
|
1549
|
-
}),
|
|
1550
|
-
parsedTransactionInstructionType("StakeSplitInstruction", {
|
|
1551
|
-
lamports: bigint(),
|
|
1552
|
-
newSplitAccount: string(),
|
|
1553
|
-
stakeAccount: string(),
|
|
1554
|
-
stakeAuthority: string()
|
|
1555
|
-
}),
|
|
1556
|
-
parsedTransactionInstructionType("StakeWithdrawInstruction", {
|
|
1557
|
-
clockSysvar: string(),
|
|
1558
|
-
destination: string(),
|
|
1559
|
-
lamports: bigint(),
|
|
1560
|
-
stakeAccount: string(),
|
|
1561
|
-
withdrawAuthority: string()
|
|
1562
|
-
}),
|
|
1563
|
-
parsedTransactionInstructionType("StakeDeactivateInstruction", {
|
|
1564
|
-
clockSysvar: string(),
|
|
1565
|
-
stakeAccount: string(),
|
|
1566
|
-
stakeAuthority: string()
|
|
1567
|
-
}),
|
|
1568
|
-
parsedTransactionInstructionType("StakeSetLockupInstruction", {
|
|
1569
|
-
custodian: string(),
|
|
1570
|
-
lockup: type(lockup()),
|
|
1571
|
-
stakeAccount: string()
|
|
1572
|
-
}),
|
|
1573
|
-
parsedTransactionInstructionType("StakeMergeInstruction", {
|
|
1574
|
-
clockSysvar: string(),
|
|
1575
|
-
destination: string(),
|
|
1576
|
-
source: string(),
|
|
1577
|
-
stakeAuthority: string(),
|
|
1578
|
-
stakeHistorySysvar: string()
|
|
1579
|
-
}),
|
|
1580
|
-
parsedTransactionInstructionType("StakeAuthorizeWithSeedInstruction", {
|
|
1581
|
-
authorityBase: string(),
|
|
1582
|
-
authorityOwner: string(),
|
|
1583
|
-
authoritySeed: string(),
|
|
1584
|
-
authorityType: string(),
|
|
1585
|
-
clockSysvar: string(),
|
|
1586
|
-
custodian: string(),
|
|
1587
|
-
newAuthorized: string(),
|
|
1588
|
-
stakeAccount: string()
|
|
1589
|
-
}),
|
|
1590
|
-
parsedTransactionInstructionType("StakeInitializeCheckedInstruction", {
|
|
1591
|
-
rentSysvar: string(),
|
|
1592
|
-
stakeAccount: string(),
|
|
1593
|
-
staker: string(),
|
|
1594
|
-
withdrawer: string()
|
|
1595
|
-
}),
|
|
1596
|
-
parsedTransactionInstructionType("StakeAuthorizeCheckedInstruction", {
|
|
1597
|
-
authority: string(),
|
|
1598
|
-
authorityType: string(),
|
|
1599
|
-
clockSysvar: string(),
|
|
1600
|
-
custodian: string(),
|
|
1601
|
-
newAuthority: string(),
|
|
1602
|
-
stakeAccount: string()
|
|
1603
|
-
}),
|
|
1604
|
-
parsedTransactionInstructionType("StakeAuthorizeCheckedWithSeedInstruction", {
|
|
1605
|
-
authorityBase: string(),
|
|
1606
|
-
authorityOwner: string(),
|
|
1607
|
-
authoritySeed: string(),
|
|
1608
|
-
authorityType: string(),
|
|
1609
|
-
clockSysvar: string(),
|
|
1610
|
-
custodian: string(),
|
|
1611
|
-
newAuthorized: string(),
|
|
1612
|
-
stakeAccount: string()
|
|
1613
|
-
}),
|
|
1614
|
-
parsedTransactionInstructionType("StakeSetLockupCheckedInstruction", {
|
|
1615
|
-
custodian: string(),
|
|
1616
|
-
lockup: type(lockup()),
|
|
1617
|
-
stakeAccount: string()
|
|
1618
|
-
}),
|
|
1619
|
-
parsedTransactionInstructionType("StakeDeactivateDelinquentInstruction", {
|
|
1620
|
-
referenceVoteAccount: string(),
|
|
1621
|
-
stakeAccount: string(),
|
|
1622
|
-
voteAccount: string()
|
|
1623
|
-
}),
|
|
1624
|
-
parsedTransactionInstructionType("StakeRedelegateInstruction", {
|
|
1625
|
-
newStakeAccount: string(),
|
|
1626
|
-
stakeAccount: string(),
|
|
1627
|
-
stakeAuthority: string(),
|
|
1628
|
-
stakeConfigAccount: string(),
|
|
1629
|
-
voteAccount: string()
|
|
1630
|
-
})
|
|
1631
|
-
];
|
|
1632
|
-
return memoisedParsedInstructionsStake;
|
|
1633
|
-
};
|
|
1634
|
-
var memoisedParsedInstructionsSystem;
|
|
1635
|
-
var parsedInstructionsSystem = () => {
|
|
1636
|
-
if (!memoisedParsedInstructionsSystem)
|
|
1637
|
-
memoisedParsedInstructionsSystem = [
|
|
1638
|
-
parsedTransactionInstructionType("CreateAccountInstruction", {
|
|
1639
|
-
lamports: bigint(),
|
|
1640
|
-
newAccount: string(),
|
|
1641
|
-
owner: string(),
|
|
1642
|
-
source: string(),
|
|
1643
|
-
space: bigint()
|
|
1644
|
-
}),
|
|
1645
|
-
parsedTransactionInstructionType("AssignInstruction", {
|
|
1646
|
-
owner: string()
|
|
1647
|
-
}),
|
|
1648
|
-
parsedTransactionInstructionType("TransferInstruction", {
|
|
1649
|
-
amount: string(),
|
|
1650
|
-
lamports: number(),
|
|
1651
|
-
source: string()
|
|
1652
|
-
}),
|
|
1653
|
-
parsedTransactionInstructionType("CreateAccountWithSeedInstruction", {
|
|
1654
|
-
base: string(),
|
|
1655
|
-
lamports: bigint(),
|
|
1656
|
-
owner: string(),
|
|
1657
|
-
seed: string(),
|
|
1658
|
-
space: bigint()
|
|
1659
|
-
}),
|
|
1660
|
-
parsedTransactionInstructionType("AdvanceNonceAccountInstruction", {
|
|
1661
|
-
nonceAccount: string(),
|
|
1662
|
-
nonceAuthority: string(),
|
|
1663
|
-
recentBlockhashesSysvar: string()
|
|
1664
|
-
}),
|
|
1665
|
-
parsedTransactionInstructionType("WithdrawNonceAccountInstruction", {
|
|
1666
|
-
destination: string(),
|
|
1667
|
-
lamports: bigint(),
|
|
1668
|
-
nonceAccount: string(),
|
|
1669
|
-
nonceAuthority: string(),
|
|
1670
|
-
recentBlockhashesSysvar: string(),
|
|
1671
|
-
rentSysvar: string()
|
|
1672
|
-
}),
|
|
1673
|
-
parsedTransactionInstructionType("InitializeNonceAccountInstruction", {
|
|
1674
|
-
nonceAccount: string(),
|
|
1675
|
-
nonceAuthority: string(),
|
|
1676
|
-
recentBlockhashesSysvar: string(),
|
|
1677
|
-
rentSysvar: string()
|
|
1678
|
-
}),
|
|
1679
|
-
parsedTransactionInstructionType("AuthorizeNonceAccountInstruction", {
|
|
1680
|
-
newAuthorized: string(),
|
|
1681
|
-
nonceAccount: string(),
|
|
1682
|
-
nonceAuthority: string()
|
|
1683
|
-
}),
|
|
1684
|
-
parsedTransactionInstructionType("UpgradeNonceAccountInstruction", {
|
|
1685
|
-
nonceAccount: string()
|
|
1686
|
-
}),
|
|
1687
|
-
parsedTransactionInstructionType("AllocateInstruction", {
|
|
1688
|
-
account: string(),
|
|
1689
|
-
space: bigint()
|
|
1690
|
-
}),
|
|
1691
|
-
parsedTransactionInstructionType("AllocateWithSeedInstruction", {
|
|
1692
|
-
account: string(),
|
|
1693
|
-
base: string(),
|
|
1694
|
-
owner: string(),
|
|
1695
|
-
seed: string(),
|
|
1696
|
-
space: bigint()
|
|
1697
|
-
}),
|
|
1698
|
-
parsedTransactionInstructionType("AssignWithSeedInstruction", {
|
|
1699
|
-
account: string(),
|
|
1700
|
-
base: string(),
|
|
1701
|
-
owner: string(),
|
|
1702
|
-
seed: string()
|
|
1703
|
-
}),
|
|
1704
|
-
parsedTransactionInstructionType("TransferWithSeedInstruction", {
|
|
1705
|
-
destination: string(),
|
|
1706
|
-
lamports: bigint(),
|
|
1707
|
-
source: string(),
|
|
1708
|
-
sourceBase: string(),
|
|
1709
|
-
sourceOwner: string(),
|
|
1710
|
-
sourceSeed: string()
|
|
1711
|
-
})
|
|
1712
|
-
];
|
|
1713
|
-
return memoisedParsedInstructionsSystem;
|
|
1714
|
-
};
|
|
1715
|
-
var memoisedVote;
|
|
1716
|
-
var vote = () => {
|
|
1717
|
-
if (!memoisedVote)
|
|
1718
|
-
memoisedVote = new graphql.GraphQLObjectType({
|
|
1719
|
-
fields: {
|
|
1720
|
-
hash: string(),
|
|
1721
|
-
slots: list(bigint()),
|
|
1722
|
-
timestamp: bigint()
|
|
1723
|
-
},
|
|
1724
|
-
name: "Vote"
|
|
1725
|
-
});
|
|
1726
|
-
return memoisedVote;
|
|
1727
|
-
};
|
|
1728
|
-
var memoisedVoteStateUpdate;
|
|
1729
|
-
var voteStateUpdate = () => {
|
|
1730
|
-
if (!memoisedVoteStateUpdate)
|
|
1731
|
-
memoisedVoteStateUpdate = new graphql.GraphQLObjectType({
|
|
1732
|
-
fields: {
|
|
1733
|
-
hash: string(),
|
|
1734
|
-
lockouts: list(
|
|
1735
|
-
object("VoteStateUpdateLockout", {
|
|
1736
|
-
confirmationCount: number(),
|
|
1737
|
-
slot: bigint()
|
|
1738
|
-
})
|
|
1739
|
-
),
|
|
1740
|
-
root: bigint(),
|
|
1741
|
-
timestamp: bigint()
|
|
1742
|
-
},
|
|
1743
|
-
name: "VoteStateUpdate"
|
|
1744
|
-
});
|
|
1745
|
-
return memoisedVoteStateUpdate;
|
|
1110
|
+
return "GenericInstruction";
|
|
1111
|
+
}
|
|
1112
|
+
},
|
|
1113
|
+
TransferInstruction: {
|
|
1114
|
+
destination: resolveAccount("destination"),
|
|
1115
|
+
source: resolveAccount("source")
|
|
1116
|
+
},
|
|
1117
|
+
TransferWithSeedInstruction: {
|
|
1118
|
+
destination: resolveAccount("destination"),
|
|
1119
|
+
source: resolveAccount("source"),
|
|
1120
|
+
sourceOwner: resolveAccount("sourceOwner")
|
|
1121
|
+
},
|
|
1122
|
+
UpgradeNonceAccountInstruction: {
|
|
1123
|
+
nonceAccount: resolveAccount("nonceAccount"),
|
|
1124
|
+
nonceAuthority: resolveAccount("nonceAuthority")
|
|
1125
|
+
},
|
|
1126
|
+
VoteAuthorizeCheckedInstruction: {
|
|
1127
|
+
authority: resolveAccount("authority"),
|
|
1128
|
+
newAuthority: resolveAccount("newAuthority"),
|
|
1129
|
+
voteAccount: resolveAccount("voteAccount")
|
|
1130
|
+
},
|
|
1131
|
+
VoteAuthorizeCheckedWithSeedInstruction: {
|
|
1132
|
+
authorityOwner: resolveAccount("authorityOwner"),
|
|
1133
|
+
newAuthority: resolveAccount("newAuthority"),
|
|
1134
|
+
voteAccount: resolveAccount("voteAccount")
|
|
1135
|
+
},
|
|
1136
|
+
VoteAuthorizeInstruction: {
|
|
1137
|
+
authority: resolveAccount("authority"),
|
|
1138
|
+
newAuthority: resolveAccount("newAuthority"),
|
|
1139
|
+
voteAccount: resolveAccount("voteAccount")
|
|
1140
|
+
},
|
|
1141
|
+
VoteAuthorizeWithSeedInstruction: {
|
|
1142
|
+
authorityOwner: resolveAccount("authorityOwner"),
|
|
1143
|
+
newAuthority: resolveAccount("newAuthority"),
|
|
1144
|
+
voteAccount: resolveAccount("voteAccount")
|
|
1145
|
+
},
|
|
1146
|
+
VoteCompactUpdateVoteStateInstruction: {
|
|
1147
|
+
voteAccount: resolveAccount("voteAccount"),
|
|
1148
|
+
voteAuthority: resolveAccount("voteAuthority")
|
|
1149
|
+
},
|
|
1150
|
+
VoteCompactUpdateVoteStateSwitchInstruction: {
|
|
1151
|
+
voteAccount: resolveAccount("voteAccount"),
|
|
1152
|
+
voteAuthority: resolveAccount("voteAuthority")
|
|
1153
|
+
},
|
|
1154
|
+
VoteInitializeAccountInstruction: {
|
|
1155
|
+
authorizedVoter: resolveAccount("authorizedVoter"),
|
|
1156
|
+
authorizedWithdrawer: resolveAccount("authorizedWithdrawer"),
|
|
1157
|
+
node: resolveAccount("node"),
|
|
1158
|
+
voteAccount: resolveAccount("voteAccount")
|
|
1159
|
+
},
|
|
1160
|
+
VoteUpdateCommissionInstruction: {
|
|
1161
|
+
voteAccount: resolveAccount("voteAccount"),
|
|
1162
|
+
withdrawAuthority: resolveAccount("withdrawAuthority")
|
|
1163
|
+
},
|
|
1164
|
+
VoteUpdateValidatorIdentityInstruction: {
|
|
1165
|
+
newValidatorIdentity: resolveAccount("newValidatorIdentity"),
|
|
1166
|
+
voteAccount: resolveAccount("voteAccount"),
|
|
1167
|
+
withdrawAuthority: resolveAccount("withdrawAuthority")
|
|
1168
|
+
},
|
|
1169
|
+
VoteUpdateVoteStateInstruction: {
|
|
1170
|
+
voteAccount: resolveAccount("voteAccount"),
|
|
1171
|
+
voteAuthority: resolveAccount("voteAuthority")
|
|
1172
|
+
},
|
|
1173
|
+
VoteUpdateVoteStateSwitchInstruction: {
|
|
1174
|
+
voteAccount: resolveAccount("voteAccount"),
|
|
1175
|
+
voteAuthority: resolveAccount("voteAuthority")
|
|
1176
|
+
},
|
|
1177
|
+
VoteVoteInstruction: {
|
|
1178
|
+
voteAccount: resolveAccount("voteAccount"),
|
|
1179
|
+
voteAuthority: resolveAccount("voteAuthority")
|
|
1180
|
+
},
|
|
1181
|
+
VoteVoteSwitchInstruction: {
|
|
1182
|
+
voteAccount: resolveAccount("voteAccount"),
|
|
1183
|
+
voteAuthority: resolveAccount("voteAuthority")
|
|
1184
|
+
},
|
|
1185
|
+
VoteWithdrawInstruction: {
|
|
1186
|
+
voteAccount: resolveAccount("voteAccount"),
|
|
1187
|
+
withdrawAuthority: resolveAccount("withdrawAuthority")
|
|
1188
|
+
},
|
|
1189
|
+
WithdrawNonceAccountInstruction: {
|
|
1190
|
+
destination: resolveAccount("destination"),
|
|
1191
|
+
nonceAccount: resolveAccount("nonceAccount"),
|
|
1192
|
+
nonceAuthority: resolveAccount("nonceAuthority")
|
|
1193
|
+
}
|
|
1746
1194
|
};
|
|
1747
|
-
|
|
1748
|
-
|
|
1749
|
-
|
|
1750
|
-
|
|
1751
|
-
|
|
1752
|
-
|
|
1753
|
-
|
|
1754
|
-
|
|
1755
|
-
|
|
1756
|
-
|
|
1757
|
-
|
|
1758
|
-
|
|
1759
|
-
|
|
1760
|
-
|
|
1761
|
-
|
|
1762
|
-
|
|
1763
|
-
|
|
1764
|
-
newAuthority: string(),
|
|
1765
|
-
voteAccount: string()
|
|
1766
|
-
}),
|
|
1767
|
-
parsedTransactionInstructionType("VoteAuthorizeWithSeedInstruction", {
|
|
1768
|
-
authorityBaseKey: string(),
|
|
1769
|
-
authorityOwner: string(),
|
|
1770
|
-
authoritySeed: string(),
|
|
1771
|
-
authorityType: string(),
|
|
1772
|
-
clockSysvar: string(),
|
|
1773
|
-
newAuthority: string(),
|
|
1774
|
-
voteAccount: string()
|
|
1775
|
-
}),
|
|
1776
|
-
parsedTransactionInstructionType("VoteAuthorizeCheckedWithSeedInstruction", {
|
|
1777
|
-
authorityBaseKey: string(),
|
|
1778
|
-
authorityOwner: string(),
|
|
1779
|
-
authoritySeed: string(),
|
|
1780
|
-
authorityType: string(),
|
|
1781
|
-
clockSysvar: string(),
|
|
1782
|
-
newAuthority: string(),
|
|
1783
|
-
voteAccount: string()
|
|
1784
|
-
}),
|
|
1785
|
-
parsedTransactionInstructionType("VoteVoteInstruction", {
|
|
1786
|
-
clockSysvar: string(),
|
|
1787
|
-
slotHashedSysvar: string(),
|
|
1788
|
-
vote: type(vote()),
|
|
1789
|
-
voteAccount: string(),
|
|
1790
|
-
voteAuthority: string()
|
|
1791
|
-
}),
|
|
1792
|
-
parsedTransactionInstructionType("VoteUpdateVoteStateInstruction", {
|
|
1793
|
-
hash: string(),
|
|
1794
|
-
voteAccount: string(),
|
|
1795
|
-
voteAuthority: string(),
|
|
1796
|
-
voteStateUpdate: type(voteStateUpdate())
|
|
1797
|
-
}),
|
|
1798
|
-
parsedTransactionInstructionType("VoteUpdateVoteStateSwitchInstruction", {
|
|
1799
|
-
hash: string(),
|
|
1800
|
-
voteAccount: string(),
|
|
1801
|
-
voteAuthority: string(),
|
|
1802
|
-
voteStateUpdate: type(voteStateUpdate())
|
|
1803
|
-
}),
|
|
1804
|
-
parsedTransactionInstructionType("VoteCompactUpdateVoteStateInstruction", {
|
|
1805
|
-
hash: string(),
|
|
1806
|
-
voteAccount: string(),
|
|
1807
|
-
voteAuthority: string(),
|
|
1808
|
-
voteStateUpdate: type(voteStateUpdate())
|
|
1809
|
-
}),
|
|
1810
|
-
parsedTransactionInstructionType("VoteCompactUpdateVoteStateSwitchInstruction", {
|
|
1811
|
-
hash: string(),
|
|
1812
|
-
voteAccount: string(),
|
|
1813
|
-
voteAuthority: string(),
|
|
1814
|
-
voteStateUpdate: type(voteStateUpdate())
|
|
1815
|
-
}),
|
|
1816
|
-
parsedTransactionInstructionType("VoteWithdrawInstruction", {
|
|
1817
|
-
destination: string(),
|
|
1818
|
-
lamports: bigint(),
|
|
1819
|
-
voteAccount: string(),
|
|
1820
|
-
withdrawAuthority: string()
|
|
1821
|
-
}),
|
|
1822
|
-
parsedTransactionInstructionType("VoteUpdateValidatorIdentityInstruction", {
|
|
1823
|
-
newValidatorIdentity: string(),
|
|
1824
|
-
voteAccount: string(),
|
|
1825
|
-
withdrawAuthority: string()
|
|
1826
|
-
}),
|
|
1827
|
-
parsedTransactionInstructionType("VoteUpdateCommissionInstruction", {
|
|
1828
|
-
commission: string(),
|
|
1829
|
-
voteAccount: string(),
|
|
1830
|
-
withdrawAuthority: string()
|
|
1831
|
-
}),
|
|
1832
|
-
parsedTransactionInstructionType("VoteVoteSwitchInstruction", {
|
|
1833
|
-
clockSysvar: string(),
|
|
1834
|
-
hash: string(),
|
|
1835
|
-
slotHashesSysvar: string(),
|
|
1836
|
-
vote: type(vote()),
|
|
1837
|
-
voteAccount: string(),
|
|
1838
|
-
voteAuthority: string()
|
|
1839
|
-
}),
|
|
1840
|
-
parsedTransactionInstructionType("VoteAuthorizeCheckedInstruction", {
|
|
1841
|
-
authority: string(),
|
|
1842
|
-
authorityType: string(),
|
|
1843
|
-
clockSysvar: string(),
|
|
1844
|
-
newAuthority: string(),
|
|
1845
|
-
voteAccount: string()
|
|
1195
|
+
|
|
1196
|
+
// src/resolvers/program-accounts.ts
|
|
1197
|
+
function resolveProgramAccounts(fieldName) {
|
|
1198
|
+
return async (parent, args, context, info) => {
|
|
1199
|
+
const programAddress = fieldName ? parent[fieldName] : args.programAddress;
|
|
1200
|
+
if (!programAddress) {
|
|
1201
|
+
return null;
|
|
1202
|
+
}
|
|
1203
|
+
if (onlyPresentFieldRequested("programAddress", info)) {
|
|
1204
|
+
return { programAddress };
|
|
1205
|
+
}
|
|
1206
|
+
const programAccounts = await context.loaders.programAccounts.load({ ...args, programAddress });
|
|
1207
|
+
return programAccounts === null ? { programAddress } : programAccounts.map(
|
|
1208
|
+
(programAccount) => transformLoadedAccount({
|
|
1209
|
+
account: programAccount.account,
|
|
1210
|
+
address: programAccount.pubkey,
|
|
1211
|
+
encoding: args.encoding
|
|
1846
1212
|
})
|
|
1847
|
-
];
|
|
1848
|
-
return memoisedParsedInstructionsVote;
|
|
1849
|
-
};
|
|
1850
|
-
var memoisedTransactionMetaInterfaceFields;
|
|
1851
|
-
var transactionMetaInterfaceFields = () => {
|
|
1852
|
-
if (!memoisedTransactionMetaInterfaceFields)
|
|
1853
|
-
memoisedTransactionMetaInterfaceFields = {
|
|
1854
|
-
computeUnitsConsumed: bigint(),
|
|
1855
|
-
err: string(),
|
|
1856
|
-
fee: bigint(),
|
|
1857
|
-
format: string(),
|
|
1858
|
-
loadedAddresses: type(transactionMetaLoadedAddresses()),
|
|
1859
|
-
logMessages: list(string()),
|
|
1860
|
-
postBalances: list(bigint()),
|
|
1861
|
-
postTokenBalances: list(type(tokenBalance())),
|
|
1862
|
-
preBalances: list(bigint()),
|
|
1863
|
-
preTokenBalances: list(type(tokenBalance())),
|
|
1864
|
-
returnData: type(returnData()),
|
|
1865
|
-
rewards: list(type(reward())),
|
|
1866
|
-
status: type(transactionStatus())
|
|
1867
|
-
};
|
|
1868
|
-
return memoisedTransactionMetaInterfaceFields;
|
|
1869
|
-
};
|
|
1870
|
-
var memoisedTransactionMetaInterface;
|
|
1871
|
-
var transactionMetaInterface = () => {
|
|
1872
|
-
if (!memoisedTransactionMetaInterface)
|
|
1873
|
-
memoisedTransactionMetaInterface = new graphql.GraphQLInterfaceType({
|
|
1874
|
-
fields: {
|
|
1875
|
-
...transactionMetaInterfaceFields()
|
|
1876
|
-
},
|
|
1877
|
-
name: "TransactionMeta",
|
|
1878
|
-
resolveType(meta) {
|
|
1879
|
-
if (meta.format === "parsed") {
|
|
1880
|
-
return "TransactionMetaParsed";
|
|
1881
|
-
}
|
|
1882
|
-
return "TransactionMetaUnparsed";
|
|
1883
|
-
}
|
|
1884
|
-
});
|
|
1885
|
-
return memoisedTransactionMetaInterface;
|
|
1886
|
-
};
|
|
1887
|
-
var transactionMetaType = (name, description, innerInstructions) => new graphql.GraphQLObjectType({
|
|
1888
|
-
description,
|
|
1889
|
-
fields: {
|
|
1890
|
-
...transactionMetaInterfaceFields(),
|
|
1891
|
-
innerInstructions
|
|
1892
|
-
},
|
|
1893
|
-
interfaces: [transactionMetaInterface()],
|
|
1894
|
-
name
|
|
1895
|
-
});
|
|
1896
|
-
var memoisedTransactionMetaUnparsed;
|
|
1897
|
-
var transactionMetaUnparsed = () => {
|
|
1898
|
-
if (!memoisedTransactionMetaUnparsed)
|
|
1899
|
-
memoisedTransactionMetaUnparsed = transactionMetaType(
|
|
1900
|
-
"TransactionMetaUnparsed",
|
|
1901
|
-
"Non-parsed transaction meta",
|
|
1902
|
-
list(
|
|
1903
|
-
object("TransactionMetaInnerInstructionsUnparsed", {
|
|
1904
|
-
index: number(),
|
|
1905
|
-
instructions: list(
|
|
1906
|
-
object("TransactionMetaInnerInstructionsUnparsedInstruction", {
|
|
1907
|
-
index: number(),
|
|
1908
|
-
instructions: list(type(transactionInstruction()))
|
|
1909
|
-
})
|
|
1910
|
-
)
|
|
1911
|
-
})
|
|
1912
|
-
)
|
|
1913
|
-
);
|
|
1914
|
-
return memoisedTransactionMetaUnparsed;
|
|
1915
|
-
};
|
|
1916
|
-
var memoisedTransactionMetaParsed;
|
|
1917
|
-
var transactionMetaParsed = () => {
|
|
1918
|
-
if (!memoisedTransactionMetaParsed)
|
|
1919
|
-
memoisedTransactionMetaParsed = transactionMetaType(
|
|
1920
|
-
"TransactionMetaParsed",
|
|
1921
|
-
"Parsed transaction meta",
|
|
1922
|
-
list(
|
|
1923
|
-
object("TransactionMetaInnerInstructionsParsed", {
|
|
1924
|
-
index: number(),
|
|
1925
|
-
instructions: list(type(parsedTransactionInstructionInterface()))
|
|
1926
|
-
})
|
|
1927
|
-
)
|
|
1928
|
-
);
|
|
1929
|
-
return memoisedTransactionMetaParsed;
|
|
1930
|
-
};
|
|
1931
|
-
var memoisedTransactionMessageInterfaceFields;
|
|
1932
|
-
var transactionMessageInterfaceFields = () => {
|
|
1933
|
-
if (!memoisedTransactionMessageInterfaceFields)
|
|
1934
|
-
memoisedTransactionMessageInterfaceFields = {
|
|
1935
|
-
addressTableLookups: list(type(addressTableLookup())),
|
|
1936
|
-
format: string(),
|
|
1937
|
-
header: object("TransactionJsonTransactionHeader", {
|
|
1938
|
-
numReadonlySignedAccounts: number(),
|
|
1939
|
-
numReadonlyUnsignedAccounts: number(),
|
|
1940
|
-
numRequiredSignatures: number()
|
|
1941
|
-
}),
|
|
1942
|
-
recentBlockhash: string()
|
|
1943
|
-
};
|
|
1944
|
-
return memoisedTransactionMessageInterfaceFields;
|
|
1945
|
-
};
|
|
1946
|
-
var memoisedTransactionMessageInterface;
|
|
1947
|
-
var transactionMessageInterface = () => {
|
|
1948
|
-
if (!memoisedTransactionMessageInterface)
|
|
1949
|
-
memoisedTransactionMessageInterface = new graphql.GraphQLInterfaceType({
|
|
1950
|
-
fields: {
|
|
1951
|
-
...transactionMessageInterfaceFields()
|
|
1952
|
-
},
|
|
1953
|
-
name: "TransactionMessage",
|
|
1954
|
-
resolveType(message) {
|
|
1955
|
-
if (message.format === "parsed") {
|
|
1956
|
-
return "TransactionMessageParsed";
|
|
1957
|
-
}
|
|
1958
|
-
return "TransactionMessageUnparsed";
|
|
1959
|
-
}
|
|
1960
|
-
});
|
|
1961
|
-
return memoisedTransactionMessageInterface;
|
|
1962
|
-
};
|
|
1963
|
-
var transactionMessageType = (name, description, accountKeys, instructions) => new graphql.GraphQLObjectType({
|
|
1964
|
-
description,
|
|
1965
|
-
fields: {
|
|
1966
|
-
...transactionMessageInterfaceFields(),
|
|
1967
|
-
accountKeys,
|
|
1968
|
-
instructions
|
|
1969
|
-
},
|
|
1970
|
-
interfaces: [transactionMessageInterface()],
|
|
1971
|
-
name
|
|
1972
|
-
});
|
|
1973
|
-
var memoisedTransactionMessageUnparsed;
|
|
1974
|
-
var transactionMessageUnparsed = () => {
|
|
1975
|
-
if (!memoisedTransactionMessageUnparsed)
|
|
1976
|
-
memoisedTransactionMessageUnparsed = transactionMessageType(
|
|
1977
|
-
"TransactionMessageUnparsed",
|
|
1978
|
-
"Non-parsed transaction message",
|
|
1979
|
-
list(string()),
|
|
1980
|
-
list(type(transactionInstruction()))
|
|
1981
|
-
);
|
|
1982
|
-
return memoisedTransactionMessageUnparsed;
|
|
1983
|
-
};
|
|
1984
|
-
var memoisedTransactionMessageParsed;
|
|
1985
|
-
var transactionMessageParsed = () => {
|
|
1986
|
-
if (!memoisedTransactionMessageParsed)
|
|
1987
|
-
memoisedTransactionMessageParsed = transactionMessageType(
|
|
1988
|
-
"TransactionMessageParsed",
|
|
1989
|
-
"Parsed transaction message",
|
|
1990
|
-
list(
|
|
1991
|
-
object("transactionMessageParsedAccountKey", {
|
|
1992
|
-
pubkey: string(),
|
|
1993
|
-
signer: boolean(),
|
|
1994
|
-
source: string(),
|
|
1995
|
-
writable: boolean()
|
|
1996
|
-
})
|
|
1997
|
-
),
|
|
1998
|
-
list(type(parsedTransactionInstructionInterface()))
|
|
1999
|
-
);
|
|
2000
|
-
return memoisedTransactionMessageParsed;
|
|
2001
|
-
};
|
|
2002
|
-
var memoisedTransactionTransaction;
|
|
2003
|
-
var transactionTransaction = () => {
|
|
2004
|
-
if (!memoisedTransactionTransaction)
|
|
2005
|
-
memoisedTransactionTransaction = new graphql.GraphQLObjectType({
|
|
2006
|
-
fields: {
|
|
2007
|
-
message: type(transactionMessageInterface()),
|
|
2008
|
-
signatures: list(string())
|
|
2009
|
-
},
|
|
2010
|
-
name: "TransactionTransaction"
|
|
2011
|
-
});
|
|
2012
|
-
return memoisedTransactionTransaction;
|
|
2013
|
-
};
|
|
2014
|
-
var memoisedTransactionInterfaceFields;
|
|
2015
|
-
var transactionInterfaceFields = () => {
|
|
2016
|
-
if (!memoisedTransactionInterfaceFields)
|
|
2017
|
-
memoisedTransactionInterfaceFields = {
|
|
2018
|
-
blockTime: bigint(),
|
|
2019
|
-
encoding: string(),
|
|
2020
|
-
meta: type(transactionMetaInterface()),
|
|
2021
|
-
slot: bigint()
|
|
2022
|
-
};
|
|
2023
|
-
return memoisedTransactionInterfaceFields;
|
|
2024
|
-
};
|
|
2025
|
-
var memoisedTransactionInterface;
|
|
2026
|
-
var transactionInterface = () => {
|
|
2027
|
-
if (!memoisedTransactionInterface)
|
|
2028
|
-
memoisedTransactionInterface = new graphql.GraphQLInterfaceType({
|
|
2029
|
-
fields: {
|
|
2030
|
-
...transactionInterfaceFields()
|
|
2031
|
-
},
|
|
2032
|
-
name: "Transaction",
|
|
2033
|
-
resolveType(transaction) {
|
|
2034
|
-
if (transaction.encoding === "base58") {
|
|
2035
|
-
return "TransactionBase58";
|
|
2036
|
-
}
|
|
2037
|
-
if (transaction.encoding === "base64") {
|
|
2038
|
-
return "TransactionBase64";
|
|
2039
|
-
}
|
|
2040
|
-
if (transaction.encoding === "json") {
|
|
2041
|
-
return "TransactionJson";
|
|
2042
|
-
}
|
|
2043
|
-
return "TransactionJsonParsed";
|
|
2044
|
-
}
|
|
2045
|
-
});
|
|
2046
|
-
return memoisedTransactionInterface;
|
|
2047
|
-
};
|
|
2048
|
-
var transactionType = (name, description, transaction) => new graphql.GraphQLObjectType({
|
|
2049
|
-
description,
|
|
2050
|
-
fields: {
|
|
2051
|
-
...transactionInterfaceFields(),
|
|
2052
|
-
transaction
|
|
2053
|
-
},
|
|
2054
|
-
interfaces: [transactionInterface()],
|
|
2055
|
-
name
|
|
2056
|
-
});
|
|
2057
|
-
var memoisedTransactionBase58;
|
|
2058
|
-
var transactionBase58 = () => {
|
|
2059
|
-
if (!memoisedTransactionBase58)
|
|
2060
|
-
memoisedTransactionBase58 = transactionType(
|
|
2061
|
-
"TransactionBase58",
|
|
2062
|
-
"A Solana transaction as base58 encoded data",
|
|
2063
|
-
string()
|
|
2064
|
-
);
|
|
2065
|
-
return memoisedTransactionBase58;
|
|
2066
|
-
};
|
|
2067
|
-
var memoisedTransactionBase64;
|
|
2068
|
-
var transactionBase64 = () => {
|
|
2069
|
-
if (!memoisedTransactionBase64)
|
|
2070
|
-
memoisedTransactionBase64 = transactionType(
|
|
2071
|
-
"TransactionBase64",
|
|
2072
|
-
"A Solana transaction as base64 encoded data",
|
|
2073
|
-
string()
|
|
2074
|
-
);
|
|
2075
|
-
return memoisedTransactionBase64;
|
|
2076
|
-
};
|
|
2077
|
-
var memoisedTransactionJson;
|
|
2078
|
-
var transactionJson = () => {
|
|
2079
|
-
if (!memoisedTransactionJson)
|
|
2080
|
-
memoisedTransactionJson = transactionType(
|
|
2081
|
-
"TransactionJson",
|
|
2082
|
-
"A Solana transaction as a JSON object",
|
|
2083
|
-
type(transactionTransaction())
|
|
2084
|
-
);
|
|
2085
|
-
return memoisedTransactionJson;
|
|
2086
|
-
};
|
|
2087
|
-
var memoisedTransactionJsonParsed;
|
|
2088
|
-
var transactionJsonParsed = () => {
|
|
2089
|
-
if (!memoisedTransactionJsonParsed)
|
|
2090
|
-
memoisedTransactionJsonParsed = transactionType(
|
|
2091
|
-
"TransactionJsonParsed",
|
|
2092
|
-
"A Solana transaction as a parsed JSON object",
|
|
2093
|
-
type(transactionTransaction())
|
|
2094
1213
|
);
|
|
2095
|
-
|
|
2096
|
-
}
|
|
2097
|
-
var memoisedTransactionTypes;
|
|
2098
|
-
var transactionTypes = () => {
|
|
2099
|
-
if (!memoisedTransactionTypes)
|
|
2100
|
-
memoisedTransactionTypes = [
|
|
2101
|
-
partiallyDecodedTransactionInstruction(),
|
|
2102
|
-
...parsedInstructionsAddressLookupTable(),
|
|
2103
|
-
...parsedInstructionsBpfLoader(),
|
|
2104
|
-
...parsedInstructionsBpfUpgradeableLoader(),
|
|
2105
|
-
...parsedInstructionsStake(),
|
|
2106
|
-
...parsedInstructionsSplAssociatedToken(),
|
|
2107
|
-
parsedInstructionSplMemo(),
|
|
2108
|
-
...parsedInstructionsSplToken(),
|
|
2109
|
-
...parsedInstructionsSystem(),
|
|
2110
|
-
...parsedInstructionsVote(),
|
|
2111
|
-
transactionMetaUnparsed(),
|
|
2112
|
-
transactionMetaParsed(),
|
|
2113
|
-
transactionMessageUnparsed(),
|
|
2114
|
-
transactionMessageParsed(),
|
|
2115
|
-
transactionBase58(),
|
|
2116
|
-
transactionBase64(),
|
|
2117
|
-
transactionJson(),
|
|
2118
|
-
transactionJsonParsed()
|
|
2119
|
-
];
|
|
2120
|
-
return memoisedTransactionTypes;
|
|
2121
|
-
};
|
|
1214
|
+
};
|
|
1215
|
+
}
|
|
2122
1216
|
|
|
2123
|
-
// src/
|
|
2124
|
-
var
|
|
2125
|
-
|
|
2126
|
-
|
|
2127
|
-
|
|
2128
|
-
|
|
2129
|
-
|
|
2130
|
-
signature: nonNull(string())
|
|
2131
|
-
},
|
|
2132
|
-
resolve: (_parent, args, context) => context.resolveTransaction(args),
|
|
2133
|
-
type: transactionInterface()
|
|
1217
|
+
// src/resolvers/root.ts
|
|
1218
|
+
var rootResolvers = {
|
|
1219
|
+
Query: {
|
|
1220
|
+
account: resolveAccount(),
|
|
1221
|
+
block: resolveBlock(),
|
|
1222
|
+
programAccounts: resolveProgramAccounts(),
|
|
1223
|
+
transaction: resolveTransaction()
|
|
2134
1224
|
}
|
|
2135
|
-
});
|
|
2136
|
-
|
|
2137
|
-
// src/schema/block/types.ts
|
|
2138
|
-
var memoisedTransactionForAccounts;
|
|
2139
|
-
var transactionForAccounts = () => {
|
|
2140
|
-
if (!memoisedTransactionForAccounts)
|
|
2141
|
-
memoisedTransactionForAccounts = new graphql.GraphQLObjectType({
|
|
2142
|
-
fields: {
|
|
2143
|
-
meta: object("TransactionMetaForAccounts", {
|
|
2144
|
-
computeUnitsUsed: bigint(),
|
|
2145
|
-
err: string(),
|
|
2146
|
-
fee: bigint(),
|
|
2147
|
-
format: string(),
|
|
2148
|
-
loadedAddresses: type(transactionMetaLoadedAddresses()),
|
|
2149
|
-
logMessages: list(string()),
|
|
2150
|
-
postBalances: list(bigint()),
|
|
2151
|
-
postTokenBalances: list(type(tokenBalance())),
|
|
2152
|
-
preBalances: list(bigint()),
|
|
2153
|
-
preTokenBalances: list(type(tokenBalance())),
|
|
2154
|
-
returnData: type(returnData()),
|
|
2155
|
-
rewards: list(type(reward())),
|
|
2156
|
-
status: type(transactionStatus())
|
|
2157
|
-
}),
|
|
2158
|
-
transaction: type(transactionInterface()),
|
|
2159
|
-
// TODO
|
|
2160
|
-
version: string()
|
|
2161
|
-
},
|
|
2162
|
-
name: "TransactionForAccounts"
|
|
2163
|
-
});
|
|
2164
|
-
return memoisedTransactionForAccounts;
|
|
2165
1225
|
};
|
|
2166
|
-
var
|
|
2167
|
-
|
|
2168
|
-
|
|
2169
|
-
|
|
2170
|
-
|
|
2171
|
-
|
|
2172
|
-
|
|
2173
|
-
|
|
2174
|
-
|
|
2175
|
-
|
|
2176
|
-
|
|
2177
|
-
|
|
1226
|
+
var stringScalarAlias = {
|
|
1227
|
+
__parseLiteral(ast) {
|
|
1228
|
+
if (ast.kind === graphql.Kind.STRING) {
|
|
1229
|
+
return ast.value.toString();
|
|
1230
|
+
}
|
|
1231
|
+
return null;
|
|
1232
|
+
},
|
|
1233
|
+
__parseValue(value) {
|
|
1234
|
+
return value;
|
|
1235
|
+
},
|
|
1236
|
+
__serialize(value) {
|
|
1237
|
+
return value;
|
|
1238
|
+
}
|
|
2178
1239
|
};
|
|
2179
|
-
var
|
|
2180
|
-
|
|
2181
|
-
|
|
2182
|
-
|
|
2183
|
-
|
|
2184
|
-
|
|
2185
|
-
|
|
2186
|
-
|
|
2187
|
-
|
|
2188
|
-
if (block.transactionDetails === "signatures") {
|
|
2189
|
-
return "BlockWithSignatures";
|
|
2190
|
-
}
|
|
2191
|
-
if (block.transactionDetails === "accounts") {
|
|
2192
|
-
return "BlockWithAccounts";
|
|
2193
|
-
}
|
|
2194
|
-
if (block.transactionDetails === "none") {
|
|
2195
|
-
return "BlockWithNoTransactions";
|
|
2196
|
-
}
|
|
2197
|
-
return "BlockWithTransactions";
|
|
1240
|
+
var scalarResolvers = {
|
|
1241
|
+
Address: stringScalarAlias,
|
|
1242
|
+
Base58EncodedBytes: stringScalarAlias,
|
|
1243
|
+
Base64EncodedBytes: stringScalarAlias,
|
|
1244
|
+
Base64ZstdEncodedBytes: stringScalarAlias,
|
|
1245
|
+
BigInt: {
|
|
1246
|
+
__parseLiteral(ast) {
|
|
1247
|
+
if (ast.kind === graphql.Kind.STRING) {
|
|
1248
|
+
return BigInt(ast.value);
|
|
2198
1249
|
}
|
|
2199
|
-
|
|
2200
|
-
return memoisedBlockInterface;
|
|
2201
|
-
};
|
|
2202
|
-
var memoisedBlockWithNoTransactions;
|
|
2203
|
-
var blockWithNoTransactions = () => {
|
|
2204
|
-
if (!memoisedBlockWithNoTransactions)
|
|
2205
|
-
memoisedBlockWithNoTransactions = new graphql.GraphQLObjectType({
|
|
2206
|
-
fields: {
|
|
2207
|
-
...blockInterfaceFields()
|
|
2208
|
-
},
|
|
2209
|
-
interfaces: [blockInterface()],
|
|
2210
|
-
name: "BlockWithNoTransactions"
|
|
2211
|
-
});
|
|
2212
|
-
return memoisedBlockWithNoTransactions;
|
|
2213
|
-
};
|
|
2214
|
-
var memoisedBlockWithSignatures;
|
|
2215
|
-
var blockWithSignatures = () => {
|
|
2216
|
-
if (!memoisedBlockWithSignatures)
|
|
2217
|
-
memoisedBlockWithSignatures = new graphql.GraphQLObjectType({
|
|
2218
|
-
fields: {
|
|
2219
|
-
...blockInterfaceFields(),
|
|
2220
|
-
signatures: list(string())
|
|
2221
|
-
},
|
|
2222
|
-
interfaces: [blockInterface()],
|
|
2223
|
-
name: "BlockWithSignatures"
|
|
2224
|
-
});
|
|
2225
|
-
return memoisedBlockWithSignatures;
|
|
2226
|
-
};
|
|
2227
|
-
var memoisedBlockWithAccounts;
|
|
2228
|
-
var blockWithAccounts = () => {
|
|
2229
|
-
if (!memoisedBlockWithAccounts)
|
|
2230
|
-
memoisedBlockWithAccounts = new graphql.GraphQLObjectType({
|
|
2231
|
-
fields: {
|
|
2232
|
-
...blockInterfaceFields(),
|
|
2233
|
-
transactions: list(type(transactionForAccounts()))
|
|
2234
|
-
},
|
|
2235
|
-
interfaces: [blockInterface()],
|
|
2236
|
-
name: "BlockWithAccounts"
|
|
2237
|
-
});
|
|
2238
|
-
return memoisedBlockWithAccounts;
|
|
2239
|
-
};
|
|
2240
|
-
var memoisedBlockWithTransactions;
|
|
2241
|
-
var blockWithTransactions = () => {
|
|
2242
|
-
if (!memoisedBlockWithTransactions)
|
|
2243
|
-
memoisedBlockWithTransactions = new graphql.GraphQLObjectType({
|
|
2244
|
-
fields: {
|
|
2245
|
-
...blockInterfaceFields(),
|
|
2246
|
-
transactions: list(type(transactionInterface()))
|
|
2247
|
-
},
|
|
2248
|
-
interfaces: [blockInterface()],
|
|
2249
|
-
name: "BlockWithTransactions"
|
|
2250
|
-
});
|
|
2251
|
-
return memoisedBlockWithTransactions;
|
|
2252
|
-
};
|
|
2253
|
-
var memoisedBlockTypes;
|
|
2254
|
-
var blockTypes = () => {
|
|
2255
|
-
if (!memoisedBlockTypes)
|
|
2256
|
-
memoisedBlockTypes = [
|
|
2257
|
-
blockWithNoTransactions(),
|
|
2258
|
-
blockWithSignatures(),
|
|
2259
|
-
blockWithAccounts(),
|
|
2260
|
-
blockWithTransactions()
|
|
2261
|
-
];
|
|
2262
|
-
return memoisedBlockTypes;
|
|
2263
|
-
};
|
|
2264
|
-
|
|
2265
|
-
// src/schema/block/query.ts
|
|
2266
|
-
var blockQuery = () => ({
|
|
2267
|
-
block: {
|
|
2268
|
-
args: {
|
|
2269
|
-
commitment: type(commitmentInputType()),
|
|
2270
|
-
encoding: type(transactionEncodingInputType()),
|
|
2271
|
-
maxSupportedTransactionVersion: string(),
|
|
2272
|
-
rewards: boolean(),
|
|
2273
|
-
slot: nonNull(bigint()),
|
|
2274
|
-
transactionDetails: type(blockTransactionDetailsInputType())
|
|
1250
|
+
return null;
|
|
2275
1251
|
},
|
|
2276
|
-
|
|
2277
|
-
|
|
2278
|
-
}
|
|
2279
|
-
});
|
|
2280
|
-
var programAccount = () => new graphql.GraphQLObjectType({
|
|
2281
|
-
fields: {
|
|
2282
|
-
account: type(accountInterface()),
|
|
2283
|
-
pubkey: string()
|
|
2284
|
-
},
|
|
2285
|
-
name: "ProgramAccount"
|
|
2286
|
-
});
|
|
2287
|
-
|
|
2288
|
-
// src/schema/program-accounts/query.ts
|
|
2289
|
-
var programAccountsQuery = () => ({
|
|
2290
|
-
programAccounts: {
|
|
2291
|
-
args: {
|
|
2292
|
-
commitment: type(commitmentInputType()),
|
|
2293
|
-
dataSlice: type(dataSliceInputType()),
|
|
2294
|
-
encoding: type(accountEncodingInputType()),
|
|
2295
|
-
filters: list(type(programAccountFilterInputType())),
|
|
2296
|
-
minContextSlot: bigint(),
|
|
2297
|
-
programAddress: nonNull(string()),
|
|
2298
|
-
withContext: string()
|
|
1252
|
+
__parseValue(value) {
|
|
1253
|
+
return BigInt(value);
|
|
2299
1254
|
},
|
|
2300
|
-
|
|
2301
|
-
|
|
1255
|
+
__serialize(value) {
|
|
1256
|
+
return BigInt(value);
|
|
1257
|
+
}
|
|
1258
|
+
}
|
|
1259
|
+
};
|
|
1260
|
+
|
|
1261
|
+
// src/resolvers/types.ts
|
|
1262
|
+
var commonTypeResolvers = {
|
|
1263
|
+
AccountEncoding: {
|
|
1264
|
+
BASE_58: "base58",
|
|
1265
|
+
BASE_64: "base64",
|
|
1266
|
+
BASE_64_ZSTD: "base64+zstd",
|
|
1267
|
+
PARSED: "jsonParsed"
|
|
1268
|
+
},
|
|
1269
|
+
TokenBalance: {
|
|
1270
|
+
mint: resolveAccount("mint"),
|
|
1271
|
+
owner: resolveAccount("owner")
|
|
1272
|
+
},
|
|
1273
|
+
TransactionEncoding: {
|
|
1274
|
+
BASE_58: "base58",
|
|
1275
|
+
BASE_64: "base64",
|
|
1276
|
+
PARSED: "jsonParsed"
|
|
1277
|
+
},
|
|
1278
|
+
TransactionVersion: {
|
|
1279
|
+
LEGACY: "legacy",
|
|
1280
|
+
ZERO: 0
|
|
2302
1281
|
}
|
|
2303
|
-
}
|
|
1282
|
+
};
|
|
1283
|
+
|
|
1284
|
+
// src/resolvers/index.ts
|
|
1285
|
+
function createSolanaGraphQLResolvers() {
|
|
1286
|
+
return {
|
|
1287
|
+
...accountResolvers,
|
|
1288
|
+
...blockResolvers,
|
|
1289
|
+
...commonTypeResolvers,
|
|
1290
|
+
...instructionResolvers,
|
|
1291
|
+
...rootResolvers,
|
|
1292
|
+
...scalarResolvers,
|
|
1293
|
+
...transactionResolvers
|
|
1294
|
+
};
|
|
1295
|
+
}
|
|
1296
|
+
|
|
1297
|
+
// src/schema/account.ts
|
|
1298
|
+
var accountTypeDefs = (
|
|
1299
|
+
/* GraphQL */
|
|
1300
|
+
`
|
|
1301
|
+
"""
|
|
1302
|
+
Account interface
|
|
1303
|
+
"""
|
|
1304
|
+
interface Account {
|
|
1305
|
+
address: Address
|
|
1306
|
+
executable: Boolean
|
|
1307
|
+
lamports: BigInt
|
|
1308
|
+
ownerProgram: Account
|
|
1309
|
+
space: BigInt
|
|
1310
|
+
rentEpoch: BigInt
|
|
1311
|
+
}
|
|
1312
|
+
|
|
1313
|
+
"""
|
|
1314
|
+
An account with base58 encoded data
|
|
1315
|
+
"""
|
|
1316
|
+
type AccountBase58 implements Account {
|
|
1317
|
+
address: Address
|
|
1318
|
+
data: Base58EncodedBytes
|
|
1319
|
+
executable: Boolean
|
|
1320
|
+
lamports: BigInt
|
|
1321
|
+
ownerProgram: Account
|
|
1322
|
+
space: BigInt
|
|
1323
|
+
rentEpoch: BigInt
|
|
1324
|
+
}
|
|
1325
|
+
|
|
1326
|
+
"""
|
|
1327
|
+
An account with base64 encoded data
|
|
1328
|
+
"""
|
|
1329
|
+
type AccountBase64 implements Account {
|
|
1330
|
+
address: Address
|
|
1331
|
+
data: Base64EncodedBytes
|
|
1332
|
+
executable: Boolean
|
|
1333
|
+
lamports: BigInt
|
|
1334
|
+
ownerProgram: Account
|
|
1335
|
+
space: BigInt
|
|
1336
|
+
rentEpoch: BigInt
|
|
1337
|
+
}
|
|
1338
|
+
|
|
1339
|
+
"""
|
|
1340
|
+
An account with base64+zstd encoded data
|
|
1341
|
+
"""
|
|
1342
|
+
type AccountBase64Zstd implements Account {
|
|
1343
|
+
address: Address
|
|
1344
|
+
data: Base64ZstdEncodedBytes
|
|
1345
|
+
executable: Boolean
|
|
1346
|
+
lamports: BigInt
|
|
1347
|
+
ownerProgram: Account
|
|
1348
|
+
space: BigInt
|
|
1349
|
+
rentEpoch: BigInt
|
|
1350
|
+
}
|
|
1351
|
+
|
|
1352
|
+
type NonceAccountFeeCalculator {
|
|
1353
|
+
lamportsPerSignature: String
|
|
1354
|
+
}
|
|
1355
|
+
"""
|
|
1356
|
+
A nonce account
|
|
1357
|
+
"""
|
|
1358
|
+
type NonceAccount implements Account {
|
|
1359
|
+
address: Address
|
|
1360
|
+
executable: Boolean
|
|
1361
|
+
lamports: BigInt
|
|
1362
|
+
ownerProgram: Account
|
|
1363
|
+
space: BigInt
|
|
1364
|
+
rentEpoch: BigInt
|
|
1365
|
+
authority: Account
|
|
1366
|
+
blockhash: String
|
|
1367
|
+
feeCalculator: NonceAccountFeeCalculator
|
|
1368
|
+
}
|
|
1369
|
+
|
|
1370
|
+
"""
|
|
1371
|
+
A lookup table account
|
|
1372
|
+
"""
|
|
1373
|
+
type LookupTableAccount implements Account {
|
|
1374
|
+
address: Address
|
|
1375
|
+
executable: Boolean
|
|
1376
|
+
lamports: BigInt
|
|
1377
|
+
ownerProgram: Account
|
|
1378
|
+
space: BigInt
|
|
1379
|
+
rentEpoch: BigInt
|
|
1380
|
+
addresses: [Address]
|
|
1381
|
+
authority: Account
|
|
1382
|
+
deactivationSlot: String
|
|
1383
|
+
lastExtendedSlot: String
|
|
1384
|
+
lastExtendedSlotStartIndex: Int
|
|
1385
|
+
}
|
|
1386
|
+
|
|
1387
|
+
"""
|
|
1388
|
+
A mint account
|
|
1389
|
+
"""
|
|
1390
|
+
type MintAccount implements Account {
|
|
1391
|
+
address: Address
|
|
1392
|
+
executable: Boolean
|
|
1393
|
+
lamports: BigInt
|
|
1394
|
+
ownerProgram: Account
|
|
1395
|
+
space: BigInt
|
|
1396
|
+
rentEpoch: BigInt
|
|
1397
|
+
decimals: Int
|
|
1398
|
+
freezeAuthority: Account
|
|
1399
|
+
isInitialized: Boolean
|
|
1400
|
+
mintAuthority: Account
|
|
1401
|
+
supply: String
|
|
1402
|
+
}
|
|
1403
|
+
|
|
1404
|
+
"""
|
|
1405
|
+
A token account
|
|
1406
|
+
"""
|
|
1407
|
+
type TokenAccount implements Account {
|
|
1408
|
+
address: Address
|
|
1409
|
+
executable: Boolean
|
|
1410
|
+
lamports: BigInt
|
|
1411
|
+
ownerProgram: Account
|
|
1412
|
+
space: BigInt
|
|
1413
|
+
rentEpoch: BigInt
|
|
1414
|
+
isNative: Boolean
|
|
1415
|
+
mint: Account
|
|
1416
|
+
owner: Account
|
|
1417
|
+
state: String
|
|
1418
|
+
tokenAmount: TokenAmount
|
|
1419
|
+
}
|
|
1420
|
+
|
|
1421
|
+
type StakeAccountDataMetaAuthorized {
|
|
1422
|
+
staker: Account
|
|
1423
|
+
withdrawer: Account
|
|
1424
|
+
}
|
|
1425
|
+
type StakeAccountDataMetaLockup {
|
|
1426
|
+
custodian: Account
|
|
1427
|
+
epoch: BigInt
|
|
1428
|
+
unixTimestamp: BigInt
|
|
1429
|
+
}
|
|
1430
|
+
type StakeAccountDataMeta {
|
|
1431
|
+
authorized: StakeAccountDataMetaAuthorized
|
|
1432
|
+
lockup: StakeAccountDataMetaLockup
|
|
1433
|
+
rentExemptReserve: String
|
|
1434
|
+
}
|
|
1435
|
+
type StakeAccountDataStakeDelegation {
|
|
1436
|
+
activationEpoch: BigInt
|
|
1437
|
+
deactivationEpoch: BigInt
|
|
1438
|
+
stake: String
|
|
1439
|
+
voter: Account
|
|
1440
|
+
warmupCooldownRate: Int
|
|
1441
|
+
}
|
|
1442
|
+
type StakeAccountDataStake {
|
|
1443
|
+
creditsObserved: BigInt
|
|
1444
|
+
delegation: StakeAccountDataStakeDelegation
|
|
1445
|
+
}
|
|
1446
|
+
"""
|
|
1447
|
+
A stake account
|
|
1448
|
+
"""
|
|
1449
|
+
type StakeAccount implements Account {
|
|
1450
|
+
address: Address
|
|
1451
|
+
executable: Boolean
|
|
1452
|
+
lamports: BigInt
|
|
1453
|
+
ownerProgram: Account
|
|
1454
|
+
space: BigInt
|
|
1455
|
+
rentEpoch: BigInt
|
|
1456
|
+
meta: StakeAccountDataMeta
|
|
1457
|
+
stake: StakeAccountDataStake
|
|
1458
|
+
}
|
|
1459
|
+
|
|
1460
|
+
type VoteAccountDataAuthorizedVoter {
|
|
1461
|
+
authorizedVoter: Account
|
|
1462
|
+
epoch: BigInt
|
|
1463
|
+
}
|
|
1464
|
+
type VoteAccountDataEpochCredit {
|
|
1465
|
+
credits: String
|
|
1466
|
+
epoch: BigInt
|
|
1467
|
+
previousCredits: String
|
|
1468
|
+
}
|
|
1469
|
+
type VoteAccountDataLastTimestamp {
|
|
1470
|
+
slot: BigInt
|
|
1471
|
+
timestamp: BigInt
|
|
1472
|
+
}
|
|
1473
|
+
type VoteAccountDataVote {
|
|
1474
|
+
confirmationCount: Int
|
|
1475
|
+
slot: BigInt
|
|
1476
|
+
}
|
|
1477
|
+
"""
|
|
1478
|
+
A vote account
|
|
1479
|
+
"""
|
|
1480
|
+
type VoteAccount implements Account {
|
|
1481
|
+
address: Address
|
|
1482
|
+
executable: Boolean
|
|
1483
|
+
lamports: BigInt
|
|
1484
|
+
ownerProgram: Account
|
|
1485
|
+
space: BigInt
|
|
1486
|
+
rentEpoch: BigInt
|
|
1487
|
+
authorizedVoters: [VoteAccountDataAuthorizedVoter]
|
|
1488
|
+
authorizedWithdrawer: Account
|
|
1489
|
+
commission: Int
|
|
1490
|
+
epochCredits: [VoteAccountDataEpochCredit]
|
|
1491
|
+
lastTimestamp: VoteAccountDataLastTimestamp
|
|
1492
|
+
node: Account
|
|
1493
|
+
priorVoters: [Address]
|
|
1494
|
+
rootSlot: BigInt
|
|
1495
|
+
votes: [VoteAccountDataVote]
|
|
1496
|
+
}
|
|
1497
|
+
`
|
|
1498
|
+
);
|
|
1499
|
+
|
|
1500
|
+
// src/schema/block.ts
|
|
1501
|
+
var blockTypeDefs = (
|
|
1502
|
+
/* GraphQL */
|
|
1503
|
+
`
|
|
1504
|
+
type TransactionMetaForAccounts {
|
|
1505
|
+
err: String
|
|
1506
|
+
fee: BigInt
|
|
1507
|
+
postBalances: [BigInt]
|
|
1508
|
+
postTokenBalances: [TokenBalance]
|
|
1509
|
+
preBalances: [BigInt]
|
|
1510
|
+
preTokenBalances: [TokenBalance]
|
|
1511
|
+
status: TransactionStatus
|
|
1512
|
+
}
|
|
1513
|
+
|
|
1514
|
+
type TransactionDataForAccounts {
|
|
1515
|
+
accountKeys: [Address]
|
|
1516
|
+
signatures: [String]
|
|
1517
|
+
}
|
|
1518
|
+
|
|
1519
|
+
type BlockTransactionAccounts {
|
|
1520
|
+
meta: TransactionMetaForAccounts
|
|
1521
|
+
data: TransactionDataForAccounts
|
|
1522
|
+
version: String
|
|
1523
|
+
}
|
|
1524
|
+
|
|
1525
|
+
"""
|
|
1526
|
+
Block interface
|
|
1527
|
+
"""
|
|
1528
|
+
interface Block {
|
|
1529
|
+
blockhash: String
|
|
1530
|
+
blockHeight: BigInt
|
|
1531
|
+
blockTime: BigInt
|
|
1532
|
+
parentSlot: BigInt
|
|
1533
|
+
previousBlockhash: String
|
|
1534
|
+
rewards: [Reward]
|
|
1535
|
+
transactionDetails: String
|
|
1536
|
+
}
|
|
1537
|
+
|
|
1538
|
+
"""
|
|
1539
|
+
A block with account transaction details
|
|
1540
|
+
"""
|
|
1541
|
+
type BlockWithAccounts implements Block {
|
|
1542
|
+
blockhash: String
|
|
1543
|
+
blockHeight: BigInt
|
|
1544
|
+
blockTime: BigInt
|
|
1545
|
+
parentSlot: BigInt
|
|
1546
|
+
previousBlockhash: String
|
|
1547
|
+
rewards: [Reward]
|
|
1548
|
+
transactions: [BlockTransactionAccounts]
|
|
1549
|
+
transactionDetails: String
|
|
1550
|
+
}
|
|
1551
|
+
|
|
1552
|
+
"""
|
|
1553
|
+
A block with full transaction details
|
|
1554
|
+
"""
|
|
1555
|
+
type BlockWithFull implements Block {
|
|
1556
|
+
blockhash: String
|
|
1557
|
+
blockHeight: BigInt
|
|
1558
|
+
blockTime: BigInt
|
|
1559
|
+
parentSlot: BigInt
|
|
1560
|
+
previousBlockhash: String
|
|
1561
|
+
rewards: [Reward]
|
|
1562
|
+
transactions: [Transaction]
|
|
1563
|
+
transactionDetails: String
|
|
1564
|
+
}
|
|
1565
|
+
|
|
1566
|
+
"""
|
|
1567
|
+
A block with no transaction details
|
|
1568
|
+
"""
|
|
1569
|
+
type BlockWithNone implements Block {
|
|
1570
|
+
blockhash: String
|
|
1571
|
+
blockHeight: BigInt
|
|
1572
|
+
blockTime: BigInt
|
|
1573
|
+
parentSlot: BigInt
|
|
1574
|
+
previousBlockhash: String
|
|
1575
|
+
rewards: [Reward]
|
|
1576
|
+
transactionDetails: String
|
|
1577
|
+
}
|
|
1578
|
+
|
|
1579
|
+
"""
|
|
1580
|
+
A block with signature transaction details
|
|
1581
|
+
"""
|
|
1582
|
+
type BlockWithSignatures implements Block {
|
|
1583
|
+
blockhash: String
|
|
1584
|
+
blockHeight: BigInt
|
|
1585
|
+
blockTime: BigInt
|
|
1586
|
+
parentSlot: BigInt
|
|
1587
|
+
previousBlockhash: String
|
|
1588
|
+
rewards: [Reward]
|
|
1589
|
+
signatures: [String]
|
|
1590
|
+
transactionDetails: String
|
|
1591
|
+
}
|
|
1592
|
+
`
|
|
1593
|
+
);
|
|
2304
1594
|
|
|
2305
|
-
// src/
|
|
1595
|
+
// src/schema/common/inputs.ts
|
|
1596
|
+
var inputTypeDefs = (
|
|
1597
|
+
/* GraphQL */
|
|
1598
|
+
`
|
|
1599
|
+
input DataSlice {
|
|
1600
|
+
offset: Int
|
|
1601
|
+
length: Int
|
|
1602
|
+
}
|
|
1603
|
+
|
|
1604
|
+
input ProgramAccountsFilter {
|
|
1605
|
+
bytes: BigInt
|
|
1606
|
+
dataSize: BigInt
|
|
1607
|
+
encoding: AccountEncoding
|
|
1608
|
+
offset: BigInt
|
|
1609
|
+
}
|
|
1610
|
+
`
|
|
1611
|
+
);
|
|
1612
|
+
|
|
1613
|
+
// src/schema/common/scalars.ts
|
|
1614
|
+
var scalarTypeDefs = (
|
|
1615
|
+
/* GraphQL */
|
|
1616
|
+
`
|
|
1617
|
+
scalar Address
|
|
1618
|
+
scalar Base58EncodedBytes
|
|
1619
|
+
scalar Base64EncodedBytes
|
|
1620
|
+
scalar Base64ZstdEncodedBytes
|
|
1621
|
+
scalar BigInt
|
|
1622
|
+
`
|
|
1623
|
+
);
|
|
1624
|
+
|
|
1625
|
+
// src/schema/common/types.ts
|
|
1626
|
+
var commonTypeDefs = (
|
|
1627
|
+
/* GraphQL */
|
|
1628
|
+
`
|
|
1629
|
+
enum AccountEncoding {
|
|
1630
|
+
BASE_58
|
|
1631
|
+
BASE_64
|
|
1632
|
+
BASE_64_ZSTD
|
|
1633
|
+
PARSED
|
|
1634
|
+
}
|
|
1635
|
+
|
|
1636
|
+
enum BlockTransactionDetails {
|
|
1637
|
+
accounts
|
|
1638
|
+
full
|
|
1639
|
+
none
|
|
1640
|
+
signatures
|
|
1641
|
+
}
|
|
1642
|
+
|
|
1643
|
+
enum Commitment {
|
|
1644
|
+
confirmed
|
|
1645
|
+
finalized
|
|
1646
|
+
processed
|
|
1647
|
+
}
|
|
1648
|
+
|
|
1649
|
+
type ReturnData {
|
|
1650
|
+
data: Base64EncodedBytes
|
|
1651
|
+
programId: Address
|
|
1652
|
+
}
|
|
1653
|
+
|
|
1654
|
+
type Reward {
|
|
1655
|
+
commission: Int
|
|
1656
|
+
lamports: BigInt
|
|
1657
|
+
postBalance: BigInt
|
|
1658
|
+
pubkey: Address
|
|
1659
|
+
rewardType: String
|
|
1660
|
+
}
|
|
1661
|
+
|
|
1662
|
+
type TokenAmount {
|
|
1663
|
+
amount: String
|
|
1664
|
+
decimals: Int
|
|
1665
|
+
uiAmount: BigInt
|
|
1666
|
+
uiAmountString: String
|
|
1667
|
+
}
|
|
1668
|
+
|
|
1669
|
+
type TokenBalance {
|
|
1670
|
+
accountIndex: Int
|
|
1671
|
+
mint: Account
|
|
1672
|
+
owner: Account
|
|
1673
|
+
programId: Address
|
|
1674
|
+
uiTokenAmount: TokenAmount
|
|
1675
|
+
}
|
|
1676
|
+
|
|
1677
|
+
enum TransactionEncoding {
|
|
1678
|
+
BASE_58
|
|
1679
|
+
BASE_64
|
|
1680
|
+
PARSED
|
|
1681
|
+
}
|
|
1682
|
+
|
|
1683
|
+
enum TransactionVersion {
|
|
1684
|
+
LEGACY
|
|
1685
|
+
ZERO
|
|
1686
|
+
}
|
|
1687
|
+
`
|
|
1688
|
+
);
|
|
1689
|
+
|
|
1690
|
+
// src/schema/instruction.ts
|
|
1691
|
+
var instructionTypeDefs = (
|
|
1692
|
+
/* GraphQL */
|
|
1693
|
+
`
|
|
1694
|
+
"""
|
|
1695
|
+
Transaction instruction interface
|
|
1696
|
+
"""
|
|
1697
|
+
interface TransactionInstruction {
|
|
1698
|
+
programId: Address
|
|
1699
|
+
}
|
|
1700
|
+
|
|
1701
|
+
"""
|
|
1702
|
+
Generic transaction instruction
|
|
1703
|
+
"""
|
|
1704
|
+
type GenericInstruction implements TransactionInstruction {
|
|
1705
|
+
accounts: [Address]
|
|
1706
|
+
data: Base64EncodedBytes
|
|
1707
|
+
programId: Address
|
|
1708
|
+
}
|
|
1709
|
+
|
|
1710
|
+
"""
|
|
1711
|
+
AddressLookupTable: CreateLookupTable instruction
|
|
1712
|
+
"""
|
|
1713
|
+
type CreateLookupTableInstruction implements TransactionInstruction {
|
|
1714
|
+
programId: Address
|
|
1715
|
+
bumpSeed: BigInt # FIXME:*
|
|
1716
|
+
lookupTableAccount: Account
|
|
1717
|
+
lookupTableAuthority: Account
|
|
1718
|
+
payerAccount: Account
|
|
1719
|
+
recentSlot: BigInt
|
|
1720
|
+
systemProgram: Account
|
|
1721
|
+
}
|
|
1722
|
+
|
|
1723
|
+
"""
|
|
1724
|
+
AddressLookupTable: ExtendLookupTable instruction
|
|
1725
|
+
"""
|
|
1726
|
+
type ExtendLookupTableInstruction implements TransactionInstruction {
|
|
1727
|
+
programId: Address
|
|
1728
|
+
lookupTableAccount: Account
|
|
1729
|
+
lookupTableAuthority: Account
|
|
1730
|
+
newAddresses: [Address]
|
|
1731
|
+
payerAccount: Account
|
|
1732
|
+
systemProgram: Account
|
|
1733
|
+
}
|
|
1734
|
+
|
|
1735
|
+
"""
|
|
1736
|
+
AddressLookupTable: FreezeLookupTable instruction
|
|
1737
|
+
"""
|
|
1738
|
+
type FreezeLookupTableInstruction implements TransactionInstruction {
|
|
1739
|
+
programId: Address
|
|
1740
|
+
lookupTableAccount: Account
|
|
1741
|
+
lookupTableAuthority: Account
|
|
1742
|
+
}
|
|
1743
|
+
|
|
1744
|
+
"""
|
|
1745
|
+
AddressLookupTable: DeactivateLookupTable instruction
|
|
1746
|
+
"""
|
|
1747
|
+
type DeactivateLookupTableInstruction implements TransactionInstruction {
|
|
1748
|
+
programId: Address
|
|
1749
|
+
lookupTableAccount: Account
|
|
1750
|
+
lookupTableAuthority: Account
|
|
1751
|
+
}
|
|
1752
|
+
|
|
1753
|
+
"""
|
|
1754
|
+
AddressLookupTable: CloseLookupTable instruction
|
|
1755
|
+
"""
|
|
1756
|
+
type CloseLookupTableInstruction implements TransactionInstruction {
|
|
1757
|
+
programId: Address
|
|
1758
|
+
lookupTableAccount: Account
|
|
1759
|
+
lookupTableAuthority: Account
|
|
1760
|
+
recipient: Account
|
|
1761
|
+
}
|
|
1762
|
+
|
|
1763
|
+
"""
|
|
1764
|
+
BpfLoader: Write instruction
|
|
1765
|
+
"""
|
|
1766
|
+
type BpfLoaderWriteInstruction implements TransactionInstruction {
|
|
1767
|
+
programId: Address
|
|
1768
|
+
account: Account
|
|
1769
|
+
bytes: Base64EncodedBytes
|
|
1770
|
+
offset: BigInt # FIXME:*
|
|
1771
|
+
}
|
|
1772
|
+
|
|
1773
|
+
"""
|
|
1774
|
+
BpfLoader: Finalize instruction
|
|
1775
|
+
"""
|
|
1776
|
+
type BpfLoaderFinalizeInstruction implements TransactionInstruction {
|
|
1777
|
+
programId: Address
|
|
1778
|
+
account: Account
|
|
1779
|
+
}
|
|
1780
|
+
|
|
1781
|
+
"""
|
|
1782
|
+
BpfUpgradeableLoader: InitializeBuffer instruction
|
|
1783
|
+
"""
|
|
1784
|
+
type BpfUpgradeableLoaderInitializeBufferInstruction implements TransactionInstruction {
|
|
1785
|
+
programId: Address
|
|
1786
|
+
account: Account
|
|
1787
|
+
}
|
|
1788
|
+
|
|
1789
|
+
"""
|
|
1790
|
+
BpfUpgradeableLoader: Write instruction
|
|
1791
|
+
"""
|
|
1792
|
+
type BpfUpgradeableLoaderWriteInstruction implements TransactionInstruction {
|
|
1793
|
+
programId: Address
|
|
1794
|
+
account: Account
|
|
1795
|
+
authority: Account
|
|
1796
|
+
bytes: Base64EncodedBytes
|
|
1797
|
+
offset: BigInt # FIXME:*
|
|
1798
|
+
}
|
|
1799
|
+
|
|
1800
|
+
"""
|
|
1801
|
+
BpfUpgradeableLoader: DeployWithMaxDataLen instruction
|
|
1802
|
+
"""
|
|
1803
|
+
type BpfUpgradeableLoaderDeployWithMaxDataLenInstruction implements TransactionInstruction {
|
|
1804
|
+
programId: Address
|
|
1805
|
+
authority: Account
|
|
1806
|
+
bufferAccount: Account
|
|
1807
|
+
clockSysvar: Address
|
|
1808
|
+
maxDataLen: BigInt
|
|
1809
|
+
payerAccount: Account
|
|
1810
|
+
programAccount: Account
|
|
1811
|
+
programDataAccount: Account
|
|
1812
|
+
rentSysvar: Address
|
|
1813
|
+
}
|
|
1814
|
+
|
|
1815
|
+
"""
|
|
1816
|
+
BpfUpgradeableLoader: Upgrade instruction
|
|
1817
|
+
"""
|
|
1818
|
+
type BpfUpgradeableLoaderUpgradeInstruction implements TransactionInstruction {
|
|
1819
|
+
programId: Address
|
|
1820
|
+
authority: Account
|
|
1821
|
+
bufferAccount: Account
|
|
1822
|
+
clockSysvar: Address
|
|
1823
|
+
programAccount: Account
|
|
1824
|
+
programDataAccount: Account
|
|
1825
|
+
rentSysvar: Address
|
|
1826
|
+
spillAccount: Account
|
|
1827
|
+
}
|
|
1828
|
+
|
|
1829
|
+
"""
|
|
1830
|
+
BpfUpgradeableLoader: SetAuthority instruction
|
|
1831
|
+
"""
|
|
1832
|
+
type BpfUpgradeableLoaderSetAuthorityInstruction implements TransactionInstruction {
|
|
1833
|
+
programId: Address
|
|
1834
|
+
account: Account
|
|
1835
|
+
authority: Account
|
|
1836
|
+
newAuthority: Account
|
|
1837
|
+
}
|
|
1838
|
+
|
|
1839
|
+
"""
|
|
1840
|
+
BpfUpgradeableLoader: SetAuthorityChecked instruction
|
|
1841
|
+
"""
|
|
1842
|
+
type BpfUpgradeableLoaderSetAuthorityCheckedInstruction implements TransactionInstruction {
|
|
1843
|
+
programId: Address
|
|
1844
|
+
account: Account
|
|
1845
|
+
authority: Account
|
|
1846
|
+
newAuthority: Account
|
|
1847
|
+
}
|
|
1848
|
+
|
|
1849
|
+
"""
|
|
1850
|
+
BpfUpgradeableLoader: Close instruction
|
|
1851
|
+
"""
|
|
1852
|
+
type BpfUpgradeableLoaderCloseInstruction implements TransactionInstruction {
|
|
1853
|
+
programId: Address
|
|
1854
|
+
account: Account
|
|
1855
|
+
authority: Account
|
|
1856
|
+
programAccount: Account
|
|
1857
|
+
recipient: Account
|
|
1858
|
+
}
|
|
1859
|
+
|
|
1860
|
+
"""
|
|
1861
|
+
BpfUpgradeableLoader: ExtendProgram instruction
|
|
1862
|
+
"""
|
|
1863
|
+
type BpfUpgradeableLoaderExtendProgramInstruction implements TransactionInstruction {
|
|
1864
|
+
programId: Address
|
|
1865
|
+
additionalBytes: BigInt
|
|
1866
|
+
payerAccount: Account
|
|
1867
|
+
programAccount: Account
|
|
1868
|
+
programDataAccount: Account
|
|
1869
|
+
systemProgram: Account
|
|
1870
|
+
}
|
|
1871
|
+
|
|
1872
|
+
"""
|
|
1873
|
+
SplAssociatedTokenAccount: Create instruction
|
|
1874
|
+
"""
|
|
1875
|
+
type SplAssociatedTokenCreateInstruction implements TransactionInstruction {
|
|
1876
|
+
programId: Address
|
|
1877
|
+
account: Account
|
|
1878
|
+
mint: Address
|
|
1879
|
+
source: Account
|
|
1880
|
+
systemProgram: Account
|
|
1881
|
+
tokenProgram: Account
|
|
1882
|
+
wallet: Account
|
|
1883
|
+
}
|
|
1884
|
+
|
|
1885
|
+
"""
|
|
1886
|
+
SplAssociatedTokenAccount: CreateIdempotent instruction
|
|
1887
|
+
"""
|
|
1888
|
+
type SplAssociatedTokenCreateIdempotentInstruction implements TransactionInstruction {
|
|
1889
|
+
programId: Address
|
|
1890
|
+
account: Account
|
|
1891
|
+
mint: Address
|
|
1892
|
+
source: Account
|
|
1893
|
+
systemProgram: Account
|
|
1894
|
+
tokenProgram: Account
|
|
1895
|
+
wallet: Account
|
|
1896
|
+
}
|
|
1897
|
+
|
|
1898
|
+
"""
|
|
1899
|
+
SplAssociatedTokenAccount: RecoverNested instruction
|
|
1900
|
+
"""
|
|
1901
|
+
type SplAssociatedTokenRecoverNestedInstruction implements TransactionInstruction {
|
|
1902
|
+
programId: Address
|
|
1903
|
+
destination: Account
|
|
1904
|
+
nestedMint: Account
|
|
1905
|
+
nestedOwner: Account
|
|
1906
|
+
nestedSource: Account
|
|
1907
|
+
ownerMint: Account
|
|
1908
|
+
tokenProgram: Account
|
|
1909
|
+
wallet: Account
|
|
1910
|
+
}
|
|
1911
|
+
|
|
1912
|
+
"""
|
|
1913
|
+
SplMemo instruction
|
|
1914
|
+
"""
|
|
1915
|
+
type SplMemoInstruction implements TransactionInstruction {
|
|
1916
|
+
programId: Address
|
|
1917
|
+
memo: String
|
|
1918
|
+
}
|
|
1919
|
+
|
|
1920
|
+
"""
|
|
1921
|
+
SplToken: InitializeMint instruction
|
|
1922
|
+
"""
|
|
1923
|
+
type SplTokenInitializeMintInstruction implements TransactionInstruction {
|
|
1924
|
+
programId: Address
|
|
1925
|
+
decimals: BigInt # FIXME:*
|
|
1926
|
+
freezeAuthority: Account
|
|
1927
|
+
mint: Account
|
|
1928
|
+
mintAuthority: Account
|
|
1929
|
+
rentSysvar: Address
|
|
1930
|
+
}
|
|
1931
|
+
|
|
1932
|
+
"""
|
|
1933
|
+
SplToken: InitializeMint2 instruction
|
|
1934
|
+
"""
|
|
1935
|
+
type SplTokenInitializeMint2Instruction implements TransactionInstruction {
|
|
1936
|
+
programId: Address
|
|
1937
|
+
decimals: BigInt # FIXME:*
|
|
1938
|
+
freezeAuthority: Account
|
|
1939
|
+
mint: Account
|
|
1940
|
+
mintAuthority: Account
|
|
1941
|
+
}
|
|
1942
|
+
|
|
1943
|
+
"""
|
|
1944
|
+
SplToken: InitializeAccount instruction
|
|
1945
|
+
"""
|
|
1946
|
+
type SplTokenInitializeAccountInstruction implements TransactionInstruction {
|
|
1947
|
+
programId: Address
|
|
1948
|
+
account: Account
|
|
1949
|
+
mint: Account
|
|
1950
|
+
owner: Account
|
|
1951
|
+
rentSysvar: Address
|
|
1952
|
+
}
|
|
1953
|
+
|
|
1954
|
+
"""
|
|
1955
|
+
SplToken: InitializeAccount2 instruction
|
|
1956
|
+
"""
|
|
1957
|
+
type SplTokenInitializeAccount2Instruction implements TransactionInstruction {
|
|
1958
|
+
programId: Address
|
|
1959
|
+
account: Account
|
|
1960
|
+
mint: Account
|
|
1961
|
+
owner: Account
|
|
1962
|
+
rentSysvar: Address
|
|
1963
|
+
}
|
|
1964
|
+
|
|
1965
|
+
"""
|
|
1966
|
+
SplToken: InitializeAccount3 instruction
|
|
1967
|
+
"""
|
|
1968
|
+
type SplTokenInitializeAccount3Instruction implements TransactionInstruction {
|
|
1969
|
+
programId: Address
|
|
1970
|
+
account: Account
|
|
1971
|
+
mint: Account
|
|
1972
|
+
owner: Account
|
|
1973
|
+
}
|
|
1974
|
+
|
|
1975
|
+
"""
|
|
1976
|
+
SplToken: InitializeMultisig instruction
|
|
1977
|
+
"""
|
|
1978
|
+
type SplTokenInitializeMultisigInstruction implements TransactionInstruction {
|
|
1979
|
+
programId: Address
|
|
1980
|
+
m: BigInt # FIXME:*
|
|
1981
|
+
multisig: Account
|
|
1982
|
+
rentSysvar: Address
|
|
1983
|
+
signers: [Address]
|
|
1984
|
+
}
|
|
1985
|
+
|
|
1986
|
+
"""
|
|
1987
|
+
SplToken: InitializeMultisig2 instruction
|
|
1988
|
+
"""
|
|
1989
|
+
type SplTokenInitializeMultisig2Instruction implements TransactionInstruction {
|
|
1990
|
+
programId: Address
|
|
1991
|
+
m: BigInt # FIXME:*
|
|
1992
|
+
multisig: Account
|
|
1993
|
+
signers: [Address]
|
|
1994
|
+
}
|
|
1995
|
+
|
|
1996
|
+
"""
|
|
1997
|
+
SplToken: Transfer instruction
|
|
1998
|
+
"""
|
|
1999
|
+
type SplTokenTransferInstruction implements TransactionInstruction {
|
|
2000
|
+
programId: Address
|
|
2001
|
+
amount: String
|
|
2002
|
+
authority: Account
|
|
2003
|
+
destination: Account
|
|
2004
|
+
multisigAuthority: Account
|
|
2005
|
+
source: Account
|
|
2006
|
+
}
|
|
2007
|
+
|
|
2008
|
+
"""
|
|
2009
|
+
SplToken: Approve instruction
|
|
2010
|
+
"""
|
|
2011
|
+
type SplTokenApproveInstruction implements TransactionInstruction {
|
|
2012
|
+
programId: Address
|
|
2013
|
+
amount: String
|
|
2014
|
+
delegate: Account
|
|
2015
|
+
multisigOwner: Account
|
|
2016
|
+
owner: Account
|
|
2017
|
+
source: Account
|
|
2018
|
+
}
|
|
2019
|
+
|
|
2020
|
+
"""
|
|
2021
|
+
SplToken: Revoke instruction
|
|
2022
|
+
"""
|
|
2023
|
+
type SplTokenRevokeInstruction implements TransactionInstruction {
|
|
2024
|
+
programId: Address
|
|
2025
|
+
multisigOwner: Account
|
|
2026
|
+
owner: Account
|
|
2027
|
+
source: Account
|
|
2028
|
+
}
|
|
2029
|
+
|
|
2030
|
+
"""
|
|
2031
|
+
SplToken: SetAuthority instruction
|
|
2032
|
+
"""
|
|
2033
|
+
type SplTokenSetAuthorityInstruction implements TransactionInstruction {
|
|
2034
|
+
programId: Address
|
|
2035
|
+
authority: Account
|
|
2036
|
+
authorityType: String
|
|
2037
|
+
multisigAuthority: Account
|
|
2038
|
+
newAuthority: Account
|
|
2039
|
+
}
|
|
2040
|
+
|
|
2041
|
+
"""
|
|
2042
|
+
SplToken: MintTo instruction
|
|
2043
|
+
"""
|
|
2044
|
+
type SplTokenMintToInstruction implements TransactionInstruction {
|
|
2045
|
+
programId: Address
|
|
2046
|
+
account: Account
|
|
2047
|
+
amount: String
|
|
2048
|
+
authority: Account
|
|
2049
|
+
mint: Account
|
|
2050
|
+
mintAuthority: Account
|
|
2051
|
+
multisigMintAuthority: Account
|
|
2052
|
+
}
|
|
2053
|
+
|
|
2054
|
+
"""
|
|
2055
|
+
SplToken: Burn instruction
|
|
2056
|
+
"""
|
|
2057
|
+
type SplTokenBurnInstruction implements TransactionInstruction {
|
|
2058
|
+
programId: Address
|
|
2059
|
+
account: Account
|
|
2060
|
+
amount: String
|
|
2061
|
+
authority: Account
|
|
2062
|
+
mint: Account
|
|
2063
|
+
multisigAuthority: Account
|
|
2064
|
+
}
|
|
2065
|
+
|
|
2066
|
+
"""
|
|
2067
|
+
SplToken: CloseAccount instruction
|
|
2068
|
+
"""
|
|
2069
|
+
type SplTokenCloseAccountInstruction implements TransactionInstruction {
|
|
2070
|
+
programId: Address
|
|
2071
|
+
account: Account
|
|
2072
|
+
destination: Account
|
|
2073
|
+
multisigOwner: Account
|
|
2074
|
+
owner: Account
|
|
2075
|
+
}
|
|
2076
|
+
|
|
2077
|
+
"""
|
|
2078
|
+
SplToken: FreezeAccount instruction
|
|
2079
|
+
"""
|
|
2080
|
+
type SplTokenFreezeAccountInstruction implements TransactionInstruction {
|
|
2081
|
+
programId: Address
|
|
2082
|
+
account: Account
|
|
2083
|
+
freezeAuthority: Account
|
|
2084
|
+
mint: Account
|
|
2085
|
+
multisigFreezeAuthority: Account
|
|
2086
|
+
}
|
|
2087
|
+
|
|
2088
|
+
"""
|
|
2089
|
+
SplToken: ThawAccount instruction
|
|
2090
|
+
"""
|
|
2091
|
+
type SplTokenThawAccountInstruction implements TransactionInstruction {
|
|
2092
|
+
programId: Address
|
|
2093
|
+
account: Account
|
|
2094
|
+
freezeAuthority: Account
|
|
2095
|
+
mint: Account
|
|
2096
|
+
multisigFreezeAuthority: Account
|
|
2097
|
+
}
|
|
2098
|
+
|
|
2099
|
+
"""
|
|
2100
|
+
SplToken: TransferChecked instruction
|
|
2101
|
+
"""
|
|
2102
|
+
type SplTokenTransferCheckedInstruction implements TransactionInstruction {
|
|
2103
|
+
programId: Address
|
|
2104
|
+
amount: String
|
|
2105
|
+
authority: Account
|
|
2106
|
+
decimals: BigInt # FIXME:*
|
|
2107
|
+
destination: Account
|
|
2108
|
+
mint: Account
|
|
2109
|
+
multisigAuthority: Account
|
|
2110
|
+
source: Account
|
|
2111
|
+
tokenAmount: String
|
|
2112
|
+
}
|
|
2113
|
+
|
|
2114
|
+
"""
|
|
2115
|
+
SplToken: ApproveChecked instruction
|
|
2116
|
+
"""
|
|
2117
|
+
type SplTokenApproveCheckedInstruction implements TransactionInstruction {
|
|
2118
|
+
programId: Address
|
|
2119
|
+
delegate: Account
|
|
2120
|
+
mint: Account
|
|
2121
|
+
multisigOwner: Account
|
|
2122
|
+
owner: Account
|
|
2123
|
+
source: Account
|
|
2124
|
+
tokenAmount: String
|
|
2125
|
+
}
|
|
2126
|
+
|
|
2127
|
+
"""
|
|
2128
|
+
SplToken: MintToChecked instruction
|
|
2129
|
+
"""
|
|
2130
|
+
type SplTokenMintToCheckedInstruction implements TransactionInstruction {
|
|
2131
|
+
programId: Address
|
|
2132
|
+
account: Account
|
|
2133
|
+
authority: Account
|
|
2134
|
+
mint: Account
|
|
2135
|
+
mintAuthority: Account
|
|
2136
|
+
multisigMintAuthority: Account
|
|
2137
|
+
tokenAmount: String
|
|
2138
|
+
}
|
|
2139
|
+
|
|
2140
|
+
"""
|
|
2141
|
+
SplToken: BurnChecked instruction
|
|
2142
|
+
"""
|
|
2143
|
+
type SplTokenBurnCheckedInstruction implements TransactionInstruction {
|
|
2144
|
+
programId: Address
|
|
2145
|
+
account: Account
|
|
2146
|
+
authority: Account
|
|
2147
|
+
mint: Account
|
|
2148
|
+
multisigAuthority: Account
|
|
2149
|
+
tokenAmount: String
|
|
2150
|
+
}
|
|
2151
|
+
|
|
2152
|
+
"""
|
|
2153
|
+
SplToken: SyncNative instruction
|
|
2154
|
+
"""
|
|
2155
|
+
type SplTokenSyncNativeInstruction implements TransactionInstruction {
|
|
2156
|
+
programId: Address
|
|
2157
|
+
account: Account
|
|
2158
|
+
}
|
|
2159
|
+
|
|
2160
|
+
"""
|
|
2161
|
+
SplToken: GetAccountDataSize instruction
|
|
2162
|
+
"""
|
|
2163
|
+
type SplTokenGetAccountDataSizeInstruction implements TransactionInstruction {
|
|
2164
|
+
programId: Address
|
|
2165
|
+
extensionTypes: [String]
|
|
2166
|
+
mint: Account
|
|
2167
|
+
}
|
|
2168
|
+
|
|
2169
|
+
"""
|
|
2170
|
+
SplToken: InitializeImmutableOwner instruction
|
|
2171
|
+
"""
|
|
2172
|
+
type SplTokenInitializeImmutableOwnerInstruction implements TransactionInstruction {
|
|
2173
|
+
programId: Address
|
|
2174
|
+
account: Account
|
|
2175
|
+
}
|
|
2176
|
+
|
|
2177
|
+
"""
|
|
2178
|
+
SplToken: AmountToUiAmount instruction
|
|
2179
|
+
"""
|
|
2180
|
+
type SplTokenAmountToUiAmountInstruction implements TransactionInstruction {
|
|
2181
|
+
programId: Address
|
|
2182
|
+
amount: String
|
|
2183
|
+
mint: Account
|
|
2184
|
+
}
|
|
2185
|
+
|
|
2186
|
+
"""
|
|
2187
|
+
SplToken: UiAmountToAmount instruction
|
|
2188
|
+
"""
|
|
2189
|
+
type SplTokenUiAmountToAmountInstruction implements TransactionInstruction {
|
|
2190
|
+
programId: Address
|
|
2191
|
+
mint: Account
|
|
2192
|
+
uiAmount: String
|
|
2193
|
+
}
|
|
2194
|
+
|
|
2195
|
+
"""
|
|
2196
|
+
SplToken: InitializeMintCloseAuthority instruction
|
|
2197
|
+
"""
|
|
2198
|
+
type SplTokenInitializeMintCloseAuthorityInstruction implements TransactionInstruction {
|
|
2199
|
+
programId: Address
|
|
2200
|
+
mint: Account
|
|
2201
|
+
newAuthority: Account
|
|
2202
|
+
}
|
|
2203
|
+
|
|
2204
|
+
# TODO: Extensions!
|
|
2205
|
+
# - TransferFeeExtension
|
|
2206
|
+
# - ConfidentialTransferFeeExtension
|
|
2207
|
+
# - DefaultAccountStateExtension
|
|
2208
|
+
# - Reallocate
|
|
2209
|
+
# - MemoTransferExtension
|
|
2210
|
+
# - CreateNativeMint
|
|
2211
|
+
# - InitializeNonTransferableMint
|
|
2212
|
+
# - InterestBearingMintExtension
|
|
2213
|
+
# - CpiGuardExtension
|
|
2214
|
+
# - InitializePermanentDelegate
|
|
2215
|
+
# - TransferHookExtension
|
|
2216
|
+
# - ConfidentialTransferFeeExtension
|
|
2217
|
+
# - WithdrawExcessLamports
|
|
2218
|
+
# - MetadataPointerExtension
|
|
2219
|
+
|
|
2220
|
+
type Lockup {
|
|
2221
|
+
custodian: Account
|
|
2222
|
+
epoch: BigInt
|
|
2223
|
+
unixTimestamp: BigInt
|
|
2224
|
+
}
|
|
2225
|
+
|
|
2226
|
+
"""
|
|
2227
|
+
Stake: Initialize instruction
|
|
2228
|
+
"""
|
|
2229
|
+
type StakeInitializeInstructionDataAuthorized {
|
|
2230
|
+
staker: Account
|
|
2231
|
+
withdrawer: Account
|
|
2232
|
+
}
|
|
2233
|
+
type StakeInitializeInstruction implements TransactionInstruction {
|
|
2234
|
+
programId: Address
|
|
2235
|
+
authorized: StakeInitializeInstructionDataAuthorized
|
|
2236
|
+
lockup: Lockup
|
|
2237
|
+
rentSysvar: Address
|
|
2238
|
+
stakeAccount: Account
|
|
2239
|
+
}
|
|
2240
|
+
|
|
2241
|
+
"""
|
|
2242
|
+
Stake: Authorize instruction
|
|
2243
|
+
"""
|
|
2244
|
+
type StakeAuthorizeInstruction implements TransactionInstruction {
|
|
2245
|
+
programId: Address
|
|
2246
|
+
authority: Account
|
|
2247
|
+
authorityType: String
|
|
2248
|
+
clockSysvar: Address
|
|
2249
|
+
custodian: Account
|
|
2250
|
+
newAuthority: Account
|
|
2251
|
+
stakeAccount: Account
|
|
2252
|
+
}
|
|
2253
|
+
|
|
2254
|
+
"""
|
|
2255
|
+
Stake: DelegateStake instruction
|
|
2256
|
+
"""
|
|
2257
|
+
type StakeDelegateStakeInstruction implements TransactionInstruction {
|
|
2258
|
+
programId: Address
|
|
2259
|
+
clockSysvar: Address
|
|
2260
|
+
stakeAccount: Account
|
|
2261
|
+
stakeAuthority: Account
|
|
2262
|
+
stakeConfigAccount: Account
|
|
2263
|
+
stakeHistorySysvar: Address
|
|
2264
|
+
voteAccount: Account
|
|
2265
|
+
}
|
|
2266
|
+
|
|
2267
|
+
"""
|
|
2268
|
+
Stake: Split instruction
|
|
2269
|
+
"""
|
|
2270
|
+
type StakeSplitInstruction implements TransactionInstruction {
|
|
2271
|
+
programId: Address
|
|
2272
|
+
lamports: BigInt
|
|
2273
|
+
newSplitAccount: Account
|
|
2274
|
+
stakeAccount: Account
|
|
2275
|
+
stakeAuthority: Account
|
|
2276
|
+
}
|
|
2277
|
+
|
|
2278
|
+
"""
|
|
2279
|
+
Stake: Withdraw instruction
|
|
2280
|
+
"""
|
|
2281
|
+
type StakeWithdrawInstruction implements TransactionInstruction {
|
|
2282
|
+
programId: Address
|
|
2283
|
+
clockSysvar: Address
|
|
2284
|
+
destination: Account
|
|
2285
|
+
lamports: BigInt
|
|
2286
|
+
stakeAccount: Account
|
|
2287
|
+
withdrawAuthority: Account
|
|
2288
|
+
}
|
|
2289
|
+
|
|
2290
|
+
"""
|
|
2291
|
+
Stake: Deactivate instruction
|
|
2292
|
+
"""
|
|
2293
|
+
type StakeDeactivateInstruction implements TransactionInstruction {
|
|
2294
|
+
programId: Address
|
|
2295
|
+
clockSysvar: Address
|
|
2296
|
+
stakeAccount: Account
|
|
2297
|
+
stakeAuthority: Account
|
|
2298
|
+
}
|
|
2299
|
+
|
|
2300
|
+
"""
|
|
2301
|
+
Stake: SetLockup instruction
|
|
2302
|
+
"""
|
|
2303
|
+
type StakeSetLockupInstruction implements TransactionInstruction {
|
|
2304
|
+
programId: Address
|
|
2305
|
+
custodian: Account
|
|
2306
|
+
lockup: Lockup
|
|
2307
|
+
stakeAccount: Account
|
|
2308
|
+
}
|
|
2309
|
+
|
|
2310
|
+
"""
|
|
2311
|
+
Stake: Merge instruction
|
|
2312
|
+
"""
|
|
2313
|
+
type StakeMergeInstruction implements TransactionInstruction {
|
|
2314
|
+
programId: Address
|
|
2315
|
+
clockSysvar: Address
|
|
2316
|
+
destination: Account
|
|
2317
|
+
source: Account
|
|
2318
|
+
stakeAuthority: Account
|
|
2319
|
+
stakeHistorySysvar: Address
|
|
2320
|
+
}
|
|
2321
|
+
|
|
2322
|
+
"""
|
|
2323
|
+
Stake: AuthorizeWithSeed instruction
|
|
2324
|
+
"""
|
|
2325
|
+
type StakeAuthorizeWithSeedInstruction implements TransactionInstruction {
|
|
2326
|
+
programId: Address
|
|
2327
|
+
authorityBase: Account
|
|
2328
|
+
authorityOwner: Account
|
|
2329
|
+
authoritySeed: String
|
|
2330
|
+
authorityType: String
|
|
2331
|
+
clockSysvar: Address
|
|
2332
|
+
custodian: Account
|
|
2333
|
+
newAuthorized: Account
|
|
2334
|
+
stakeAccount: Account
|
|
2335
|
+
}
|
|
2336
|
+
|
|
2337
|
+
"""
|
|
2338
|
+
Stake: InitializeChecked instruction
|
|
2339
|
+
"""
|
|
2340
|
+
type StakeInitializeCheckedInstructionDataAuthorized {
|
|
2341
|
+
staker: Account
|
|
2342
|
+
withdrawer: Account
|
|
2343
|
+
}
|
|
2344
|
+
type StakeInitializeCheckedInstruction implements TransactionInstruction {
|
|
2345
|
+
programId: Address
|
|
2346
|
+
authorized: StakeInitializeCheckedInstructionDataAuthorized
|
|
2347
|
+
lockup: Lockup
|
|
2348
|
+
rentSysvar: Address
|
|
2349
|
+
stakeAccount: Account
|
|
2350
|
+
}
|
|
2351
|
+
|
|
2352
|
+
"""
|
|
2353
|
+
Stake: AuthorizeChecked instruction
|
|
2354
|
+
"""
|
|
2355
|
+
type StakeAuthorizeCheckedInstruction implements TransactionInstruction {
|
|
2356
|
+
programId: Address
|
|
2357
|
+
authority: Account
|
|
2358
|
+
authorityType: String
|
|
2359
|
+
clockSysvar: Address
|
|
2360
|
+
custodian: Account
|
|
2361
|
+
newAuthority: Account
|
|
2362
|
+
stakeAccount: Account
|
|
2363
|
+
}
|
|
2364
|
+
|
|
2365
|
+
"""
|
|
2366
|
+
Stake: AuthorizeCheckedWithSeed instruction
|
|
2367
|
+
"""
|
|
2368
|
+
type StakeAuthorizeCheckedWithSeedInstruction implements TransactionInstruction {
|
|
2369
|
+
programId: Address
|
|
2370
|
+
authorityBase: Account
|
|
2371
|
+
authorityOwner: Account
|
|
2372
|
+
authoritySeed: String
|
|
2373
|
+
authorityType: String
|
|
2374
|
+
clockSysvar: Address
|
|
2375
|
+
custodian: Account
|
|
2376
|
+
newAuthorized: Account
|
|
2377
|
+
stakeAccount: Account
|
|
2378
|
+
}
|
|
2379
|
+
|
|
2380
|
+
"""
|
|
2381
|
+
Stake: SetLockupChecked instruction
|
|
2382
|
+
"""
|
|
2383
|
+
type StakeSetLockupCheckedInstruction implements TransactionInstruction {
|
|
2384
|
+
programId: Address
|
|
2385
|
+
custodian: Account
|
|
2386
|
+
lockup: Lockup
|
|
2387
|
+
stakeAccount: Account
|
|
2388
|
+
}
|
|
2389
|
+
|
|
2390
|
+
"""
|
|
2391
|
+
Stake: DeactivateDelinquent instruction
|
|
2392
|
+
"""
|
|
2393
|
+
type StakeDeactivateDelinquentInstruction implements TransactionInstruction {
|
|
2394
|
+
programId: Address
|
|
2395
|
+
referenceVoteAccount: Account
|
|
2396
|
+
stakeAccount: Account
|
|
2397
|
+
voteAccount: Account
|
|
2398
|
+
}
|
|
2399
|
+
|
|
2400
|
+
"""
|
|
2401
|
+
Stake: Redelegate instruction
|
|
2402
|
+
"""
|
|
2403
|
+
type StakeRedelegateInstruction implements TransactionInstruction {
|
|
2404
|
+
programId: Address
|
|
2405
|
+
newStakeAccount: Account
|
|
2406
|
+
stakeAccount: Account
|
|
2407
|
+
stakeAuthority: Account
|
|
2408
|
+
stakeConfigAccount: Account
|
|
2409
|
+
voteAccount: Account
|
|
2410
|
+
}
|
|
2411
|
+
|
|
2412
|
+
"""
|
|
2413
|
+
System: CreateAccount instruction
|
|
2414
|
+
"""
|
|
2415
|
+
type CreateAccountInstruction implements TransactionInstruction {
|
|
2416
|
+
programId: Address
|
|
2417
|
+
lamports: BigInt
|
|
2418
|
+
newAccount: Account
|
|
2419
|
+
owner: Account
|
|
2420
|
+
source: Account
|
|
2421
|
+
space: BigInt
|
|
2422
|
+
}
|
|
2423
|
+
|
|
2424
|
+
"""
|
|
2425
|
+
System: Assign instruction
|
|
2426
|
+
"""
|
|
2427
|
+
type AssignInstruction implements TransactionInstruction {
|
|
2428
|
+
programId: Address
|
|
2429
|
+
account: Account
|
|
2430
|
+
owner: Account
|
|
2431
|
+
}
|
|
2432
|
+
|
|
2433
|
+
"""
|
|
2434
|
+
System: Transfer instruction
|
|
2435
|
+
"""
|
|
2436
|
+
type TransferInstruction implements TransactionInstruction {
|
|
2437
|
+
programId: Address
|
|
2438
|
+
destination: Account
|
|
2439
|
+
lamports: BigInt
|
|
2440
|
+
source: Account
|
|
2441
|
+
}
|
|
2442
|
+
|
|
2443
|
+
"""
|
|
2444
|
+
System: CreateAccountWithSeed instruction
|
|
2445
|
+
"""
|
|
2446
|
+
type CreateAccountWithSeedInstruction implements TransactionInstruction {
|
|
2447
|
+
programId: Address
|
|
2448
|
+
base: Account
|
|
2449
|
+
lamports: BigInt
|
|
2450
|
+
owner: Account
|
|
2451
|
+
seed: String
|
|
2452
|
+
space: BigInt
|
|
2453
|
+
}
|
|
2454
|
+
|
|
2455
|
+
"""
|
|
2456
|
+
System: AdvanceNonceAccount instruction
|
|
2457
|
+
"""
|
|
2458
|
+
type AdvanceNonceAccountInstruction implements TransactionInstruction {
|
|
2459
|
+
programId: Address
|
|
2460
|
+
nonceAccount: Account
|
|
2461
|
+
nonceAuthority: Account
|
|
2462
|
+
recentBlockhashesSysvar: Address
|
|
2463
|
+
}
|
|
2464
|
+
|
|
2465
|
+
"""
|
|
2466
|
+
System: WithdrawNonceAccount instruction
|
|
2467
|
+
"""
|
|
2468
|
+
type WithdrawNonceAccountInstruction implements TransactionInstruction {
|
|
2469
|
+
programId: Address
|
|
2470
|
+
destination: Account
|
|
2471
|
+
lamports: BigInt
|
|
2472
|
+
nonceAccount: Account
|
|
2473
|
+
nonceAuthority: Account
|
|
2474
|
+
recentBlockhashesSysvar: Address
|
|
2475
|
+
rentSysvar: Address
|
|
2476
|
+
}
|
|
2477
|
+
|
|
2478
|
+
"""
|
|
2479
|
+
System: InitializeNonceAccount instruction
|
|
2480
|
+
"""
|
|
2481
|
+
type InitializeNonceAccountInstruction implements TransactionInstruction {
|
|
2482
|
+
programId: Address
|
|
2483
|
+
nonceAccount: Account
|
|
2484
|
+
nonceAuthority: Account
|
|
2485
|
+
recentBlockhashesSysvar: Address
|
|
2486
|
+
rentSysvar: Address
|
|
2487
|
+
}
|
|
2488
|
+
|
|
2489
|
+
"""
|
|
2490
|
+
System: AuthorizeNonceAccount instruction
|
|
2491
|
+
"""
|
|
2492
|
+
type AuthorizeNonceAccountInstruction implements TransactionInstruction {
|
|
2493
|
+
programId: Address
|
|
2494
|
+
newAuthorized: Account
|
|
2495
|
+
nonceAccount: Account
|
|
2496
|
+
nonceAuthority: Account
|
|
2497
|
+
}
|
|
2498
|
+
|
|
2499
|
+
"""
|
|
2500
|
+
System: UpgradeNonceAccount instruction
|
|
2501
|
+
"""
|
|
2502
|
+
type UpgradeNonceAccountInstruction implements TransactionInstruction {
|
|
2503
|
+
programId: Address
|
|
2504
|
+
nonceAccount: Account
|
|
2505
|
+
nonceAuthority: Account
|
|
2506
|
+
}
|
|
2507
|
+
|
|
2508
|
+
"""
|
|
2509
|
+
System: Allocate instruction
|
|
2510
|
+
"""
|
|
2511
|
+
type AllocateInstruction implements TransactionInstruction {
|
|
2512
|
+
programId: Address
|
|
2513
|
+
account: Account
|
|
2514
|
+
space: BigInt
|
|
2515
|
+
}
|
|
2516
|
+
|
|
2517
|
+
"""
|
|
2518
|
+
System: AllocateWithSeed instruction
|
|
2519
|
+
"""
|
|
2520
|
+
type AllocateWithSeedInstruction implements TransactionInstruction {
|
|
2521
|
+
programId: Address
|
|
2522
|
+
account: Account
|
|
2523
|
+
base: Address
|
|
2524
|
+
owner: Account
|
|
2525
|
+
seed: String
|
|
2526
|
+
space: BigInt
|
|
2527
|
+
}
|
|
2528
|
+
|
|
2529
|
+
"""
|
|
2530
|
+
System: AssignWithSeed instruction
|
|
2531
|
+
"""
|
|
2532
|
+
type AssignWithSeedInstruction implements TransactionInstruction {
|
|
2533
|
+
programId: Address
|
|
2534
|
+
account: Account
|
|
2535
|
+
base: Address
|
|
2536
|
+
owner: Account
|
|
2537
|
+
seed: String
|
|
2538
|
+
}
|
|
2539
|
+
|
|
2540
|
+
"""
|
|
2541
|
+
System: TransferWithSeed instruction
|
|
2542
|
+
"""
|
|
2543
|
+
type TransferWithSeedInstruction implements TransactionInstruction {
|
|
2544
|
+
programId: Address
|
|
2545
|
+
destination: Account
|
|
2546
|
+
lamports: BigInt
|
|
2547
|
+
source: Account
|
|
2548
|
+
sourceBase: Address
|
|
2549
|
+
sourceOwner: Account
|
|
2550
|
+
sourceSeed: String
|
|
2551
|
+
}
|
|
2552
|
+
|
|
2553
|
+
"""
|
|
2554
|
+
Vote: InitializeAccount instruction
|
|
2555
|
+
"""
|
|
2556
|
+
type VoteInitializeAccountInstruction implements TransactionInstruction {
|
|
2557
|
+
programId: Address
|
|
2558
|
+
authorizedVoter: Account
|
|
2559
|
+
authorizedWithdrawer: Account
|
|
2560
|
+
clockSysvar: Address
|
|
2561
|
+
commission: BigInt # FIXME:*
|
|
2562
|
+
node: Account
|
|
2563
|
+
rentSysvar: Address
|
|
2564
|
+
voteAccount: Account
|
|
2565
|
+
}
|
|
2566
|
+
|
|
2567
|
+
"""
|
|
2568
|
+
Vote: Authorize instruction
|
|
2569
|
+
"""
|
|
2570
|
+
type VoteAuthorizeInstruction implements TransactionInstruction {
|
|
2571
|
+
programId: Address
|
|
2572
|
+
authority: Account
|
|
2573
|
+
authorityType: String
|
|
2574
|
+
clockSysvar: Address
|
|
2575
|
+
newAuthority: Account
|
|
2576
|
+
voteAccount: Account
|
|
2577
|
+
}
|
|
2578
|
+
|
|
2579
|
+
"""
|
|
2580
|
+
Vote: AuthorizeWithSeed instruction
|
|
2581
|
+
"""
|
|
2582
|
+
type VoteAuthorizeWithSeedInstruction implements TransactionInstruction {
|
|
2583
|
+
programId: Address
|
|
2584
|
+
authorityBaseKey: String
|
|
2585
|
+
authorityOwner: Account
|
|
2586
|
+
authoritySeed: String
|
|
2587
|
+
authorityType: String
|
|
2588
|
+
clockSysvar: Address
|
|
2589
|
+
newAuthority: Account
|
|
2590
|
+
voteAccount: Account
|
|
2591
|
+
}
|
|
2592
|
+
|
|
2593
|
+
"""
|
|
2594
|
+
Vote: AuthorizeCheckedWithSeed instruction
|
|
2595
|
+
"""
|
|
2596
|
+
type VoteAuthorizeCheckedWithSeedInstruction implements TransactionInstruction {
|
|
2597
|
+
programId: Address
|
|
2598
|
+
authorityBaseKey: String
|
|
2599
|
+
authorityOwner: Account
|
|
2600
|
+
authoritySeed: String
|
|
2601
|
+
authorityType: String
|
|
2602
|
+
clockSysvar: Address
|
|
2603
|
+
newAuthority: Account
|
|
2604
|
+
voteAccount: Account
|
|
2605
|
+
}
|
|
2606
|
+
|
|
2607
|
+
type Vote {
|
|
2608
|
+
hash: String
|
|
2609
|
+
slots: [BigInt]
|
|
2610
|
+
timestamp: BigInt
|
|
2611
|
+
}
|
|
2612
|
+
|
|
2613
|
+
"""
|
|
2614
|
+
Vote: Vote instruction
|
|
2615
|
+
"""
|
|
2616
|
+
type VoteVoteInstruction implements TransactionInstruction {
|
|
2617
|
+
programId: Address
|
|
2618
|
+
clockSysvar: Address
|
|
2619
|
+
slotHashesSysvar: Address
|
|
2620
|
+
vote: Vote
|
|
2621
|
+
voteAccount: Account
|
|
2622
|
+
voteAuthority: Account
|
|
2623
|
+
}
|
|
2624
|
+
|
|
2625
|
+
type VoteStateUpdateLockout {
|
|
2626
|
+
confirmationCount: BigInt # FIXME:*
|
|
2627
|
+
slot: BigInt
|
|
2628
|
+
}
|
|
2629
|
+
type VoteStateUpdate {
|
|
2630
|
+
hash: String
|
|
2631
|
+
lockouts: [VoteStateUpdateLockout]
|
|
2632
|
+
root: BigInt
|
|
2633
|
+
timestamp: BigInt
|
|
2634
|
+
}
|
|
2635
|
+
|
|
2636
|
+
"""
|
|
2637
|
+
Vote: UpdateVoteState instruction
|
|
2638
|
+
"""
|
|
2639
|
+
type VoteUpdateVoteStateInstruction implements TransactionInstruction {
|
|
2640
|
+
programId: Address
|
|
2641
|
+
hash: String
|
|
2642
|
+
voteAccount: Account
|
|
2643
|
+
voteAuthority: Account
|
|
2644
|
+
voteStateUpdate: VoteStateUpdate
|
|
2645
|
+
}
|
|
2646
|
+
|
|
2647
|
+
"""
|
|
2648
|
+
Vote: UpdateVoteStateSwitch instruction
|
|
2649
|
+
"""
|
|
2650
|
+
type VoteUpdateVoteStateSwitchInstruction implements TransactionInstruction {
|
|
2651
|
+
programId: Address
|
|
2652
|
+
hash: String
|
|
2653
|
+
voteAccount: Account
|
|
2654
|
+
voteAuthority: Account
|
|
2655
|
+
voteStateUpdate: VoteStateUpdate
|
|
2656
|
+
}
|
|
2657
|
+
|
|
2658
|
+
"""
|
|
2659
|
+
Vote: CompactUpdateVoteState instruction
|
|
2660
|
+
"""
|
|
2661
|
+
type VoteCompactUpdateVoteStateInstruction implements TransactionInstruction {
|
|
2662
|
+
programId: Address
|
|
2663
|
+
hash: String
|
|
2664
|
+
voteAccount: Account
|
|
2665
|
+
voteAuthority: Account
|
|
2666
|
+
voteStateUpdate: VoteStateUpdate
|
|
2667
|
+
}
|
|
2668
|
+
|
|
2669
|
+
"""
|
|
2670
|
+
Vote: CompactUpdateVoteStateSwitch instruction
|
|
2671
|
+
"""
|
|
2672
|
+
type VoteCompactUpdateVoteStateSwitchInstruction implements TransactionInstruction {
|
|
2673
|
+
programId: Address
|
|
2674
|
+
hash: String
|
|
2675
|
+
voteAccount: Account
|
|
2676
|
+
voteAuthority: Account
|
|
2677
|
+
voteStateUpdate: VoteStateUpdate
|
|
2678
|
+
}
|
|
2679
|
+
|
|
2680
|
+
"""
|
|
2681
|
+
Vote: Withdraw instruction
|
|
2682
|
+
"""
|
|
2683
|
+
type VoteWithdrawInstruction implements TransactionInstruction {
|
|
2684
|
+
programId: Address
|
|
2685
|
+
destination: Account
|
|
2686
|
+
lamports: BigInt
|
|
2687
|
+
voteAccount: Account
|
|
2688
|
+
withdrawAuthority: Account
|
|
2689
|
+
}
|
|
2690
|
+
|
|
2691
|
+
"""
|
|
2692
|
+
Vote: UpdateValidatorIdentity instruction
|
|
2693
|
+
"""
|
|
2694
|
+
type VoteUpdateValidatorIdentityInstruction implements TransactionInstruction {
|
|
2695
|
+
programId: Address
|
|
2696
|
+
newValidatorIdentity: Account
|
|
2697
|
+
voteAccount: Account
|
|
2698
|
+
withdrawAuthority: Account
|
|
2699
|
+
}
|
|
2700
|
+
|
|
2701
|
+
"""
|
|
2702
|
+
Vote: UpdateCommission instruction
|
|
2703
|
+
"""
|
|
2704
|
+
type VoteUpdateCommissionInstruction implements TransactionInstruction {
|
|
2705
|
+
programId: Address
|
|
2706
|
+
commission: BigInt # FIXME:*
|
|
2707
|
+
voteAccount: Account
|
|
2708
|
+
withdrawAuthority: Account
|
|
2709
|
+
}
|
|
2710
|
+
|
|
2711
|
+
"""
|
|
2712
|
+
Vote: VoteSwitch instruction
|
|
2713
|
+
"""
|
|
2714
|
+
type VoteVoteSwitchInstruction implements TransactionInstruction {
|
|
2715
|
+
programId: Address
|
|
2716
|
+
clockSysvar: Address
|
|
2717
|
+
hash: String
|
|
2718
|
+
slotHashesSysvar: Address
|
|
2719
|
+
vote: Vote
|
|
2720
|
+
voteAccount: Account
|
|
2721
|
+
voteAuthority: Account
|
|
2722
|
+
}
|
|
2723
|
+
|
|
2724
|
+
"""
|
|
2725
|
+
Vote: AuthorizeChecked instruction
|
|
2726
|
+
"""
|
|
2727
|
+
type VoteAuthorizeCheckedInstruction implements TransactionInstruction {
|
|
2728
|
+
programId: Address
|
|
2729
|
+
authority: Account
|
|
2730
|
+
authorityType: String
|
|
2731
|
+
clockSysvar: Address
|
|
2732
|
+
newAuthority: Account
|
|
2733
|
+
voteAccount: Account
|
|
2734
|
+
}
|
|
2735
|
+
`
|
|
2736
|
+
);
|
|
2737
|
+
|
|
2738
|
+
// src/schema/root.ts
|
|
2739
|
+
var rootTypeDefs = (
|
|
2740
|
+
/* GraphQL */
|
|
2741
|
+
`
|
|
2742
|
+
type Query {
|
|
2743
|
+
account(
|
|
2744
|
+
address: String!
|
|
2745
|
+
commitment: Commitment
|
|
2746
|
+
dataSlice: DataSlice
|
|
2747
|
+
encoding: AccountEncoding
|
|
2748
|
+
minContextSlot: BigInt
|
|
2749
|
+
): Account
|
|
2750
|
+
block(
|
|
2751
|
+
slot: BigInt!
|
|
2752
|
+
commitment: Commitment
|
|
2753
|
+
encoding: TransactionEncoding
|
|
2754
|
+
transactionDetails: BlockTransactionDetails
|
|
2755
|
+
): Block
|
|
2756
|
+
programAccounts(
|
|
2757
|
+
programAddress: String!
|
|
2758
|
+
commitment: Commitment
|
|
2759
|
+
dataSlice: DataSlice
|
|
2760
|
+
encoding: AccountEncoding
|
|
2761
|
+
filters: [ProgramAccountsFilter]
|
|
2762
|
+
minContextSlot: BigInt
|
|
2763
|
+
): [Account]
|
|
2764
|
+
transaction(signature: String!, commitment: Commitment, encoding: TransactionEncoding): Transaction
|
|
2765
|
+
}
|
|
2766
|
+
|
|
2767
|
+
schema {
|
|
2768
|
+
query: Query
|
|
2769
|
+
}
|
|
2770
|
+
`
|
|
2771
|
+
);
|
|
2772
|
+
|
|
2773
|
+
// src/schema/transaction.ts
|
|
2774
|
+
var transactionTypeDefs = (
|
|
2775
|
+
/* GraphQL */
|
|
2776
|
+
`
|
|
2777
|
+
type TransactionStatusOk {
|
|
2778
|
+
Ok: String
|
|
2779
|
+
}
|
|
2780
|
+
type TransactionStatusErr {
|
|
2781
|
+
Err: String
|
|
2782
|
+
}
|
|
2783
|
+
union TransactionStatus = TransactionStatusOk | TransactionStatusErr
|
|
2784
|
+
|
|
2785
|
+
type TransactionLoadedAddresses {
|
|
2786
|
+
readonly: [String]
|
|
2787
|
+
writable: [String]
|
|
2788
|
+
}
|
|
2789
|
+
|
|
2790
|
+
type TransactionInnerInstruction {
|
|
2791
|
+
index: Int
|
|
2792
|
+
instructions: [TransactionInstruction]
|
|
2793
|
+
}
|
|
2794
|
+
|
|
2795
|
+
type TransactionMeta {
|
|
2796
|
+
computeUnitsConsumed: BigInt
|
|
2797
|
+
err: String
|
|
2798
|
+
fee: BigInt
|
|
2799
|
+
innerInstructions: [TransactionInnerInstruction]
|
|
2800
|
+
loadedAddresses: TransactionLoadedAddresses
|
|
2801
|
+
logMessages: [String]
|
|
2802
|
+
postBalances: [BigInt]
|
|
2803
|
+
postTokenBalances: [TokenBalance]
|
|
2804
|
+
preBalances: [BigInt]
|
|
2805
|
+
preTokenBalances: [TokenBalance]
|
|
2806
|
+
returnData: ReturnData
|
|
2807
|
+
rewards: [Reward]
|
|
2808
|
+
status: TransactionStatus
|
|
2809
|
+
}
|
|
2810
|
+
|
|
2811
|
+
type TransactionMessageAccountKey {
|
|
2812
|
+
pubkey: Address
|
|
2813
|
+
signer: Boolean
|
|
2814
|
+
source: String
|
|
2815
|
+
writable: Boolean
|
|
2816
|
+
}
|
|
2817
|
+
|
|
2818
|
+
type TransactionMessageAddressTableLookup {
|
|
2819
|
+
accountKey: Address
|
|
2820
|
+
readableIndexes: [Int]
|
|
2821
|
+
writableIndexes: [Int]
|
|
2822
|
+
}
|
|
2823
|
+
|
|
2824
|
+
type TransactionMessageHeader {
|
|
2825
|
+
numReadonlySignedAccounts: Int
|
|
2826
|
+
numReadonlyUnsignedAccounts: Int
|
|
2827
|
+
numRequiredSignatures: Int
|
|
2828
|
+
}
|
|
2829
|
+
|
|
2830
|
+
type TransactionMessage {
|
|
2831
|
+
accountKeys: [TransactionMessageAccountKey]
|
|
2832
|
+
addressTableLookups: [TransactionMessageAddressTableLookup]
|
|
2833
|
+
header: TransactionMessageHeader
|
|
2834
|
+
instructions: [TransactionInstruction]
|
|
2835
|
+
recentBlockhash: String
|
|
2836
|
+
}
|
|
2837
|
+
|
|
2838
|
+
"""
|
|
2839
|
+
Transaction interface
|
|
2840
|
+
"""
|
|
2841
|
+
interface Transaction {
|
|
2842
|
+
blockTime: BigInt
|
|
2843
|
+
meta: TransactionMeta
|
|
2844
|
+
slot: BigInt
|
|
2845
|
+
version: String
|
|
2846
|
+
}
|
|
2847
|
+
|
|
2848
|
+
"""
|
|
2849
|
+
A transaction with base58 encoded data
|
|
2850
|
+
"""
|
|
2851
|
+
type TransactionBase58 implements Transaction {
|
|
2852
|
+
blockTime: BigInt
|
|
2853
|
+
data: Base58EncodedBytes
|
|
2854
|
+
meta: TransactionMeta
|
|
2855
|
+
slot: BigInt
|
|
2856
|
+
version: String
|
|
2857
|
+
}
|
|
2858
|
+
|
|
2859
|
+
"""
|
|
2860
|
+
A transaction with base64 encoded data
|
|
2861
|
+
"""
|
|
2862
|
+
type TransactionBase64 implements Transaction {
|
|
2863
|
+
blockTime: BigInt
|
|
2864
|
+
data: Base64EncodedBytes
|
|
2865
|
+
meta: TransactionMeta
|
|
2866
|
+
slot: BigInt
|
|
2867
|
+
version: String
|
|
2868
|
+
}
|
|
2869
|
+
|
|
2870
|
+
"""
|
|
2871
|
+
A transaction with JSON encoded data
|
|
2872
|
+
"""
|
|
2873
|
+
type TransactionDataParsed {
|
|
2874
|
+
message: TransactionMessage
|
|
2875
|
+
signatures: [String]
|
|
2876
|
+
}
|
|
2877
|
+
type TransactionParsed implements Transaction {
|
|
2878
|
+
blockTime: BigInt
|
|
2879
|
+
data: TransactionDataParsed
|
|
2880
|
+
meta: TransactionMeta
|
|
2881
|
+
slot: BigInt
|
|
2882
|
+
version: String
|
|
2883
|
+
}
|
|
2884
|
+
`
|
|
2885
|
+
);
|
|
2886
|
+
|
|
2887
|
+
// src/schema/index.ts
|
|
2888
|
+
function createSolanaGraphQLTypeDefs() {
|
|
2889
|
+
return [
|
|
2890
|
+
accountTypeDefs,
|
|
2891
|
+
blockTypeDefs,
|
|
2892
|
+
commonTypeDefs,
|
|
2893
|
+
inputTypeDefs,
|
|
2894
|
+
instructionTypeDefs,
|
|
2895
|
+
rootTypeDefs,
|
|
2896
|
+
scalarTypeDefs,
|
|
2897
|
+
transactionTypeDefs
|
|
2898
|
+
];
|
|
2899
|
+
}
|
|
2900
|
+
|
|
2901
|
+
// src/index.ts
|
|
2306
2902
|
function createRpcGraphQL(rpc) {
|
|
2307
|
-
const
|
|
2308
|
-
|
|
2309
|
-
|
|
2310
|
-
fields: {
|
|
2311
|
-
...accountQuery(),
|
|
2312
|
-
...blockQuery(),
|
|
2313
|
-
...programAccountsQuery(),
|
|
2314
|
-
...transactionQuery()
|
|
2315
|
-
},
|
|
2316
|
-
name: "RootQuery"
|
|
2317
|
-
}),
|
|
2318
|
-
types: [...accountTypes(), ...blockTypes(), ...transactionTypes()]
|
|
2903
|
+
const schema$1 = schema.makeExecutableSchema({
|
|
2904
|
+
resolvers: createSolanaGraphQLResolvers(),
|
|
2905
|
+
typeDefs: createSolanaGraphQLTypeDefs()
|
|
2319
2906
|
});
|
|
2320
2907
|
return {
|
|
2321
|
-
context,
|
|
2322
2908
|
async query(source, variableValues) {
|
|
2323
|
-
const
|
|
2324
|
-
|
|
2325
|
-
|
|
2909
|
+
const contextValue = createSolanaGraphQLContext(rpc);
|
|
2910
|
+
return graphql.graphql({
|
|
2911
|
+
contextValue,
|
|
2912
|
+
schema: schema$1,
|
|
2326
2913
|
source,
|
|
2327
2914
|
variableValues
|
|
2328
2915
|
});
|
|
2329
|
-
|
|
2330
|
-
return result;
|
|
2331
|
-
},
|
|
2332
|
-
schema
|
|
2916
|
+
}
|
|
2333
2917
|
};
|
|
2334
2918
|
}
|
|
2335
2919
|
|
|
2336
2920
|
exports.createRpcGraphQL = createRpcGraphQL;
|
|
2921
|
+
//# sourceMappingURL=out.js.map
|
|
2922
|
+
//# sourceMappingURL=index.node.cjs.map
|