@solana/rpc-graphql 2.0.0-experimental.f7d1af1 → 2.0.0-experimental.fa2293f
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.browser.cjs +3076 -2686
- package/dist/index.browser.cjs.map +1 -1
- package/dist/index.browser.js +3073 -2688
- package/dist/index.browser.js.map +1 -1
- package/dist/index.native.js +3006 -2617
- package/dist/index.native.js.map +1 -1
- package/dist/index.node.cjs +3009 -2615
- package/dist/index.node.cjs.map +1 -1
- package/dist/index.node.js +3006 -2617
- package/dist/index.node.js.map +1 -1
- package/dist/types/context.d.ts +17 -19
- package/dist/types/context.d.ts.map +1 -1
- package/dist/types/index.d.ts +6 -1
- package/dist/types/index.d.ts.map +1 -1
- package/dist/types/loaders/account.d.ts +12 -12
- package/dist/types/loaders/account.d.ts.map +1 -1
- package/dist/types/loaders/block.d.ts +3 -5
- package/dist/types/loaders/block.d.ts.map +1 -1
- package/dist/types/loaders/coalescer.d.ts +55 -0
- package/dist/types/loaders/coalescer.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 +82 -0
- package/dist/types/loaders/loader.d.ts.map +1 -0
- package/dist/types/loaders/program-accounts.d.ts +7 -5
- package/dist/types/loaders/program-accounts.d.ts.map +1 -1
- package/dist/types/loaders/transaction.d.ts +3 -15
- package/dist/types/loaders/transaction.d.ts.map +1 -1
- package/dist/types/resolvers/account.d.ts +228 -4
- package/dist/types/resolvers/account.d.ts.map +1 -1
- package/dist/types/resolvers/block.d.ts +104 -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 +2220 -0
- package/dist/types/resolvers/instruction.d.ts.map +1 -0
- package/dist/types/resolvers/program-accounts.d.ts +19 -0
- package/dist/types/resolvers/program-accounts.d.ts.map +1 -0
- package/dist/types/resolvers/resolve-info/account.d.ts +15 -0
- package/dist/types/resolvers/resolve-info/account.d.ts.map +1 -0
- package/dist/types/resolvers/resolve-info/block.d.ts +13 -0
- package/dist/types/resolvers/resolve-info/block.d.ts.map +1 -0
- package/dist/types/resolvers/resolve-info/index.d.ts +6 -0
- package/dist/types/resolvers/resolve-info/index.d.ts.map +1 -0
- package/dist/types/resolvers/resolve-info/program-accounts.d.ts +20 -0
- package/dist/types/resolvers/resolve-info/program-accounts.d.ts.map +1 -0
- package/dist/types/resolvers/resolve-info/transaction.d.ts +15 -0
- package/dist/types/resolvers/resolve-info/transaction.d.ts.map +1 -0
- package/dist/types/resolvers/resolve-info/visitor.d.ts +18 -0
- package/dist/types/resolvers/resolve-info/visitor.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/transaction.d.ts +42 -0
- package/dist/types/resolvers/transaction.d.ts.map +1 -0
- package/dist/types/resolvers/types.d.ts +94 -0
- package/dist/types/resolvers/types.d.ts.map +1 -0
- package/dist/types/schema/account.d.ts +1 -123
- package/dist/types/schema/account.d.ts.map +1 -1
- package/dist/types/schema/block.d.ts +1 -16
- package/dist/types/schema/block.d.ts.map +1 -1
- package/dist/types/schema/index.d.ts +1 -1
- package/dist/types/schema/index.d.ts.map +1 -1
- package/dist/types/schema/instruction.d.ts +1 -953
- package/dist/types/schema/instruction.d.ts.map +1 -1
- 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 +1 -15
- package/dist/types/schema/transaction.d.ts.map +1 -1
- package/dist/types/schema/types.d.ts +2 -0
- package/dist/types/schema/types.d.ts.map +1 -0
- package/package.json +14 -39
- package/dist/types/cache.d.ts +0 -7
- package/dist/types/cache.d.ts.map +0 -1
- package/dist/types/rpc.d.ts +0 -18
- package/dist/types/rpc.d.ts.map +0 -1
- package/dist/types/schema/common/inputs.d.ts +0 -10
- package/dist/types/schema/common/inputs.d.ts.map +0 -1
- package/dist/types/schema/common/scalars.d.ts +0 -13
- package/dist/types/schema/common/scalars.d.ts.map +0 -1
- package/dist/types/schema/common/types.d.ts +0 -12
- package/dist/types/schema/common/types.d.ts.map +0 -1
- package/dist/types/schema/program-accounts.d.ts +0 -12
- package/dist/types/schema/program-accounts.d.ts.map +0 -1
package/dist/index.node.cjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/rpc.ts","../src/cache.ts","../src/loaders/account.ts","../src/loaders/transaction.ts","../src/loaders/block.ts","../src/loaders/program-accounts.ts","../src/context.ts","../src/schema/index.ts","../src/resolvers/account.ts","../src/schema/account.ts","../src/schema/block.ts","../src/schema/common/inputs.ts","../src/schema/common/scalars.ts","../src/schema/common/types.ts","../src/schema/instruction.ts","../src/schema/transaction.ts"],"names":["value","processQueryResponse"],"mappings":"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AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;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","sourcesContent":["import { GetAccountInfoApi } from '@solana/rpc-core/dist/types/rpc-methods/getAccountInfo';\nimport { GetBlockApi } from '@solana/rpc-core/dist/types/rpc-methods/getBlock';\nimport { GetProgramAccountsApi } from '@solana/rpc-core/dist/types/rpc-methods/getProgramAccounts';\nimport { GetTransactionApi } from '@solana/rpc-core/dist/types/rpc-methods/getTransaction';\nimport { Rpc } from '@solana/rpc-transport/dist/types/json-rpc-types';\nimport { graphql, GraphQLSchema, Source } from 'graphql';\n\nimport { createSolanaGraphQLContext, RpcGraphQLContext } from './context';\nimport { createSolanaGraphQLSchema } from './schema';\n\ntype RpcMethods = GetAccountInfoApi & GetBlockApi & GetProgramAccountsApi & GetTransactionApi;\n\nexport interface RpcGraphQL {\n context: RpcGraphQLContext;\n query(\n source: string | Source,\n variableValues?: { readonly [variable: string]: unknown }\n ): ReturnType<typeof graphql>;\n schema: GraphQLSchema;\n}\n\nexport function createRpcGraphQL(rpc: Rpc<RpcMethods>): RpcGraphQL {\n const context = createSolanaGraphQLContext(rpc);\n const schema = createSolanaGraphQLSchema();\n return {\n context,\n async query(source: string | Source, variableValues?: { readonly [variable: string]: unknown }) {\n const result = await graphql({\n contextValue: this.context,\n schema: this.schema,\n source,\n variableValues,\n });\n this.context.cache.flush();\n return result;\n },\n schema,\n };\n}\n","export interface GraphQLCache {\n flush(): void;\n get(key: string | bigint, variables: unknown): unknown | null;\n insert(key: string | bigint, variables: unknown, value: unknown): void;\n}\n\n// Basic in-memory cache for Node.js\nconst inMemoryCache: { [key: string]: string } = {};\n\nconst stringifyValue = (value: unknown) =>\n JSON.stringify(value, (_, value) => {\n if (typeof value === 'bigint') {\n return value.toString() + 'n';\n }\n return value;\n });\n\nconst parseValue = (value: string) =>\n JSON.parse(value, (_, value) => {\n if (typeof value === 'string' && /\\d+n$/.test(value)) {\n return BigInt(value.slice(0, -1));\n }\n return value;\n });\n\nconst cacheKey = (key: string | bigint, variables: unknown): string =>\n `GraphQLCache:${stringifyValue(key)}:${stringifyValue(variables)}`;\n\nexport function createGraphQLCache(): GraphQLCache {\n return __BROWSER__\n ? {\n // Browser\n flush: () => {\n // Clear all entries from the localStorage related to this cache\n for (let i = localStorage.length - 1; i >= 0; i--) {\n const storageKey = localStorage.key(i);\n if (storageKey && storageKey.startsWith('GraphQLCache:')) {\n localStorage.removeItem(storageKey);\n }\n }\n },\n get: (key, variables) => {\n const value = localStorage.getItem(cacheKey(key, variables));\n return value === null ? null : parseValue(value);\n },\n insert: (key, variables, value) => {\n localStorage.setItem(cacheKey(key, variables), stringifyValue(value));\n },\n }\n : {\n // Node.js\n flush: () => {\n Object.keys(inMemoryCache).forEach(key => delete inMemoryCache[key]);\n },\n get: (key, variables) => {\n const value = inMemoryCache[cacheKey(key, variables)];\n return value === undefined ? null : parseValue(value);\n },\n insert: (key, variables, value) => {\n inMemoryCache[cacheKey(key, variables)] = stringifyValue(value);\n },\n };\n}\n","import { Address } from '@solana/addresses';\nimport { SolanaRpcMethods } from '@solana/rpc-core';\nimport { GraphQLResolveInfo } from 'graphql';\n\nimport { GraphQLCache } from '../cache';\nimport type { Rpc } from '../context';\nimport { AccountQueryArgs } from '../schema/account';\n\nfunction onlyAddressRequested(info?: GraphQLResolveInfo): boolean {\n if (info && info.fieldNodes[0].selectionSet) {\n const selectionSet = info.fieldNodes[0].selectionSet;\n const requestedFields = selectionSet.selections.map(field => {\n if (field.kind === 'Field') {\n return field.name.value;\n }\n return null;\n });\n if (requestedFields && requestedFields.length === 1 && requestedFields[0] === 'address') {\n return true;\n }\n }\n return false;\n}\n\n// eslint-disable-next-line @typescript-eslint/no-explicit-any\nexport function refineJsonParsedAccountData(jsonParsedAccountData: any) {\n const meta = {\n program: jsonParsedAccountData.program,\n space: jsonParsedAccountData.space,\n type: jsonParsedAccountData.parsed.type,\n };\n const data = jsonParsedAccountData.parsed.info;\n return { data, meta };\n}\n\n// eslint-disable-next-line @typescript-eslint/no-explicit-any\nfunction processQueryResponse({ address, account, encoding }: { address: Address; account: any; encoding: string }) {\n const [refinedData, responseEncoding] = Array.isArray(account.data)\n ? encoding === 'jsonParsed'\n ? [account.data[0], 'base64']\n : [account.data[0], encoding]\n : [refineJsonParsedAccountData(account.data), 'jsonParsed'];\n\n const responseBase = {\n ...account,\n address,\n encoding: responseEncoding,\n };\n return typeof refinedData === 'object' && 'meta' in refinedData\n ? {\n ...responseBase,\n data: refinedData.data,\n meta: refinedData.meta,\n }\n : {\n ...responseBase,\n data: refinedData,\n };\n}\n\n// Default to jsonParsed encoding if none is provided\nexport async function loadAccount(\n { address, encoding = 'jsonParsed', ...config }: AccountQueryArgs,\n cache: GraphQLCache,\n rpc: Rpc,\n info?: GraphQLResolveInfo\n) {\n // If a user only requests the account's address, don't call the RPC\n if (onlyAddressRequested(info)) {\n return { address };\n }\n\n const requestConfig = { encoding, ...config };\n\n const cached = cache.get(address, requestConfig);\n if (cached !== null) {\n return cached;\n }\n\n const account = await rpc\n .getAccountInfo(address, requestConfig as Parameters<SolanaRpcMethods['getAccountInfo']>[1])\n .send()\n .then(res => res.value)\n .catch(e => {\n throw e;\n });\n\n if (account === null) {\n // Account does not exist, return only the address\n return { address };\n }\n\n const queryResponse = processQueryResponse({ account, address, encoding });\n\n cache.insert(address, requestConfig, queryResponse);\n\n return queryResponse;\n}\n","import { SolanaRpcMethods } from '@solana/rpc-core';\nimport { GraphQLResolveInfo } from 'graphql';\n\nimport { GraphQLCache } from '../cache';\nimport type { Rpc } from '../context';\nimport { TransactionQueryArgs } from '../schema/transaction';\n\n// eslint-disable-next-line @typescript-eslint/no-explicit-any\nfunction refineJsonParsedInstructionData(jsonParsedInstructionData: any) {\n if ('parsed' in jsonParsedInstructionData) {\n const meta = {\n program: jsonParsedInstructionData.program,\n type: jsonParsedInstructionData.parsed.type,\n };\n const programId = jsonParsedInstructionData.programId;\n const data = jsonParsedInstructionData.parsed.info;\n return { data, meta, programId };\n } else {\n return jsonParsedInstructionData;\n }\n}\n\n// eslint-disable-next-line @typescript-eslint/no-explicit-any\nfunction refineJsonParsedTransactionData(jsonParsedTransactionData: any) {\n const refinedInstructions = jsonParsedTransactionData.message.instructions.map((instruction: unknown) =>\n refineJsonParsedInstructionData(instruction)\n );\n const message = {\n ...jsonParsedTransactionData.message,\n instructions: refinedInstructions,\n };\n return { message, signatures: jsonParsedTransactionData.signatures };\n}\n\n// eslint-disable-next-line @typescript-eslint/no-explicit-any\nfunction refineJsonParsedTransactionMeta(jsonParsedTransactionMeta: any) {\n const refinedInnerInstructions = jsonParsedTransactionMeta.innerInstructions.map(\n ({ index, instructions }: { index: number; instructions: unknown[] }) => {\n return {\n index,\n instructions: instructions.map((instruction: unknown) => refineJsonParsedInstructionData(instruction)),\n };\n }\n );\n return {\n ...jsonParsedTransactionMeta,\n innerInstructions: refinedInnerInstructions,\n };\n}\n\n// eslint-disable-next-line @typescript-eslint/no-explicit-any\nexport function refineJsonParsedTransaction({ encoding, transaction }: { encoding: string; transaction: any }) {\n const [transactionData, transactionMeta] = Array.isArray(transaction.transaction)\n ? [transaction.transaction[0], transaction.meta]\n : [refineJsonParsedTransactionData(transaction.transaction), refineJsonParsedTransactionMeta(transaction.meta)];\n return {\n data: transactionData,\n encoding,\n meta: transactionMeta,\n slot: transaction.slot,\n version: transaction.version,\n };\n}\n\n// eslint-disable-next-line @typescript-eslint/no-explicit-any\nfunction processQueryResponse({ encoding, transaction }: { encoding: string; transaction: any }) {\n return refineJsonParsedTransaction({ encoding, transaction });\n}\n\nexport async function loadTransaction(\n { signature, encoding = 'jsonParsed', ...config }: TransactionQueryArgs,\n cache: GraphQLCache,\n rpc: Rpc,\n _info?: GraphQLResolveInfo\n) {\n const requestConfig = {\n encoding,\n ...config,\n // Always use 0 to avoid silly errors\n maxSupportedTransactionVersion: 0,\n };\n\n const cached = cache.get(signature, requestConfig);\n if (cached !== null) {\n return cached;\n }\n\n // If the requested encoding is `base58` or `base64`,\n // first fetch the transaction with the requested encoding,\n // then fetch it again with `jsonParsed` encoding.\n // This ensures the response always has the full transaction meta.\n let transaction = await rpc\n .getTransaction(signature, requestConfig as unknown as Parameters<SolanaRpcMethods['getTransaction']>[1])\n .send()\n .catch(e => {\n throw e;\n });\n if (transaction === null) {\n return null;\n }\n\n if (encoding !== 'jsonParsed') {\n const transactionJsonParsed = await rpc\n .getTransaction(signature, requestConfig as unknown as Parameters<SolanaRpcMethods['getTransaction']>[1])\n .send()\n .catch(e => {\n throw e;\n });\n if (transactionJsonParsed === null) {\n return null;\n }\n transaction = {\n ...transaction,\n meta: transactionJsonParsed.meta,\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n } as any;\n }\n\n const queryResponse = processQueryResponse({ encoding, transaction });\n\n cache.insert(signature, requestConfig, queryResponse);\n\n return queryResponse;\n}\n","import { SolanaRpcMethods } from '@solana/rpc-core';\nimport { GraphQLResolveInfo } from 'graphql';\n\nimport { GraphQLCache } from '../cache';\nimport type { Rpc } from '../context';\nimport { BlockQueryArgs } from '../schema/block';\nimport { refineJsonParsedTransaction } from './transaction';\n\n// eslint-disable-next-line @typescript-eslint/no-explicit-any\nfunction refineJsonParsedTransactionForAccounts({ transaction }: { transaction: any }) {\n return {\n data: transaction.transaction,\n meta: transaction.meta,\n version: transaction.version,\n };\n}\n\nfunction processQueryResponse({\n encoding,\n block,\n transactionDetails,\n}: {\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n block: any;\n encoding: string;\n transactionDetails: string;\n}) {\n if (typeof block === 'object' && 'transactions' in block) {\n const refinedBlock = {\n ...block,\n transactions: block.transactions.map((transaction: unknown) => {\n if (transactionDetails === 'accounts') {\n return refineJsonParsedTransactionForAccounts({ transaction });\n } else {\n return refineJsonParsedTransaction({ encoding, transaction });\n }\n }),\n };\n block = refinedBlock;\n }\n return {\n ...block,\n encoding,\n transactionDetails,\n };\n}\n\nexport async function loadBlock(\n { slot, encoding = 'jsonParsed', ...config }: BlockQueryArgs,\n cache: GraphQLCache,\n rpc: Rpc,\n _info?: GraphQLResolveInfo\n) {\n const requestConfig = {\n encoding,\n ...config,\n // Always use 0 to avoid silly errors\n maxSupportedTransactionVersion: 0,\n };\n const transactionDetails = config.transactionDetails ?? 'full';\n\n const cached = cache.get(slot, config);\n if (cached !== null) {\n return cached;\n }\n\n const block = await rpc\n .getBlock(slot, requestConfig as unknown as Parameters<SolanaRpcMethods['getBlock']>[1])\n .send()\n .catch(e => {\n throw e;\n });\n\n if (block === null) {\n return { slot };\n }\n\n const queryResponse = processQueryResponse({ block, encoding, transactionDetails });\n\n cache.insert(slot, requestConfig, queryResponse);\n\n return queryResponse;\n}\n","import { SolanaRpcMethods } from '@solana/rpc-core';\nimport { GraphQLResolveInfo } from 'graphql';\n\nimport { GraphQLCache } from '../cache';\nimport type { Rpc } from '../context';\nimport { ProgramAccountsQueryArgs } from '../schema/program-accounts';\nimport { refineJsonParsedAccountData } from './account';\n\n// eslint-disable-next-line @typescript-eslint/no-explicit-any\nfunction processQueryResponse({ encoding, programAccounts }: { encoding: string; programAccounts: any[] }) {\n return programAccounts.map(programAccount => {\n const [refinedData, responseEncoding] = Array.isArray(programAccount.account.data)\n ? encoding === 'jsonParsed'\n ? [programAccount.account.data[0], 'base64']\n : [programAccount.account.data[0], encoding]\n : [refineJsonParsedAccountData(programAccount.account.data), 'jsonParsed'];\n const pubkey = programAccount.pubkey;\n const responseBase = {\n ...programAccount.account,\n address: pubkey,\n encoding: responseEncoding,\n };\n return typeof refinedData === 'object' && 'meta' in refinedData\n ? {\n ...responseBase,\n data: refinedData.data,\n meta: refinedData.meta,\n }\n : {\n ...responseBase,\n data: refinedData,\n };\n });\n}\n\nexport async function loadProgramAccounts(\n { programAddress, encoding = 'jsonParsed', ...config }: ProgramAccountsQueryArgs,\n cache: GraphQLCache,\n rpc: Rpc,\n _info?: GraphQLResolveInfo\n) {\n const requestConfig = { encoding, ...config };\n\n const cached = cache.get(programAddress, requestConfig);\n if (cached !== null) {\n return cached;\n }\n\n const programAccounts = await rpc\n .getProgramAccounts(programAddress, requestConfig as Parameters<SolanaRpcMethods['getProgramAccounts']>[1])\n .send()\n .then(res => {\n if ('value' in res) {\n return res.value as ReturnType<SolanaRpcMethods['getProgramAccounts']>;\n }\n return res as ReturnType<SolanaRpcMethods['getProgramAccounts']>;\n })\n .catch(e => {\n throw e;\n });\n\n const queryResponse = processQueryResponse({ encoding, programAccounts });\n\n cache.insert(programAddress, requestConfig, queryResponse);\n\n return queryResponse;\n}\n","import { GraphQLResolveInfo } from 'graphql';\n\nimport { createGraphQLCache, GraphQLCache } from './cache';\nimport { loadAccount } from './loaders/account';\nimport { loadBlock } from './loaders/block';\nimport { loadProgramAccounts } from './loaders/program-accounts';\nimport { loadTransaction } from './loaders/transaction';\nimport { createRpcGraphQL } from './rpc';\nimport { AccountQueryArgs } from './schema/account';\nimport { BlockQueryArgs } from './schema/block';\nimport { ProgramAccountsQueryArgs } from './schema/program-accounts';\nimport { TransactionQueryArgs } from './schema/transaction';\n\nexport type Rpc = Parameters<typeof createRpcGraphQL>[0];\n\nexport interface RpcGraphQLContext {\n cache: GraphQLCache;\n loadAccount(args: AccountQueryArgs, info?: GraphQLResolveInfo): ReturnType<typeof loadAccount>;\n loadBlock(args: BlockQueryArgs, info?: GraphQLResolveInfo): ReturnType<typeof loadBlock>;\n loadProgramAccounts(\n args: ProgramAccountsQueryArgs,\n info?: GraphQLResolveInfo\n ): ReturnType<typeof loadProgramAccounts>;\n loadTransaction(args: TransactionQueryArgs, info?: GraphQLResolveInfo): ReturnType<typeof loadTransaction>;\n rpc: Rpc;\n}\n\nexport function createSolanaGraphQLContext(rpc: Rpc): RpcGraphQLContext {\n const cache = createGraphQLCache();\n return {\n cache,\n loadAccount(args, info?) {\n return loadAccount(args, this.cache, this.rpc, info);\n },\n loadBlock(args, info?) {\n return loadBlock(args, this.cache, this.rpc, info);\n },\n loadProgramAccounts(args, info?) {\n return loadProgramAccounts(args, this.cache, this.rpc, info);\n },\n loadTransaction(args, info?) {\n return loadTransaction(args, this.cache, this.rpc, info);\n },\n rpc,\n };\n}\n","import { makeExecutableSchema } from '@graphql-tools/schema';\nimport { GraphQLResolveInfo } from 'graphql';\n\nimport { RpcGraphQLContext } from '../context';\nimport { AccountQueryArgs, accountResolvers, accountTypeDefs } from './account';\nimport { BlockQueryArgs, blockResolvers, blockTypeDefs } from './block';\nimport { inputResolvers, inputTypeDefs } from './common/inputs';\nimport { scalarResolvers, scalarTypeDefs } from './common/scalars';\nimport { commonResolvers, commonTypeDefs } from './common/types';\nimport { instructionResolvers, instructionTypeDefs } from './instruction';\nimport { ProgramAccountsQueryArgs } from './program-accounts';\nimport { TransactionQueryArgs, transactionResolvers, transactionTypeDefs } from './transaction';\n\n// prettier-ignore\nconst schemaTypeDefs = /* GraphQL */ `\n type Query {\n account(\n address: String!\n commitment: Commitment\n dataSlice: DataSlice\n encoding: AccountEncoding\n minContextSlot: BigInt\n ): Account\n block(\n slot: BigInt!\n commitment: Commitment\n encoding: TransactionEncoding\n transactionDetails: BlockTransactionDetails\n ): Block\n programAccounts(\n programAddress: String!\n commitment: Commitment\n dataSlice: DataSlice\n encoding: AccountEncoding\n filters: [ProgramAccountsFilter]\n minContextSlot: BigInt\n ): [Account]\n transaction(\n signature: String!\n commitment: Commitment\n encoding: TransactionEncoding\n ): Transaction\n }\n\n schema {\n query: Query\n }\n`;\n\n// prettier-ignore\nconst schemaResolvers = {\n Query: {\n account(\n _: unknown,\n args: AccountQueryArgs,\n context: RpcGraphQLContext,\n info?: GraphQLResolveInfo\n ) {\n return context.loadAccount(args, info);\n },\n block(\n _: unknown,\n args: BlockQueryArgs,\n context: RpcGraphQLContext,\n info?: GraphQLResolveInfo\n ) {\n return context.loadBlock(args, info);\n },\n programAccounts(\n _: unknown,\n args: ProgramAccountsQueryArgs,\n context: RpcGraphQLContext,\n info?: GraphQLResolveInfo\n ) {\n return context.loadProgramAccounts(args, info);\n },\n transaction(\n _: unknown,\n args: TransactionQueryArgs,\n context: RpcGraphQLContext,\n info?: GraphQLResolveInfo\n ) {\n return context.loadTransaction(args, info);\n },\n },\n};\n\nexport function createSolanaGraphQLSchema() {\n return makeExecutableSchema({\n resolvers: {\n ...accountResolvers,\n ...blockResolvers,\n ...commonResolvers,\n ...inputResolvers,\n ...instructionResolvers,\n ...scalarResolvers,\n ...schemaResolvers,\n ...transactionResolvers,\n },\n typeDefs: [\n accountTypeDefs,\n blockTypeDefs,\n commonTypeDefs,\n inputTypeDefs,\n instructionTypeDefs,\n scalarTypeDefs,\n schemaTypeDefs,\n transactionTypeDefs,\n ],\n });\n}\n","import { Address } from '@solana/addresses';\nimport { GraphQLResolveInfo } from 'graphql';\n\nimport { RpcGraphQLContext } from '../context';\nimport { AccountQueryArgs } from '../schema/account';\n\nexport const resolveAccount = (fieldName: string) => {\n return (\n parent: { [x: string]: Address },\n args: AccountQueryArgs,\n context: RpcGraphQLContext,\n info: GraphQLResolveInfo | undefined\n ) => (parent[fieldName] === null ? null : context.loadAccount({ ...args, address: parent[fieldName] }, info));\n};\n","/* eslint-disable sort-keys-fix/sort-keys-fix */\nimport { Address } from '@solana/addresses';\nimport { DataSlice, Slot } from '@solana/rpc-core/dist/types/rpc-methods/common';\n\nimport { resolveAccount } from '../resolvers/account';\n\nexport type AccountQueryArgs = {\n address: Address;\n dataSlice?: DataSlice;\n encoding?: 'base58' | 'base64' | 'base64+zstd' | 'jsonParsed';\n commitment?: 'processed' | 'confirmed' | 'finalized';\n minContextSlot?: Slot;\n};\n\nexport const accountTypeDefs = /* GraphQL */ `\n # Account interface\n interface Account {\n address: String\n encoding: String\n executable: Boolean\n lamports: BigInt\n owner: Account\n rentEpoch: BigInt\n }\n\n # An account with base58 encoded data\n type AccountBase58 implements Account {\n address: String\n data: String\n encoding: String\n executable: Boolean\n lamports: BigInt\n owner: Account\n rentEpoch: BigInt\n }\n\n # An account with base64 encoded data\n type AccountBase64 implements Account {\n address: String\n data: String\n encoding: String\n executable: Boolean\n lamports: BigInt\n owner: Account\n rentEpoch: BigInt\n }\n\n # An account with base64+zstd encoded data\n type AccountBase64Zstd implements Account {\n address: String\n data: String\n encoding: String\n executable: Boolean\n lamports: BigInt\n owner: Account\n rentEpoch: BigInt\n }\n\n # Interface for JSON-parsed meta\n type JsonParsedAccountMeta {\n program: String\n space: BigInt\n type: String\n }\n interface AccountJsonParsed {\n meta: JsonParsedAccountMeta\n }\n\n # A nonce account\n type NonceAccountFeeCalculator {\n lamportsPerSignature: String\n }\n type NonceAccountData {\n authority: Account\n blockhash: String\n feeCalculator: NonceAccountFeeCalculator\n }\n type NonceAccount implements Account & AccountJsonParsed {\n address: String\n data: NonceAccountData\n encoding: String\n executable: Boolean\n lamports: BigInt\n meta: JsonParsedAccountMeta\n owner: Account\n rentEpoch: BigInt\n }\n\n # A lookup table account\n type LookupTableAccountData {\n addresses: [String]\n authority: Account\n deactivationSlot: String\n lastExtendedSlot: String\n lastExtendedSlotStartIndex: Int\n }\n type LookupTableAccount implements Account & AccountJsonParsed {\n address: String\n data: LookupTableAccountData\n encoding: String\n executable: Boolean\n lamports: BigInt\n meta: JsonParsedAccountMeta\n owner: Account\n rentEpoch: BigInt\n }\n\n # A mint account\n type MintAccountData {\n decimals: Int\n freezeAuthority: Account\n isInitialized: Boolean\n mintAuthority: Account\n supply: String\n }\n type MintAccount implements Account & AccountJsonParsed {\n address: String\n data: MintAccountData\n encoding: String\n executable: Boolean\n lamports: BigInt\n meta: JsonParsedAccountMeta\n owner: Account\n rentEpoch: BigInt\n }\n\n # A token account\n type TokenAccountData {\n isNative: Boolean\n mint: Account\n owner: Account\n state: String\n tokenAmount: TokenAmount\n }\n type TokenAccount implements Account & AccountJsonParsed {\n address: String\n data: TokenAccountData\n encoding: String\n executable: Boolean\n lamports: BigInt\n meta: JsonParsedAccountMeta\n owner: Account\n rentEpoch: BigInt\n }\n\n # A stake account\n type StakeAccountDataMetaAuthorized {\n staker: Account\n withdrawer: Account\n }\n type StakeAccountDataMetaLockup {\n custodian: Account\n epoch: BigInt\n unixTimestamp: BigInt\n }\n type StakeAccountDataMeta {\n authorized: StakeAccountDataMetaAuthorized\n lockup: StakeAccountDataMetaLockup\n rentExemptReserve: String\n }\n type StakeAccountDataStakeDelegation {\n activationEpoch: BigInt\n deactivationEpoch: BigInt\n stake: String\n voter: Account\n warmupCooldownRate: Int\n }\n type StakeAccountDataStake {\n creditsObserved: BigInt\n delegation: StakeAccountDataStakeDelegation\n }\n type StakeAccountData {\n meta: StakeAccountDataMeta\n stake: StakeAccountDataStake\n }\n type StakeAccount implements Account & AccountJsonParsed {\n address: String\n data: StakeAccountData\n encoding: String\n executable: Boolean\n lamports: BigInt\n meta: JsonParsedAccountMeta\n owner: Account\n rentEpoch: BigInt\n }\n\n # A vote account\n type VoteAccountDataAuthorizedVoter {\n authorizedVoter: Account\n epoch: BigInt\n }\n type VoteAccountDataEpochCredit {\n credits: String\n epoch: BigInt\n previousCredits: String\n }\n type VoteAccountDataLastTimestamp {\n slot: BigInt\n timestamp: BigInt\n }\n type VoteAccountDataVote {\n confirmationCount: Int\n slot: BigInt\n }\n type VoteAccountData {\n authorizedVoters: [VoteAccountDataAuthorizedVoter]\n authorizedWithdrawer: Account\n commission: Int\n epochCredits: [VoteAccountDataEpochCredit]\n lastTimestamp: VoteAccountDataLastTimestamp\n node: Account\n priorVoters: [String]\n rootSlot: BigInt\n votes: [VoteAccountDataVote]\n }\n type VoteAccount implements Account & AccountJsonParsed {\n address: String\n data: VoteAccountData\n encoding: String\n executable: Boolean\n lamports: BigInt\n meta: JsonParsedAccountMeta\n owner: Account\n rentEpoch: BigInt\n }\n`;\n\nexport const accountResolvers = {\n Account: {\n __resolveType(account: { encoding: string; meta: { program: string; type: string } }) {\n if (account.encoding === 'base58') {\n return 'AccountBase58';\n }\n if (account.encoding === 'base64') {\n return 'AccountBase64';\n }\n if (account.encoding === 'base64+zstd') {\n return 'AccountBase64Zstd';\n }\n if (account.encoding === 'jsonParsed') {\n if (account.meta.program === 'nonce') {\n return 'NonceAccount';\n }\n if (account.meta.type === 'mint' && account.meta.program === 'spl-token') {\n return 'MintAccount';\n }\n if (account.meta.type === 'account' && account.meta.program === 'spl-token') {\n return 'TokenAccount';\n }\n if (account.meta.program === 'stake') {\n return 'StakeAccount';\n }\n if (account.meta.type === 'vote' && account.meta.program === 'vote') {\n return 'VoteAccount';\n }\n if (account.meta.type === 'lookupTable' && account.meta.program === 'address-lookup-table') {\n return 'LookupTableAccount';\n }\n }\n return 'AccountBase64';\n },\n },\n AccountBase58: {\n owner: resolveAccount('owner'),\n },\n AccountBase64: {\n owner: resolveAccount('owner'),\n },\n AccountBase64Zstd: {\n owner: resolveAccount('owner'),\n },\n NonceAccountData: {\n authority: resolveAccount('authority'),\n },\n NonceAccount: {\n owner: resolveAccount('owner'),\n },\n LookupTableAccountData: {\n authority: resolveAccount('authority'),\n },\n LookupTableAccount: {\n owner: resolveAccount('owner'),\n },\n MintAccountData: {\n freezeAuthority: resolveAccount('freezeAuthority'),\n mintAuthority: resolveAccount('mintAuthority'),\n },\n MintAccount: {\n owner: resolveAccount('owner'),\n },\n TokenAccountData: {\n mint: resolveAccount('mint'),\n owner: resolveAccount('owner'),\n },\n TokenAccount: {\n owner: resolveAccount('owner'),\n },\n StakeAccountDataMetaAuthorized: {\n staker: resolveAccount('staker'),\n withdrawer: resolveAccount('withdrawer'),\n },\n StakeAccountDataMetaLockup: {\n custodian: resolveAccount('custodian'),\n },\n StakeAccountDataStakeDelegation: {\n voter: resolveAccount('voter'),\n },\n StakeAccount: {\n owner: resolveAccount('owner'),\n },\n VoteAccountDataAuthorizedVoter: {\n authorizedVoter: resolveAccount('authorizedVoter'),\n },\n VoteAccountData: {\n authorizedWithdrawer: resolveAccount('authorizedWithdrawer'),\n node: resolveAccount('nodePubkey'),\n },\n VoteAccount: {\n owner: resolveAccount('owner'),\n },\n};\n","import { Slot } from '@solana/rpc-core/dist/types/rpc-methods/common';\nimport { Commitment } from '@solana/rpc-types';\n\nexport type BlockQueryArgs = {\n slot: Slot;\n commitment?: Commitment;\n encoding?: 'base58' | 'base64' | 'jsonParsed';\n transactionDetails?: 'accounts' | 'full' | 'none' | 'signatures';\n};\n\nexport const blockTypeDefs = /* GraphQL */ `\n type TransactionMetaForAccounts {\n err: String\n fee: BigInt\n postBalances: [BigInt]\n postTokenBalances: [TokenBalance]\n preBalances: [BigInt]\n preTokenBalances: [TokenBalance]\n status: TransactionStatus\n }\n\n type TransactionDataForAccounts {\n accountKeys: [String]\n signatures: [String]\n }\n\n type BlockTransactionAccounts {\n meta: TransactionMetaForAccounts\n data: TransactionDataForAccounts\n version: String\n }\n\n # Block interface\n interface Block {\n blockhash: String\n blockHeight: BigInt\n blockTime: Int\n parentSlot: BigInt\n previousBlockhash: String\n rewards: [Reward]\n transactionDetails: String\n }\n\n # A block with account transaction details\n type BlockWithAccounts implements Block {\n blockhash: String\n blockHeight: BigInt\n blockTime: Int\n parentSlot: BigInt\n previousBlockhash: String\n rewards: [Reward]\n transactions: [BlockTransactionAccounts]\n transactionDetails: String\n }\n\n # A block with full transaction details\n type BlockWithFull implements Block {\n blockhash: String\n blockHeight: BigInt\n blockTime: Int\n parentSlot: BigInt\n previousBlockhash: String\n rewards: [Reward]\n transactions: [Transaction]\n transactionDetails: String\n }\n\n # A block with none transaction details\n type BlockWithNone implements Block {\n blockhash: String\n blockHeight: BigInt\n blockTime: Int\n parentSlot: BigInt\n previousBlockhash: String\n rewards: [Reward]\n transactionDetails: String\n }\n\n # A block with signature transaction details\n type BlockWithSignatures implements Block {\n blockhash: String\n blockHeight: BigInt\n blockTime: Int\n parentSlot: BigInt\n previousBlockhash: String\n rewards: [Reward]\n signatures: [String]\n transactionDetails: String\n }\n`;\n\nexport const blockResolvers = {\n Block: {\n __resolveType(block: { transactionDetails: string }) {\n switch (block.transactionDetails) {\n case 'accounts':\n return 'BlockWithAccounts';\n case 'none':\n return 'BlockWithNone';\n case 'signatures':\n return 'BlockWithSignatures';\n default:\n return 'BlockWithFull';\n }\n },\n },\n};\n","export const inputTypeDefs = /* GraphQL */ `\n enum AccountEncoding {\n base58\n base64\n base64Zstd\n jsonParsed\n }\n\n enum BlockTransactionDetails {\n accounts\n full\n none\n signatures\n }\n\n enum Commitment {\n confirmed\n finalized\n processed\n }\n\n input DataSlice {\n offset: Int\n length: Int\n }\n\n input ProgramAccountsFilter {\n bytes: BigInt\n dataSize: BigInt\n encoding: String\n offset: BigInt\n }\n\n enum TransactionEncoding {\n base58\n base64\n jsonParsed\n }\n\n enum TransactionVersion {\n legacy\n zero\n }\n`;\n\nexport const inputResolvers = {\n AccountEncoding: {\n base64Zstd: 'base64+zstd',\n },\n TransactionVersion: {\n zero: 0,\n },\n};\n","import { Kind } from 'graphql';\n\nexport const scalarTypeDefs = /* GraphQL */ `\n scalar BigInt\n`;\n\nexport const scalarResolvers = {\n BigInt: {\n __parseLiteral(ast: { kind: Kind; value: string | number | bigint | boolean }): bigint | null {\n if (ast.kind === Kind.STRING) {\n return BigInt(ast.value);\n }\n return null;\n },\n __parseValue(value: string): bigint {\n return BigInt(value);\n },\n __serialize(value: string): bigint {\n return BigInt(value);\n },\n },\n};\n","import { resolveAccount } from '../../resolvers/account';\n\nexport const commonTypeDefs = /* GraphQL */ `\n type ReturnData {\n data: String\n programId: String\n }\n\n type Reward {\n commission: Int\n lamports: BigInt\n postBalance: BigInt\n pubkey: String\n rewardType: String\n }\n\n type TokenAmount {\n amount: String\n decimals: Int\n uiAmount: BigInt\n uiAmountString: String\n }\n\n type TokenBalance {\n accountIndex: Int\n mint: Account\n owner: Account\n programId: String\n uiTokenAmount: TokenAmount\n }\n`;\n\nexport const commonResolvers = {\n TokenBalance: {\n mint: resolveAccount('mint'),\n owner: resolveAccount('owner'),\n },\n};\n","/* eslint-disable sort-keys-fix/sort-keys-fix */\n\n// *Note: Any integer value inside a transaction instruction must be `BigInt`\n// until the following issue is resolved:\n// <https://github.com/solana-labs/solana-web3.js/issues/1828>\n\nimport { resolveAccount } from '../resolvers/account';\n\nexport const instructionTypeDefs = /* GraphQL */ `\n type JsonParsedInstructionMeta {\n program: String\n type: String\n }\n\n # Transaction instruction interface\n interface TransactionInstruction {\n programId: String\n }\n\n # Generic transaction instruction\n type GenericInstruction implements TransactionInstruction {\n accounts: [String]\n data: String\n programId: String\n }\n\n # AddressLookupTable: CreateLookupTable\n type CreateLookupTableInstructionData {\n bumpSeed: BigInt # FIXME:*\n lookupTableAccount: Account\n lookupTableAuthority: Account\n payerAccount: Account\n recentSlot: BigInt\n systemProgram: Account\n }\n type CreateLookupTableInstruction implements TransactionInstruction {\n data: CreateLookupTableInstructionData\n meta: JsonParsedInstructionMeta\n programId: String\n }\n\n # AddressLookupTable: ExtendLookupTable\n type ExtendLookupTableInstructionData {\n lookupTableAccount: Account\n lookupTableAuthority: Account\n newAddresses: [String]\n payerAccount: Account\n systemProgram: Account\n }\n type ExtendLookupTableInstruction implements TransactionInstruction {\n data: ExtendLookupTableInstructionData\n meta: JsonParsedInstructionMeta\n programId: String\n }\n\n # AddressLookupTable: FreezeLookupTable\n type FreezeLookupTableInstructionData {\n lookupTableAccount: Account\n lookupTableAuthority: Account\n }\n type FreezeLookupTableInstruction implements TransactionInstruction {\n data: FreezeLookupTableInstructionData\n meta: JsonParsedInstructionMeta\n programId: String\n }\n\n # AddressLookupTable: DeactivateLookupTable\n type DeactivateLookupTableInstructionData {\n lookupTableAccount: Account\n lookupTableAuthority: Account\n }\n type DeactivateLookupTableInstruction implements TransactionInstruction {\n data: DeactivateLookupTableInstructionData\n meta: JsonParsedInstructionMeta\n programId: String\n }\n\n # AddressLookupTable: CloseLookupTable\n type CloseLookupTableInstructionData {\n lookupTableAccount: Account\n lookupTableAuthority: Account\n recipient: Account\n }\n type CloseLookupTableInstruction implements TransactionInstruction {\n data: CloseLookupTableInstructionData\n meta: JsonParsedInstructionMeta\n programId: String\n }\n\n # BpfLoader: Write\n type BpfLoaderWriteInstructionData {\n account: Account\n bytes: String\n offset: BigInt # FIXME:*\n }\n type BpfLoaderWriteInstruction implements TransactionInstruction {\n data: BpfLoaderWriteInstructionData\n meta: JsonParsedInstructionMeta\n programId: String\n }\n\n # BpfLoader: Finalize\n type BpfLoaderFinalizeInstructionData {\n account: Account\n }\n type BpfLoaderFinalizeInstruction implements TransactionInstruction {\n data: BpfLoaderFinalizeInstructionData\n meta: JsonParsedInstructionMeta\n programId: String\n }\n\n # BpfUpgradeableLoader: InitializeBuffer\n type BpfUpgradeableLoaderInitializeBufferInstructionData {\n account: Account\n }\n type BpfUpgradeableLoaderInitializeBufferInstruction implements TransactionInstruction {\n data: BpfUpgradeableLoaderInitializeBufferInstructionData\n meta: JsonParsedInstructionMeta\n programId: String\n }\n\n # BpfUpgradeableLoader: Write\n type BpfUpgradeableLoaderWriteInstructionData {\n account: Account\n authority: Account\n bytes: String\n offset: BigInt # FIXME:*\n }\n type BpfUpgradeableLoaderWriteInstruction implements TransactionInstruction {\n data: BpfUpgradeableLoaderWriteInstructionData\n meta: JsonParsedInstructionMeta\n programId: String\n }\n\n # BpfUpgradeableLoader: DeployWithMaxDataLen\n type BpfUpgradeableLoaderDeployWithMaxDataLenInstructionData {\n authority: Account\n bufferAccount: Account\n clockSysvar: String\n maxDataLen: BigInt\n payerAccount: Account\n programAccount: Account\n programDataAccount: Account\n rentSysvar: String\n }\n type BpfUpgradeableLoaderDeployWithMaxDataLenInstruction implements TransactionInstruction {\n data: BpfUpgradeableLoaderDeployWithMaxDataLenInstructionData\n meta: JsonParsedInstructionMeta\n programId: String\n }\n\n # BpfUpgradeableLoader: Upgrade\n type BpfUpgradeableLoaderUpgradeInstructionData {\n authority: Account\n bufferAccount: Account\n clockSysvar: String\n programAccount: Account\n programDataAccount: Account\n rentSysvar: String\n spillAccount: Account\n }\n type BpfUpgradeableLoaderUpgradeInstruction implements TransactionInstruction {\n data: BpfUpgradeableLoaderUpgradeInstructionData\n meta: JsonParsedInstructionMeta\n programId: String\n }\n\n # BpfUpgradeableLoader: SetAuthority\n type BpfUpgradeableLoaderSetAuthorityInstructionData {\n account: Account\n authority: Account\n newAuthority: Account\n }\n type BpfUpgradeableLoaderSetAuthorityInstruction implements TransactionInstruction {\n data: BpfUpgradeableLoaderSetAuthorityInstructionData\n meta: JsonParsedInstructionMeta\n programId: String\n }\n\n # BpfUpgradeableLoader: SetAuthorityChecked\n type BpfUpgradeableLoaderSetAuthorityCheckedInstructionData {\n account: Account\n authority: Account\n newAuthority: Account\n }\n type BpfUpgradeableLoaderSetAuthorityCheckedInstruction implements TransactionInstruction {\n data: BpfUpgradeableLoaderSetAuthorityCheckedInstructionData\n meta: JsonParsedInstructionMeta\n programId: String\n }\n\n # BpfUpgradeableLoader: Close\n type BpfUpgradeableLoaderCloseInstructionData {\n account: Account\n authority: Account\n programAccount: Account\n recipient: Account\n }\n type BpfUpgradeableLoaderCloseInstruction implements TransactionInstruction {\n data: BpfUpgradeableLoaderCloseInstructionData\n meta: JsonParsedInstructionMeta\n programId: String\n }\n\n # BpfUpgradeableLoader: ExtendProgram\n type BpfUpgradeableLoaderExtendProgramInstructionData {\n additionalBytes: BigInt\n payerAccount: Account\n programAccount: Account\n programDataAccount: Account\n systemProgram: Account\n }\n type BpfUpgradeableLoaderExtendProgramInstruction implements TransactionInstruction {\n data: BpfUpgradeableLoaderExtendProgramInstructionData\n meta: JsonParsedInstructionMeta\n programId: String\n }\n\n # SplAssociatedTokenAccount: Create\n type SplAssociatedTokenCreateInstructionData {\n account: Account\n mint: String\n source: Account\n systemProgram: Account\n tokenProgram: Account\n wallet: Account\n }\n type SplAssociatedTokenCreateInstruction implements TransactionInstruction {\n data: SplAssociatedTokenCreateInstructionData\n meta: JsonParsedInstructionMeta\n programId: String\n }\n\n # SplAssociatedTokenAccount: CreateIdempotent\n type SplAssociatedTokenCreateIdempotentInstructionData {\n account: Account\n mint: String\n source: Account\n systemProgram: Account\n tokenProgram: Account\n wallet: Account\n }\n type SplAssociatedTokenCreateIdempotentInstruction implements TransactionInstruction {\n data: SplAssociatedTokenCreateIdempotentInstructionData\n meta: JsonParsedInstructionMeta\n programId: String\n }\n\n # SplAssociatedTokenAccount: RecoverNested\n type SplAssociatedTokenRecoverNestedInstructionData {\n destination: Account\n nestedMint: Account\n nestedOwner: Account\n nestedSource: Account\n ownerMint: Account\n tokenProgram: Account\n wallet: Account\n }\n type SplAssociatedTokenRecoverNestedInstruction implements TransactionInstruction {\n data: SplAssociatedTokenRecoverNestedInstructionData\n meta: JsonParsedInstructionMeta\n programId: String\n }\n\n # SplMemo\n type SplMemoInstructionData {\n data: String\n }\n type SplMemoInstruction implements TransactionInstruction {\n data: SplMemoInstructionData\n meta: JsonParsedInstructionMeta\n programId: String\n }\n\n # SplToken: InitializeMint\n type SplTokenInitializeMintInstructionData {\n decimals: BigInt # FIXME:*\n freezeAuthority: Account\n mint: Account\n mintAuthority: Account\n rentSysvar: String\n }\n type SplTokenInitializeMintInstruction implements TransactionInstruction {\n data: SplTokenInitializeMintInstructionData\n meta: JsonParsedInstructionMeta\n programId: String\n }\n\n # SplToken: InitializeMint2\n type SplTokenInitializeMint2InstructionData {\n decimals: BigInt # FIXME:*\n freezeAuthority: Account\n mint: Account\n mintAuthority: Account\n }\n type SplTokenInitializeMint2Instruction implements TransactionInstruction {\n data: SplTokenInitializeMint2InstructionData\n meta: JsonParsedInstructionMeta\n programId: String\n }\n\n # SplToken: InitializeAccount\n type SplTokenInitializeAccountInstructionData {\n account: Account\n mint: Account\n owner: Account\n rentSysvar: String\n }\n type SplTokenInitializeAccountInstruction implements TransactionInstruction {\n data: SplTokenInitializeAccountInstructionData\n meta: JsonParsedInstructionMeta\n programId: String\n }\n\n # SplToken: InitializeAccount2\n type SplTokenInitializeAccount2InstructionData {\n account: Account\n mint: Account\n owner: Account\n rentSysvar: String\n }\n type SplTokenInitializeAccount2Instruction implements TransactionInstruction {\n data: SplTokenInitializeAccount2InstructionData\n meta: JsonParsedInstructionMeta\n programId: String\n }\n\n # SplToken: InitializeAccount3\n type SplTokenInitializeAccount3InstructionData {\n account: Account\n mint: Account\n owner: Account\n }\n type SplTokenInitializeAccount3Instruction implements TransactionInstruction {\n data: SplTokenInitializeAccount3InstructionData\n meta: JsonParsedInstructionMeta\n programId: String\n }\n\n # SplToken: InitializeMultisig\n type SplTokenInitializeMultisigInstructionData {\n m: BigInt # FIXME:*\n multisig: Account\n rentSysvar: String\n signers: [String]\n }\n type SplTokenInitializeMultisigInstruction implements TransactionInstruction {\n data: SplTokenInitializeMultisigInstructionData\n meta: JsonParsedInstructionMeta\n programId: String\n }\n\n # SplToken: InitializeMultisig2\n type SplTokenInitializeMultisig2InstructionData {\n m: BigInt # FIXME:*\n multisig: Account\n signers: [String]\n }\n type SplTokenInitializeMultisig2Instruction implements TransactionInstruction {\n data: SplTokenInitializeMultisig2InstructionData\n meta: JsonParsedInstructionMeta\n programId: String\n }\n\n # SplToken: Transfer\n type SplTokenTransferInstructionData {\n amount: String\n authority: Account\n destination: Account\n multisigAuthority: Account\n source: Account\n }\n type SplTokenTransferInstruction implements TransactionInstruction {\n data: SplTokenTransferInstructionData\n meta: JsonParsedInstructionMeta\n programId: String\n }\n\n # SplToken: Approve\n type SplTokenApproveInstructionData {\n amount: String\n delegate: Account\n multisigOwner: Account\n owner: Account\n source: Account\n }\n type SplTokenApproveInstruction implements TransactionInstruction {\n data: SplTokenApproveInstructionData\n meta: JsonParsedInstructionMeta\n programId: String\n }\n\n # SplToken: Revoke\n type SplTokenRevokeInstructionData {\n multisigOwner: Account\n owner: Account\n source: Account\n }\n type SplTokenRevokeInstruction implements TransactionInstruction {\n data: SplTokenRevokeInstructionData\n meta: JsonParsedInstructionMeta\n programId: String\n }\n\n # SplToken: SetAuthority\n type SplTokenSetAuthorityInstructionData {\n authority: Account\n authorityType: String\n multisigAuthority: Account\n newAuthority: Account\n }\n type SplTokenSetAuthorityInstruction implements TransactionInstruction {\n data: SplTokenSetAuthorityInstructionData\n meta: JsonParsedInstructionMeta\n programId: String\n }\n\n # SplToken: MintTo\n type SplTokenMintToInstructionData {\n account: Account\n amount: String\n authority: Account\n mint: Account\n mintAuthority: Account\n multisigMintAuthority: Account\n }\n type SplTokenMintToInstruction implements TransactionInstruction {\n data: SplTokenMintToInstructionData\n meta: JsonParsedInstructionMeta\n programId: String\n }\n\n # SplToken: Burn\n type SplTokenBurnInstructionData {\n account: Account\n amount: String\n authority: Account\n mint: Account\n multisigAuthority: Account\n }\n type SplTokenBurnInstruction implements TransactionInstruction {\n data: SplTokenBurnInstructionData\n meta: JsonParsedInstructionMeta\n programId: String\n }\n\n # SplToken: CloseAccount\n type SplTokenCloseAccountInstructionData {\n account: Account\n destination: Account\n multisigOwner: Account\n owner: Account\n }\n type SplTokenCloseAccountInstruction implements TransactionInstruction {\n data: SplTokenCloseAccountInstructionData\n meta: JsonParsedInstructionMeta\n programId: String\n }\n\n # SplToken: FreezeAccount\n type SplTokenFreezeAccountInstructionData {\n account: Account\n freezeAuthority: Account\n mint: Account\n multisigFreezeAuthority: Account\n }\n type SplTokenFreezeAccountInstruction implements TransactionInstruction {\n data: SplTokenFreezeAccountInstructionData\n meta: JsonParsedInstructionMeta\n programId: String\n }\n\n # SplToken: ThawAccount\n type SplTokenThawAccountInstructionData {\n account: Account\n freezeAuthority: Account\n mint: Account\n multisigFreezeAuthority: Account\n }\n type SplTokenThawAccountInstruction implements TransactionInstruction {\n data: SplTokenThawAccountInstructionData\n meta: JsonParsedInstructionMeta\n programId: String\n }\n\n # SplToken: TransferChecked\n type SplTokenTransferCheckedInstructionData {\n amount: String\n authority: Account\n decimals: BigInt # FIXME:*\n destination: Account\n mint: Account\n multisigAuthority: Account\n source: Account\n tokenAmount: String\n }\n type SplTokenTransferCheckedInstruction implements TransactionInstruction {\n data: SplTokenTransferCheckedInstructionData\n meta: JsonParsedInstructionMeta\n programId: String\n }\n\n # SplToken: ApproveChecked\n type SplTokenApproveCheckedInstructionData {\n delegate: Account\n mint: Account\n multisigOwner: Account\n owner: Account\n source: Account\n tokenAmount: String\n }\n type SplTokenApproveCheckedInstruction implements TransactionInstruction {\n data: SplTokenApproveCheckedInstructionData\n meta: JsonParsedInstructionMeta\n programId: String\n }\n\n # SplToken: MintToChecked\n type SplTokenMintToCheckedInstructionData {\n account: Account\n authority: Account\n mint: Account\n mintAuthority: Account\n multisigMintAuthority: Account\n tokenAmount: String\n }\n type SplTokenMintToCheckedInstruction implements TransactionInstruction {\n data: SplTokenMintToCheckedInstructionData\n meta: JsonParsedInstructionMeta\n programId: String\n }\n\n # SplToken: BurnChecked\n type SplTokenBurnCheckedInstructionData {\n account: Account\n authority: Account\n mint: Account\n multisigAuthority: Account\n tokenAmount: String\n }\n type SplTokenBurnCheckedInstruction implements TransactionInstruction {\n data: SplTokenBurnCheckedInstructionData\n meta: JsonParsedInstructionMeta\n programId: String\n }\n\n # SplToken: SyncNative\n type SplTokenSyncNativeInstructionData {\n account: Account\n }\n type SplTokenSyncNativeInstruction implements TransactionInstruction {\n data: SplTokenSyncNativeInstructionData\n meta: JsonParsedInstructionMeta\n programId: String\n }\n\n # SplToken: GetAccountDataSize\n type SplTokenGetAccountDataSizeInstructionData {\n extensionTypes: [String]\n mint: Account\n }\n type SplTokenGetAccountDataSizeInstruction implements TransactionInstruction {\n data: SplTokenGetAccountDataSizeInstructionData\n meta: JsonParsedInstructionMeta\n programId: String\n }\n\n # SplToken: InitializeImmutableOwner\n type SplTokenInitializeImmutableOwnerInstructionData {\n account: Account\n }\n type SplTokenInitializeImmutableOwnerInstruction implements TransactionInstruction {\n data: SplTokenInitializeImmutableOwnerInstructionData\n meta: JsonParsedInstructionMeta\n programId: String\n }\n\n # SplToken: AmountToUiAmount\n type SplTokenAmountToUiAmountInstructionData {\n amount: String\n mint: Account\n }\n type SplTokenAmountToUiAmountInstruction implements TransactionInstruction {\n data: SplTokenAmountToUiAmountInstructionData\n meta: JsonParsedInstructionMeta\n programId: String\n }\n\n # SplToken: UiAmountToAmount\n type SplTokenUiAmountToAmountInstructionData {\n mint: Account\n uiAmount: String\n }\n type SplTokenUiAmountToAmountInstruction implements TransactionInstruction {\n data: SplTokenUiAmountToAmountInstructionData\n meta: JsonParsedInstructionMeta\n programId: String\n }\n\n # SplToken: InitializeMintCloseAuthority\n type SplTokenInitializeMintCloseAuthorityInstructionData {\n mint: Account\n newAuthority: Account\n }\n type SplTokenInitializeMintCloseAuthorityInstruction implements TransactionInstruction {\n data: SplTokenInitializeMintCloseAuthorityInstructionData\n meta: JsonParsedInstructionMeta\n programId: String\n }\n\n # TODO: Extensions!\n # - TransferFeeExtension\n # - ConfidentialTransferFeeExtension\n # - DefaultAccountStateExtension\n # - Reallocate\n # - MemoTransferExtension\n # - CreateNativeMint\n # - InitializeNonTransferableMint\n # - InterestBearingMintExtension\n # - CpiGuardExtension\n # - InitializePermanentDelegate\n # - TransferHookExtension\n # - ConfidentialTransferFeeExtension\n # - WithdrawExcessLamports\n # - MetadataPointerExtension\n\n type Lockup {\n custodian: Account\n epoch: BigInt\n unixTimestamp: BigInt\n }\n\n # Stake: Initialize\n type StakeInitializeInstructionDataAuthorized {\n staker: Account\n withdrawer: Account\n }\n type StakeInitializeInstructionData {\n authorized: StakeInitializeInstructionDataAuthorized\n lockup: Lockup\n rentSysvar: String\n stakeAccount: Account\n }\n type StakeInitializeInstruction implements TransactionInstruction {\n data: StakeInitializeInstructionData\n meta: JsonParsedInstructionMeta\n programId: String\n }\n\n # Stake: Authorize\n type StakeAuthorizeInstructionData {\n authority: Account\n authorityType: String\n clockSysvar: String\n custodian: Account\n newAuthority: Account\n stakeAccount: Account\n }\n type StakeAuthorizeInstruction implements TransactionInstruction {\n data: StakeAuthorizeInstructionData\n meta: JsonParsedInstructionMeta\n programId: String\n }\n\n # Stake: DelegateStake\n type StakeDelegateStakeInstructionData {\n clockSysvar: String\n stakeAccount: Account\n stakeAuthority: Account\n stakeConfigAccount: Account\n stakeHistorySysvar: String\n voteAccount: Account\n }\n type StakeDelegateStakeInstruction implements TransactionInstruction {\n data: StakeDelegateStakeInstructionData\n meta: JsonParsedInstructionMeta\n programId: String\n }\n\n # Stake: Split\n type StakeSplitInstructionData {\n lamports: BigInt\n newSplitAccount: Account\n stakeAccount: Account\n stakeAuthority: Account\n }\n type StakeSplitInstruction implements TransactionInstruction {\n data: StakeSplitInstructionData\n meta: JsonParsedInstructionMeta\n programId: String\n }\n\n # Stake: Withdraw\n type StakeWithdrawInstructionData {\n clockSysvar: String\n destination: Account\n lamports: BigInt\n stakeAccount: Account\n withdrawAuthority: Account\n }\n type StakeWithdrawInstruction implements TransactionInstruction {\n data: StakeWithdrawInstructionData\n meta: JsonParsedInstructionMeta\n programId: String\n }\n\n # Stake: Deactivate\n type StakeDeactivateInstructionData {\n clockSysvar: String\n stakeAccount: Account\n stakeAuthority: Account\n }\n type StakeDeactivateInstruction implements TransactionInstruction {\n data: StakeDeactivateInstructionData\n meta: JsonParsedInstructionMeta\n programId: String\n }\n\n # Stake: SetLockup\n type StakeSetLockupInstructionData {\n custodian: Account\n lockup: Lockup\n stakeAccount: Account\n }\n type StakeSetLockupInstruction implements TransactionInstruction {\n data: StakeSetLockupInstructionData\n meta: JsonParsedInstructionMeta\n programId: String\n }\n\n # Stake: Merge\n type StakeMergeInstructionData {\n clockSysvar: String\n destination: Account\n source: Account\n stakeAuthority: Account\n stakeHistorySysvar: String\n }\n type StakeMergeInstruction implements TransactionInstruction {\n data: StakeMergeInstructionData\n meta: JsonParsedInstructionMeta\n programId: String\n }\n\n # Stake: AuthorizeWithSeed\n type StakeAuthorizeWithSeedInstructionData {\n authorityBase: Account\n authorityOwner: Account\n authoritySeed: String\n authorityType: String\n clockSysvar: String\n custodian: Account\n newAuthorized: Account\n stakeAccount: Account\n }\n type StakeAuthorizeWithSeedInstruction implements TransactionInstruction {\n data: StakeAuthorizeWithSeedInstructionData\n meta: JsonParsedInstructionMeta\n programId: String\n }\n\n # Stake: InitializeChecked\n type StakeInitializeCheckedInstructionDataAuthorized {\n rentSysvar: String\n stakeAccount: Account\n staker: Account\n withdrawer: Account\n }\n type StakeInitializeCheckedInstruction implements TransactionInstruction {\n data: StakeInitializeCheckedInstructionDataAuthorized\n meta: JsonParsedInstructionMeta\n programId: String\n }\n\n # Stake: AuthorizeChecked\n type StakeAuthorizeCheckedInstructionData {\n authority: Account\n authorityType: String\n clockSysvar: String\n custodian: Account\n newAuthority: Account\n stakeAccount: Account\n }\n type StakeAuthorizeCheckedInstruction implements TransactionInstruction {\n data: StakeAuthorizeCheckedInstructionData\n meta: JsonParsedInstructionMeta\n programId: String\n }\n\n # Stake: AuthorizeCheckedWithSeed\n type StakeAuthorizeCheckedWithSeedInstructionData {\n authorityBase: Account\n authorityOwner: Account\n authoritySeed: String\n authorityType: String\n clockSysvar: String\n custodian: Account\n newAuthorized: Account\n stakeAccount: Account\n }\n type StakeAuthorizeCheckedWithSeedInstruction implements TransactionInstruction {\n data: StakeAuthorizeCheckedWithSeedInstructionData\n meta: JsonParsedInstructionMeta\n programId: String\n }\n\n # Stake: SetLockupChecked\n type StakeSetLockupCheckedInstructionData {\n custodian: Account\n lockup: Lockup\n stakeAccount: Account\n }\n type StakeSetLockupCheckedInstruction implements TransactionInstruction {\n data: StakeSetLockupCheckedInstructionData\n meta: JsonParsedInstructionMeta\n programId: String\n }\n\n # Stake: DeactivateDelinquent\n type StakeDeactivateDelinquentInstructionData {\n referenceVoteAccount: Account\n stakeAccount: Account\n voteAccount: Account\n }\n type StakeDeactivateDelinquentInstruction implements TransactionInstruction {\n data: StakeDeactivateDelinquentInstructionData\n meta: JsonParsedInstructionMeta\n programId: String\n }\n\n # Stake: Redelegate\n type StakeRedelegateInstructionData {\n newStakeAccount: Account\n stakeAccount: Account\n stakeAuthority: Account\n stakeConfigAccount: Account\n voteAccount: Account\n }\n type StakeRedelegateInstruction implements TransactionInstruction {\n data: StakeRedelegateInstructionData\n meta: JsonParsedInstructionMeta\n programId: String\n }\n\n # System: CreateAccount\n type CreateAccountInstructionData {\n lamports: BigInt\n newAccount: Account\n owner: Account\n source: Account\n space: BigInt\n }\n type CreateAccountInstruction implements TransactionInstruction {\n data: CreateAccountInstructionData\n meta: JsonParsedInstructionMeta\n programId: String\n }\n\n # System: Assign\n type AssignInstructionData {\n account: Account\n owner: Account\n }\n type AssignInstruction implements TransactionInstruction {\n data: AssignInstructionData\n meta: JsonParsedInstructionMeta\n programId: String\n }\n\n # System: Transfer\n type TransferInstructionData {\n destination: Account\n lamports: BigInt\n source: Account\n }\n type TransferInstruction implements TransactionInstruction {\n data: TransferInstructionData\n meta: JsonParsedInstructionMeta\n programId: String\n }\n\n # System: CreateAccountWithSeed\n type CreateAccountWithSeedInstructionData {\n base: Account\n lamports: BigInt\n owner: Account\n seed: String\n space: BigInt\n }\n type CreateAccountWithSeedInstruction implements TransactionInstruction {\n data: CreateAccountWithSeedInstructionData\n meta: JsonParsedInstructionMeta\n programId: String\n }\n\n # System: AdvanceNonceAccount\n type AdvanceNonceAccountInstructionData {\n nonceAccount: Account\n nonceAuthority: Account\n recentBlockhashesSysvar: String\n }\n type AdvanceNonceAccountInstruction implements TransactionInstruction {\n data: AdvanceNonceAccountInstructionData\n meta: JsonParsedInstructionMeta\n programId: String\n }\n\n # System: WithdrawNonceAccount\n type WithdrawNonceAccountInstructionData {\n destination: Account\n lamports: BigInt\n nonceAccount: Account\n nonceAuthority: Account\n recentBlockhashesSysvar: String\n rentSysvar: String\n }\n type WithdrawNonceAccountInstruction implements TransactionInstruction {\n data: WithdrawNonceAccountInstructionData\n meta: JsonParsedInstructionMeta\n programId: String\n }\n\n # System: InitializeNonceAccount\n type InitializeNonceAccountInstructionData {\n nonceAccount: Account\n nonceAuthority: Account\n recentBlockhashesSysvar: String\n rentSysvar: String\n }\n type InitializeNonceAccountInstruction implements TransactionInstruction {\n data: InitializeNonceAccountInstructionData\n meta: JsonParsedInstructionMeta\n programId: String\n }\n\n # System: AuthorizeNonceAccount\n type AuthorizeNonceAccountInstructionData {\n newAuthorized: Account\n nonceAccount: Account\n nonceAuthority: Account\n }\n type AuthorizeNonceAccountInstruction implements TransactionInstruction {\n data: AuthorizeNonceAccountInstructionData\n meta: JsonParsedInstructionMeta\n programId: String\n }\n\n # System: UpgradeNonceAccount\n type UpgradeNonceAccountInstructionData {\n nonceAccount: Account\n nonceAuthority: Account\n }\n type UpgradeNonceAccountInstruction implements TransactionInstruction {\n data: UpgradeNonceAccountInstructionData\n meta: JsonParsedInstructionMeta\n programId: String\n }\n\n # System: Allocate\n type AllocateInstructionData {\n account: Account\n space: BigInt\n }\n type AllocateInstruction implements TransactionInstruction {\n data: AllocateInstructionData\n meta: JsonParsedInstructionMeta\n programId: String\n }\n\n # System: AllocateWithSeed\n type AllocateWithSeedInstructionData {\n account: Account\n base: String\n owner: Account\n seed: String\n space: BigInt\n }\n type AllocateWithSeedInstruction implements TransactionInstruction {\n data: AllocateWithSeedInstructionData\n meta: JsonParsedInstructionMeta\n programId: String\n }\n\n # System: AssignWithSeed\n type AssignWithSeedInstructionData {\n account: Account\n base: String\n owner: Account\n seed: String\n }\n type AssignWithSeedInstruction implements TransactionInstruction {\n data: AssignWithSeedInstructionData\n meta: JsonParsedInstructionMeta\n programId: String\n }\n\n # System: TransferWithSeed\n type TransferWithSeedInstructionData {\n destination: Account\n lamports: BigInt\n source: Account\n sourceBase: String\n sourceOwner: Account\n sourceSeed: String\n }\n type TransferWithSeedInstruction implements TransactionInstruction {\n data: TransferWithSeedInstructionData\n meta: JsonParsedInstructionMeta\n programId: String\n }\n\n # Vote: InitializeAccount\n type VoteInitializeAccountInstructionData {\n authorizedVoter: Account\n authorizedWithdrawer: Account\n clockSysvar: String\n commission: BigInt # FIXME:*\n node: Account\n rentSysvar: String\n voteAccount: Account\n }\n type VoteInitializeAccountInstruction implements TransactionInstruction {\n data: VoteInitializeAccountInstructionData\n meta: JsonParsedInstructionMeta\n programId: String\n }\n\n # Vote: Authorize\n type VoteAuthorizeInstructionData {\n authority: Account\n authorityType: String\n clockSysvar: String\n newAuthority: Account\n voteAccount: Account\n }\n type VoteAuthorizeInstruction implements TransactionInstruction {\n data: VoteAuthorizeInstructionData\n meta: JsonParsedInstructionMeta\n programId: String\n }\n\n # Vote: AuthorizeWithSeed\n type VoteAuthorizeWithSeedInstructionData {\n authorityBaseKey: String\n authorityOwner: Account\n authoritySeed: String\n authorityType: String\n clockSysvar: String\n newAuthority: Account\n voteAccount: Account\n }\n type VoteAuthorizeWithSeedInstruction implements TransactionInstruction {\n data: VoteAuthorizeWithSeedInstructionData\n meta: JsonParsedInstructionMeta\n programId: String\n }\n\n # Vote: AuthorizeCheckedWithSeed\n type VoteAuthorizeCheckedWithSeedInstructionData {\n authorityBaseKey: String\n authorityOwner: Account\n authoritySeed: String\n authorityType: String\n clockSysvar: String\n newAuthority: Account\n voteAccount: Account\n }\n type VoteAuthorizeCheckedWithSeedInstruction implements TransactionInstruction {\n data: VoteAuthorizeCheckedWithSeedInstructionData\n meta: JsonParsedInstructionMeta\n programId: String\n }\n\n type Vote {\n hash: String\n slots: [BigInt]\n timestamp: BigInt\n }\n\n # Vote: Vote\n type VoteVoteInstructionData {\n clockSysvar: String\n slotHashesSysvar: String\n vote: Vote\n voteAccount: Account\n voteAuthority: Account\n }\n type VoteVoteInstruction implements TransactionInstruction {\n data: VoteVoteInstructionData\n meta: JsonParsedInstructionMeta\n programId: String\n }\n\n type VoteStateUpdateLockout {\n confirmationCount: BigInt # FIXME:*\n slot: BigInt\n }\n type VoteStateUpdate {\n hash: String\n lockouts: [VoteStateUpdateLockout]\n root: BigInt\n timestamp: BigInt\n }\n\n # Vote: UpdateVoteState\n type VoteUpdateVoteStateInstructionData {\n hash: String\n voteAccount: Account\n voteAuthority: Account\n voteStateUpdate: VoteStateUpdate\n }\n type VoteUpdateVoteStateInstruction implements TransactionInstruction {\n data: VoteUpdateVoteStateInstructionData\n meta: JsonParsedInstructionMeta\n programId: String\n }\n\n # Vote: UpdateVoteStateSwitch\n type VoteUpdateVoteStateSwitchInstructionData {\n hash: String\n voteAccount: Account\n voteAuthority: Account\n voteStateUpdate: VoteStateUpdate\n }\n type VoteUpdateVoteStateSwitchInstruction implements TransactionInstruction {\n data: VoteUpdateVoteStateSwitchInstructionData\n meta: JsonParsedInstructionMeta\n programId: String\n }\n\n # Vote: CompactUpdateVoteState\n type VoteCompactUpdateVoteStateInstructionData {\n hash: String\n voteAccount: Account\n voteAuthority: Account\n voteStateUpdate: VoteStateUpdate\n }\n type VoteCompactUpdateVoteStateInstruction implements TransactionInstruction {\n data: VoteCompactUpdateVoteStateInstructionData\n meta: JsonParsedInstructionMeta\n programId: String\n }\n\n # Vote: CompactUpdateVoteStateSwitch\n type VoteCompactUpdateVoteStateSwitchInstructionData {\n hash: String\n voteAccount: Account\n voteAuthority: Account\n voteStateUpdate: VoteStateUpdate\n }\n type VoteCompactUpdateVoteStateSwitchInstruction implements TransactionInstruction {\n data: VoteCompactUpdateVoteStateSwitchInstructionData\n meta: JsonParsedInstructionMeta\n programId: String\n }\n\n # Vote: Withdraw\n type VoteWithdrawInstructionData {\n destination: Account\n lamports: BigInt\n voteAccount: Account\n withdrawAuthority: Account\n }\n type VoteWithdrawInstruction implements TransactionInstruction {\n data: VoteWithdrawInstructionData\n meta: JsonParsedInstructionMeta\n programId: String\n }\n\n # Vote: UpdateValidatorIdentity\n type VoteUpdateValidatorIdentityInstructionData {\n newValidatorIdentity: Account\n voteAccount: Account\n withdrawAuthority: Account\n }\n type VoteUpdateValidatorIdentityInstruction implements TransactionInstruction {\n data: VoteUpdateValidatorIdentityInstructionData\n meta: JsonParsedInstructionMeta\n programId: String\n }\n\n # Vote: UpdateCommission\n type VoteUpdateCommissionInstructionData {\n commission: BigInt # FIXME:*\n voteAccount: Account\n withdrawAuthority: Account\n }\n type VoteUpdateCommissionInstruction implements TransactionInstruction {\n data: VoteUpdateCommissionInstructionData\n meta: JsonParsedInstructionMeta\n programId: String\n }\n\n # Vote: VoteSwitch\n type VoteVoteSwitchInstructionData {\n clockSysvar: String\n hash: String\n slotHashesSysvar: String\n vote: Vote\n voteAccount: Account\n voteAuthority: Account\n }\n type VoteVoteSwitchInstruction implements TransactionInstruction {\n data: VoteVoteSwitchInstructionData\n meta: JsonParsedInstructionMeta\n programId: String\n }\n\n # Vote: AuthorizeChecked\n type VoteAuthorizeCheckedInstructionData {\n authority: Account\n authorityType: String\n clockSysvar: String\n newAuthority: Account\n voteAccount: Account\n }\n type VoteAuthorizeCheckedInstruction implements TransactionInstruction {\n data: VoteAuthorizeCheckedInstructionData\n meta: JsonParsedInstructionMeta\n programId: String\n }\n`;\n\nexport const instructionResolvers = {\n TransactionInstruction: {\n __resolveType(instruction: { meta: { program: string; type: string } }) {\n if (instruction.meta) {\n if (instruction.meta.program === 'address-lookup-table') {\n if (instruction.meta.type === 'createLookupTable') {\n return 'CreateLookupTableInstruction';\n }\n if (instruction.meta.type === 'freezeLookupTable') {\n return 'FreezeLookupTableInstruction';\n }\n if (instruction.meta.type === 'extendLookupTable') {\n return 'ExtendLookupTableInstruction';\n }\n if (instruction.meta.type === 'deactivateLookupTable') {\n return 'DeactivateLookupTableInstruction';\n }\n if (instruction.meta.type === 'closeLookupTable') {\n return 'CloseLookupTableInstruction';\n }\n }\n if (instruction.meta.program === 'bpf-loader') {\n if (instruction.meta.type === 'write') {\n return 'BpfLoaderWriteInstruction';\n }\n if (instruction.meta.type === 'finalize') {\n return 'BpfLoaderFinalizeInstruction';\n }\n }\n if (instruction.meta.program === 'bpf-upgradeable-loader') {\n if (instruction.meta.type === 'initializeBuffer') {\n return 'BpfUpgradeableLoaderInitializeBufferInstruction';\n }\n if (instruction.meta.type === 'write') {\n return 'BpfUpgradeableLoaderWriteInstruction';\n }\n if (instruction.meta.type === 'deployWithMaxDataLen') {\n return 'BpfUpgradeableLoaderDeployWithMaxDataLenInstruction';\n }\n if (instruction.meta.type === 'upgrade') {\n return 'BpfUpgradeableLoaderUpgradeInstruction';\n }\n if (instruction.meta.type === 'setAuthority') {\n return 'BpfUpgradeableLoaderSetAuthorityInstruction';\n }\n if (instruction.meta.type === 'setAuthorityChecked') {\n return 'BpfUpgradeableLoaderSetAuthorityCheckedInstruction';\n }\n if (instruction.meta.type === 'close') {\n return 'BpfUpgradeableLoaderCloseInstruction';\n }\n if (instruction.meta.type === 'extendProgram') {\n return 'BpfUpgradeableLoaderExtendProgramInstruction';\n }\n }\n if (instruction.meta.program === 'spl-associated-token-account') {\n if (instruction.meta.type === 'create') {\n return 'SplAssociatedTokenCreateInstruction';\n }\n if (instruction.meta.type === 'createIdempotent') {\n return 'SplAssociatedTokenCreateIdempotentInstruction';\n }\n if (instruction.meta.type === 'recoverNested') {\n return 'SplAssociatedTokenRecoverNestedInstruction';\n }\n }\n if (instruction.meta.program === 'spl-memo') {\n return 'SplMemoInstruction';\n }\n if (instruction.meta.program === 'spl-token') {\n if (instruction.meta.type === 'initializeMint') {\n return 'SplTokenInitializeMintInstruction';\n }\n if (instruction.meta.type === 'initializeMint2') {\n return 'SplTokenInitializeMint2Instruction';\n }\n if (instruction.meta.type === 'initializeAccount') {\n return 'SplTokenInitializeAccountInstruction';\n }\n if (instruction.meta.type === 'initializeAccount2') {\n return 'SplTokenInitializeAccount2Instruction';\n }\n if (instruction.meta.type === 'initializeAccount3') {\n return 'SplTokenInitializeAccount3Instruction';\n }\n if (instruction.meta.type === 'initializeMultisig') {\n return 'SplTokenInitializeMultisigInstruction';\n }\n if (instruction.meta.type === 'initializeMultisig2') {\n return 'SplTokenInitializeMultisig2Instruction';\n }\n if (instruction.meta.type === 'transfer') {\n return 'SplTokenTransferInstruction';\n }\n if (instruction.meta.type === 'approve') {\n return 'SplTokenApproveInstruction';\n }\n if (instruction.meta.type === 'revoke') {\n return 'SplTokenRevokeInstruction';\n }\n if (instruction.meta.type === 'setAuthority') {\n return 'SplTokenSetAuthorityInstruction';\n }\n if (instruction.meta.type === 'mintTo') {\n return 'SplTokenMintToInstruction';\n }\n if (instruction.meta.type === 'burn') {\n return 'SplTokenBurnInstruction';\n }\n if (instruction.meta.type === 'closeAccount') {\n return 'SplTokenCloseAccountInstruction';\n }\n if (instruction.meta.type === 'freezeAccount') {\n return 'SplTokenFreezeAccountInstruction';\n }\n if (instruction.meta.type === 'thawAccount') {\n return 'SplTokenThawAccountInstruction';\n }\n if (instruction.meta.type === 'transferChecked') {\n return 'SplTokenTransferCheckedInstruction';\n }\n if (instruction.meta.type === 'approveChecked') {\n return 'SplTokenApproveCheckedInstruction';\n }\n if (instruction.meta.type === 'mintToChecked') {\n return 'SplTokenMintToCheckedInstruction';\n }\n if (instruction.meta.type === 'burnChecked') {\n return 'SplTokenBurnCheckedInstruction';\n }\n if (instruction.meta.type === 'syncNative') {\n return 'SplTokenSyncNativeInstruction';\n }\n if (instruction.meta.type === 'getAccountDataSize') {\n return 'SplTokenGetAccountDataSizeInstruction';\n }\n if (instruction.meta.type === 'initializeImmutableOwner') {\n return 'SplTokenInitializeImmutableOwnerInstruction';\n }\n if (instruction.meta.type === 'amountToUiAmount') {\n return 'SplTokenAmountToUiAmountInstruction';\n }\n if (instruction.meta.type === 'uiAmountToAmount') {\n return 'SplTokenUiAmountToAmountInstruction';\n }\n if (instruction.meta.type === 'initializeMintCloseAuthority') {\n return 'SplTokenInitializeMintCloseAuthorityInstruction';\n }\n }\n if (instruction.meta.program === 'stake') {\n if (instruction.meta.type === 'initialize') {\n return 'StakeInitializeInstruction';\n }\n if (instruction.meta.type === 'authorize') {\n return 'StakeAuthorizeInstruction';\n }\n if (instruction.meta.type === 'delegate') {\n return 'StakeDelegateStakeInstruction';\n }\n if (instruction.meta.type === 'split') {\n return 'StakeSplitInstruction';\n }\n if (instruction.meta.type === 'withdraw') {\n return 'StakeWithdrawInstruction';\n }\n if (instruction.meta.type === 'deactivate') {\n return 'StakeDeactivateInstruction';\n }\n if (instruction.meta.type === 'setLockup') {\n return 'StakeSetLockupInstruction';\n }\n if (instruction.meta.type === 'merge') {\n return 'StakeMergeInstruction';\n }\n if (instruction.meta.type === 'authorizeWithSeed') {\n return 'StakeAuthorizeWithSeedInstruction';\n }\n if (instruction.meta.type === 'initializeChecked') {\n return 'StakeInitializeCheckedInstruction';\n }\n if (instruction.meta.type === 'authorizeChecked') {\n return 'StakeAuthorizeCheckedInstruction';\n }\n if (instruction.meta.type === 'authorizeCheckedWithSeed') {\n return 'StakeAuthorizeCheckedWithSeedInstruction';\n }\n if (instruction.meta.type === 'setLockupChecked') {\n return 'StakeSetLockupCheckedInstruction';\n }\n if (instruction.meta.type === 'deactivateDelinquent') {\n return 'StakeDeactivateDelinquentInstruction';\n }\n if (instruction.meta.type === 'redelegate') {\n return 'StakeRedelegateInstruction';\n }\n }\n if (instruction.meta.program === 'system') {\n if (instruction.meta.type === 'createAccount') {\n return 'CreateAccountInstruction';\n }\n if (instruction.meta.type === 'assign') {\n return 'AssignInstruction';\n }\n if (instruction.meta.type === 'transfer') {\n return 'TransferInstruction';\n }\n if (instruction.meta.type === 'createAccountWithSeed') {\n return 'CreateAccountWithSeedInstruction';\n }\n if (instruction.meta.type === 'advanceNonceAccount') {\n return 'AdvanceNonceAccountInstruction';\n }\n if (instruction.meta.type === 'withdrawNonceAccount') {\n return 'WithdrawNonceAccountInstruction';\n }\n if (instruction.meta.type === 'initializeNonceAccount') {\n return 'InitializeNonceAccountInstruction';\n }\n if (instruction.meta.type === 'authorizeNonceAccount') {\n return 'AuthorizeNonceAccountInstruction';\n }\n if (instruction.meta.type === 'upgradeNonceAccount') {\n return 'UpgradeNonceAccountInstruction';\n }\n if (instruction.meta.type === 'allocate') {\n return 'AllocateInstruction';\n }\n if (instruction.meta.type === 'allocateWithSeed') {\n return 'AllocateWithSeedInstruction';\n }\n if (instruction.meta.type === 'assignWithSeed') {\n return 'AssignWithSeedInstruction';\n }\n if (instruction.meta.type === 'transferWithSeed') {\n return 'TransferWithSeedInstruction';\n }\n }\n if (instruction.meta.program === 'vote') {\n if (instruction.meta.type === 'initialize') {\n return 'VoteInitializeAccountInstruction';\n }\n if (instruction.meta.type === 'authorize') {\n return 'VoteAuthorizeInstruction';\n }\n if (instruction.meta.type === 'authorizeWithSeed') {\n return 'VoteAuthorizeWithSeedInstruction';\n }\n if (instruction.meta.type === 'authorizeCheckedWithSeed') {\n return 'VoteAuthorizeCheckedWithSeedInstruction';\n }\n if (instruction.meta.type === 'vote') {\n return 'VoteVoteInstruction';\n }\n if (instruction.meta.type === 'updatevotestate') {\n return 'VoteUpdateVoteStateInstruction';\n }\n if (instruction.meta.type === 'updatevotestateswitch') {\n return 'VoteUpdateVoteStateSwitchInstruction';\n }\n if (instruction.meta.type === 'compactupdatevotestate') {\n return 'VoteCompactUpdateVoteStateInstruction';\n }\n if (instruction.meta.type === 'compactupdatevotestateswitch') {\n return 'VoteCompactUpdateVoteStateSwitchInstruction';\n }\n if (instruction.meta.type === 'withdraw') {\n return 'VoteWithdrawInstruction';\n }\n if (instruction.meta.type === 'updateValidatorIdentity') {\n return 'VoteUpdateValidatorIdentityInstruction';\n }\n if (instruction.meta.type === 'updateCommission') {\n return 'VoteUpdateCommissionInstruction';\n }\n if (instruction.meta.type === 'voteSwitch') {\n return 'VoteVoteSwitchInstruction';\n }\n if (instruction.meta.type === 'authorizeChecked') {\n return 'VoteAuthorizeCheckedInstruction';\n }\n }\n }\n return 'GenericInstruction';\n },\n },\n CreateLookupTableInstructionData: {\n lookupTableAccount: resolveAccount('lookupTableAccount'),\n lookupTableAuthority: resolveAccount('lookupTableAuthority'),\n payerAccount: resolveAccount('payerAccount'),\n systemProgram: resolveAccount('systemProgram'),\n },\n ExtendLookupTableInstructionData: {\n lookupTableAccount: resolveAccount('lookupTableAccount'),\n lookupTableAuthority: resolveAccount('lookupTableAuthority'),\n payerAccount: resolveAccount('payerAccount'),\n systemProgram: resolveAccount('systemProgram'),\n },\n FreezeLookupTableInstructionData: {\n lookupTableAccount: resolveAccount('lookupTableAccount'),\n lookupTableAuthority: resolveAccount('lookupTableAuthority'),\n },\n DeactivateLookupTableInstructionData: {\n lookupTableAccount: resolveAccount('lookupTableAccount'),\n lookupTableAuthority: resolveAccount('lookupTableAuthority'),\n },\n CloseLookupTableInstructionData: {\n lookupTableAccount: resolveAccount('lookupTableAccount'),\n lookupTableAuthority: resolveAccount('lookupTableAuthority'),\n recipient: resolveAccount('recipient'),\n },\n BpfLoaderWriteInstructionData: {\n account: resolveAccount('account'),\n },\n BpfLoaderFinalizeInstructionData: {\n account: resolveAccount('account'),\n },\n BpfUpgradeableLoaderInitializeBufferInstructionData: {\n account: resolveAccount('account'),\n },\n BpfUpgradeableLoaderWriteInstructionData: {\n account: resolveAccount('account'),\n authority: resolveAccount('authority'),\n },\n BpfUpgradeableLoaderDeployWithMaxDataLenInstructionData: {\n authority: resolveAccount('authority'),\n bufferAccount: resolveAccount('bufferAccount'),\n payerAccount: resolveAccount('payerAccount'),\n programAccount: resolveAccount('programAccount'),\n programDataAccount: resolveAccount('programDataAccount'),\n },\n BpfUpgradeableLoaderUpgradeInstructionData: {\n authority: resolveAccount('authority'),\n bufferAccount: resolveAccount('bufferAccount'),\n programAccount: resolveAccount('programAccount'),\n programDataAccount: resolveAccount('programDataAccount'),\n },\n BpfUpgradeableLoaderSetAuthorityInstructionData: {\n account: resolveAccount('account'),\n authority: resolveAccount('authority'),\n newAuthority: resolveAccount('newAuthority'),\n },\n BpfUpgradeableLoaderSetAuthorityCheckedInstructionData: {\n account: resolveAccount('account'),\n authority: resolveAccount('authority'),\n newAuthority: resolveAccount('newAuthority'),\n },\n BpfUpgradeableLoaderCloseInstructionData: {\n account: resolveAccount('account'),\n authority: resolveAccount('authority'),\n programAccount: resolveAccount('programAccount'),\n recipient: resolveAccount('recipient'),\n },\n BpfUpgradeableLoaderExtendProgramInstructionData: {\n payerAccount: resolveAccount('payerAccount'),\n programAccount: resolveAccount('programAccount'),\n programDataAccount: resolveAccount('programDataAccount'),\n systemProgram: resolveAccount('systemProgram'),\n },\n SplAssociatedTokenCreateInstructionData: {\n account: resolveAccount('account'),\n mint: resolveAccount('mint'),\n source: resolveAccount('source'),\n systemProgram: resolveAccount('systemProgram'),\n tokenProgram: resolveAccount('tokenProgram'),\n wallet: resolveAccount('wallet'),\n },\n SplAssociatedTokenCreateIdempotentInstructionData: {\n account: resolveAccount('account'),\n mint: resolveAccount('mint'),\n source: resolveAccount('source'),\n systemProgram: resolveAccount('systemProgram'),\n tokenProgram: resolveAccount('tokenProgram'),\n wallet: resolveAccount('wallet'),\n },\n SplAssociatedTokenRecoverNestedInstructionData: {\n destination: resolveAccount('destination'),\n nestedMint: resolveAccount('nestedMint'),\n nestedOwner: resolveAccount('nestedOwner'),\n nestedSource: resolveAccount('nestedSource'),\n ownerMint: resolveAccount('ownerMint'),\n tokenProgram: resolveAccount('tokenProgram'),\n wallet: resolveAccount('wallet'),\n },\n SplTokenInitializeMintInstructionData: {\n freezeAuthority: resolveAccount('freezeAuthority'),\n mint: resolveAccount('mint'),\n mintAuthority: resolveAccount('mintAuthority'),\n },\n SplTokenInitializeMint2InstructionData: {\n freezeAuthority: resolveAccount('freezeAuthority'),\n mint: resolveAccount('mint'),\n mintAuthority: resolveAccount('mintAuthority'),\n },\n SplTokenInitializeAccountInstructionData: {\n account: resolveAccount('account'),\n mint: resolveAccount('mint'),\n owner: resolveAccount('owner'),\n },\n SplTokenInitializeAccount2InstructionData: {\n account: resolveAccount('account'),\n mint: resolveAccount('mint'),\n owner: resolveAccount('owner'),\n },\n SplTokenInitializeAccount3InstructionData: {\n account: resolveAccount('account'),\n mint: resolveAccount('mint'),\n owner: resolveAccount('owner'),\n },\n SplTokenInitializeMultisigInstructionData: {\n multisig: resolveAccount('multisig'),\n },\n SplTokenInitializeMultisig2InstructionData: {\n multisig: resolveAccount('multisig'),\n },\n SplTokenTransferInstructionData: {\n authority: resolveAccount('authority'),\n destination: resolveAccount('destination'),\n multisigAuthority: resolveAccount('multisigAuthority'),\n source: resolveAccount('source'),\n },\n SplTokenApproveInstructionData: {\n delegate: resolveAccount('delegate'),\n multisigOwner: resolveAccount('multisigOwner'),\n owner: resolveAccount('owner'),\n source: resolveAccount('source'),\n },\n SplTokenRevokeInstructionData: {\n multisigOwner: resolveAccount('multisigOwner'),\n owner: resolveAccount('owner'),\n source: resolveAccount('source'),\n },\n SplTokenSetAuthorityInstructionData: {\n authority: resolveAccount('authority'),\n multisigAuthority: resolveAccount('multisigAuthority'),\n newAuthority: resolveAccount('newAuthority'),\n },\n SplTokenMintToInstructionData: {\n account: resolveAccount('account'),\n authority: resolveAccount('authority'),\n mint: resolveAccount('mint'),\n mintAuthority: resolveAccount('mintAuthority'),\n multisigMintAuthority: resolveAccount('multisigMintAuthority'),\n },\n SplTokenBurnInstructionData: {\n account: resolveAccount('account'),\n authority: resolveAccount('authority'),\n mint: resolveAccount('mint'),\n multisigAuthority: resolveAccount('multisigAuthority'),\n },\n SplTokenCloseAccountInstructionData: {\n account: resolveAccount('account'),\n destination: resolveAccount('destination'),\n multisigOwner: resolveAccount('multisigOwner'),\n owner: resolveAccount('owner'),\n },\n SplTokenFreezeAccountInstructionData: {\n account: resolveAccount('account'),\n freezeAuthority: resolveAccount('freezeAuthority'),\n mint: resolveAccount('mint'),\n multisigFreezeAuthority: resolveAccount('multisigFreezeAuthority'),\n },\n SplTokenThawAccountInstructionData: {\n account: resolveAccount('account'),\n freezeAuthority: resolveAccount('freezeAuthority'),\n mint: resolveAccount('mint'),\n multisigFreezeAuthority: resolveAccount('multisigFreezeAuthority'),\n },\n SplTokenTransferCheckedInstructionData: {\n authority: resolveAccount('authority'),\n destination: resolveAccount('destination'),\n mint: resolveAccount('mint'),\n multisigAuthority: resolveAccount('multisigAuthority'),\n source: resolveAccount('source'),\n },\n SplTokenApproveCheckedInstructionData: {\n delegate: resolveAccount('delegate'),\n mint: resolveAccount('mint'),\n multisigOwner: resolveAccount('multisigOwner'),\n owner: resolveAccount('owner'),\n source: resolveAccount('source'),\n },\n SplTokenMintToCheckedInstructionData: {\n account: resolveAccount('account'),\n authority: resolveAccount('authority'),\n mint: resolveAccount('mint'),\n mintAuthority: resolveAccount('mintAuthority'),\n multisigMintAuthority: resolveAccount('multisigMintAuthority'),\n },\n SplTokenBurnCheckedInstructionData: {\n account: resolveAccount('account'),\n authority: resolveAccount('authority'),\n mint: resolveAccount('mint'),\n multisigAuthority: resolveAccount('multisigAuthority'),\n },\n SplTokenSyncNativeInstructionData: {\n account: resolveAccount('account'),\n },\n SplTokenGetAccountDataSizeInstructionData: {\n mint: resolveAccount('mint'),\n },\n SplTokenAmountToUiAmountInstructionData: {\n mint: resolveAccount('mint'),\n },\n SplTokenUiAmountToAmountInstructionData: {\n mint: resolveAccount('mint'),\n },\n SplTokenInitializeMintCloseAuthorityInstructionData: {\n mint: resolveAccount('mint'),\n newAuthority: resolveAccount('newAuthority'),\n },\n Lockup: {\n custodian: resolveAccount('custodian'),\n },\n StakeInitializeInstructionDataAuthorized: {\n staker: resolveAccount('staker'),\n withdrawer: resolveAccount('withdrawer'),\n },\n StakeInitializeInstructionData: {\n stakeAccount: resolveAccount('stakeAccount'),\n },\n StakeAuthorizeInstructionData: {\n authority: resolveAccount('authority'),\n custodian: resolveAccount('custodian'),\n newAuthority: resolveAccount('newAuthority'),\n stakeAccount: resolveAccount('stakeAccount'),\n },\n StakeDelegateStakeInstructionData: {\n stakeAccount: resolveAccount('stakeAccount'),\n stakeAuthority: resolveAccount('stakeAuthority'),\n stakeConfigAccount: resolveAccount('stakeConfigAccount'),\n voteAccount: resolveAccount('voteAccount'),\n },\n StakeSplitInstructionData: {\n newSplitAccount: resolveAccount('newSplitAccount'),\n stakeAccount: resolveAccount('stakeAccount'),\n stakeAuthority: resolveAccount('stakeAuthority'),\n },\n StakeWithdrawInstructionData: {\n destination: resolveAccount('destination'),\n stakeAccount: resolveAccount('stakeAccount'),\n withdrawAuthority: resolveAccount('withdrawAuthority'),\n },\n StakeDeactivateInstructionData: {\n stakeAccount: resolveAccount('stakeAccount'),\n stakeAuthority: resolveAccount('stakeAuthority'),\n },\n StakeSetLockupInstructionData: {\n custodian: resolveAccount('custodian'),\n stakeAccount: resolveAccount('stakeAccount'),\n },\n StakeMergeInstructionData: {\n destination: resolveAccount('destination'),\n source: resolveAccount('source'),\n stakeAuthority: resolveAccount('stakeAuthority'),\n },\n StakeAuthorizeWithSeedInstructionData: {\n authorityBase: resolveAccount('authorityBase'),\n authorityOwner: resolveAccount('authorityOwner'),\n custodian: resolveAccount('custodian'),\n newAuthorized: resolveAccount('newAuthorized'),\n stakeAccount: resolveAccount('stakeAccount'),\n },\n StakeInitializeCheckedInstructionDataAuthorized: {\n stakeAccount: resolveAccount('stakeAccount'),\n staker: resolveAccount('staker'),\n withdrawer: resolveAccount('withdrawer'),\n },\n StakeAuthorizeCheckedInstructionData: {\n authority: resolveAccount('authority'),\n custodian: resolveAccount('custodian'),\n newAuthority: resolveAccount('newAuthority'),\n stakeAccount: resolveAccount('stakeAccount'),\n },\n StakeAuthorizeCheckedWithSeedInstructionData: {\n authorityBase: resolveAccount('authorityBase'),\n authorityOwner: resolveAccount('authorityOwner'),\n custodian: resolveAccount('custodian'),\n newAuthorized: resolveAccount('newAuthorized'),\n stakeAccount: resolveAccount('stakeAccount'),\n },\n StakeSetLockupCheckedInstructionData: {\n custodian: resolveAccount('custodian'),\n stakeAccount: resolveAccount('stakeAccount'),\n },\n StakeDeactivateDelinquentInstructionData: {\n referenceVoteAccount: resolveAccount('referenceVoteAccount'),\n stakeAccount: resolveAccount('stakeAccount'),\n voteAccount: resolveAccount('voteAccount'),\n },\n StakeRedelegateInstructionData: {\n newStakeAccount: resolveAccount('newStakeAccount'),\n stakeAccount: resolveAccount('stakeAccount'),\n stakeAuthority: resolveAccount('stakeAuthority'),\n stakeConfigAccount: resolveAccount('stakeConfigAccount'),\n voteAccount: resolveAccount('voteAccount'),\n },\n CreateAccountInstructionData: {\n newAccount: resolveAccount('newAccount'),\n owner: resolveAccount('owner'),\n source: resolveAccount('source'),\n },\n AssignInstructionData: {\n account: resolveAccount('account'),\n owner: resolveAccount('owner'),\n },\n TransferInstructionData: {\n destination: resolveAccount('destination'),\n source: resolveAccount('source'),\n },\n CreateAccountWithSeedInstructionData: {\n base: resolveAccount('base'),\n owner: resolveAccount('owner'),\n seed: resolveAccount('seed'),\n },\n AdvanceNonceAccountInstructionData: {\n nonceAccount: resolveAccount('nonceAccount'),\n nonceAuthority: resolveAccount('nonceAuthority'),\n },\n WithdrawNonceAccountInstructionData: {\n destination: resolveAccount('destination'),\n nonceAccount: resolveAccount('nonceAccount'),\n nonceAuthority: resolveAccount('nonceAuthority'),\n },\n InitializeNonceAccountInstructionData: {\n nonceAccount: resolveAccount('nonceAccount'),\n nonceAuthority: resolveAccount('nonceAuthority'),\n },\n AuthorizeNonceAccountInstructionData: {\n newAuthorized: resolveAccount('newAuthorized'),\n nonceAccount: resolveAccount('nonceAccount'),\n nonceAuthority: resolveAccount('nonceAuthority'),\n },\n UpgradeNonceAccountInstructionData: {\n nonceAccount: resolveAccount('nonceAccount'),\n nonceAuthority: resolveAccount('nonceAuthority'),\n },\n AllocateInstructionData: {\n account: resolveAccount('account'),\n },\n AllocateWithSeedInstructionData: {\n account: resolveAccount('account'),\n owner: resolveAccount('owner'),\n },\n AssignWithSeedInstructionData: {\n account: resolveAccount('account'),\n owner: resolveAccount('owner'),\n },\n TransferWithSeedInstructionData: {\n destination: resolveAccount('destination'),\n source: resolveAccount('source'),\n sourceOwner: resolveAccount('sourceOwner'),\n },\n VoteInitializeAccountInstructionData: {\n authorizedVoter: resolveAccount('authorizedVoter'),\n authorizedWithdrawer: resolveAccount('authorizedWithdrawer'),\n node: resolveAccount('node'),\n voteAccount: resolveAccount('voteAccount'),\n },\n VoteAuthorizeInstructionData: {\n authority: resolveAccount('authority'),\n newAuthority: resolveAccount('newAuthority'),\n voteAccount: resolveAccount('voteAccount'),\n },\n VoteAuthorizeWithSeedInstructionData: {\n authorityOwner: resolveAccount('authorityOwner'),\n newAuthority: resolveAccount('newAuthority'),\n voteAccount: resolveAccount('voteAccount'),\n },\n VoteAuthorizeCheckedWithSeedInstructionData: {\n authorityOwner: resolveAccount('authorityOwner'),\n newAuthority: resolveAccount('newAuthority'),\n voteAccount: resolveAccount('voteAccount'),\n },\n VoteVoteInstructionData: {\n voteAccount: resolveAccount('voteAccount'),\n voteAuthority: resolveAccount('voteAuthority'),\n },\n VoteUpdateVoteStateInstructionData: {\n voteAccount: resolveAccount('voteAccount'),\n voteAuthority: resolveAccount('voteAuthority'),\n },\n VoteUpdateVoteStateSwitchInstructionData: {\n voteAccount: resolveAccount('voteAccount'),\n voteAuthority: resolveAccount('voteAuthority'),\n },\n VoteCompactUpdateVoteStateInstructionData: {\n voteAccount: resolveAccount('voteAccount'),\n voteAuthority: resolveAccount('voteAuthority'),\n },\n VoteCompactUpdateVoteStateSwitchInstructionData: {\n voteAccount: resolveAccount('voteAccount'),\n voteAuthority: resolveAccount('voteAuthority'),\n },\n VoteWithdrawInstructionData: {\n voteAccount: resolveAccount('voteAccount'),\n withdrawAuthority: resolveAccount('withdrawAuthority'),\n },\n VoteUpdateValidatorIdentityInstructionData: {\n newValidatorIdentity: resolveAccount('newValidatorIdentity'),\n voteAccount: resolveAccount('voteAccount'),\n withdrawAuthority: resolveAccount('withdrawAuthority'),\n },\n VoteUpdateCommissionInstructionData: {\n voteAccount: resolveAccount('voteAccount'),\n withdrawAuthority: resolveAccount('withdrawAuthority'),\n },\n VoteVoteSwitchInstructionData: {\n voteAccount: resolveAccount('voteAccount'),\n voteAuthority: resolveAccount('voteAuthority'),\n },\n VoteAuthorizeCheckedInstructionData: {\n authority: resolveAccount('authority'),\n newAuthority: resolveAccount('newAuthority'),\n voteAccount: resolveAccount('voteAccount'),\n },\n};\n","/* eslint-disable sort-keys-fix/sort-keys-fix */\nimport { Signature } from '@solana/keys';\nimport { Commitment } from '@solana/rpc-types';\n\nexport type TransactionQueryArgs = {\n signature: Signature;\n commitment?: Commitment;\n encoding?: 'base58' | 'base64' | 'jsonParsed';\n};\n\nexport const transactionTypeDefs = /* GraphQL */ `\n type TransactionStatusOk {\n Ok: String\n }\n type TransactionStatusErr {\n Err: String\n }\n union TransactionStatus = TransactionStatusOk | TransactionStatusErr\n\n type TransactionLoadedAddresses {\n readonly: [String]\n writable: [String]\n }\n\n type TransactionInnerInstruction {\n index: Int\n instructions: [TransactionInstruction]\n }\n\n type TransactionMeta {\n computeUnitsConsumed: BigInt\n err: String\n fee: BigInt\n innerInstructions: [TransactionInnerInstruction]\n loadedAddresses: TransactionLoadedAddresses\n logMessages: [String]\n postBalances: [BigInt]\n postTokenBalances: [TokenBalance]\n preBalances: [BigInt]\n preTokenBalances: [TokenBalance]\n returnData: ReturnData\n rewards: [Reward]\n status: TransactionStatus\n }\n\n type TransactionMessageAccountKey {\n pubkey: String\n signer: Boolean\n source: String\n writable: Boolean\n }\n\n type TransactionMessageAddressTableLookup {\n accountKey: String\n readableIndexes: [Int]\n writableIndexes: [Int]\n }\n\n type TransactionMessageHeader {\n numReadonlySignedAccounts: Int\n numReadonlyUnsignedAccounts: Int\n numRequiredSignatures: Int\n }\n\n type TransactionMessage {\n accountKeys: [TransactionMessageAccountKey]\n addressTableLookups: [TransactionMessageAddressTableLookup]\n header: TransactionMessageHeader\n instructions: [TransactionInstruction]\n recentBlockhash: String\n }\n\n # Transaction interface\n interface Transaction {\n blockTime: String\n encoding: String\n meta: TransactionMeta\n slot: BigInt\n version: String\n }\n\n # A transaction with base58 encoded data\n type TransactionBase58 implements Transaction {\n blockTime: String\n data: String\n encoding: String\n meta: TransactionMeta\n slot: BigInt\n version: String\n }\n\n # A transaction with base64 encoded data\n type TransactionBase64 implements Transaction {\n blockTime: String\n data: String\n encoding: String\n meta: TransactionMeta\n slot: BigInt\n version: String\n }\n\n # A transaction with JSON encoded data\n type TransactionDataParsed {\n message: TransactionMessage\n signatures: [String]\n }\n type TransactionParsed implements Transaction {\n blockTime: String\n data: TransactionDataParsed\n encoding: String\n meta: TransactionMeta\n slot: BigInt\n version: String\n }\n`;\n\nexport const transactionResolvers = {\n Transaction: {\n __resolveType(transaction: { encoding: string }) {\n switch (transaction.encoding) {\n case 'base58':\n return 'TransactionBase58';\n case 'base64':\n return 'TransactionBase64';\n default:\n return 'TransactionParsed';\n }\n },\n },\n};\n"]}
|
|
1
|
+
{"version":3,"sources":["../src/index.ts","../src/loaders/account.ts","../src/loaders/loader.ts","../src/loaders/coalescer.ts","../src/loaders/block.ts","../src/loaders/program-accounts.ts","../src/loaders/transaction.ts","../src/context.ts","../src/resolvers/resolve-info/account.ts","../src/resolvers/resolve-info/visitor.ts","../src/resolvers/resolve-info/transaction.ts","../src/resolvers/resolve-info/block.ts","../src/resolvers/resolve-info/program-accounts.ts","../src/resolvers/account.ts","../src/resolvers/transaction.ts","../src/resolvers/block.ts","../src/resolvers/instruction.ts","../src/resolvers/program-accounts.ts","../src/resolvers/root.ts","../src/resolvers/types.ts","../src/resolvers/index.ts","../src/schema/account.ts","../src/schema/block.ts","../src/schema/instruction.ts","../src/schema/root.ts","../src/schema/transaction.ts","../src/schema/types.ts","../src/schema/index.ts"],"names":["toFetch","args","promiseCallbacksForSignature","promiseCallbacksForAddress","ii","DataLoader","onlyFieldsRequested","info","findArgumentNodeByName","programName","programId","instructionType","jsonParsedConfigs","i"],"mappings":"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,IACH,GAAG;AAAA,IACH,GAAG;AAAA,IACH,GAAG;AAAA,IACH,GAAG;AAAA,IACH,GAAG;AAAA,IACH,GAAG;AAAA,EACP;AACJ;;;AClBO,IAAM;AAAA;AAAA,EAAgC;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;;ACAtC,IAAM;AAAA;AAAA,EAA8B;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;;ACGpC,IAAM;AAAA;AAAA,EAAoC;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;;ACH1C,IAAM;AAAA;AAAA,EAA6B;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;;ACCnC,IAAM;AAAA;AAAA,EAAoC;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;;ACD1C,IAAM;AAAA;AAAA,EAA6B;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;;ACOnC,SAAS,8BAA8B;AAC1C,SAAO,CAAC,iBAAiB,eAAe,qBAAqB,cAAc,cAAc,mBAAmB;AAChH;;;A3BKO,SAAS,iBACZ,KACA,QACU;AACV,QAAM,mBAAmB;AAAA,IACrB,uBAAuB,QAAQ,yBAAyB;AAAA,IACxD,8BAA8B,QAAQ,gCAAgC;AAAA,EAC1E;AACA,QAAM,SAAS,qBAAqB;AAAA,IAChC,WAAW,6BAA6B;AAAA,IACxC,UAAU,4BAA4B;AAAA,EAC1C,CAAC;AACD,SAAO;AAAA,IACH,MAAM,MAAM,QAAQ,gBAAiB;AACjC,YAAM,eAAe,2BAA2B,KAAK,gBAAgB;AACrE,aAAO,QAAQ;AAAA,QACX;AAAA,QACA;AAAA,QACA;AAAA,QACA;AAAA,MACJ,CAAC;AAAA,IACL;AAAA,EACJ;AACJ","sourcesContent":["import { makeExecutableSchema } from '@graphql-tools/schema';\nimport { graphql } from 'graphql';\n\nimport { createSolanaGraphQLContext } from './context';\nimport { createSolanaGraphQLResolvers } from './resolvers';\nimport { createSolanaGraphQLTypeDefs } from './schema';\n\nexport interface RpcGraphQL {\n query(\n source: Parameters<typeof graphql>[0]['source'],\n variableValues?: Parameters<typeof graphql>[0]['variableValues'],\n ): ReturnType<typeof graphql>;\n}\n\nexport function createRpcGraphQL(\n rpc: Parameters<typeof createSolanaGraphQLContext>[0],\n config?: Partial<Parameters<typeof createSolanaGraphQLContext>[1]>,\n): RpcGraphQL {\n const rpcGraphQLConfig = {\n maxDataSliceByteRange: config?.maxDataSliceByteRange ?? 200,\n maxMultipleAccountsBatchSize: config?.maxMultipleAccountsBatchSize ?? 100,\n };\n const schema = makeExecutableSchema({\n resolvers: createSolanaGraphQLResolvers(),\n typeDefs: createSolanaGraphQLTypeDefs(),\n });\n return {\n async query(source, variableValues?) {\n const contextValue = createSolanaGraphQLContext(rpc, rpcGraphQLConfig);\n return graphql({\n contextValue,\n schema,\n source,\n variableValues,\n });\n },\n };\n}\n","import { Address } from '@solana/addresses';\nimport { getBase58Codec, getBase64Codec } from '@solana/codecs-strings';\nimport type { GetAccountInfoApi, GetMultipleAccountsApi, Rpc } from '@solana/rpc';\nimport DataLoader from 'dataloader';\n\nimport { buildCoalescedFetchesByArgsHashWithDataSlice, ToFetchMap } from './coalescer';\nimport {\n AccountLoader,\n AccountLoaderArgs,\n AccountLoaderArgsBase,\n AccountLoaderValue,\n cacheKeyFn,\n MultipleAccountsLoaderArgs,\n} from './loader';\n\ntype Config = {\n maxDataSliceByteRange: number;\n maxMultipleAccountsBatchSize: number;\n};\n\ntype Encoding = 'base58' | 'base64' | 'base64+zstd';\ntype DataSlice = { length: number; offset: number };\n\nfunction getCodec(encoding: Encoding) {\n switch (encoding) {\n case 'base58':\n return getBase58Codec();\n default:\n return getBase64Codec();\n }\n}\n\nexport function sliceData(\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n account: any,\n dataSlice?: DataSlice | null,\n masterDataSlice?: DataSlice,\n) {\n if (dataSlice) {\n const masterOffset = masterDataSlice ? masterDataSlice.offset : 0;\n\n const slicedData = (data: string, encoding: Encoding): string => {\n if (encoding === 'base64+zstd') {\n // Don't slice `base64+zstd` encoding.\n return data;\n }\n const { offset, length } = dataSlice;\n const trueOffset = offset - masterOffset;\n const codec = getCodec(encoding);\n return codec.decode(codec.encode(data).slice(trueOffset, trueOffset + length));\n };\n\n if (Array.isArray(account.data)) {\n const [data, encoding] = account.data;\n return {\n ...account,\n data: [slicedData(data, encoding), encoding],\n };\n } else if (typeof account.data === 'string') {\n const data = account.data;\n return {\n ...account,\n data: slicedData(data, 'base58'),\n };\n }\n }\n return account;\n}\n\n/**\n * Load an account using the RPC's `getAccountInfo` method.\n */\nasync function loadAccount(rpc: Rpc<GetAccountInfoApi>, { address, ...config }: AccountLoaderArgs) {\n return await rpc\n .getAccountInfo(address, config)\n .send()\n .then(res => res.value);\n}\n\n/**\n * Load multiple accounts using the RPC's `getMultipleAccounts` method.\n */\nasync function loadMultipleAccounts(\n rpc: Rpc<GetMultipleAccountsApi>,\n { addresses, ...config }: MultipleAccountsLoaderArgs,\n) {\n return await rpc\n .getMultipleAccounts(addresses, config)\n .send()\n .then(res => res.value);\n}\n\nfunction createAccountBatchLoadFn(rpc: Rpc<GetAccountInfoApi & GetMultipleAccountsApi>, config: Config) {\n const resolveAccountUsingRpc = loadAccount.bind(null, rpc);\n const resolveMultipleAccountsUsingRpc = loadMultipleAccounts.bind(null, rpc);\n return async (accountQueryArgs: readonly AccountLoaderArgs[]): ReturnType<AccountLoader['loadMany']> => {\n /**\n * Gather all the accounts that need to be fetched, grouped by address.\n */\n const accountsToFetch: ToFetchMap<AccountLoaderArgsBase, AccountLoaderValue> = {};\n try {\n return Promise.all(\n accountQueryArgs.map(\n ({ address, ...args }) =>\n new Promise((resolve, reject) => {\n const accountRecords = (accountsToFetch[address] ||= []);\n // Apply the default commitment level.\n if (!args.commitment) {\n args.commitment = 'confirmed';\n }\n accountRecords.push({ args, promiseCallback: { reject, resolve } });\n }),\n ),\n ) as ReturnType<AccountLoader['loadMany']>;\n } finally {\n const { maxDataSliceByteRange, maxMultipleAccountsBatchSize } = config;\n\n /**\n * Group together accounts that are fetched with identical args.\n */\n const accountFetchesByArgsHash = buildCoalescedFetchesByArgsHashWithDataSlice(\n accountsToFetch,\n maxDataSliceByteRange,\n );\n\n /**\n * For each set of accounts related to some common args, fetch them in the fewest number\n * of network requests.\n */\n Object.values(accountFetchesByArgsHash).map(({ args, fetches: addressCallbacks }) => {\n const addresses = Object.keys(addressCallbacks) as Address[];\n if (addresses.length === 1) {\n const address = addresses[0];\n return Array.from({ length: 1 }, async () => {\n try {\n const result = await resolveAccountUsingRpc({ address, ...args });\n addressCallbacks[address].callbacks.forEach(({ callback, dataSlice }) => {\n callback.resolve(sliceData(result, dataSlice, args.dataSlice));\n });\n } catch (e) {\n addressCallbacks[address].callbacks.forEach(({ callback }) => {\n callback.reject(e);\n });\n }\n });\n } else {\n return Array.from(\n { length: Math.ceil(addresses.length / maxMultipleAccountsBatchSize) },\n async (_, ii) => {\n const startIndex = ii * maxMultipleAccountsBatchSize;\n const endIndex = startIndex + maxMultipleAccountsBatchSize;\n const chunk = addresses.slice(startIndex, endIndex);\n try {\n const results = await resolveMultipleAccountsUsingRpc({\n addresses: chunk,\n ...args,\n });\n chunk.forEach((address, ii) => {\n const result = results[ii];\n addressCallbacks[address].callbacks.forEach(({ callback, dataSlice }) => {\n callback.resolve(sliceData(result, dataSlice, args.dataSlice));\n });\n });\n } catch (e) {\n chunk.forEach(address => {\n addressCallbacks[address].callbacks.forEach(({ callback }) => {\n callback.reject(e);\n });\n });\n }\n },\n );\n }\n });\n }\n };\n}\n\nexport function createAccountLoader(\n rpc: Rpc<GetAccountInfoApi & GetMultipleAccountsApi>,\n config: Config,\n): AccountLoader {\n const loader = new DataLoader(createAccountBatchLoadFn(rpc, config), { cacheKeyFn });\n return {\n load: async args => loader.load(args),\n loadMany: async args => loader.loadMany(args),\n };\n}\n","import type { Address } from '@solana/addresses';\nimport type { Signature } from '@solana/keys';\nimport type { GetAccountInfoApi, GetBlockApi, GetProgramAccountsApi, GetTransactionApi } from '@solana/rpc';\nimport type { Commitment, Slot } from '@solana/rpc-types';\n// eslint-disable-next-line @typescript-eslint/ban-ts-comment\n// @ts-ignore\nimport stringify from 'json-stable-stringify';\n\nexport type BatchLoadPromiseCallback<T> = Readonly<{\n reject: (reason?: unknown) => void;\n resolve: (value: T) => void;\n}>;\n\n// Loader base types\nexport type LoadFn<TArgs, T> = (args: TArgs) => Promise<T>;\nexport type LoadManyFn<TArgs, T> = (args: TArgs[]) => Promise<(Error | T)[]>;\nexport type Loader<TArgs, T> = { load: LoadFn<TArgs, T>; loadMany: LoadManyFn<TArgs, T> };\n\nexport type AccountLoaderArgsBase = {\n commitment?: Commitment;\n dataSlice?: { length: number; offset: number };\n encoding?: 'base58' | 'base64' | 'base64+zstd' | 'jsonParsed';\n minContextSlot?: Slot;\n};\nexport type AccountLoaderArgs = AccountLoaderArgsBase & { address: Address };\nexport type AccountLoaderValue = ReturnType<GetAccountInfoApi['getAccountInfo']>['value'] | null;\nexport type AccountLoader = Loader<AccountLoaderArgs, AccountLoaderValue>;\n\nexport type BlockLoaderArgsBase = {\n commitment?: Omit<Commitment, 'processed'>;\n encoding?: 'base58' | 'base64' | 'json' | 'jsonParsed';\n maxSupportedTransactionVersion?: 'legacy' | 0;\n rewards?: boolean;\n transactionDetails?: 'accounts' | 'full' | 'none' | 'signatures';\n};\nexport type BlockLoaderArgs = BlockLoaderArgsBase & { slot: Slot };\nexport type BlockLoaderValue = ReturnType<GetBlockApi['getBlock']> | null;\nexport type BlockLoader = Loader<BlockLoaderArgs, BlockLoaderValue>;\n\nexport type MultipleAccountsLoaderArgs = AccountLoaderArgsBase & { addresses: Address[] };\nexport type MultipleAccountsLoaderValue = AccountLoaderValue[];\nexport type MultipleAccountsLoader = Loader<MultipleAccountsLoaderArgs, MultipleAccountsLoaderValue>;\n\nexport type ProgramAccountsLoaderArgsBase = {\n commitment?: Commitment;\n dataSlice?: { length: number; offset: number };\n encoding?: 'base58' | 'base64' | 'base64+zstd' | 'jsonParsed';\n filters?: readonly { memcmp: { bytes: string; offset: number } }[];\n minContextSlot?: Slot;\n};\nexport type ProgramAccountsLoaderArgs = ProgramAccountsLoaderArgsBase & { programAddress: Address };\nexport type ProgramAccountsLoaderValue = ReturnType<GetProgramAccountsApi['getProgramAccounts']>;\nexport type ProgramAccountsLoader = Loader<ProgramAccountsLoaderArgs, ProgramAccountsLoaderValue>;\n\nexport type TransactionLoaderArgsBase = {\n commitment?: Omit<Commitment, 'processed'>;\n encoding?: 'base58' | 'base64' | 'json' | 'jsonParsed';\n};\nexport type TransactionLoaderArgs = TransactionLoaderArgsBase & { signature: Signature };\nexport type TransactionLoaderValue = ReturnType<GetTransactionApi['getTransaction']> | null;\nexport type TransactionLoader = Loader<TransactionLoaderArgs, TransactionLoaderValue>;\n\nexport type RpcGraphQLLoaders = {\n account: AccountLoader;\n block: BlockLoader;\n programAccounts: ProgramAccountsLoader;\n transaction: TransactionLoader;\n};\n\n// eslint-disable-next-line @typescript-eslint/no-explicit-any\nfunction replacer(_: any, value: any) {\n if (typeof value === 'bigint') {\n return value.toString() + 'n';\n }\n return value;\n}\n\n// eslint-disable-next-line @typescript-eslint/no-explicit-any\nexport const cacheKeyFn = (obj: any) => stringify(obj, { replacer });\n","import { DataSlice } from '@solana/rpc-types';\n\nimport { BatchLoadPromiseCallback, cacheKeyFn } from './loader';\n\ntype Encoding = ('base58' | 'base64' | 'base64+zstd' | 'jsonParsed') | ('base58' | 'base64' | 'json' | 'jsonParsed');\n\nexport type Fetch<TArgs extends { encoding?: Encoding }, TValue> = Readonly<{\n args: TArgs;\n promiseCallback: BatchLoadPromiseCallback<TValue>;\n}>;\nexport type ToFetchMap<TArgs extends { encoding?: Encoding }, TValue> = {\n [key: string]: Fetch<TArgs, TValue>[];\n};\nexport type FetchesByArgsHash<TArgs extends { encoding?: Encoding }, TValue> = {\n [argsHash: string]: {\n args: TArgs;\n fetches: {\n [key: string]: {\n callbacks: BatchLoadPromiseCallback<TValue>[];\n };\n };\n };\n};\nexport type FetchesByArgsHashWithDataSlice<TArgs extends { dataSlice?: DataSlice; encoding?: Encoding }, TValue> = {\n [argsHash: string]: {\n args: TArgs;\n fetches: {\n [key: string]: {\n callbacks: {\n callback: BatchLoadPromiseCallback<TValue>;\n dataSlice?: DataSlice | null;\n }[];\n };\n };\n };\n};\n\nconst hashOmit = <TArgs extends object>(args: TArgs, omit: (keyof TArgs)[]) => {\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n const argsObj: any = {};\n for (const [key, value] of Object.entries(args)) {\n if (!omit.includes(key as keyof TArgs)) {\n argsObj[key] = value;\n }\n }\n return cacheKeyFn(argsObj);\n};\n\nexport function buildCoalescedFetchesByArgsHash<TArgs extends { encoding?: Encoding }, TValue>(\n toFetchMap: ToFetchMap<TArgs, TValue>,\n orphanConfig: {\n criteria: (args: TArgs) => boolean;\n defaults: (args: TArgs) => TArgs;\n hashOmit: (keyof TArgs)[];\n },\n): FetchesByArgsHash<TArgs, TValue> {\n const fetchesByArgsHash: FetchesByArgsHash<TArgs, TValue> = {};\n\n // Keep track of any fetches that don't specify an encoding, to be\n // wrapped into another fetch that does.\n const orphanedFetches: typeof toFetchMap = {};\n\n Object.entries(toFetchMap).forEach(([signature, toFetch]) => {\n toFetch.forEach(({ args, promiseCallback }) => {\n if (orphanConfig.criteria(args)) {\n const toFetch = (orphanedFetches[signature] ||= []);\n toFetch.push({ args, promiseCallback });\n return;\n }\n\n const argsHash = hashOmit(args, []);\n const transactionFetches = (fetchesByArgsHash[argsHash] ||= {\n args,\n fetches: {},\n });\n const { callbacks: promiseCallbacksForSignature } = (transactionFetches.fetches[signature] ||= {\n callbacks: [],\n });\n promiseCallbacksForSignature.push(promiseCallback);\n });\n });\n\n // Place the orphans\n Object.entries(orphanedFetches).forEach(([signature, toFetch]) => {\n toFetch.forEach(({ args: orphanArgs, promiseCallback: orphanPromiseCallback }) => {\n if (Object.keys(fetchesByArgsHash).length !== 0) {\n for (const { fetches, args } of Object.values(fetchesByArgsHash)) {\n // Check if the two arg sets are a match without `encoding`\n if (hashOmit(orphanArgs, orphanConfig.hashOmit) === hashOmit(args, orphanConfig.hashOmit)) {\n const { callbacks: promiseCallbacksForSignature } = (fetches[signature] ||= {\n callbacks: [],\n });\n promiseCallbacksForSignature.push(orphanPromiseCallback);\n return;\n }\n }\n }\n // Create a new fetch.\n const args = orphanConfig.defaults(orphanArgs);\n const argsHash = hashOmit(args, []);\n const transactionFetches = (fetchesByArgsHash[argsHash] ||= {\n args,\n fetches: {},\n });\n const { callbacks: promiseCallbacksForSignature } = (transactionFetches.fetches[signature] ||= {\n callbacks: [],\n });\n promiseCallbacksForSignature.push(orphanPromiseCallback);\n });\n });\n\n return fetchesByArgsHash;\n}\n\nexport function buildCoalescedFetchesByArgsHashWithDataSlice<\n TArgs extends { dataSlice?: DataSlice; encoding?: Encoding },\n TValue,\n>(toFetchMap: ToFetchMap<TArgs, TValue>, maxDataSliceByteRange: number): FetchesByArgsHashWithDataSlice<TArgs, TValue> {\n const fetchesByArgsHash: FetchesByArgsHashWithDataSlice<TArgs, TValue> = {};\n\n // Keep track of any fetches that don't specify an encoding, to be\n // wrapped into another fetch that does.\n const orphanedFetches: typeof toFetchMap = {};\n\n Object.entries(toFetchMap).forEach(([address, toFetch]) => {\n toFetch.forEach(({ args, promiseCallback }) => {\n // As per the schema, `encoding` can only be provided if a\n // `data` field is present, and the argument is required.\n // So we can assume if no encoding is provided, this\n // particular fetch is not concerned with data. We can\n // combine it with some other fetch.\n if (!args.encoding) {\n const toFetch = (orphanedFetches[address] ||= []);\n toFetch.push({ args, promiseCallback });\n return;\n }\n // As per the schema, `dataSlice` cannot be provided without\n // encoding.\n // Don't try to combine fetches with `base64+zstd` encoding.\n if (args.encoding != 'base64+zstd' && args.dataSlice) {\n // If the fetch arg set has `dataSlice` provided, try\n // to combine it with another request.\n const r = args.dataSlice;\n for (const { fetches: fetchAddresses, args: fetchArgs } of Object.values(fetchesByArgsHash)) {\n /**\n * Add a callback to the list of callbacks for the current address,\n * possibly updating the `dataSlice` argument used for the entire\n * fetch.\n */\n const addCallbackWithDataSlice = (updateDataSlice?: DataSlice) => {\n const { callbacks: promiseCallbacksForAddress } = (fetchAddresses[address] ||= {\n callbacks: [],\n });\n promiseCallbacksForAddress.push({\n callback: promiseCallback,\n dataSlice: args.dataSlice ?? null,\n });\n if (fetchArgs.dataSlice && updateDataSlice) {\n fetchArgs.dataSlice = updateDataSlice;\n }\n };\n\n // Check if the two arg sets are a match without the `dataSlice`\n // argument.\n if (hashOmit(args, ['dataSlice']) === hashOmit(fetchArgs, ['dataSlice'])) {\n if (fetchArgs.dataSlice) {\n // The arg sets match, and the fetch arg set has a `dataSlice`\n // argument. Try to merge the two account fetches.\n const g = fetchArgs.dataSlice;\n if (r.offset <= g.offset && g.offset - r.offset + r.length <= maxDataSliceByteRange) {\n const length = Math.max(r.length, g.offset + g.length - r.offset);\n const offset = r.offset;\n addCallbackWithDataSlice({ length, offset });\n return;\n }\n if (r.offset >= g.offset && r.offset - g.offset + g.length <= maxDataSliceByteRange) {\n const length = Math.max(g.length, r.offset + r.length - g.offset);\n const offset = g.offset;\n addCallbackWithDataSlice({ length, offset });\n return;\n }\n } else {\n // The arg sets match, and the fetch arg set has no `dataSlice`\n // argument. Merge the two account fetches.\n const { length, offset } = r;\n addCallbackWithDataSlice({ length, offset });\n return;\n }\n }\n }\n }\n // Either the fetch arg set has no `dataSlice` argument, or\n // it couldn't be combined with another fetch, likely due to\n // the wasted byte limitation.\n // Add the fetch to the list as a new fetch.\n const argsHash = hashOmit(args, []);\n const accountFetches = (fetchesByArgsHash[argsHash] ||= {\n args,\n fetches: {},\n });\n const { callbacks: promiseCallbacksForAddress } = (accountFetches.fetches[address] ||= {\n callbacks: [],\n });\n promiseCallbacksForAddress.push({ callback: promiseCallback, dataSlice: args.dataSlice ?? null });\n });\n });\n\n // Place the orphans\n Object.entries(orphanedFetches).forEach(([address, toFetch]) => {\n toFetch.forEach(({ args: orphanedArgs, promiseCallback: orphanPromiseCallback }) => {\n if (Object.keys(fetchesByArgsHash).length !== 0) {\n for (const { fetches, args } of Object.values(fetchesByArgsHash)) {\n // Check if the two arg sets are a match without\n // `encoding` and `dataSlice` arguments.\n if (\n hashOmit(orphanedArgs, ['encoding', 'dataSlice']) === hashOmit(args, ['encoding', 'dataSlice'])\n ) {\n const { callbacks: promiseCallbacksForAddress } = (fetches[address] ||= {\n callbacks: [],\n });\n promiseCallbacksForAddress.push({ callback: orphanPromiseCallback });\n return;\n }\n }\n }\n // Create a new fetch. Prefer `base64` encoding.\n const args: TArgs = { ...orphanedArgs, encoding: 'base64' };\n const argsHash = hashOmit(args, []);\n const accountFetches = (fetchesByArgsHash[argsHash] ||= {\n args,\n fetches: {},\n });\n const { callbacks: promiseCallbacksForAddress } = (accountFetches.fetches[address] ||= {\n callbacks: [],\n });\n promiseCallbacksForAddress.push({ callback: orphanPromiseCallback });\n });\n });\n\n return fetchesByArgsHash;\n}\n","import type { GetBlockApi, Rpc } from '@solana/rpc';\nimport DataLoader from 'dataloader';\n\nimport { buildCoalescedFetchesByArgsHash, ToFetchMap } from './coalescer';\nimport { BlockLoader, BlockLoaderArgs, BlockLoaderArgsBase, BlockLoaderValue, cacheKeyFn } from './loader';\n\nasync function loadBlock(rpc: Rpc<GetBlockApi>, { slot, ...config }: BlockLoaderArgs): Promise<BlockLoaderValue> {\n // @ts-expect-error FIX ME: https://github.com/microsoft/TypeScript/issues/43187\n return await rpc\n .getBlock(\n slot,\n // @ts-expect-error FIX ME: https://github.com/microsoft/TypeScript/issues/43187\n config,\n )\n .send();\n}\n\nfunction createBlockBatchLoadFn(rpc: Rpc<GetBlockApi>) {\n const resolveBlockUsingRpc = loadBlock.bind(null, rpc);\n return async (blockQueryArgs: readonly BlockLoaderArgs[]): ReturnType<BlockLoader['loadMany']> => {\n /**\n * Gather all the blocks that need to be fetched, grouped by slot.\n */\n const blocksToFetch: ToFetchMap<BlockLoaderArgsBase, BlockLoaderValue> = {};\n try {\n return Promise.all(\n blockQueryArgs.map(\n ({ slot, ...args }) =>\n new Promise((resolve, reject) => {\n const blockRecords = (blocksToFetch[slot.toString()] ||= []);\n // Apply the default commitment level.\n if (!args.commitment) {\n args.commitment = 'confirmed';\n }\n blockRecords.push({ args, promiseCallback: { reject, resolve } });\n }),\n ),\n ) as ReturnType<BlockLoader['loadMany']>;\n } finally {\n /**\n * Group together blocks that are fetched with identical args.\n */\n const blockFetchesByArgsHash = buildCoalescedFetchesByArgsHash(blocksToFetch, {\n criteria: (args: BlockLoaderArgsBase) =>\n args.encoding === undefined && args.transactionDetails !== 'signatures',\n defaults: (args: BlockLoaderArgsBase) => ({\n ...args,\n transactionDetails: 'none' as BlockLoaderArgsBase['transactionDetails'],\n }),\n hashOmit: ['encoding', 'transactionDetails'],\n });\n\n /**\n * For each set of blocks related to some common args, fetch them in the fewest number\n * of network requests.\n */\n Object.values(blockFetchesByArgsHash).map(({ args, fetches: blockCallbacks }) => {\n return Object.entries(blockCallbacks).map(([slot, { callbacks }]) => {\n return Array.from({ length: 1 }, async () => {\n try {\n const result = await resolveBlockUsingRpc({\n slot: BigInt(slot),\n ...args,\n });\n callbacks.forEach(c => c.resolve(result));\n } catch (e) {\n callbacks.forEach(c => c.reject(e));\n }\n });\n });\n });\n }\n };\n}\n\nexport function createBlockLoader(rpc: Rpc<GetBlockApi>): BlockLoader {\n const loader = new DataLoader(createBlockBatchLoadFn(rpc), { cacheKeyFn });\n return {\n load: async args => loader.load({ ...args, maxSupportedTransactionVersion: 0 }),\n loadMany: async args => loader.loadMany(args.map(a => ({ ...a, maxSupportedTransactionVersion: 0 }))),\n };\n}\n","import type { GetProgramAccountsApi, Rpc } from '@solana/rpc';\nimport DataLoader from 'dataloader';\n\nimport { sliceData } from './account';\nimport { buildCoalescedFetchesByArgsHashWithDataSlice, ToFetchMap } from './coalescer';\nimport {\n cacheKeyFn,\n ProgramAccountsLoader,\n ProgramAccountsLoaderArgs,\n ProgramAccountsLoaderArgsBase,\n ProgramAccountsLoaderValue,\n} from './loader';\n\ntype Config = {\n maxDataSliceByteRange: number;\n};\n\nasync function loadProgramAccounts(\n rpc: Rpc<GetProgramAccountsApi>,\n { programAddress, ...config }: ProgramAccountsLoaderArgs,\n): Promise<ProgramAccountsLoaderValue> {\n // @ts-expect-error FIX ME: https://github.com/microsoft/TypeScript/issues/43187\n return await rpc\n .getProgramAccounts(\n programAddress,\n // @ts-expect-error FIX ME: https://github.com/microsoft/TypeScript/issues/43187\n config,\n )\n .send();\n}\n\nfunction createProgramAccountsBatchLoadFn(rpc: Rpc<GetProgramAccountsApi>, config: Config) {\n const resolveProgramAccountsUsingRpc = loadProgramAccounts.bind(null, rpc);\n return async (\n accountQueryArgs: readonly ProgramAccountsLoaderArgs[],\n ): ReturnType<ProgramAccountsLoader['loadMany']> => {\n /**\n * Gather all the program-accounts that need to be fetched, grouped by\n * program address.\n */\n const programAccountsToFetch: ToFetchMap<ProgramAccountsLoaderArgsBase, ProgramAccountsLoaderValue> = {};\n try {\n return Promise.all(\n accountQueryArgs.map(\n ({ programAddress, ...args }) =>\n new Promise((resolve, reject) => {\n const accountRecords = (programAccountsToFetch[programAddress] ||= []);\n // Apply the default commitment level.\n if (!args.commitment) {\n args.commitment = 'confirmed';\n }\n accountRecords.push({ args, promiseCallback: { reject, resolve } });\n }),\n ),\n ) as ReturnType<ProgramAccountsLoader['loadMany']>;\n } finally {\n const { maxDataSliceByteRange } = config;\n\n /**\n * Group together program-accounts that are fetched with identical args.\n */\n const programAccountsFetchesByArgsHash = buildCoalescedFetchesByArgsHashWithDataSlice(\n programAccountsToFetch,\n maxDataSliceByteRange,\n );\n\n /**\n * For each set of program-accounts related to some common args, fetch them in the fewest\n * number of network requests.\n */\n Object.values(programAccountsFetchesByArgsHash).map(({ args, fetches: programAddressCallbacks }) => {\n return Object.entries(programAddressCallbacks).map(([programAddress, { callbacks }]) => {\n return Array.from({ length: 1 }, async () => {\n try {\n const result = await resolveProgramAccountsUsingRpc({\n programAddress,\n ...args,\n } as ProgramAccountsLoaderArgs);\n callbacks.forEach(({ callback, dataSlice }) => {\n callback.resolve(sliceData(result, dataSlice, args.dataSlice));\n });\n } catch (e) {\n callbacks.forEach(({ callback }) => {\n callback.reject(e);\n });\n }\n });\n });\n });\n }\n };\n}\n\nexport function createProgramAccountsLoader(rpc: Rpc<GetProgramAccountsApi>, config: Config): ProgramAccountsLoader {\n const loader = new DataLoader(createProgramAccountsBatchLoadFn(rpc, config), { cacheKeyFn });\n return {\n load: async args => loader.load(args),\n loadMany: async args => loader.loadMany(args),\n };\n}\n","import type { GetTransactionApi, Rpc } from '@solana/rpc';\nimport DataLoader from 'dataloader';\n\nimport { buildCoalescedFetchesByArgsHash, ToFetchMap } from './coalescer';\nimport {\n cacheKeyFn,\n TransactionLoader,\n TransactionLoaderArgs,\n TransactionLoaderArgsBase,\n TransactionLoaderValue,\n} from './loader';\n\nasync function loadTransaction(\n rpc: Rpc<GetTransactionApi>,\n { signature, ...config }: TransactionLoaderArgs,\n): Promise<TransactionLoaderValue> {\n // @ts-expect-error FIX ME: https://github.com/microsoft/TypeScript/issues/43187\n return await rpc\n .getTransaction(\n signature,\n // @ts-expect-error FIX ME: https://github.com/microsoft/TypeScript/issues/43187\n config,\n )\n .send();\n}\n\nfunction createTransactionBatchLoadFn(rpc: Rpc<GetTransactionApi>) {\n const resolveTransactionUsingRpc = loadTransaction.bind(null, rpc);\n return async (\n transactionQueryArgs: readonly TransactionLoaderArgs[],\n ): ReturnType<TransactionLoader['loadMany']> => {\n /**\n * Gather all the transactions that need to be fetched, grouped by signature.\n */\n const transactionsToFetch: ToFetchMap<TransactionLoaderArgsBase, TransactionLoaderValue> = {};\n try {\n return Promise.all(\n transactionQueryArgs.map(\n ({ signature, ...args }) =>\n new Promise((resolve, reject) => {\n const transactionRecords = (transactionsToFetch[signature] ||= []);\n // Apply the default commitment level.\n if (!args.commitment) {\n args.commitment = 'confirmed';\n }\n transactionRecords.push({ args, promiseCallback: { reject, resolve } });\n }),\n ),\n ) as ReturnType<TransactionLoader['loadMany']>;\n } finally {\n /**\n * Group together transactions that are fetched with identical args.\n */\n const transactionFetchesByArgsHash = buildCoalescedFetchesByArgsHash(transactionsToFetch, {\n criteria: (args: TransactionLoaderArgsBase) => args.encoding === undefined,\n defaults: (args: TransactionLoaderArgsBase) => ({ ...args, encoding: 'base64' }),\n hashOmit: ['encoding'],\n });\n\n /**\n * For each set of transactions related to some common args, fetch them in the fewest number\n * of network requests.\n */\n Object.values(transactionFetchesByArgsHash).map(({ args, fetches: transactionCallbacks }) => {\n return Object.entries(transactionCallbacks).map(([signature, { callbacks }]) => {\n return Array.from({ length: 1 }, async () => {\n try {\n const result = await resolveTransactionUsingRpc({\n signature,\n ...args,\n } as TransactionLoaderArgs);\n callbacks.forEach(c => c.resolve(result));\n } catch (e) {\n callbacks.forEach(c => c.reject(e));\n }\n });\n });\n });\n }\n };\n}\n\nexport function createTransactionLoader(rpc: Rpc<GetTransactionApi>): TransactionLoader {\n const loader = new DataLoader(createTransactionBatchLoadFn(rpc), { cacheKeyFn });\n return {\n load: async args => loader.load(args),\n loadMany: async args => loader.loadMany(args),\n };\n}\n","import type {\n GetAccountInfoApi,\n GetBlockApi,\n GetMultipleAccountsApi,\n GetProgramAccountsApi,\n GetTransactionApi,\n Rpc,\n} from '@solana/rpc';\n\nimport {\n createAccountLoader,\n createBlockLoader,\n createProgramAccountsLoader,\n createTransactionLoader,\n RpcGraphQLLoaders,\n} from './loaders';\n\ntype Config = {\n /**\n * Maximum number of acceptable bytes to waste before splitting two\n * `dataSlice` requests into two requests.\n */\n maxDataSliceByteRange: number;\n /**\n * Maximum number of accounts to fetch in a single batch.\n * See https://docs.solana.com/api/http#getmultipleaccounts.\n */\n maxMultipleAccountsBatchSize: number;\n};\n\nexport interface RpcGraphQLContext {\n loaders: RpcGraphQLLoaders;\n}\n\nexport function createSolanaGraphQLContext(\n rpc: Rpc<GetAccountInfoApi & GetBlockApi & GetMultipleAccountsApi & GetProgramAccountsApi & GetTransactionApi>,\n config: Config,\n): RpcGraphQLContext {\n return {\n loaders: {\n account: createAccountLoader(rpc, config),\n block: createBlockLoader(rpc),\n programAccounts: createProgramAccountsLoader(rpc, config),\n transaction: createTransactionLoader(rpc),\n },\n };\n}\n","import { Address } from '@solana/addresses';\nimport { Commitment, DataSlice, Slot } from '@solana/rpc-types';\nimport { ArgumentNode, GraphQLResolveInfo, isInterfaceType } from 'graphql';\n\nimport { AccountLoaderArgs, ProgramAccountsLoaderArgs } from '../../loaders';\nimport { injectableRootVisitor, onlyFieldsRequested } from './visitor';\n\nfunction findArgumentNodeByName(argumentNodes: readonly ArgumentNode[], name: string): ArgumentNode | undefined {\n return argumentNodes.find(argumentNode => argumentNode.name.value === name);\n}\n\nfunction parseAccountEncodingArgument(\n argumentNodes: readonly ArgumentNode[],\n variableValues: {\n [variable: string]: unknown;\n },\n): AccountLoaderArgs['encoding'] | undefined {\n const argumentNode = findArgumentNodeByName(argumentNodes, 'encoding');\n if (argumentNode) {\n if (argumentNode.value.kind === 'EnumValue') {\n if (argumentNode.value.value === 'BASE_58') {\n return 'base58';\n }\n if (argumentNode.value.value === 'BASE_64') {\n return 'base64';\n }\n if (argumentNode.value.value === 'BASE_64_ZSTD') {\n return 'base64+zstd';\n }\n }\n if (argumentNode.value.kind === 'Variable') {\n return variableValues[argumentNode.value.name.value] as AccountLoaderArgs['encoding'];\n }\n } else {\n return undefined;\n }\n}\n\nfunction parseAccountDataSliceArgument(\n argumentNodes: readonly ArgumentNode[],\n variableValues: { [variable: string]: unknown },\n): AccountLoaderArgs['dataSlice'] {\n const argumentNode = findArgumentNodeByName(argumentNodes, 'dataSlice');\n if (argumentNode) {\n if (argumentNode.value.kind === 'ObjectValue') {\n const offsetArg = argumentNode.value.fields?.find(field => field.name.value === 'offset');\n const lengthArg = argumentNode.value.fields?.find(field => field.name.value === 'length');\n const length =\n lengthArg?.value.kind === 'IntValue'\n ? parseInt(lengthArg.value.value)\n : lengthArg?.value.kind === 'Variable'\n ? (variableValues[lengthArg.value.name.value] as number)\n : undefined;\n const offset =\n offsetArg?.value.kind === 'IntValue'\n ? parseInt(offsetArg.value.value)\n : offsetArg?.value.kind === 'Variable'\n ? (variableValues[offsetArg.value.name.value] as number)\n : undefined;\n return length !== undefined && length !== null && offset !== undefined && offset !== null\n ? { length, offset }\n : undefined;\n }\n if (argumentNode.value.kind === 'Variable') {\n return variableValues[argumentNode.value.name.value] as DataSlice;\n }\n } else {\n return undefined;\n }\n}\n\nexport function buildAccountArgSetWithVisitor<TArgs extends AccountLoaderArgs | ProgramAccountsLoaderArgs>(\n args: TArgs,\n info: GraphQLResolveInfo,\n): TArgs[] {\n const argSet = [args];\n\n function buildArgSetWithVisitor(root: Parameters<typeof injectableRootVisitor>[1]) {\n injectableRootVisitor(info, root, {\n fieldNodeOperation(info, node) {\n if (node.name.value !== 'data') {\n return;\n }\n // At least `encoding` is required on the `data` field.\n if (node.arguments) {\n const { variableValues } = info;\n const encoding = parseAccountEncodingArgument(node.arguments, variableValues);\n const dataSlice = parseAccountDataSliceArgument(node.arguments, variableValues);\n argSet.push({ ...args, dataSlice, encoding });\n }\n },\n fragmentSpreadNodeOperation(_info, fragment) {\n buildArgSetWithVisitor(fragment);\n },\n inlineFragmentNodeOperation(info, node) {\n const { schema } = info;\n const accountInterface = schema.getType('Account');\n if (\n isInterfaceType(accountInterface) &&\n // Recursively check if the inline fragment requests any\n // fields outside of the `Account` interface.\n !onlyFieldsRequested(Object.keys(accountInterface.getFields()), info, node)\n ) {\n argSet.push({ ...args, encoding: 'jsonParsed' });\n }\n },\n });\n }\n\n buildArgSetWithVisitor(null);\n\n return argSet;\n}\n\n/**\n * Build a set of account loader args by inspecting which fields have\n * been requested in the query (ie. `data` or inline fragments).\n */\nexport function buildAccountLoaderArgSetFromResolveInfo(\n args: {\n address: Address;\n commitment?: Commitment;\n minContextSlot?: Slot;\n },\n info: GraphQLResolveInfo,\n): AccountLoaderArgs[] {\n return buildAccountArgSetWithVisitor(args, info);\n}\n","import {\n ASTNode,\n ASTVisitFn,\n BREAK,\n FieldNode,\n FragmentDefinitionNode,\n FragmentSpreadNode,\n GraphQLResolveInfo,\n InlineFragmentNode,\n visit,\n} from 'graphql';\n\ntype InjectableVisitorOperations = {\n fieldNodeOperation: (info: GraphQLResolveInfo, ...args: Parameters<ASTVisitFn<FieldNode>>) => void;\n fragmentSpreadNodeOperation: (\n info: GraphQLResolveInfo,\n fragment: FragmentDefinitionNode,\n ...args: Parameters<ASTVisitFn<FragmentSpreadNode>>\n ) => void;\n inlineFragmentNodeOperation: (\n info: GraphQLResolveInfo,\n ...args: Parameters<ASTVisitFn<InlineFragmentNode>>\n ) => void;\n};\ntype RootNode = FieldNode | FragmentDefinitionNode | InlineFragmentNode;\n\n/**\n * An AST visitor that keys on the root field provided.\n * This visitor can be injected with custom logic for various types of nodes.\n */\nexport function injectableRootVisitor(\n info: GraphQLResolveInfo,\n rootNode: RootNode | null,\n operations: InjectableVisitorOperations,\n) {\n const { fieldNodes } = info;\n const root = rootNode ?? fieldNodes[0];\n const parentIsRoot = (ancestors: readonly (ASTNode | readonly ASTNode[])[]) =>\n (Array.isArray(ancestors) ? ancestors[0] : ancestors) === root;\n visit(root, {\n Field(node, key, parent, path, ancestors) {\n if (!parentIsRoot(ancestors)) return;\n return operations.fieldNodeOperation(info, node, key, parent, path, ancestors);\n },\n FragmentSpread(node, key, parent, path, ancestors) {\n const fragmentDefinition = info.fragments[node.name.value];\n return operations.fragmentSpreadNodeOperation(info, fragmentDefinition, node, key, parent, path, ancestors);\n },\n InlineFragment(node, key, parent, path, ancestors) {\n if (!parentIsRoot(ancestors)) return;\n return operations.inlineFragmentNodeOperation(info, node, key, parent, path, ancestors);\n },\n });\n}\n\n/**\n * Determine if the query only requests the provided field names\n */\nexport function onlyFieldsRequested(fieldNames: string[], info: GraphQLResolveInfo, rootNode?: RootNode): boolean {\n let onlyFieldsRequested = true;\n\n function checkFieldsWithVisitor(root: RootNode | null) {\n injectableRootVisitor(info, root, {\n fieldNodeOperation(_info, node) {\n onlyFieldsRequested = fieldNames.includes(node.name.value);\n if (!onlyFieldsRequested) {\n return BREAK;\n }\n },\n fragmentSpreadNodeOperation(_info, fragment) {\n checkFieldsWithVisitor(fragment);\n },\n inlineFragmentNodeOperation(_info, node) {\n checkFieldsWithVisitor(node);\n },\n });\n }\n\n checkFieldsWithVisitor(rootNode ?? null);\n\n return onlyFieldsRequested;\n}\n","import { Signature } from '@solana/keys';\nimport { Commitment, Slot } from '@solana/rpc-types';\nimport { ArgumentNode, GraphQLResolveInfo } from 'graphql';\n\nimport { BlockLoaderArgs, TransactionLoaderArgs } from '../../loaders';\nimport { injectableRootVisitor } from './visitor';\n\nfunction findArgumentNodeByName(argumentNodes: readonly ArgumentNode[], name: string): ArgumentNode | undefined {\n return argumentNodes.find(argumentNode => argumentNode.name.value === name);\n}\n\nfunction parseTransactionEncodingArgument(\n argumentNodes: readonly ArgumentNode[],\n variableValues: {\n [variable: string]: unknown;\n },\n): TransactionLoaderArgs['encoding'] | undefined {\n const argumentNode = findArgumentNodeByName(argumentNodes, 'encoding');\n if (argumentNode) {\n if (argumentNode.value.kind === 'EnumValue') {\n if (argumentNode.value.value === 'BASE_58') {\n return 'base58';\n }\n if (argumentNode.value.value === 'BASE_64') {\n return 'base64';\n }\n }\n if (argumentNode.value.kind === 'Variable') {\n return variableValues[argumentNode.value.name.value] as TransactionLoaderArgs['encoding'];\n }\n } else {\n return undefined;\n }\n}\n\nexport function buildTransactionArgSetWithVisitor<TArgs extends BlockLoaderArgs | TransactionLoaderArgs>(\n args: TArgs,\n info: GraphQLResolveInfo,\n): TArgs[] {\n const argSet = [args];\n\n function buildArgSetWithVisitor(root: Parameters<typeof injectableRootVisitor>[1]) {\n injectableRootVisitor(info, root, {\n fieldNodeOperation(info, node) {\n if (node.name.value === 'message' || node.name.value === 'meta') {\n argSet.push({ ...args, encoding: 'jsonParsed' });\n } else if (node.name.value === 'data') {\n // At least `encoding` is required on the `data` field.\n if (node.arguments) {\n const { variableValues } = info;\n const encoding: TransactionLoaderArgs['encoding'] = parseTransactionEncodingArgument(\n node.arguments,\n variableValues,\n );\n argSet.push({ ...args, encoding });\n }\n }\n },\n fragmentSpreadNodeOperation(_info, fragment) {\n buildArgSetWithVisitor(fragment);\n },\n inlineFragmentNodeOperation(_info, _node) {\n // Transaction schema doesn't support inline fragments at the\n // root level.\n return;\n },\n });\n }\n\n buildArgSetWithVisitor(null);\n\n return argSet;\n}\n\n/**\n * Build a set of transaction loader args by inspecting which fields have\n * been requested in the query (ie. `data` or inline fragments).\n */\nexport function buildTransactionLoaderArgSetFromResolveInfo(\n args: {\n commitment?: Omit<Commitment, 'processed'>;\n minContextSlot?: Slot;\n signature: Signature;\n },\n info: GraphQLResolveInfo,\n): TransactionLoaderArgs[] {\n return buildTransactionArgSetWithVisitor(args, info);\n}\n","import { Commitment, Slot } from '@solana/rpc-types';\nimport { GraphQLResolveInfo } from 'graphql';\n\nimport { BlockLoaderArgs } from '../../loaders';\nimport { buildTransactionArgSetWithVisitor } from './transaction';\nimport { injectableRootVisitor } from './visitor';\n\n/**\n * Build a set of block loader args by inspecting which fields have\n * been requested in the query (ie. `data` or inline fragments).\n */\nexport function buildBlockLoaderArgSetFromResolveInfo(\n args: {\n commitment?: Omit<Commitment, 'processed'>;\n minContextSlot?: Slot;\n slot: Slot;\n },\n info: GraphQLResolveInfo,\n): BlockLoaderArgs[] {\n const argSet: BlockLoaderArgs[] = [args];\n\n function buildArgSetWithVisitor(root: Parameters<typeof injectableRootVisitor>[1]) {\n injectableRootVisitor(info, root, {\n fieldNodeOperation(info, node) {\n if (node.name.value === 'signatures') {\n argSet.push({ ...args, transactionDetails: 'signatures' });\n } else if (node.name.value === 'transactions') {\n argSet.push(...buildTransactionArgSetWithVisitor({ ...args, transactionDetails: 'full' }, info));\n }\n },\n fragmentSpreadNodeOperation(_info, fragment) {\n buildArgSetWithVisitor(fragment);\n },\n inlineFragmentNodeOperation(_info, _node) {\n // Block schema doesn't support inline fragments at the\n // root level.\n return;\n },\n });\n }\n\n buildArgSetWithVisitor(null);\n\n return argSet;\n}\n","import { Address } from '@solana/addresses';\nimport { Commitment, Slot } from '@solana/rpc-types';\nimport { GraphQLResolveInfo } from 'graphql';\n\nimport { ProgramAccountsLoaderArgs } from '../../loaders';\nimport { buildAccountArgSetWithVisitor } from './account';\n\n/**\n * Build a set of account loader args by inspecting which fields have\n * been requested in the query (ie. `data` or inline fragments).\n */\nexport function buildProgramAccountsLoaderArgSetFromResolveInfo(\n args: {\n commitment?: Commitment;\n filters?: readonly { memcmp: { bytes: string; offset: number } }[];\n minContextSlot?: Slot;\n programAddress: Address;\n },\n info: GraphQLResolveInfo,\n): ProgramAccountsLoaderArgs[] {\n return buildAccountArgSetWithVisitor(args, info);\n}\n","import { Address } from '@solana/addresses';\nimport { Commitment, Slot } from '@solana/rpc-types';\nimport { GraphQLResolveInfo } from 'graphql';\n\nimport { RpcGraphQLContext } from '../context';\nimport { AccountLoaderValue, cacheKeyFn } from '../loaders';\nimport { buildAccountLoaderArgSetFromResolveInfo, onlyFieldsRequested } from './resolve-info';\n\ntype Encoding = 'base58' | 'base64' | 'base64+zstd';\ntype DataSlice = { length: number; offset: number };\n\nexport type EncodedAccountData = {\n [key: string]: string;\n};\n\nexport type AccountResult = Partial<Omit<AccountLoaderValue, 'data'>> & {\n address: Address;\n encodedData?: EncodedAccountData;\n jsonParsedConfigs?: {\n accountType: string;\n programId: Address;\n programName: string;\n };\n ownerProgram?: Address;\n};\n\nconst resolveAccountData = () => {\n return (\n parent: AccountResult | null,\n args: {\n dataSlice?: DataSlice;\n encoding: Encoding;\n },\n ) => {\n return parent === null ? null : parent.encodedData ? parent.encodedData[cacheKeyFn(args)] : null;\n };\n};\n\nexport const resolveAccount = (fieldName?: string) => {\n return async (\n parent: { [x: string]: Address },\n args: { address?: Address; commitment?: Commitment; minContextSlot?: Slot },\n context: RpcGraphQLContext,\n info: GraphQLResolveInfo,\n ): Promise<AccountResult | null> => {\n const address = fieldName ? parent[fieldName] : args.address;\n\n if (address) {\n // Do not load any accounts if only the address is requested\n if (onlyFieldsRequested(['address'], info)) {\n return { address };\n }\n\n const argsSet = buildAccountLoaderArgSetFromResolveInfo({ ...args, address }, info);\n const loadedAccounts = await context.loaders.account.loadMany(argsSet);\n\n let result: AccountResult = {\n address,\n encodedData: {},\n };\n\n loadedAccounts.forEach((account, i) => {\n if (account instanceof Error) {\n console.error(account);\n return;\n }\n if (account === null) {\n return;\n }\n if (!result.ownerProgram) {\n result = {\n ...result,\n ...account,\n ownerProgram: account.owner,\n };\n }\n\n const { data } = account;\n const { encoding, dataSlice } = argsSet[i];\n\n if (encoding && result.encodedData) {\n if (Array.isArray(data)) {\n result.encodedData[\n cacheKeyFn({\n dataSlice,\n encoding: encoding === 'jsonParsed' ? 'base64' : encoding,\n })\n ] = data[0];\n } else if (typeof data === 'string') {\n result.encodedData[\n cacheKeyFn({\n dataSlice,\n encoding: 'base58',\n })\n ] = data;\n } else if (typeof data === 'object') {\n const {\n parsed: { info: parsedData, type: accountType },\n program: programName,\n programId,\n } = data;\n result.jsonParsedConfigs = {\n accountType,\n programId,\n programName,\n };\n result = {\n ...result,\n ...(parsedData as object),\n };\n }\n }\n });\n\n return result;\n }\n\n return null;\n };\n};\n\nfunction resolveAccountType(accountResult: AccountResult) {\n const { jsonParsedConfigs } = accountResult;\n if (jsonParsedConfigs) {\n if (jsonParsedConfigs.programName === 'nonce') {\n return 'NonceAccount';\n }\n if (jsonParsedConfigs.accountType === 'mint' && jsonParsedConfigs.programName === 'spl-token') {\n return 'MintAccount';\n }\n if (jsonParsedConfigs.accountType === 'account' && jsonParsedConfigs.programName === 'spl-token') {\n return 'TokenAccount';\n }\n if (jsonParsedConfigs.programName === 'stake') {\n return 'StakeAccount';\n }\n if (jsonParsedConfigs.accountType === 'vote' && jsonParsedConfigs.programName === 'vote') {\n return 'VoteAccount';\n }\n if (\n jsonParsedConfigs.accountType === 'lookupTable' &&\n jsonParsedConfigs.programName === 'address-lookup-table'\n ) {\n return 'LookupTableAccount';\n }\n }\n return 'GenericAccount';\n}\n\nexport const accountResolvers = {\n Account: {\n __resolveType: resolveAccountType,\n data: resolveAccountData(),\n },\n GenericAccount: {\n data: resolveAccountData(),\n ownerProgram: resolveAccount('ownerProgram'),\n },\n LookupTableAccount: {\n authority: resolveAccount('authority'),\n data: resolveAccountData(),\n ownerProgram: resolveAccount('ownerProgram'),\n },\n MintAccount: {\n data: resolveAccountData(),\n freezeAuthority: resolveAccount('freezeAuthority'),\n mintAuthority: resolveAccount('mintAuthority'),\n ownerProgram: resolveAccount('ownerProgram'),\n },\n NonceAccount: {\n authority: resolveAccount('authority'),\n data: resolveAccountData(),\n ownerProgram: resolveAccount('ownerProgram'),\n },\n StakeAccount: {\n data: resolveAccountData(),\n ownerProgram: resolveAccount('ownerProgram'),\n },\n StakeAccountDataMetaAuthorized: {\n staker: resolveAccount('staker'),\n withdrawer: resolveAccount('withdrawer'),\n },\n StakeAccountDataMetaLockup: {\n custodian: resolveAccount('custodian'),\n },\n StakeAccountDataStakeDelegation: {\n voter: resolveAccount('voter'),\n },\n TokenAccount: {\n data: resolveAccountData(),\n mint: resolveAccount('mint'),\n owner: resolveAccount('owner'),\n ownerProgram: resolveAccount('ownerProgram'),\n },\n VoteAccount: {\n authorizedWithdrawer: resolveAccount('authorizedWithdrawer'),\n data: resolveAccountData(),\n node: resolveAccount('nodePubkey'),\n ownerProgram: resolveAccount('ownerProgram'),\n },\n VoteAccountDataAuthorizedVoter: {\n authorizedVoter: resolveAccount('authorizedVoter'),\n },\n};\n","import { Address } from '@solana/addresses';\nimport { Signature } from '@solana/keys';\nimport { Commitment } from '@solana/rpc-types';\nimport type { GraphQLResolveInfo } from 'graphql';\n\nimport { RpcGraphQLContext } from '../context';\nimport { cacheKeyFn, TransactionLoaderValue } from '../loaders';\nimport { buildTransactionLoaderArgSetFromResolveInfo, onlyFieldsRequested } from './resolve-info';\n\nexport type EncodedTransactionData = {\n [key: string]: string;\n};\n\nexport type InstructionResult = {\n [key: string]: unknown;\n} & {\n jsonParsedConfigs?: {\n instructionType: string;\n programId: Address;\n programName: string;\n };\n programId?: Address;\n};\n\nexport type TransactionResult = Partial<TransactionLoaderValue> & {\n encodedData?: EncodedTransactionData;\n signature?: Signature;\n};\n\n// eslint-disable-next-line @typescript-eslint/no-explicit-any\nexport function mapJsonParsedInstructions(instructions: readonly any[]): InstructionResult[] {\n return instructions.map(instruction => {\n if ('parsed' in instruction) {\n // `jsonParsed`\n if (typeof instruction.parsed === 'string' && instruction.program === 'spl-memo') {\n const { parsed: memo, program: programName, programId } = instruction;\n const instructionType = 'memo';\n const jsonParsedConfigs = {\n instructionType,\n programId,\n programName,\n };\n return { jsonParsedConfigs, memo, programId };\n }\n const {\n parsed: { info: data, type: instructionType },\n program: programName,\n programId,\n } = instruction;\n const jsonParsedConfigs = {\n instructionType,\n programId,\n programName,\n };\n return { jsonParsedConfigs, ...data, programId };\n } else {\n // `json`\n return instruction;\n }\n });\n}\n\nexport function mapJsonParsedInnerInstructions(\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n innerInstructions: readonly any[],\n): { index: number; instructions: InstructionResult[] }[] {\n return innerInstructions.map(({ index, instructions }) => ({\n index,\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n instructions: mapJsonParsedInstructions(instructions),\n }));\n}\n\nconst resolveTransactionData = () => {\n return (\n parent: TransactionResult | null,\n args: {\n encoding: 'base58' | 'base64';\n },\n ) => {\n return parent === null ? null : parent.encodedData ? parent.encodedData[cacheKeyFn(args)] : null;\n };\n};\n\nexport function resolveTransaction(fieldName?: string) {\n return async (\n parent: { [x: string]: Signature },\n args: {\n commitment?: Omit<Commitment, 'processed'>;\n signature?: Signature;\n },\n context: RpcGraphQLContext,\n info: GraphQLResolveInfo,\n ): Promise<TransactionResult | null> => {\n const signature = fieldName ? parent[fieldName] : args.signature;\n\n if (signature) {\n if (onlyFieldsRequested(['signature'], info)) {\n return { signature };\n }\n\n const argsSet = buildTransactionLoaderArgSetFromResolveInfo({ ...args, signature }, info);\n const loadedTransactions = await context.loaders.transaction.loadMany(argsSet);\n\n let result: TransactionResult = {\n encodedData: {},\n signature,\n };\n\n loadedTransactions.forEach((loadedTransaction, i) => {\n if (loadedTransaction instanceof Error) {\n console.error(loadedTransaction);\n return;\n }\n if (loadedTransaction === null) {\n return;\n }\n if (!result.slot) {\n result = {\n ...result,\n ...loadedTransaction,\n };\n }\n\n const { transaction: data } = loadedTransaction;\n const { encoding } = argsSet[i];\n\n if (encoding && result.encodedData) {\n if (Array.isArray(data)) {\n result.encodedData[\n cacheKeyFn({\n encoding,\n })\n ] = data[0];\n } else if (typeof data === 'object') {\n const jsonParsedData = data;\n jsonParsedData.message.instructions = mapJsonParsedInstructions(\n jsonParsedData.message.instructions,\n ) as unknown as (typeof jsonParsedData)['message']['instructions'];\n\n const loadedInnerInstructions = loadedTransaction.meta?.innerInstructions;\n if (loadedInnerInstructions) {\n const innerInstructions = mapJsonParsedInnerInstructions(loadedInnerInstructions);\n const jsonParsedMeta = {\n ...loadedTransaction.meta,\n innerInstructions,\n };\n result = {\n ...result,\n ...jsonParsedData,\n meta: jsonParsedMeta as unknown as (typeof loadedTransaction)['meta'],\n };\n } else {\n result = {\n ...result,\n ...jsonParsedData,\n };\n }\n }\n }\n });\n return result;\n }\n return null;\n };\n}\n\nexport const transactionResolvers = {\n Transaction: {\n data: resolveTransactionData(),\n },\n};\n","import type { Commitment, Slot } from '@solana/rpc-types';\nimport { GraphQLResolveInfo } from 'graphql';\n\nimport { RpcGraphQLContext } from '../context';\nimport { BlockLoaderValue, cacheKeyFn } from '../loaders';\nimport { buildBlockLoaderArgSetFromResolveInfo, onlyFieldsRequested } from './resolve-info';\nimport { mapJsonParsedInnerInstructions, mapJsonParsedInstructions, TransactionResult } from './transaction';\n\ntype BlockResult = Partial<BlockLoaderValue> & {\n slot: Slot;\n transactionResults?: { [i: number]: TransactionResult };\n};\n\nexport const resolveBlock = (fieldName?: string) => {\n return async (\n parent: { [x: string]: Slot },\n args: {\n commitment?: Omit<Commitment, 'processed'>;\n slot?: Slot;\n },\n context: RpcGraphQLContext,\n info: GraphQLResolveInfo,\n ) => {\n const slot = fieldName ? parent[fieldName] : args.slot;\n\n if (slot) {\n if (onlyFieldsRequested(['slot'], info)) {\n return { slot };\n }\n\n const argsSet = buildBlockLoaderArgSetFromResolveInfo({ ...args, slot }, info);\n const loadedBlocks = await context.loaders.block.loadMany(argsSet);\n\n let result: BlockResult = {\n slot,\n };\n\n loadedBlocks.forEach((loadedBlock, i) => {\n if (loadedBlock instanceof Error) {\n console.error(loadedBlock);\n return;\n }\n if (loadedBlock === null) {\n return;\n }\n if (!result.blockhash) {\n result = {\n ...result,\n ...loadedBlock,\n };\n }\n // @ts-expect-error FIX ME: https://github.com/solana-labs/solana-web3.js/pull/2052\n if (!result.signatures && loadedBlock.signatures) {\n result = {\n ...result,\n // @ts-expect-error FIX ME: https://github.com/solana-labs/solana-web3.js/pull/2052\n signatures: loadedBlock.signatures,\n };\n }\n if (!result.transactionResults && loadedBlock.transactions) {\n result.transactionResults = Array.from({ length: loadedBlock.transactions.length }, (_, i) => ({\n [i]: { encodedData: {} },\n }));\n }\n\n const { transactions } = loadedBlock;\n const { encoding } = argsSet[i];\n\n if (encoding) {\n transactions.forEach((loadedTransaction, j) => {\n const { transaction: data } = loadedTransaction;\n\n if (result.transactionResults) {\n const thisTransactionResult = (result.transactionResults[j] ||= {\n encodedData: {},\n });\n\n if (Array.isArray(data)) {\n const thisEncodedData = (thisTransactionResult.encodedData ||= {});\n thisEncodedData[\n cacheKeyFn({\n encoding,\n })\n ] = data[0];\n } else if (typeof data === 'object') {\n const jsonParsedData = data;\n jsonParsedData.message.instructions = mapJsonParsedInstructions(\n jsonParsedData.message.instructions,\n ) as unknown as (typeof jsonParsedData)['message']['instructions'];\n\n const loadedInnerInstructions = loadedTransaction.meta?.innerInstructions;\n if (loadedInnerInstructions) {\n const innerInstructions = mapJsonParsedInnerInstructions(loadedInnerInstructions);\n const jsonParsedMeta = {\n ...loadedTransaction.meta,\n innerInstructions,\n };\n result.transactionResults[j] = {\n ...thisTransactionResult,\n ...jsonParsedData,\n meta: jsonParsedMeta as unknown as TransactionResult['meta'],\n };\n } else {\n result.transactionResults[j] = {\n ...thisTransactionResult,\n ...jsonParsedData,\n };\n }\n }\n }\n });\n }\n });\n return result;\n }\n return null;\n };\n};\n\nexport const blockResolvers = {\n Block: {\n transactions: (parent?: BlockResult) =>\n parent?.transactionResults ? Object.values(parent.transactionResults) : null,\n },\n};\n","import { resolveAccount } from './account';\nimport { InstructionResult } from './transaction';\n\nexport const instructionResolvers = {\n AdvanceNonceAccountInstruction: {\n nonceAccount: resolveAccount('nonceAccount'),\n nonceAuthority: resolveAccount('nonceAuthority'),\n recentBlockhashesSysvar: resolveAccount('recentBlockhashesSysvar'),\n },\n AllocateInstruction: {\n account: resolveAccount('account'),\n },\n AllocateWithSeedInstruction: {\n account: resolveAccount('account'),\n owner: resolveAccount('owner'),\n },\n AssignInstruction: {\n account: resolveAccount('account'),\n owner: resolveAccount('owner'),\n },\n AssignWithSeedInstruction: {\n account: resolveAccount('account'),\n owner: resolveAccount('owner'),\n },\n AuthorizeNonceAccountInstruction: {\n newAuthorized: resolveAccount('newAuthorized'),\n nonceAccount: resolveAccount('nonceAccount'),\n nonceAuthority: resolveAccount('nonceAuthority'),\n },\n BpfLoaderFinalizeInstruction: {\n account: resolveAccount('account'),\n },\n BpfLoaderWriteInstruction: {\n account: resolveAccount('account'),\n },\n BpfUpgradeableLoaderCloseInstruction: {\n account: resolveAccount('account'),\n authority: resolveAccount('authority'),\n programAccount: resolveAccount('programAccount'),\n recipient: resolveAccount('recipient'),\n },\n BpfUpgradeableLoaderDeployWithMaxDataLenInstruction: {\n authority: resolveAccount('authority'),\n bufferAccount: resolveAccount('bufferAccount'),\n clockSysvar: resolveAccount('clockSysvar'),\n payerAccount: resolveAccount('payerAccount'),\n programAccount: resolveAccount('programAccount'),\n programDataAccount: resolveAccount('programDataAccount'),\n rentSysvar: resolveAccount('rentSysvar'),\n },\n BpfUpgradeableLoaderExtendProgramInstruction: {\n payerAccount: resolveAccount('payerAccount'),\n programAccount: resolveAccount('programAccount'),\n programDataAccount: resolveAccount('programDataAccount'),\n systemProgram: resolveAccount('systemProgram'),\n },\n BpfUpgradeableLoaderInitializeBufferInstruction: {\n account: resolveAccount('account'),\n },\n BpfUpgradeableLoaderSetAuthorityCheckedInstruction: {\n account: resolveAccount('account'),\n authority: resolveAccount('authority'),\n newAuthority: resolveAccount('newAuthority'),\n },\n BpfUpgradeableLoaderSetAuthorityInstruction: {\n account: resolveAccount('account'),\n authority: resolveAccount('authority'),\n newAuthority: resolveAccount('newAuthority'),\n },\n BpfUpgradeableLoaderUpgradeInstruction: {\n authority: resolveAccount('authority'),\n bufferAccount: resolveAccount('bufferAccount'),\n clockSysvar: resolveAccount('clockSysvar'),\n programAccount: resolveAccount('programAccount'),\n programDataAccount: resolveAccount('programDataAccount'),\n rentSysvar: resolveAccount('rentSysvar'),\n },\n BpfUpgradeableLoaderWriteInstruction: {\n account: resolveAccount('account'),\n authority: resolveAccount('authority'),\n },\n CloseLookupTableInstruction: {\n lookupTableAccount: resolveAccount('lookupTableAccount'),\n lookupTableAuthority: resolveAccount('lookupTableAuthority'),\n recipient: resolveAccount('recipient'),\n },\n CreateAccountInstruction: {\n newAccount: resolveAccount('newAccount'),\n owner: resolveAccount('owner'),\n source: resolveAccount('source'),\n },\n CreateAccountWithSeedInstruction: {\n base: resolveAccount('base'),\n owner: resolveAccount('owner'),\n seed: resolveAccount('seed'),\n },\n CreateLookupTableInstruction: {\n lookupTableAccount: resolveAccount('lookupTableAccount'),\n lookupTableAuthority: resolveAccount('lookupTableAuthority'),\n payerAccount: resolveAccount('payerAccount'),\n systemProgram: resolveAccount('systemProgram'),\n },\n DeactivateLookupTableInstruction: {\n lookupTableAccount: resolveAccount('lookupTableAccount'),\n lookupTableAuthority: resolveAccount('lookupTableAuthority'),\n },\n ExtendLookupTableInstruction: {\n lookupTableAccount: resolveAccount('lookupTableAccount'),\n lookupTableAuthority: resolveAccount('lookupTableAuthority'),\n payerAccount: resolveAccount('payerAccount'),\n systemProgram: resolveAccount('systemProgram'),\n },\n FreezeLookupTableInstruction: {\n lookupTableAccount: resolveAccount('lookupTableAccount'),\n lookupTableAuthority: resolveAccount('lookupTableAuthority'),\n },\n InitializeNonceAccountInstruction: {\n nonceAccount: resolveAccount('nonceAccount'),\n nonceAuthority: resolveAccount('nonceAuthority'),\n recentBlockhashesSysvar: resolveAccount('recentBlockhashesSysvar'),\n rentSysvar: resolveAccount('rentSysvar'),\n },\n Lockup: {\n custodian: resolveAccount('custodian'),\n },\n SplAssociatedTokenCreateIdempotentInstruction: {\n account: resolveAccount('account'),\n mint: resolveAccount('mint'),\n source: resolveAccount('source'),\n systemProgram: resolveAccount('systemProgram'),\n tokenProgram: resolveAccount('tokenProgram'),\n wallet: resolveAccount('wallet'),\n },\n SplAssociatedTokenCreateInstruction: {\n account: resolveAccount('account'),\n mint: resolveAccount('mint'),\n source: resolveAccount('source'),\n systemProgram: resolveAccount('systemProgram'),\n tokenProgram: resolveAccount('tokenProgram'),\n wallet: resolveAccount('wallet'),\n },\n SplAssociatedTokenRecoverNestedInstruction: {\n destination: resolveAccount('destination'),\n nestedMint: resolveAccount('nestedMint'),\n nestedOwner: resolveAccount('nestedOwner'),\n nestedSource: resolveAccount('nestedSource'),\n ownerMint: resolveAccount('ownerMint'),\n tokenProgram: resolveAccount('tokenProgram'),\n wallet: resolveAccount('wallet'),\n },\n SplTokenAmountToUiAmountInstruction: {\n mint: resolveAccount('mint'),\n },\n SplTokenApproveCheckedInstruction: {\n delegate: resolveAccount('delegate'),\n mint: resolveAccount('mint'),\n multisigOwner: resolveAccount('multisigOwner'),\n owner: resolveAccount('owner'),\n source: resolveAccount('source'),\n },\n SplTokenApproveInstruction: {\n delegate: resolveAccount('delegate'),\n multisigOwner: resolveAccount('multisigOwner'),\n owner: resolveAccount('owner'),\n source: resolveAccount('source'),\n },\n SplTokenBurnCheckedInstruction: {\n account: resolveAccount('account'),\n authority: resolveAccount('authority'),\n mint: resolveAccount('mint'),\n multisigAuthority: resolveAccount('multisigAuthority'),\n },\n SplTokenBurnInstruction: {\n account: resolveAccount('account'),\n authority: resolveAccount('authority'),\n mint: resolveAccount('mint'),\n multisigAuthority: resolveAccount('multisigAuthority'),\n },\n SplTokenCloseAccountInstruction: {\n account: resolveAccount('account'),\n destination: resolveAccount('destination'),\n multisigOwner: resolveAccount('multisigOwner'),\n owner: resolveAccount('owner'),\n },\n SplTokenFreezeAccountInstruction: {\n account: resolveAccount('account'),\n freezeAuthority: resolveAccount('freezeAuthority'),\n mint: resolveAccount('mint'),\n multisigFreezeAuthority: resolveAccount('multisigFreezeAuthority'),\n },\n SplTokenGetAccountDataSizeInstruction: {\n mint: resolveAccount('mint'),\n },\n SplTokenInitializeAccount2Instruction: {\n account: resolveAccount('account'),\n mint: resolveAccount('mint'),\n owner: resolveAccount('owner'),\n rentSysvar: resolveAccount('rentSysvar'),\n },\n SplTokenInitializeAccount3Instruction: {\n account: resolveAccount('account'),\n mint: resolveAccount('mint'),\n owner: resolveAccount('owner'),\n },\n SplTokenInitializeAccountInstruction: {\n account: resolveAccount('account'),\n mint: resolveAccount('mint'),\n owner: resolveAccount('owner'),\n rentSysvar: resolveAccount('rentSysvar'),\n },\n SplTokenInitializeMint2Instruction: {\n freezeAuthority: resolveAccount('freezeAuthority'),\n mint: resolveAccount('mint'),\n mintAuthority: resolveAccount('mintAuthority'),\n },\n SplTokenInitializeMintCloseAuthorityInstruction: {\n mint: resolveAccount('mint'),\n newAuthority: resolveAccount('newAuthority'),\n },\n SplTokenInitializeMintInstruction: {\n freezeAuthority: resolveAccount('freezeAuthority'),\n mint: resolveAccount('mint'),\n mintAuthority: resolveAccount('mintAuthority'),\n rentSysvar: resolveAccount('rentSysvar'),\n },\n SplTokenInitializeMultisig2Instruction: {\n multisig: resolveAccount('multisig'),\n },\n SplTokenInitializeMultisigInstruction: {\n multisig: resolveAccount('multisig'),\n rentSysvar: resolveAccount('rentSysvar'),\n },\n SplTokenMintToCheckedInstruction: {\n account: resolveAccount('account'),\n authority: resolveAccount('authority'),\n mint: resolveAccount('mint'),\n mintAuthority: resolveAccount('mintAuthority'),\n multisigMintAuthority: resolveAccount('multisigMintAuthority'),\n },\n SplTokenMintToInstruction: {\n account: resolveAccount('account'),\n authority: resolveAccount('authority'),\n mint: resolveAccount('mint'),\n mintAuthority: resolveAccount('mintAuthority'),\n multisigMintAuthority: resolveAccount('multisigMintAuthority'),\n },\n SplTokenRevokeInstruction: {\n multisigOwner: resolveAccount('multisigOwner'),\n owner: resolveAccount('owner'),\n source: resolveAccount('source'),\n },\n SplTokenSetAuthorityInstruction: {\n authority: resolveAccount('authority'),\n multisigAuthority: resolveAccount('multisigAuthority'),\n newAuthority: resolveAccount('newAuthority'),\n },\n SplTokenSyncNativeInstruction: {\n account: resolveAccount('account'),\n },\n SplTokenThawAccountInstruction: {\n account: resolveAccount('account'),\n freezeAuthority: resolveAccount('freezeAuthority'),\n mint: resolveAccount('mint'),\n multisigFreezeAuthority: resolveAccount('multisigFreezeAuthority'),\n },\n SplTokenTransferCheckedInstruction: {\n authority: resolveAccount('authority'),\n destination: resolveAccount('destination'),\n mint: resolveAccount('mint'),\n multisigAuthority: resolveAccount('multisigAuthority'),\n source: resolveAccount('source'),\n },\n SplTokenTransferInstruction: {\n authority: resolveAccount('authority'),\n destination: resolveAccount('destination'),\n multisigAuthority: resolveAccount('multisigAuthority'),\n source: resolveAccount('source'),\n },\n SplTokenUiAmountToAmountInstruction: {\n mint: resolveAccount('mint'),\n },\n StakeAuthorizeCheckedInstruction: {\n authority: resolveAccount('authority'),\n clockSysvar: resolveAccount('clockSysvar'),\n custodian: resolveAccount('custodian'),\n newAuthority: resolveAccount('newAuthority'),\n stakeAccount: resolveAccount('stakeAccount'),\n },\n StakeAuthorizeCheckedWithSeedInstruction: {\n authorityBase: resolveAccount('authorityBase'),\n authorityOwner: resolveAccount('authorityOwner'),\n clockSysvar: resolveAccount('clockSysvar'),\n custodian: resolveAccount('custodian'),\n newAuthorized: resolveAccount('newAuthorized'),\n stakeAccount: resolveAccount('stakeAccount'),\n },\n StakeAuthorizeInstruction: {\n authority: resolveAccount('authority'),\n clockSysvar: resolveAccount('clockSysvar'),\n custodian: resolveAccount('custodian'),\n newAuthority: resolveAccount('newAuthority'),\n stakeAccount: resolveAccount('stakeAccount'),\n },\n StakeAuthorizeWithSeedInstruction: {\n authorityBase: resolveAccount('authorityBase'),\n authorityOwner: resolveAccount('authorityOwner'),\n clockSysvar: resolveAccount('clockSysvar'),\n custodian: resolveAccount('custodian'),\n newAuthorized: resolveAccount('newAuthorized'),\n stakeAccount: resolveAccount('stakeAccount'),\n },\n StakeDeactivateDelinquentInstruction: {\n referenceVoteAccount: resolveAccount('referenceVoteAccount'),\n stakeAccount: resolveAccount('stakeAccount'),\n voteAccount: resolveAccount('voteAccount'),\n },\n StakeDeactivateInstruction: {\n clockSysvar: resolveAccount('clockSysvar'),\n stakeAccount: resolveAccount('stakeAccount'),\n stakeAuthority: resolveAccount('stakeAuthority'),\n },\n StakeDelegateStakeInstruction: {\n clockSysvar: resolveAccount('clockSysvar'),\n stakeAccount: resolveAccount('stakeAccount'),\n stakeAuthority: resolveAccount('stakeAuthority'),\n stakeConfigAccount: resolveAccount('stakeConfigAccount'),\n stakeHistorySysvar: resolveAccount('stakeHistorySysvar'),\n voteAccount: resolveAccount('voteAccount'),\n },\n StakeInitializeCheckedInstruction: {\n rentSysvar: resolveAccount('rentSysvar'),\n stakeAccount: resolveAccount('stakeAccount'),\n },\n StakeInitializeCheckedInstructionDataAuthorized: {\n staker: resolveAccount('staker'),\n withdrawer: resolveAccount('withdrawer'),\n },\n StakeInitializeInstruction: {\n rentSysvar: resolveAccount('rentSysvar'),\n stakeAccount: resolveAccount('stakeAccount'),\n },\n StakeInitializeInstructionDataAuthorized: {\n staker: resolveAccount('staker'),\n withdrawer: resolveAccount('withdrawer'),\n },\n StakeMergeInstruction: {\n clockSysvar: resolveAccount('clockSysvar'),\n destination: resolveAccount('destination'),\n source: resolveAccount('source'),\n stakeAuthority: resolveAccount('stakeAuthority'),\n stakeHistorySysvar: resolveAccount('stakeHistorySysvar'),\n },\n StakeRedelegateInstruction: {\n newStakeAccount: resolveAccount('newStakeAccount'),\n stakeAccount: resolveAccount('stakeAccount'),\n stakeAuthority: resolveAccount('stakeAuthority'),\n stakeConfigAccount: resolveAccount('stakeConfigAccount'),\n voteAccount: resolveAccount('voteAccount'),\n },\n StakeSetLockupCheckedInstruction: {\n custodian: resolveAccount('custodian'),\n stakeAccount: resolveAccount('stakeAccount'),\n },\n StakeSetLockupInstruction: {\n custodian: resolveAccount('custodian'),\n stakeAccount: resolveAccount('stakeAccount'),\n },\n StakeSplitInstruction: {\n newSplitAccount: resolveAccount('newSplitAccount'),\n stakeAccount: resolveAccount('stakeAccount'),\n stakeAuthority: resolveAccount('stakeAuthority'),\n },\n StakeWithdrawInstruction: {\n clockSysvar: resolveAccount('clockSysvar'),\n destination: resolveAccount('destination'),\n stakeAccount: resolveAccount('stakeAccount'),\n withdrawAuthority: resolveAccount('withdrawAuthority'),\n },\n TransactionInstruction: {\n __resolveType(instructionResult: InstructionResult) {\n const { jsonParsedConfigs } = instructionResult;\n if (jsonParsedConfigs) {\n if (jsonParsedConfigs.programName === 'address-lookup-table') {\n if (jsonParsedConfigs.instructionType === 'createLookupTable') {\n return 'CreateLookupTableInstruction';\n }\n if (jsonParsedConfigs.instructionType === 'freezeLookupTable') {\n return 'FreezeLookupTableInstruction';\n }\n if (jsonParsedConfigs.instructionType === 'extendLookupTable') {\n return 'ExtendLookupTableInstruction';\n }\n if (jsonParsedConfigs.instructionType === 'deactivateLookupTable') {\n return 'DeactivateLookupTableInstruction';\n }\n if (jsonParsedConfigs.instructionType === 'closeLookupTable') {\n return 'CloseLookupTableInstruction';\n }\n }\n if (jsonParsedConfigs.programName === 'bpf-loader') {\n if (jsonParsedConfigs.instructionType === 'write') {\n return 'BpfLoaderWriteInstruction';\n }\n if (jsonParsedConfigs.instructionType === 'finalize') {\n return 'BpfLoaderFinalizeInstruction';\n }\n }\n if (jsonParsedConfigs.programName === 'bpf-upgradeable-loader') {\n if (jsonParsedConfigs.instructionType === 'initializeBuffer') {\n return 'BpfUpgradeableLoaderInitializeBufferInstruction';\n }\n if (jsonParsedConfigs.instructionType === 'write') {\n return 'BpfUpgradeableLoaderWriteInstruction';\n }\n if (jsonParsedConfigs.instructionType === 'deployWithMaxDataLen') {\n return 'BpfUpgradeableLoaderDeployWithMaxDataLenInstruction';\n }\n if (jsonParsedConfigs.instructionType === 'upgrade') {\n return 'BpfUpgradeableLoaderUpgradeInstruction';\n }\n if (jsonParsedConfigs.instructionType === 'setAuthority') {\n return 'BpfUpgradeableLoaderSetAuthorityInstruction';\n }\n if (jsonParsedConfigs.instructionType === 'setAuthorityChecked') {\n return 'BpfUpgradeableLoaderSetAuthorityCheckedInstruction';\n }\n if (jsonParsedConfigs.instructionType === 'close') {\n return 'BpfUpgradeableLoaderCloseInstruction';\n }\n if (jsonParsedConfigs.instructionType === 'extendProgram') {\n return 'BpfUpgradeableLoaderExtendProgramInstruction';\n }\n }\n if (jsonParsedConfigs.programName === 'spl-associated-token-account') {\n if (jsonParsedConfigs.instructionType === 'create') {\n return 'SplAssociatedTokenCreateInstruction';\n }\n if (jsonParsedConfigs.instructionType === 'createIdempotent') {\n return 'SplAssociatedTokenCreateIdempotentInstruction';\n }\n if (jsonParsedConfigs.instructionType === 'recoverNested') {\n return 'SplAssociatedTokenRecoverNestedInstruction';\n }\n }\n if (jsonParsedConfigs.programName === 'spl-memo') {\n return 'SplMemoInstruction';\n }\n if (jsonParsedConfigs.programName === 'spl-token') {\n if (jsonParsedConfigs.instructionType === 'initializeMint') {\n return 'SplTokenInitializeMintInstruction';\n }\n if (jsonParsedConfigs.instructionType === 'initializeMint2') {\n return 'SplTokenInitializeMint2Instruction';\n }\n if (jsonParsedConfigs.instructionType === 'initializeAccount') {\n return 'SplTokenInitializeAccountInstruction';\n }\n if (jsonParsedConfigs.instructionType === 'initializeAccount2') {\n return 'SplTokenInitializeAccount2Instruction';\n }\n if (jsonParsedConfigs.instructionType === 'initializeAccount3') {\n return 'SplTokenInitializeAccount3Instruction';\n }\n if (jsonParsedConfigs.instructionType === 'initializeMultisig') {\n return 'SplTokenInitializeMultisigInstruction';\n }\n if (jsonParsedConfigs.instructionType === 'initializeMultisig2') {\n return 'SplTokenInitializeMultisig2Instruction';\n }\n if (jsonParsedConfigs.instructionType === 'transfer') {\n return 'SplTokenTransferInstruction';\n }\n if (jsonParsedConfigs.instructionType === 'approve') {\n return 'SplTokenApproveInstruction';\n }\n if (jsonParsedConfigs.instructionType === 'revoke') {\n return 'SplTokenRevokeInstruction';\n }\n if (jsonParsedConfigs.instructionType === 'setAuthority') {\n return 'SplTokenSetAuthorityInstruction';\n }\n if (jsonParsedConfigs.instructionType === 'mintTo') {\n return 'SplTokenMintToInstruction';\n }\n if (jsonParsedConfigs.instructionType === 'burn') {\n return 'SplTokenBurnInstruction';\n }\n if (jsonParsedConfigs.instructionType === 'closeAccount') {\n return 'SplTokenCloseAccountInstruction';\n }\n if (jsonParsedConfigs.instructionType === 'freezeAccount') {\n return 'SplTokenFreezeAccountInstruction';\n }\n if (jsonParsedConfigs.instructionType === 'thawAccount') {\n return 'SplTokenThawAccountInstruction';\n }\n if (jsonParsedConfigs.instructionType === 'transferChecked') {\n return 'SplTokenTransferCheckedInstruction';\n }\n if (jsonParsedConfigs.instructionType === 'approveChecked') {\n return 'SplTokenApproveCheckedInstruction';\n }\n if (jsonParsedConfigs.instructionType === 'mintToChecked') {\n return 'SplTokenMintToCheckedInstruction';\n }\n if (jsonParsedConfigs.instructionType === 'burnChecked') {\n return 'SplTokenBurnCheckedInstruction';\n }\n if (jsonParsedConfigs.instructionType === 'syncNative') {\n return 'SplTokenSyncNativeInstruction';\n }\n if (jsonParsedConfigs.instructionType === 'getAccountDataSize') {\n return 'SplTokenGetAccountDataSizeInstruction';\n }\n if (jsonParsedConfigs.instructionType === 'initializeImmutableOwner') {\n return 'SplTokenInitializeImmutableOwnerInstruction';\n }\n if (jsonParsedConfigs.instructionType === 'amountToUiAmount') {\n return 'SplTokenAmountToUiAmountInstruction';\n }\n if (jsonParsedConfigs.instructionType === 'uiAmountToAmount') {\n return 'SplTokenUiAmountToAmountInstruction';\n }\n if (jsonParsedConfigs.instructionType === 'initializeMintCloseAuthority') {\n return 'SplTokenInitializeMintCloseAuthorityInstruction';\n }\n }\n if (jsonParsedConfigs.programName === 'stake') {\n if (jsonParsedConfigs.instructionType === 'initialize') {\n return 'StakeInitializeInstruction';\n }\n if (jsonParsedConfigs.instructionType === 'authorize') {\n return 'StakeAuthorizeInstruction';\n }\n if (jsonParsedConfigs.instructionType === 'delegate') {\n return 'StakeDelegateStakeInstruction';\n }\n if (jsonParsedConfigs.instructionType === 'split') {\n return 'StakeSplitInstruction';\n }\n if (jsonParsedConfigs.instructionType === 'withdraw') {\n return 'StakeWithdrawInstruction';\n }\n if (jsonParsedConfigs.instructionType === 'deactivate') {\n return 'StakeDeactivateInstruction';\n }\n if (jsonParsedConfigs.instructionType === 'setLockup') {\n return 'StakeSetLockupInstruction';\n }\n if (jsonParsedConfigs.instructionType === 'merge') {\n return 'StakeMergeInstruction';\n }\n if (jsonParsedConfigs.instructionType === 'authorizeWithSeed') {\n return 'StakeAuthorizeWithSeedInstruction';\n }\n if (jsonParsedConfigs.instructionType === 'initializeChecked') {\n return 'StakeInitializeCheckedInstruction';\n }\n if (jsonParsedConfigs.instructionType === 'authorizeChecked') {\n return 'StakeAuthorizeCheckedInstruction';\n }\n if (jsonParsedConfigs.instructionType === 'authorizeCheckedWithSeed') {\n return 'StakeAuthorizeCheckedWithSeedInstruction';\n }\n if (jsonParsedConfigs.instructionType === 'setLockupChecked') {\n return 'StakeSetLockupCheckedInstruction';\n }\n if (jsonParsedConfigs.instructionType === 'deactivateDelinquent') {\n return 'StakeDeactivateDelinquentInstruction';\n }\n if (jsonParsedConfigs.instructionType === 'redelegate') {\n return 'StakeRedelegateInstruction';\n }\n }\n if (jsonParsedConfigs.programName === 'system') {\n if (jsonParsedConfigs.instructionType === 'createAccount') {\n return 'CreateAccountInstruction';\n }\n if (jsonParsedConfigs.instructionType === 'assign') {\n return 'AssignInstruction';\n }\n if (jsonParsedConfigs.instructionType === 'transfer') {\n return 'TransferInstruction';\n }\n if (jsonParsedConfigs.instructionType === 'createAccountWithSeed') {\n return 'CreateAccountWithSeedInstruction';\n }\n if (jsonParsedConfigs.instructionType === 'advanceNonceAccount') {\n return 'AdvanceNonceAccountInstruction';\n }\n if (jsonParsedConfigs.instructionType === 'withdrawNonceAccount') {\n return 'WithdrawNonceAccountInstruction';\n }\n if (jsonParsedConfigs.instructionType === 'initializeNonceAccount') {\n return 'InitializeNonceAccountInstruction';\n }\n if (jsonParsedConfigs.instructionType === 'authorizeNonceAccount') {\n return 'AuthorizeNonceAccountInstruction';\n }\n if (jsonParsedConfigs.instructionType === 'upgradeNonceAccount') {\n return 'UpgradeNonceAccountInstruction';\n }\n if (jsonParsedConfigs.instructionType === 'allocate') {\n return 'AllocateInstruction';\n }\n if (jsonParsedConfigs.instructionType === 'allocateWithSeed') {\n return 'AllocateWithSeedInstruction';\n }\n if (jsonParsedConfigs.instructionType === 'assignWithSeed') {\n return 'AssignWithSeedInstruction';\n }\n if (jsonParsedConfigs.instructionType === 'transferWithSeed') {\n return 'TransferWithSeedInstruction';\n }\n }\n if (jsonParsedConfigs.programName === 'vote') {\n if (jsonParsedConfigs.instructionType === 'initialize') {\n return 'VoteInitializeAccountInstruction';\n }\n if (jsonParsedConfigs.instructionType === 'authorize') {\n return 'VoteAuthorizeInstruction';\n }\n if (jsonParsedConfigs.instructionType === 'authorizeWithSeed') {\n return 'VoteAuthorizeWithSeedInstruction';\n }\n if (jsonParsedConfigs.instructionType === 'authorizeCheckedWithSeed') {\n return 'VoteAuthorizeCheckedWithSeedInstruction';\n }\n if (jsonParsedConfigs.instructionType === 'vote') {\n return 'VoteVoteInstruction';\n }\n if (jsonParsedConfigs.instructionType === 'updatevotestate') {\n return 'VoteUpdateVoteStateInstruction';\n }\n if (jsonParsedConfigs.instructionType === 'updatevotestateswitch') {\n return 'VoteUpdateVoteStateSwitchInstruction';\n }\n if (jsonParsedConfigs.instructionType === 'compactupdatevotestate') {\n return 'VoteCompactUpdateVoteStateInstruction';\n }\n if (jsonParsedConfigs.instructionType === 'compactupdatevotestateswitch') {\n return 'VoteCompactUpdateVoteStateSwitchInstruction';\n }\n if (jsonParsedConfigs.instructionType === 'withdraw') {\n return 'VoteWithdrawInstruction';\n }\n if (jsonParsedConfigs.instructionType === 'updateValidatorIdentity') {\n return 'VoteUpdateValidatorIdentityInstruction';\n }\n if (jsonParsedConfigs.instructionType === 'updateCommission') {\n return 'VoteUpdateCommissionInstruction';\n }\n if (jsonParsedConfigs.instructionType === 'voteSwitch') {\n return 'VoteVoteSwitchInstruction';\n }\n if (jsonParsedConfigs.instructionType === 'authorizeChecked') {\n return 'VoteAuthorizeCheckedInstruction';\n }\n }\n }\n return 'GenericInstruction';\n },\n },\n TransferInstruction: {\n destination: resolveAccount('destination'),\n source: resolveAccount('source'),\n },\n TransferWithSeedInstruction: {\n destination: resolveAccount('destination'),\n source: resolveAccount('source'),\n sourceOwner: resolveAccount('sourceOwner'),\n },\n UpgradeNonceAccountInstruction: {\n nonceAccount: resolveAccount('nonceAccount'),\n nonceAuthority: resolveAccount('nonceAuthority'),\n },\n VoteAuthorizeCheckedInstruction: {\n authority: resolveAccount('authority'),\n clockSysvar: resolveAccount('clockSysvar'),\n newAuthority: resolveAccount('newAuthority'),\n voteAccount: resolveAccount('voteAccount'),\n },\n VoteAuthorizeCheckedWithSeedInstruction: {\n authorityOwner: resolveAccount('authorityOwner'),\n clockSysvar: resolveAccount('clockSysvar'),\n newAuthority: resolveAccount('newAuthority'),\n voteAccount: resolveAccount('voteAccount'),\n },\n VoteAuthorizeInstruction: {\n authority: resolveAccount('authority'),\n clockSysvar: resolveAccount('clockSysvar'),\n newAuthority: resolveAccount('newAuthority'),\n voteAccount: resolveAccount('voteAccount'),\n },\n VoteAuthorizeWithSeedInstruction: {\n authorityOwner: resolveAccount('authorityOwner'),\n clockSysvar: resolveAccount('clockSysvar'),\n newAuthority: resolveAccount('newAuthority'),\n voteAccount: resolveAccount('voteAccount'),\n },\n VoteCompactUpdateVoteStateInstruction: {\n voteAccount: resolveAccount('voteAccount'),\n voteAuthority: resolveAccount('voteAuthority'),\n },\n VoteCompactUpdateVoteStateSwitchInstruction: {\n voteAccount: resolveAccount('voteAccount'),\n voteAuthority: resolveAccount('voteAuthority'),\n },\n VoteInitializeAccountInstruction: {\n authorizedVoter: resolveAccount('authorizedVoter'),\n authorizedWithdrawer: resolveAccount('authorizedWithdrawer'),\n clockSysvar: resolveAccount('clockSysvar'),\n node: resolveAccount('node'),\n\n rentSysvar: resolveAccount('rentSysvar'),\n voteAccount: resolveAccount('voteAccount'),\n },\n VoteUpdateCommissionInstruction: {\n voteAccount: resolveAccount('voteAccount'),\n withdrawAuthority: resolveAccount('withdrawAuthority'),\n },\n VoteUpdateValidatorIdentityInstruction: {\n newValidatorIdentity: resolveAccount('newValidatorIdentity'),\n\n voteAccount: resolveAccount('voteAccount'),\n withdrawAuthority: resolveAccount('withdrawAuthority'),\n },\n VoteUpdateVoteStateInstruction: {\n voteAccount: resolveAccount('voteAccount'),\n voteAuthority: resolveAccount('voteAuthority'),\n },\n VoteUpdateVoteStateSwitchInstruction: {\n voteAccount: resolveAccount('voteAccount'),\n voteAuthority: resolveAccount('voteAuthority'),\n },\n VoteVoteInstruction: {\n clockSysvar: resolveAccount('clockSysvar'),\n slotHashesSysvar: resolveAccount('slotHashesSysvar'),\n voteAccount: resolveAccount('voteAccount'),\n voteAuthority: resolveAccount('voteAuthority'),\n },\n VoteVoteSwitchInstruction: {\n clockSysvar: resolveAccount('clockSysvar'),\n slotHashesSysvar: resolveAccount('slotHashesSysvar'),\n voteAccount: resolveAccount('voteAccount'),\n voteAuthority: resolveAccount('voteAuthority'),\n },\n VoteWithdrawInstruction: {\n voteAccount: resolveAccount('voteAccount'),\n withdrawAuthority: resolveAccount('withdrawAuthority'),\n },\n WithdrawNonceAccountInstruction: {\n destination: resolveAccount('destination'),\n nonceAccount: resolveAccount('nonceAccount'),\n nonceAuthority: resolveAccount('nonceAuthority'),\n recentBlockhashesSysvar: resolveAccount('recentBlockhashesSysvar'),\n rentSysvar: resolveAccount('rentSysvar'),\n },\n};\n","import { Address } from '@solana/addresses';\nimport { Commitment, Slot } from '@solana/rpc-types';\nimport type { GraphQLResolveInfo } from 'graphql';\n\nimport { RpcGraphQLContext } from '../context';\nimport { cacheKeyFn } from '../loaders';\nimport { AccountResult } from './account';\nimport { buildProgramAccountsLoaderArgSetFromResolveInfo } from './resolve-info';\n\nexport function resolveProgramAccounts(fieldName?: string) {\n return async (\n parent: { [x: string]: Address },\n args: {\n commitment?: Commitment;\n filters?: readonly { memcmp: { bytes: string; offset: number } }[];\n minContextSlot?: Slot;\n programAddress: Address;\n },\n context: RpcGraphQLContext,\n info: GraphQLResolveInfo,\n ): Promise<AccountResult[] | null> => {\n const programAddress = fieldName ? parent[fieldName] : args.programAddress;\n\n if (programAddress) {\n const argsSet = buildProgramAccountsLoaderArgSetFromResolveInfo({ ...args, programAddress }, info);\n const loadedProgramAccountsLists = await context.loaders.programAccounts.loadMany(argsSet);\n\n const result: {\n [address: string]: AccountResult;\n } = {};\n\n loadedProgramAccountsLists.forEach((programAccounts, i) => {\n if (programAccounts instanceof Error) {\n console.error(programAccounts);\n return;\n }\n programAccounts.forEach(programAccount => {\n const { account, pubkey: address } = programAccount;\n\n const thisResult = (result[address] ||= {\n ...account,\n address,\n encodedData: {},\n ownerProgram: account.owner,\n });\n\n const { data } = account;\n const { encoding, dataSlice } = argsSet[i];\n\n if (encoding && thisResult.encodedData) {\n if (Array.isArray(data)) {\n thisResult.encodedData[\n cacheKeyFn({\n dataSlice,\n encoding: encoding === 'jsonParsed' ? 'base64' : encoding,\n })\n ] = data[0];\n } else if (typeof data === 'string') {\n thisResult.encodedData[\n cacheKeyFn({\n dataSlice,\n encoding: 'base58',\n })\n ] = data;\n } else if (typeof data === 'object') {\n const {\n parsed: { info: parsedData, type: accountType },\n program: programName,\n programId,\n } = data;\n thisResult.jsonParsedConfigs = {\n accountType,\n programId,\n programName,\n };\n for (const key in parsedData as object) {\n thisResult[key as keyof typeof thisResult] = parsedData[key];\n }\n }\n }\n });\n });\n return Object.values(result);\n }\n return null;\n };\n}\n","import type { makeExecutableSchema } from '@graphql-tools/schema';\n\nimport { resolveAccount } from './account';\nimport { resolveBlock } from './block';\nimport { resolveProgramAccounts } from './program-accounts';\nimport { resolveTransaction } from './transaction';\n\nexport const rootResolvers: Parameters<typeof makeExecutableSchema>[0]['resolvers'] = {\n Query: {\n account: resolveAccount(),\n block: resolveBlock(),\n programAccounts: resolveProgramAccounts(),\n transaction: resolveTransaction(),\n },\n};\n","import { Kind } from 'graphql';\n\nimport { resolveAccount } from './account';\n\nconst stringScalarAlias = {\n __parseLiteral(ast: { kind: Kind; value: bigint | boolean | number | string }): string | null {\n if (ast.kind === Kind.STRING) {\n return ast.value.toString();\n }\n return null;\n },\n __parseValue(value: string): string {\n return value;\n },\n __serialize(value: string): string {\n return value;\n },\n};\n\nconst bigIntScalarAlias = {\n __parseLiteral(ast: { kind: Kind; value: bigint | boolean | number | string }): bigint | null {\n if (ast.kind === Kind.STRING || ast.kind === Kind.INT || ast.kind === Kind.FLOAT) {\n return BigInt(ast.value);\n }\n return null;\n },\n __parseValue(value: string): bigint {\n return BigInt(value);\n },\n __serialize(value: string): bigint {\n return BigInt(value);\n },\n};\n\nexport const typeTypeResolvers = {\n AccountEncoding: {\n BASE_58: 'base58',\n BASE_64: 'base64',\n BASE_64_ZSTD: 'base64+zstd',\n },\n Address: stringScalarAlias,\n Base58EncodedBytes: stringScalarAlias,\n Base64EncodedBytes: stringScalarAlias,\n Base64ZstdEncodedBytes: stringScalarAlias,\n BigInt: bigIntScalarAlias,\n Commitment: {\n CONFIRMED: 'confirmed',\n FINALIZED: 'finalized',\n PROCESSED: 'processed',\n },\n CommitmentWithoutProcessed: {\n CONFIRMED: 'confirmed',\n FINALIZED: 'finalized',\n },\n Signature: stringScalarAlias,\n Slot: bigIntScalarAlias,\n TokenBalance: {\n mint: resolveAccount('mint'),\n owner: resolveAccount('owner'),\n },\n TransactionEncoding: {\n BASE_58: 'base58',\n BASE_64: 'base64',\n },\n};\n","import type { makeExecutableSchema } from '@graphql-tools/schema';\n\nimport { accountResolvers } from '../resolvers/account';\nimport { blockResolvers } from '../resolvers/block';\nimport { instructionResolvers } from '../resolvers/instruction';\nimport { rootResolvers } from '../resolvers/root';\nimport { transactionResolvers } from '../resolvers/transaction';\nimport { typeTypeResolvers } from '../resolvers/types';\n\nexport function createSolanaGraphQLResolvers(): Parameters<typeof makeExecutableSchema>[0]['resolvers'] {\n return {\n ...accountResolvers,\n ...blockResolvers,\n ...instructionResolvers,\n ...rootResolvers,\n ...transactionResolvers,\n ...typeTypeResolvers,\n };\n}\n","export const accountTypeDefs = /* GraphQL */ `\n \"\"\"\n Account interface\n \"\"\"\n interface Account {\n address: Address\n data(encoding: AccountEncoding!, dataSlice: DataSlice): String\n executable: Boolean\n lamports: BigInt\n ownerProgram: Account\n space: BigInt\n rentEpoch: BigInt\n }\n\n \"\"\"\n Generic base account type\n \"\"\"\n type GenericAccount implements Account {\n address: Address\n data(encoding: AccountEncoding!, dataSlice: DataSlice): String\n executable: Boolean\n lamports: BigInt\n ownerProgram: Account\n space: BigInt\n rentEpoch: BigInt\n }\n\n type NonceAccountFeeCalculator {\n lamportsPerSignature: String\n }\n \"\"\"\n A nonce account\n \"\"\"\n type NonceAccount implements Account {\n address: Address\n data(encoding: AccountEncoding!, dataSlice: DataSlice): String\n executable: Boolean\n lamports: BigInt\n ownerProgram: Account\n space: BigInt\n rentEpoch: BigInt\n authority: Account\n blockhash: String\n feeCalculator: NonceAccountFeeCalculator\n }\n\n \"\"\"\n A lookup table account\n \"\"\"\n type LookupTableAccount implements Account {\n address: Address\n data(encoding: AccountEncoding!, dataSlice: DataSlice): String\n executable: Boolean\n lamports: BigInt\n ownerProgram: Account\n space: BigInt\n rentEpoch: BigInt\n addresses: [Address]\n authority: Account\n deactivationSlot: String\n lastExtendedSlot: String\n lastExtendedSlotStartIndex: Int\n }\n\n \"\"\"\n A mint account\n \"\"\"\n type MintAccount implements Account {\n address: Address\n data(encoding: AccountEncoding!, dataSlice: DataSlice): String\n executable: Boolean\n lamports: BigInt\n ownerProgram: Account\n space: BigInt\n rentEpoch: BigInt\n decimals: Int\n freezeAuthority: Account\n isInitialized: Boolean\n mintAuthority: Account\n supply: String\n }\n\n \"\"\"\n A token account\n \"\"\"\n type TokenAccount implements Account {\n address: Address\n data(encoding: AccountEncoding!, dataSlice: DataSlice): String\n executable: Boolean\n lamports: BigInt\n ownerProgram: Account\n space: BigInt\n rentEpoch: BigInt\n isNative: Boolean\n mint: Account\n owner: Account\n state: String\n tokenAmount: TokenAmount\n }\n\n type StakeAccountDataMetaAuthorized {\n staker: Account\n withdrawer: Account\n }\n type StakeAccountDataMetaLockup {\n custodian: Account\n epoch: BigInt\n unixTimestamp: BigInt\n }\n type StakeAccountDataMeta {\n authorized: StakeAccountDataMetaAuthorized\n lockup: StakeAccountDataMetaLockup\n rentExemptReserve: String\n }\n type StakeAccountDataStakeDelegation {\n activationEpoch: BigInt\n deactivationEpoch: BigInt\n stake: String\n voter: Account\n warmupCooldownRate: Int\n }\n type StakeAccountDataStake {\n creditsObserved: BigInt\n delegation: StakeAccountDataStakeDelegation\n }\n \"\"\"\n A stake account\n \"\"\"\n type StakeAccount implements Account {\n address: Address\n data(encoding: AccountEncoding!, dataSlice: DataSlice): String\n executable: Boolean\n lamports: BigInt\n ownerProgram: Account\n space: BigInt\n rentEpoch: BigInt\n meta: StakeAccountDataMeta\n stake: StakeAccountDataStake\n }\n\n type VoteAccountDataAuthorizedVoter {\n authorizedVoter: Account\n epoch: BigInt\n }\n type VoteAccountDataEpochCredit {\n credits: String\n epoch: BigInt\n previousCredits: String\n }\n type VoteAccountDataLastTimestamp {\n slot: BigInt\n timestamp: BigInt\n }\n type VoteAccountDataVote {\n confirmationCount: Int\n slot: BigInt\n }\n \"\"\"\n A vote account\n \"\"\"\n type VoteAccount implements Account {\n address: Address\n data(encoding: AccountEncoding!, dataSlice: DataSlice): String\n executable: Boolean\n lamports: BigInt\n ownerProgram: Account\n space: BigInt\n rentEpoch: BigInt\n authorizedVoters: [VoteAccountDataAuthorizedVoter]\n authorizedWithdrawer: Account\n commission: Int\n epochCredits: [VoteAccountDataEpochCredit]\n lastTimestamp: VoteAccountDataLastTimestamp\n node: Account\n priorVoters: [Address]\n rootSlot: BigInt\n votes: [VoteAccountDataVote]\n }\n`;\n","export const blockTypeDefs = /* GraphQL */ `\n \"\"\"\n A Solana block\n \"\"\"\n type Block {\n blockhash: String\n blockHeight: BigInt\n blockTime: BigInt\n parentSlot: Slot\n previousBlockhash: String\n rewards: [Reward]\n signatures: [Signature]\n transactions: [Transaction]\n }\n`;\n","// *Note: Any integer value inside a transaction instruction must be `BigInt`\n// until the following issue is resolved:\n// <https://github.com/solana-labs/solana-web3.js/issues/1828>\nexport const instructionTypeDefs = /* GraphQL */ `\n \"\"\"\n Transaction instruction interface\n \"\"\"\n interface TransactionInstruction {\n programId: Address\n }\n\n \"\"\"\n Generic transaction instruction\n \"\"\"\n type GenericInstruction implements TransactionInstruction {\n accounts: [Address]\n data: Base64EncodedBytes\n programId: Address\n }\n\n \"\"\"\n AddressLookupTable: CreateLookupTable instruction\n \"\"\"\n type CreateLookupTableInstruction implements TransactionInstruction {\n programId: Address\n bumpSeed: BigInt # FIXME:*\n lookupTableAccount: Account\n lookupTableAuthority: Account\n payerAccount: Account\n recentSlot: BigInt\n systemProgram: Account\n }\n\n \"\"\"\n AddressLookupTable: ExtendLookupTable instruction\n \"\"\"\n type ExtendLookupTableInstruction implements TransactionInstruction {\n programId: Address\n lookupTableAccount: Account\n lookupTableAuthority: Account\n newAddresses: [Address]\n payerAccount: Account\n systemProgram: Account\n }\n\n \"\"\"\n AddressLookupTable: FreezeLookupTable instruction\n \"\"\"\n type FreezeLookupTableInstruction implements TransactionInstruction {\n programId: Address\n lookupTableAccount: Account\n lookupTableAuthority: Account\n }\n\n \"\"\"\n AddressLookupTable: DeactivateLookupTable instruction\n \"\"\"\n type DeactivateLookupTableInstruction implements TransactionInstruction {\n programId: Address\n lookupTableAccount: Account\n lookupTableAuthority: Account\n }\n\n \"\"\"\n AddressLookupTable: CloseLookupTable instruction\n \"\"\"\n type CloseLookupTableInstruction implements TransactionInstruction {\n programId: Address\n lookupTableAccount: Account\n lookupTableAuthority: Account\n recipient: Account\n }\n\n \"\"\"\n BpfLoader: Write instruction\n \"\"\"\n type BpfLoaderWriteInstruction implements TransactionInstruction {\n programId: Address\n account: Account\n bytes: Base64EncodedBytes\n offset: BigInt # FIXME:*\n }\n\n \"\"\"\n BpfLoader: Finalize instruction\n \"\"\"\n type BpfLoaderFinalizeInstruction implements TransactionInstruction {\n programId: Address\n account: Account\n }\n\n \"\"\"\n BpfUpgradeableLoader: InitializeBuffer instruction\n \"\"\"\n type BpfUpgradeableLoaderInitializeBufferInstruction implements TransactionInstruction {\n programId: Address\n account: Account\n }\n\n \"\"\"\n BpfUpgradeableLoader: Write instruction\n \"\"\"\n type BpfUpgradeableLoaderWriteInstruction implements TransactionInstruction {\n programId: Address\n account: Account\n authority: Account\n bytes: Base64EncodedBytes\n offset: BigInt # FIXME:*\n }\n\n \"\"\"\n BpfUpgradeableLoader: DeployWithMaxDataLen instruction\n \"\"\"\n type BpfUpgradeableLoaderDeployWithMaxDataLenInstruction implements TransactionInstruction {\n programId: Address\n authority: Account\n bufferAccount: Account\n clockSysvar: Account\n maxDataLen: BigInt\n payerAccount: Account\n programAccount: Account\n programDataAccount: Account\n rentSysvar: Account\n }\n\n \"\"\"\n BpfUpgradeableLoader: Upgrade instruction\n \"\"\"\n type BpfUpgradeableLoaderUpgradeInstruction implements TransactionInstruction {\n programId: Address\n authority: Account\n bufferAccount: Account\n clockSysvar: Account\n programAccount: Account\n programDataAccount: Account\n rentSysvar: Account\n spillAccount: Account\n }\n\n \"\"\"\n BpfUpgradeableLoader: SetAuthority instruction\n \"\"\"\n type BpfUpgradeableLoaderSetAuthorityInstruction implements TransactionInstruction {\n programId: Address\n account: Account\n authority: Account\n newAuthority: Account\n }\n\n \"\"\"\n BpfUpgradeableLoader: SetAuthorityChecked instruction\n \"\"\"\n type BpfUpgradeableLoaderSetAuthorityCheckedInstruction implements TransactionInstruction {\n programId: Address\n account: Account\n authority: Account\n newAuthority: Account\n }\n\n \"\"\"\n BpfUpgradeableLoader: Close instruction\n \"\"\"\n type BpfUpgradeableLoaderCloseInstruction implements TransactionInstruction {\n programId: Address\n account: Account\n authority: Account\n programAccount: Account\n recipient: Account\n }\n\n \"\"\"\n BpfUpgradeableLoader: ExtendProgram instruction\n \"\"\"\n type BpfUpgradeableLoaderExtendProgramInstruction implements TransactionInstruction {\n programId: Address\n additionalBytes: BigInt\n payerAccount: Account\n programAccount: Account\n programDataAccount: Account\n systemProgram: Account\n }\n\n \"\"\"\n SplAssociatedTokenAccount: Create instruction\n \"\"\"\n type SplAssociatedTokenCreateInstruction implements TransactionInstruction {\n programId: Address\n account: Account\n mint: Account\n source: Account\n systemProgram: Account\n tokenProgram: Account\n wallet: Account\n }\n\n \"\"\"\n SplAssociatedTokenAccount: CreateIdempotent instruction\n \"\"\"\n type SplAssociatedTokenCreateIdempotentInstruction implements TransactionInstruction {\n programId: Address\n account: Account\n mint: Account\n source: Account\n systemProgram: Account\n tokenProgram: Account\n wallet: Account\n }\n\n \"\"\"\n SplAssociatedTokenAccount: RecoverNested instruction\n \"\"\"\n type SplAssociatedTokenRecoverNestedInstruction implements TransactionInstruction {\n programId: Address\n destination: Account\n nestedMint: Account\n nestedOwner: Account\n nestedSource: Account\n ownerMint: Account\n tokenProgram: Account\n wallet: Account\n }\n\n \"\"\"\n SplMemo instruction\n \"\"\"\n type SplMemoInstruction implements TransactionInstruction {\n programId: Address\n memo: String\n }\n\n \"\"\"\n SplToken: InitializeMint instruction\n \"\"\"\n type SplTokenInitializeMintInstruction implements TransactionInstruction {\n programId: Address\n decimals: BigInt # FIXME:*\n freezeAuthority: Account\n mint: Account\n mintAuthority: Account\n rentSysvar: Account\n }\n\n \"\"\"\n SplToken: InitializeMint2 instruction\n \"\"\"\n type SplTokenInitializeMint2Instruction implements TransactionInstruction {\n programId: Address\n decimals: BigInt # FIXME:*\n freezeAuthority: Account\n mint: Account\n mintAuthority: Account\n }\n\n \"\"\"\n SplToken: InitializeAccount instruction\n \"\"\"\n type SplTokenInitializeAccountInstruction implements TransactionInstruction {\n programId: Address\n account: Account\n mint: Account\n owner: Account\n rentSysvar: Account\n }\n\n \"\"\"\n SplToken: InitializeAccount2 instruction\n \"\"\"\n type SplTokenInitializeAccount2Instruction implements TransactionInstruction {\n programId: Address\n account: Account\n mint: Account\n owner: Account\n rentSysvar: Account\n }\n\n \"\"\"\n SplToken: InitializeAccount3 instruction\n \"\"\"\n type SplTokenInitializeAccount3Instruction implements TransactionInstruction {\n programId: Address\n account: Account\n mint: Account\n owner: Account\n }\n\n \"\"\"\n SplToken: InitializeMultisig instruction\n \"\"\"\n type SplTokenInitializeMultisigInstruction implements TransactionInstruction {\n programId: Address\n m: BigInt # FIXME:*\n multisig: Account\n rentSysvar: Account\n signers: [Address]\n }\n\n \"\"\"\n SplToken: InitializeMultisig2 instruction\n \"\"\"\n type SplTokenInitializeMultisig2Instruction implements TransactionInstruction {\n programId: Address\n m: BigInt # FIXME:*\n multisig: Account\n signers: [Address]\n }\n\n \"\"\"\n SplToken: Transfer instruction\n \"\"\"\n type SplTokenTransferInstruction implements TransactionInstruction {\n programId: Address\n amount: String\n authority: Account\n destination: Account\n multisigAuthority: Account\n source: Account\n }\n\n \"\"\"\n SplToken: Approve instruction\n \"\"\"\n type SplTokenApproveInstruction implements TransactionInstruction {\n programId: Address\n amount: String\n delegate: Account\n multisigOwner: Account\n owner: Account\n source: Account\n }\n\n \"\"\"\n SplToken: Revoke instruction\n \"\"\"\n type SplTokenRevokeInstruction implements TransactionInstruction {\n programId: Address\n multisigOwner: Account\n owner: Account\n source: Account\n }\n\n \"\"\"\n SplToken: SetAuthority instruction\n \"\"\"\n type SplTokenSetAuthorityInstruction implements TransactionInstruction {\n programId: Address\n authority: Account\n authorityType: String\n multisigAuthority: Account\n newAuthority: Account\n }\n\n \"\"\"\n SplToken: MintTo instruction\n \"\"\"\n type SplTokenMintToInstruction implements TransactionInstruction {\n programId: Address\n account: Account\n amount: String\n authority: Account\n mint: Account\n mintAuthority: Account\n multisigMintAuthority: Account\n }\n\n \"\"\"\n SplToken: Burn instruction\n \"\"\"\n type SplTokenBurnInstruction implements TransactionInstruction {\n programId: Address\n account: Account\n amount: String\n authority: Account\n mint: Account\n multisigAuthority: Account\n }\n\n \"\"\"\n SplToken: CloseAccount instruction\n \"\"\"\n type SplTokenCloseAccountInstruction implements TransactionInstruction {\n programId: Address\n account: Account\n destination: Account\n multisigOwner: Account\n owner: Account\n }\n\n \"\"\"\n SplToken: FreezeAccount instruction\n \"\"\"\n type SplTokenFreezeAccountInstruction implements TransactionInstruction {\n programId: Address\n account: Account\n freezeAuthority: Account\n mint: Account\n multisigFreezeAuthority: Account\n }\n\n \"\"\"\n SplToken: ThawAccount instruction\n \"\"\"\n type SplTokenThawAccountInstruction implements TransactionInstruction {\n programId: Address\n account: Account\n freezeAuthority: Account\n mint: Account\n multisigFreezeAuthority: Account\n }\n\n \"\"\"\n SplToken: TransferChecked instruction\n \"\"\"\n type SplTokenTransferCheckedInstruction implements TransactionInstruction {\n programId: Address\n amount: String\n authority: Account\n decimals: BigInt # FIXME:*\n destination: Account\n mint: Account\n multisigAuthority: Account\n source: Account\n tokenAmount: String\n }\n\n \"\"\"\n SplToken: ApproveChecked instruction\n \"\"\"\n type SplTokenApproveCheckedInstruction implements TransactionInstruction {\n programId: Address\n delegate: Account\n mint: Account\n multisigOwner: Account\n owner: Account\n source: Account\n tokenAmount: String\n }\n\n \"\"\"\n SplToken: MintToChecked instruction\n \"\"\"\n type SplTokenMintToCheckedInstruction implements TransactionInstruction {\n programId: Address\n account: Account\n authority: Account\n mint: Account\n mintAuthority: Account\n multisigMintAuthority: Account\n tokenAmount: String\n }\n\n \"\"\"\n SplToken: BurnChecked instruction\n \"\"\"\n type SplTokenBurnCheckedInstruction implements TransactionInstruction {\n programId: Address\n account: Account\n authority: Account\n mint: Account\n multisigAuthority: Account\n tokenAmount: String\n }\n\n \"\"\"\n SplToken: SyncNative instruction\n \"\"\"\n type SplTokenSyncNativeInstruction implements TransactionInstruction {\n programId: Address\n account: Account\n }\n\n \"\"\"\n SplToken: GetAccountDataSize instruction\n \"\"\"\n type SplTokenGetAccountDataSizeInstruction implements TransactionInstruction {\n programId: Address\n extensionTypes: [String]\n mint: Account\n }\n\n \"\"\"\n SplToken: InitializeImmutableOwner instruction\n \"\"\"\n type SplTokenInitializeImmutableOwnerInstruction implements TransactionInstruction {\n programId: Address\n account: Account\n }\n\n \"\"\"\n SplToken: AmountToUiAmount instruction\n \"\"\"\n type SplTokenAmountToUiAmountInstruction implements TransactionInstruction {\n programId: Address\n amount: String\n mint: Account\n }\n\n \"\"\"\n SplToken: UiAmountToAmount instruction\n \"\"\"\n type SplTokenUiAmountToAmountInstruction implements TransactionInstruction {\n programId: Address\n mint: Account\n uiAmount: String\n }\n\n \"\"\"\n SplToken: InitializeMintCloseAuthority instruction\n \"\"\"\n type SplTokenInitializeMintCloseAuthorityInstruction implements TransactionInstruction {\n programId: Address\n mint: Account\n newAuthority: Account\n }\n\n # TODO: Extensions!\n # - TransferFeeExtension\n # - ConfidentialTransferFeeExtension\n # - DefaultAccountStateExtension\n # - Reallocate\n # - MemoTransferExtension\n # - CreateNativeMint\n # - InitializeNonTransferableMint\n # - InterestBearingMintExtension\n # - CpiGuardExtension\n # - InitializePermanentDelegate\n # - TransferHookExtension\n # - ConfidentialTransferFeeExtension\n # - WithdrawExcessLamports\n # - MetadataPointerExtension\n\n type Lockup {\n custodian: Account\n epoch: BigInt\n unixTimestamp: BigInt\n }\n\n \"\"\"\n Stake: Initialize instruction\n \"\"\"\n type StakeInitializeInstructionDataAuthorized {\n staker: Account\n withdrawer: Account\n }\n type StakeInitializeInstruction implements TransactionInstruction {\n programId: Address\n authorized: StakeInitializeInstructionDataAuthorized\n lockup: Lockup\n rentSysvar: Account\n stakeAccount: Account\n }\n\n \"\"\"\n Stake: Authorize instruction\n \"\"\"\n type StakeAuthorizeInstruction implements TransactionInstruction {\n programId: Address\n authority: Account\n authorityType: String\n clockSysvar: Account\n custodian: Account\n newAuthority: Account\n stakeAccount: Account\n }\n\n \"\"\"\n Stake: DelegateStake instruction\n \"\"\"\n type StakeDelegateStakeInstruction implements TransactionInstruction {\n programId: Address\n clockSysvar: Account\n stakeAccount: Account\n stakeAuthority: Account\n stakeConfigAccount: Account\n stakeHistorySysvar: Account\n voteAccount: Account\n }\n\n \"\"\"\n Stake: Split instruction\n \"\"\"\n type StakeSplitInstruction implements TransactionInstruction {\n programId: Address\n lamports: BigInt\n newSplitAccount: Account\n stakeAccount: Account\n stakeAuthority: Account\n }\n\n \"\"\"\n Stake: Withdraw instruction\n \"\"\"\n type StakeWithdrawInstruction implements TransactionInstruction {\n programId: Address\n clockSysvar: Account\n destination: Account\n lamports: BigInt\n stakeAccount: Account\n withdrawAuthority: Account\n }\n\n \"\"\"\n Stake: Deactivate instruction\n \"\"\"\n type StakeDeactivateInstruction implements TransactionInstruction {\n programId: Address\n clockSysvar: Account\n stakeAccount: Account\n stakeAuthority: Account\n }\n\n \"\"\"\n Stake: SetLockup instruction\n \"\"\"\n type StakeSetLockupInstruction implements TransactionInstruction {\n programId: Address\n custodian: Account\n lockup: Lockup\n stakeAccount: Account\n }\n\n \"\"\"\n Stake: Merge instruction\n \"\"\"\n type StakeMergeInstruction implements TransactionInstruction {\n programId: Address\n clockSysvar: Account\n destination: Account\n source: Account\n stakeAuthority: Account\n stakeHistorySysvar: Account\n }\n\n \"\"\"\n Stake: AuthorizeWithSeed instruction\n \"\"\"\n type StakeAuthorizeWithSeedInstruction implements TransactionInstruction {\n programId: Address\n authorityBase: Account\n authorityOwner: Account\n authoritySeed: String\n authorityType: String\n clockSysvar: Account\n custodian: Account\n newAuthorized: Account\n stakeAccount: Account\n }\n\n \"\"\"\n Stake: InitializeChecked instruction\n \"\"\"\n type StakeInitializeCheckedInstructionDataAuthorized {\n staker: Account\n withdrawer: Account\n }\n type StakeInitializeCheckedInstruction implements TransactionInstruction {\n programId: Address\n authorized: StakeInitializeCheckedInstructionDataAuthorized\n lockup: Lockup\n rentSysvar: Account\n stakeAccount: Account\n }\n\n \"\"\"\n Stake: AuthorizeChecked instruction\n \"\"\"\n type StakeAuthorizeCheckedInstruction implements TransactionInstruction {\n programId: Address\n authority: Account\n authorityType: String\n clockSysvar: Account\n custodian: Account\n newAuthority: Account\n stakeAccount: Account\n }\n\n \"\"\"\n Stake: AuthorizeCheckedWithSeed instruction\n \"\"\"\n type StakeAuthorizeCheckedWithSeedInstruction implements TransactionInstruction {\n programId: Address\n authorityBase: Account\n authorityOwner: Account\n authoritySeed: String\n authorityType: String\n clockSysvar: Account\n custodian: Account\n newAuthorized: Account\n stakeAccount: Account\n }\n\n \"\"\"\n Stake: SetLockupChecked instruction\n \"\"\"\n type StakeSetLockupCheckedInstruction implements TransactionInstruction {\n programId: Address\n custodian: Account\n lockup: Lockup\n stakeAccount: Account\n }\n\n \"\"\"\n Stake: DeactivateDelinquent instruction\n \"\"\"\n type StakeDeactivateDelinquentInstruction implements TransactionInstruction {\n programId: Address\n referenceVoteAccount: Account\n stakeAccount: Account\n voteAccount: Account\n }\n\n \"\"\"\n Stake: Redelegate instruction\n \"\"\"\n type StakeRedelegateInstruction implements TransactionInstruction {\n programId: Address\n newStakeAccount: Account\n stakeAccount: Account\n stakeAuthority: Account\n stakeConfigAccount: Account\n voteAccount: Account\n }\n\n \"\"\"\n System: CreateAccount instruction\n \"\"\"\n type CreateAccountInstruction implements TransactionInstruction {\n programId: Address\n lamports: BigInt\n newAccount: Account\n owner: Account\n source: Account\n space: BigInt\n }\n\n \"\"\"\n System: Assign instruction\n \"\"\"\n type AssignInstruction implements TransactionInstruction {\n programId: Address\n account: Account\n owner: Account\n }\n\n \"\"\"\n System: Transfer instruction\n \"\"\"\n type TransferInstruction implements TransactionInstruction {\n programId: Address\n destination: Account\n lamports: BigInt\n source: Account\n }\n\n \"\"\"\n System: CreateAccountWithSeed instruction\n \"\"\"\n type CreateAccountWithSeedInstruction implements TransactionInstruction {\n programId: Address\n base: Account\n lamports: BigInt\n owner: Account\n seed: String\n space: BigInt\n }\n\n \"\"\"\n System: AdvanceNonceAccount instruction\n \"\"\"\n type AdvanceNonceAccountInstruction implements TransactionInstruction {\n programId: Address\n nonceAccount: Account\n nonceAuthority: Account\n recentBlockhashesSysvar: Account\n }\n\n \"\"\"\n System: WithdrawNonceAccount instruction\n \"\"\"\n type WithdrawNonceAccountInstruction implements TransactionInstruction {\n programId: Address\n destination: Account\n lamports: BigInt\n nonceAccount: Account\n nonceAuthority: Account\n recentBlockhashesSysvar: Account\n rentSysvar: Account\n }\n\n \"\"\"\n System: InitializeNonceAccount instruction\n \"\"\"\n type InitializeNonceAccountInstruction implements TransactionInstruction {\n programId: Address\n nonceAccount: Account\n nonceAuthority: Account\n recentBlockhashesSysvar: Account\n rentSysvar: Account\n }\n\n \"\"\"\n System: AuthorizeNonceAccount instruction\n \"\"\"\n type AuthorizeNonceAccountInstruction implements TransactionInstruction {\n programId: Address\n newAuthorized: Account\n nonceAccount: Account\n nonceAuthority: Account\n }\n\n \"\"\"\n System: UpgradeNonceAccount instruction\n \"\"\"\n type UpgradeNonceAccountInstruction implements TransactionInstruction {\n programId: Address\n nonceAccount: Account\n nonceAuthority: Account\n }\n\n \"\"\"\n System: Allocate instruction\n \"\"\"\n type AllocateInstruction implements TransactionInstruction {\n programId: Address\n account: Account\n space: BigInt\n }\n\n \"\"\"\n System: AllocateWithSeed instruction\n \"\"\"\n type AllocateWithSeedInstruction implements TransactionInstruction {\n programId: Address\n account: Account\n base: Address\n owner: Account\n seed: String\n space: BigInt\n }\n\n \"\"\"\n System: AssignWithSeed instruction\n \"\"\"\n type AssignWithSeedInstruction implements TransactionInstruction {\n programId: Address\n account: Account\n base: Address\n owner: Account\n seed: String\n }\n\n \"\"\"\n System: TransferWithSeed instruction\n \"\"\"\n type TransferWithSeedInstruction implements TransactionInstruction {\n programId: Address\n destination: Account\n lamports: BigInt\n source: Account\n sourceBase: Address\n sourceOwner: Account\n sourceSeed: String\n }\n\n \"\"\"\n Vote: InitializeAccount instruction\n \"\"\"\n type VoteInitializeAccountInstruction implements TransactionInstruction {\n programId: Address\n authorizedVoter: Account\n authorizedWithdrawer: Account\n clockSysvar: Account\n commission: BigInt # FIXME:*\n node: Account\n rentSysvar: Account\n voteAccount: Account\n }\n\n \"\"\"\n Vote: Authorize instruction\n \"\"\"\n type VoteAuthorizeInstruction implements TransactionInstruction {\n programId: Address\n authority: Account\n authorityType: String\n clockSysvar: Account\n newAuthority: Account\n voteAccount: Account\n }\n\n \"\"\"\n Vote: AuthorizeWithSeed instruction\n \"\"\"\n type VoteAuthorizeWithSeedInstruction implements TransactionInstruction {\n programId: Address\n authorityBaseKey: String\n authorityOwner: Account\n authoritySeed: String\n authorityType: String\n clockSysvar: Account\n newAuthority: Account\n voteAccount: Account\n }\n\n \"\"\"\n Vote: AuthorizeCheckedWithSeed instruction\n \"\"\"\n type VoteAuthorizeCheckedWithSeedInstruction implements TransactionInstruction {\n programId: Address\n authorityBaseKey: String\n authorityOwner: Account\n authoritySeed: String\n authorityType: String\n clockSysvar: Account\n newAuthority: Account\n voteAccount: Account\n }\n\n type Vote {\n hash: String\n slots: [BigInt]\n timestamp: BigInt\n }\n\n \"\"\"\n Vote: Vote instruction\n \"\"\"\n type VoteVoteInstruction implements TransactionInstruction {\n programId: Address\n clockSysvar: Account\n slotHashesSysvar: Account\n vote: Vote\n voteAccount: Account\n voteAuthority: Account\n }\n\n type VoteStateUpdateLockout {\n confirmationCount: BigInt # FIXME:*\n slot: BigInt\n }\n type VoteStateUpdate {\n hash: String\n lockouts: [VoteStateUpdateLockout]\n root: BigInt\n timestamp: BigInt\n }\n\n \"\"\"\n Vote: UpdateVoteState instruction\n \"\"\"\n type VoteUpdateVoteStateInstruction implements TransactionInstruction {\n programId: Address\n hash: String\n voteAccount: Account\n voteAuthority: Account\n voteStateUpdate: VoteStateUpdate\n }\n\n \"\"\"\n Vote: UpdateVoteStateSwitch instruction\n \"\"\"\n type VoteUpdateVoteStateSwitchInstruction implements TransactionInstruction {\n programId: Address\n hash: String\n voteAccount: Account\n voteAuthority: Account\n voteStateUpdate: VoteStateUpdate\n }\n\n \"\"\"\n Vote: CompactUpdateVoteState instruction\n \"\"\"\n type VoteCompactUpdateVoteStateInstruction implements TransactionInstruction {\n programId: Address\n hash: String\n voteAccount: Account\n voteAuthority: Account\n voteStateUpdate: VoteStateUpdate\n }\n\n \"\"\"\n Vote: CompactUpdateVoteStateSwitch instruction\n \"\"\"\n type VoteCompactUpdateVoteStateSwitchInstruction implements TransactionInstruction {\n programId: Address\n hash: String\n voteAccount: Account\n voteAuthority: Account\n voteStateUpdate: VoteStateUpdate\n }\n\n \"\"\"\n Vote: Withdraw instruction\n \"\"\"\n type VoteWithdrawInstruction implements TransactionInstruction {\n programId: Address\n destination: Account\n lamports: BigInt\n voteAccount: Account\n withdrawAuthority: Account\n }\n\n \"\"\"\n Vote: UpdateValidatorIdentity instruction\n \"\"\"\n type VoteUpdateValidatorIdentityInstruction implements TransactionInstruction {\n programId: Address\n newValidatorIdentity: Account\n voteAccount: Account\n withdrawAuthority: Account\n }\n\n \"\"\"\n Vote: UpdateCommission instruction\n \"\"\"\n type VoteUpdateCommissionInstruction implements TransactionInstruction {\n programId: Address\n commission: BigInt # FIXME:*\n voteAccount: Account\n withdrawAuthority: Account\n }\n\n \"\"\"\n Vote: VoteSwitch instruction\n \"\"\"\n type VoteVoteSwitchInstruction implements TransactionInstruction {\n programId: Address\n clockSysvar: Account\n hash: String\n slotHashesSysvar: Account\n vote: Vote\n voteAccount: Account\n voteAuthority: Account\n }\n\n \"\"\"\n Vote: AuthorizeChecked instruction\n \"\"\"\n type VoteAuthorizeCheckedInstruction implements TransactionInstruction {\n programId: Address\n authority: Account\n authorityType: String\n clockSysvar: Account\n newAuthority: Account\n voteAccount: Account\n }\n`;\n","export const rootTypeDefs = /* GraphQL */ `\n type Query {\n account(address: Address!, commitment: Commitment, minContextSlot: Slot): Account\n block(slot: Slot!, commitment: CommitmentWithoutProcessed): Block\n programAccounts(\n programAddress: Address!\n commitment: Commitment\n filters: [ProgramAccountsFilter]\n minContextSlot: Slot\n ): [Account]\n transaction(signature: Signature!, commitment: CommitmentWithoutProcessed): Transaction\n }\n\n schema {\n query: Query\n }\n`;\n","/* eslint-disable sort-keys-fix/sort-keys-fix */\nexport const transactionTypeDefs = /* GraphQL */ `\n type TransactionStatusOk {\n Ok: String\n }\n type TransactionStatusErr {\n Err: String\n }\n union TransactionStatus = TransactionStatusOk | TransactionStatusErr\n\n type TransactionLoadedAddresses {\n readonly: [String]\n writable: [String]\n }\n\n type TransactionInnerInstruction {\n index: Int\n instructions: [TransactionInstruction]\n }\n\n type TransactionMeta {\n computeUnitsConsumed: BigInt\n err: String\n fee: BigInt\n innerInstructions: [TransactionInnerInstruction]\n loadedAddresses: TransactionLoadedAddresses\n logMessages: [String]\n postBalances: [BigInt]\n postTokenBalances: [TokenBalance]\n preBalances: [BigInt]\n preTokenBalances: [TokenBalance]\n returnData: ReturnData\n rewards: [Reward]\n status: TransactionStatus\n }\n\n type TransactionMessageAccountKey {\n pubkey: Address\n signer: Boolean\n source: String\n writable: Boolean\n }\n\n type TransactionMessageAddressTableLookup {\n accountKey: Address\n readableIndexes: [Int]\n writableIndexes: [Int]\n }\n\n type TransactionMessageHeader {\n numReadonlySignedAccounts: Int\n numReadonlyUnsignedAccounts: Int\n numRequiredSignatures: Int\n }\n\n type TransactionMessage {\n accountKeys: [TransactionMessageAccountKey]\n addressTableLookups: [TransactionMessageAddressTableLookup]\n header: TransactionMessageHeader\n instructions: [TransactionInstruction]\n recentBlockhash: String\n }\n\n \"\"\"\n A Solana transaction\n \"\"\"\n type Transaction {\n blockTime: BigInt\n data(encoding: TransactionEncoding!): String\n message: TransactionMessage\n meta: TransactionMeta\n signatures: [Signature]\n slot: Slot\n version: String\n }\n`;\n","export const typeTypeDefs = /* GraphQL */ `\n enum AccountEncoding {\n BASE_58\n BASE_64\n BASE_64_ZSTD\n }\n\n scalar Address\n\n scalar Base58EncodedBytes\n\n scalar Base64EncodedBytes\n\n scalar Base64ZstdEncodedBytes\n\n scalar BigInt\n\n enum Commitment {\n CONFIRMED\n FINALIZED\n PROCESSED\n }\n\n enum CommitmentWithoutProcessed {\n CONFIRMED\n FINALIZED\n }\n\n input DataSlice {\n offset: Int!\n length: Int!\n }\n\n input ProgramAccountsFilter {\n bytes: BigInt\n dataSize: BigInt\n encoding: AccountEncoding\n offset: BigInt\n }\n\n type ReturnData {\n data: Base64EncodedBytes\n programId: Address\n }\n\n type Reward {\n commission: Int\n lamports: BigInt\n postBalance: BigInt\n pubkey: Address\n rewardType: String\n }\n\n scalar Signature\n\n scalar Slot\n\n type TokenAmount {\n amount: String\n decimals: Int\n uiAmount: BigInt\n uiAmountString: String\n }\n\n type TokenBalance {\n accountIndex: Int\n mint: Account\n owner: Account\n programId: Address\n uiTokenAmount: TokenAmount\n }\n\n enum TransactionEncoding {\n BASE_58\n BASE_64\n }\n`;\n","import { accountTypeDefs } from './account';\nimport { blockTypeDefs } from './block';\nimport { instructionTypeDefs } from './instruction';\nimport { rootTypeDefs } from './root';\nimport { transactionTypeDefs } from './transaction';\nimport { typeTypeDefs } from './types';\n\nexport function createSolanaGraphQLTypeDefs() {\n return [accountTypeDefs, blockTypeDefs, instructionTypeDefs, rootTypeDefs, typeTypeDefs, transactionTypeDefs];\n}\n"]}
|