@solana/rpc-graphql 2.0.0-experimental.f7d1af1 → 2.0.0-experimental.fafdfb2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (83) hide show
  1. package/dist/index.browser.cjs +3076 -2686
  2. package/dist/index.browser.cjs.map +1 -1
  3. package/dist/index.browser.js +3073 -2688
  4. package/dist/index.browser.js.map +1 -1
  5. package/dist/index.native.js +3006 -2617
  6. package/dist/index.native.js.map +1 -1
  7. package/dist/index.node.cjs +3009 -2615
  8. package/dist/index.node.cjs.map +1 -1
  9. package/dist/index.node.js +3006 -2617
  10. package/dist/index.node.js.map +1 -1
  11. package/dist/types/context.d.ts +17 -19
  12. package/dist/types/context.d.ts.map +1 -1
  13. package/dist/types/index.d.ts +6 -1
  14. package/dist/types/index.d.ts.map +1 -1
  15. package/dist/types/loaders/account.d.ts +12 -12
  16. package/dist/types/loaders/account.d.ts.map +1 -1
  17. package/dist/types/loaders/block.d.ts +3 -5
  18. package/dist/types/loaders/block.d.ts.map +1 -1
  19. package/dist/types/loaders/coalescer.d.ts +55 -0
  20. package/dist/types/loaders/coalescer.d.ts.map +1 -0
  21. package/dist/types/loaders/index.d.ts +6 -0
  22. package/dist/types/loaders/index.d.ts.map +1 -0
  23. package/dist/types/loaders/loader.d.ts +82 -0
  24. package/dist/types/loaders/loader.d.ts.map +1 -0
  25. package/dist/types/loaders/program-accounts.d.ts +7 -5
  26. package/dist/types/loaders/program-accounts.d.ts.map +1 -1
  27. package/dist/types/loaders/transaction.d.ts +3 -15
  28. package/dist/types/loaders/transaction.d.ts.map +1 -1
  29. package/dist/types/resolvers/account.d.ts +228 -4
  30. package/dist/types/resolvers/account.d.ts.map +1 -1
  31. package/dist/types/resolvers/block.d.ts +104 -0
  32. package/dist/types/resolvers/block.d.ts.map +1 -0
  33. package/dist/types/resolvers/index.d.ts +3 -0
  34. package/dist/types/resolvers/index.d.ts.map +1 -0
  35. package/dist/types/resolvers/instruction.d.ts +2220 -0
  36. package/dist/types/resolvers/instruction.d.ts.map +1 -0
  37. package/dist/types/resolvers/program-accounts.d.ts +19 -0
  38. package/dist/types/resolvers/program-accounts.d.ts.map +1 -0
  39. package/dist/types/resolvers/resolve-info/account.d.ts +15 -0
  40. package/dist/types/resolvers/resolve-info/account.d.ts.map +1 -0
  41. package/dist/types/resolvers/resolve-info/block.d.ts +13 -0
  42. package/dist/types/resolvers/resolve-info/block.d.ts.map +1 -0
  43. package/dist/types/resolvers/resolve-info/index.d.ts +6 -0
  44. package/dist/types/resolvers/resolve-info/index.d.ts.map +1 -0
  45. package/dist/types/resolvers/resolve-info/program-accounts.d.ts +20 -0
  46. package/dist/types/resolvers/resolve-info/program-accounts.d.ts.map +1 -0
  47. package/dist/types/resolvers/resolve-info/transaction.d.ts +15 -0
  48. package/dist/types/resolvers/resolve-info/transaction.d.ts.map +1 -0
  49. package/dist/types/resolvers/resolve-info/visitor.d.ts +18 -0
  50. package/dist/types/resolvers/resolve-info/visitor.d.ts.map +1 -0
  51. package/dist/types/resolvers/root.d.ts +3 -0
  52. package/dist/types/resolvers/root.d.ts.map +1 -0
  53. package/dist/types/resolvers/transaction.d.ts +42 -0
  54. package/dist/types/resolvers/transaction.d.ts.map +1 -0
  55. package/dist/types/resolvers/types.d.ts +94 -0
  56. package/dist/types/resolvers/types.d.ts.map +1 -0
  57. package/dist/types/schema/account.d.ts +1 -123
  58. package/dist/types/schema/account.d.ts.map +1 -1
  59. package/dist/types/schema/block.d.ts +1 -16
  60. package/dist/types/schema/block.d.ts.map +1 -1
  61. package/dist/types/schema/index.d.ts +1 -1
  62. package/dist/types/schema/index.d.ts.map +1 -1
  63. package/dist/types/schema/instruction.d.ts +1 -953
  64. package/dist/types/schema/instruction.d.ts.map +1 -1
  65. package/dist/types/schema/root.d.ts +2 -0
  66. package/dist/types/schema/root.d.ts.map +1 -0
  67. package/dist/types/schema/transaction.d.ts +1 -15
  68. package/dist/types/schema/transaction.d.ts.map +1 -1
  69. package/dist/types/schema/types.d.ts +2 -0
  70. package/dist/types/schema/types.d.ts.map +1 -0
  71. package/package.json +14 -39
  72. package/dist/types/cache.d.ts +0 -7
  73. package/dist/types/cache.d.ts.map +0 -1
  74. package/dist/types/rpc.d.ts +0 -18
  75. package/dist/types/rpc.d.ts.map +0 -1
  76. package/dist/types/schema/common/inputs.d.ts +0 -10
  77. package/dist/types/schema/common/inputs.d.ts.map +0 -1
  78. package/dist/types/schema/common/scalars.d.ts +0 -13
  79. package/dist/types/schema/common/scalars.d.ts.map +0 -1
  80. package/dist/types/schema/common/types.d.ts +0 -12
  81. package/dist/types/schema/common/types.d.ts.map +0 -1
  82. package/dist/types/schema/program-accounts.d.ts +0 -12
  83. package/dist/types/schema/program-accounts.d.ts.map +0 -1
@@ -0,0 +1 @@
1
+ {"version":3,"file":"instruction.d.ts","sourceRoot":"","sources":["../../../src/resolvers/instruction.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,iBAAiB,EAAE,MAAM,eAAe,CAAC;AAElD,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yCAwXQ,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA2XzD,CAAC"}
@@ -0,0 +1,19 @@
1
+ import { Address } from '@solana/addresses';
2
+ import { Commitment, Slot } from '@solana/rpc-types';
3
+ import type { GraphQLResolveInfo } from 'graphql';
4
+ import { RpcGraphQLContext } from '../context.js';
5
+ import { AccountResult } from './account.js';
6
+ export declare function resolveProgramAccounts(fieldName?: string): (parent: {
7
+ [x: string]: Address;
8
+ }, args: {
9
+ commitment?: Commitment;
10
+ filters?: readonly {
11
+ memcmp: {
12
+ offset: number;
13
+ bytes: string;
14
+ };
15
+ }[];
16
+ minContextSlot?: Slot;
17
+ programAddress: Address;
18
+ }, context: RpcGraphQLContext, info: GraphQLResolveInfo) => Promise<AccountResult[] | null>;
19
+ //# sourceMappingURL=program-accounts.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"program-accounts.d.ts","sourceRoot":"","sources":["../../../src/resolvers/program-accounts.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,mBAAmB,CAAC;AAC5C,OAAO,EAAE,UAAU,EAAE,IAAI,EAAE,MAAM,mBAAmB,CAAC;AACrD,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,SAAS,CAAC;AAElD,OAAO,EAAE,iBAAiB,EAAE,MAAM,YAAY,CAAC;AAE/C,OAAO,EAAE,aAAa,EAAE,MAAM,WAAW,CAAC;AAG1C,wBAAgB,sBAAsB,CAAC,SAAS,CAAC,EAAE,MAAM;;SAG3C;IACF,UAAU,CAAC,EAAE,UAAU,CAAC;IACxB,OAAO,CAAC,EAAE,SAAS;QAAE,MAAM,EAAE;YAAE,MAAM,EAAE,MAAM,CAAC;YAAC,KAAK,EAAE,MAAM,CAAA;SAAE,CAAA;KAAE,EAAE,CAAC;IACnE,cAAc,CAAC,EAAE,IAAI,CAAC;IACtB,cAAc,EAAE,OAAO,CAAC;CAC3B,WACQ,iBAAiB,QACpB,kBAAkB,KACzB,QAAQ,aAAa,EAAE,GAAG,IAAI,CAAC,CAkErC"}
@@ -0,0 +1,15 @@
1
+ import { Address } from '@solana/addresses';
2
+ import { Commitment, Slot } from '@solana/rpc-types';
3
+ import { GraphQLResolveInfo } from 'graphql';
4
+ import { AccountLoaderArgs, ProgramAccountsLoaderArgs } from '../../loaders/index.js';
5
+ export declare function buildAccountArgSetWithVisitor<TArgs extends AccountLoaderArgs | ProgramAccountsLoaderArgs>(args: TArgs, info: GraphQLResolveInfo): TArgs[];
6
+ /**
7
+ * Build a set of account loader args by inspecting which fields have
8
+ * been requested in the query (ie. `data` or inline fragments).
9
+ */
10
+ export declare function buildAccountLoaderArgSetFromResolveInfo(args: {
11
+ address: Address;
12
+ commitment?: Commitment;
13
+ minContextSlot?: Slot;
14
+ }, info: GraphQLResolveInfo): AccountLoaderArgs[];
15
+ //# sourceMappingURL=account.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"account.d.ts","sourceRoot":"","sources":["../../../../src/resolvers/resolve-info/account.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,mBAAmB,CAAC;AAC5C,OAAO,EAAE,UAAU,EAAa,IAAI,EAAE,MAAM,mBAAmB,CAAC;AAChE,OAAO,EAAgB,kBAAkB,EAAmB,MAAM,SAAS,CAAC;AAE5E,OAAO,EAAE,iBAAiB,EAAE,yBAAyB,EAAE,MAAM,eAAe,CAAC;AAmE7E,wBAAgB,6BAA6B,CAAC,KAAK,SAAS,iBAAiB,GAAG,yBAAyB,EACrG,IAAI,EAAE,KAAK,EACX,IAAI,EAAE,kBAAkB,GACzB,KAAK,EAAE,CAsCT;AAED;;;GAGG;AACH,wBAAgB,uCAAuC,CACnD,IAAI,EAAE;IACF,OAAO,EAAE,OAAO,CAAC;IACjB,UAAU,CAAC,EAAE,UAAU,CAAC;IACxB,cAAc,CAAC,EAAE,IAAI,CAAC;CACzB,EACD,IAAI,EAAE,kBAAkB,GACzB,iBAAiB,EAAE,CAErB"}
@@ -0,0 +1,13 @@
1
+ import { Commitment, Slot } from '@solana/rpc-types';
2
+ import { GraphQLResolveInfo } from 'graphql';
3
+ import { BlockLoaderArgs } from '../../loaders/index.js';
4
+ /**
5
+ * Build a set of block loader args by inspecting which fields have
6
+ * been requested in the query (ie. `data` or inline fragments).
7
+ */
8
+ export declare function buildBlockLoaderArgSetFromResolveInfo(args: {
9
+ commitment?: Omit<Commitment, 'processed'>;
10
+ minContextSlot?: Slot;
11
+ slot: Slot;
12
+ }, info: GraphQLResolveInfo): BlockLoaderArgs[];
13
+ //# sourceMappingURL=block.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"block.d.ts","sourceRoot":"","sources":["../../../../src/resolvers/resolve-info/block.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,IAAI,EAAE,MAAM,mBAAmB,CAAC;AACrD,OAAO,EAAE,kBAAkB,EAAE,MAAM,SAAS,CAAC;AAE7C,OAAO,EAAE,eAAe,EAAE,MAAM,eAAe,CAAC;AAIhD;;;GAGG;AACH,wBAAgB,qCAAqC,CACjD,IAAI,EAAE;IACF,UAAU,CAAC,EAAE,IAAI,CAAC,UAAU,EAAE,WAAW,CAAC,CAAC;IAC3C,cAAc,CAAC,EAAE,IAAI,CAAC;IACtB,IAAI,EAAE,IAAI,CAAC;CACd,EACD,IAAI,EAAE,kBAAkB,GACzB,eAAe,EAAE,CA0BnB"}
@@ -0,0 +1,6 @@
1
+ export * from './account.js';
2
+ export * from './block.js';
3
+ export * from './program-accounts.js';
4
+ export * from './transaction.js';
5
+ export * from './visitor.js';
6
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/resolvers/resolve-info/index.ts"],"names":[],"mappings":"AAAA,cAAc,WAAW,CAAC;AAC1B,cAAc,SAAS,CAAC;AACxB,cAAc,oBAAoB,CAAC;AACnC,cAAc,eAAe,CAAC;AAC9B,cAAc,WAAW,CAAC"}
@@ -0,0 +1,20 @@
1
+ import { Address } from '@solana/addresses';
2
+ import { Commitment, Slot } from '@solana/rpc-types';
3
+ import { GraphQLResolveInfo } from 'graphql';
4
+ import { ProgramAccountsLoaderArgs } from '../../loaders/index.js';
5
+ /**
6
+ * Build a set of account loader args by inspecting which fields have
7
+ * been requested in the query (ie. `data` or inline fragments).
8
+ */
9
+ export declare function buildProgramAccountsLoaderArgSetFromResolveInfo(args: {
10
+ commitment?: Commitment;
11
+ filters?: readonly {
12
+ memcmp: {
13
+ offset: number;
14
+ bytes: string;
15
+ };
16
+ }[];
17
+ minContextSlot?: Slot;
18
+ programAddress: Address;
19
+ }, info: GraphQLResolveInfo): ProgramAccountsLoaderArgs[];
20
+ //# sourceMappingURL=program-accounts.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"program-accounts.d.ts","sourceRoot":"","sources":["../../../../src/resolvers/resolve-info/program-accounts.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,mBAAmB,CAAC;AAC5C,OAAO,EAAE,UAAU,EAAE,IAAI,EAAE,MAAM,mBAAmB,CAAC;AACrD,OAAO,EAAE,kBAAkB,EAAE,MAAM,SAAS,CAAC;AAE7C,OAAO,EAAE,yBAAyB,EAAE,MAAM,eAAe,CAAC;AAG1D;;;GAGG;AACH,wBAAgB,+CAA+C,CAC3D,IAAI,EAAE;IACF,UAAU,CAAC,EAAE,UAAU,CAAC;IACxB,OAAO,CAAC,EAAE,SAAS;QAAE,MAAM,EAAE;YAAE,MAAM,EAAE,MAAM,CAAC;YAAC,KAAK,EAAE,MAAM,CAAA;SAAE,CAAA;KAAE,EAAE,CAAC;IACnE,cAAc,CAAC,EAAE,IAAI,CAAC;IACtB,cAAc,EAAE,OAAO,CAAC;CAC3B,EACD,IAAI,EAAE,kBAAkB,GACzB,yBAAyB,EAAE,CAE7B"}
@@ -0,0 +1,15 @@
1
+ import { Signature } from '@solana/keys';
2
+ import { Commitment, Slot } from '@solana/rpc-types';
3
+ import { GraphQLResolveInfo } from 'graphql';
4
+ import { BlockLoaderArgs, TransactionLoaderArgs } from '../../loaders/index.js';
5
+ export declare function buildTransactionArgSetWithVisitor<TArgs extends BlockLoaderArgs | TransactionLoaderArgs>(args: TArgs, info: GraphQLResolveInfo): TArgs[];
6
+ /**
7
+ * Build a set of transaction loader args by inspecting which fields have
8
+ * been requested in the query (ie. `data` or inline fragments).
9
+ */
10
+ export declare function buildTransactionLoaderArgSetFromResolveInfo(args: {
11
+ commitment?: Omit<Commitment, 'processed'>;
12
+ minContextSlot?: Slot;
13
+ signature: Signature;
14
+ }, info: GraphQLResolveInfo): TransactionLoaderArgs[];
15
+ //# sourceMappingURL=transaction.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"transaction.d.ts","sourceRoot":"","sources":["../../../../src/resolvers/resolve-info/transaction.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AACzC,OAAO,EAAE,UAAU,EAAE,IAAI,EAAE,MAAM,mBAAmB,CAAC;AACrD,OAAO,EAAgB,kBAAkB,EAAE,MAAM,SAAS,CAAC;AAE3D,OAAO,EAAE,eAAe,EAAE,qBAAqB,EAAE,MAAM,eAAe,CAAC;AA+BvE,wBAAgB,iCAAiC,CAAC,KAAK,SAAS,eAAe,GAAG,qBAAqB,EACnG,IAAI,EAAE,KAAK,EACX,IAAI,EAAE,kBAAkB,GACzB,KAAK,EAAE,CAkCT;AAED;;;GAGG;AACH,wBAAgB,2CAA2C,CACvD,IAAI,EAAE;IACF,UAAU,CAAC,EAAE,IAAI,CAAC,UAAU,EAAE,WAAW,CAAC,CAAC;IAC3C,cAAc,CAAC,EAAE,IAAI,CAAC;IACtB,SAAS,EAAE,SAAS,CAAC;CACxB,EACD,IAAI,EAAE,kBAAkB,GACzB,qBAAqB,EAAE,CAEzB"}
@@ -0,0 +1,18 @@
1
+ import { ASTVisitFn, FieldNode, FragmentDefinitionNode, FragmentSpreadNode, GraphQLResolveInfo, InlineFragmentNode } from 'graphql';
2
+ type InjectableVisitorOperations = {
3
+ fieldNodeOperation: (info: GraphQLResolveInfo, ...args: Parameters<ASTVisitFn<FieldNode>>) => void;
4
+ fragmentSpreadNodeOperation: (info: GraphQLResolveInfo, fragment: FragmentDefinitionNode, ...args: Parameters<ASTVisitFn<FragmentSpreadNode>>) => void;
5
+ inlineFragmentNodeOperation: (info: GraphQLResolveInfo, ...args: Parameters<ASTVisitFn<InlineFragmentNode>>) => void;
6
+ };
7
+ type RootNode = FieldNode | FragmentDefinitionNode | InlineFragmentNode;
8
+ /**
9
+ * An AST visitor that keys on the root field provided.
10
+ * This visitor can be injected with custom logic for various types of nodes.
11
+ */
12
+ export declare function injectableRootVisitor(info: GraphQLResolveInfo, rootNode: RootNode | null, operations: InjectableVisitorOperations): void;
13
+ /**
14
+ * Determine if the query only requests the provided field names
15
+ */
16
+ export declare function onlyFieldsRequested(fieldNames: string[], info: GraphQLResolveInfo, rootNode?: RootNode): boolean;
17
+ export {};
18
+ //# sourceMappingURL=visitor.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"visitor.d.ts","sourceRoot":"","sources":["../../../../src/resolvers/resolve-info/visitor.ts"],"names":[],"mappings":"AAAA,OAAO,EAEH,UAAU,EAEV,SAAS,EACT,sBAAsB,EACtB,kBAAkB,EAClB,kBAAkB,EAClB,kBAAkB,EAErB,MAAM,SAAS,CAAC;AAEjB,KAAK,2BAA2B,GAAG;IAC/B,kBAAkB,EAAE,CAAC,IAAI,EAAE,kBAAkB,EAAE,GAAG,IAAI,EAAE,UAAU,CAAC,UAAU,CAAC,SAAS,CAAC,CAAC,KAAK,IAAI,CAAC;IACnG,2BAA2B,EAAE,CACzB,IAAI,EAAE,kBAAkB,EACxB,QAAQ,EAAE,sBAAsB,EAChC,GAAG,IAAI,EAAE,UAAU,CAAC,UAAU,CAAC,kBAAkB,CAAC,CAAC,KAClD,IAAI,CAAC;IACV,2BAA2B,EAAE,CACzB,IAAI,EAAE,kBAAkB,EACxB,GAAG,IAAI,EAAE,UAAU,CAAC,UAAU,CAAC,kBAAkB,CAAC,CAAC,KAClD,IAAI,CAAC;CACb,CAAC;AACF,KAAK,QAAQ,GAAG,SAAS,GAAG,sBAAsB,GAAG,kBAAkB,CAAC;AAExE;;;GAGG;AACH,wBAAgB,qBAAqB,CACjC,IAAI,EAAE,kBAAkB,EACxB,QAAQ,EAAE,QAAQ,GAAG,IAAI,EACzB,UAAU,EAAE,2BAA2B,QAoB1C;AAED;;GAEG;AACH,wBAAgB,mBAAmB,CAAC,UAAU,EAAE,MAAM,EAAE,EAAE,IAAI,EAAE,kBAAkB,EAAE,QAAQ,CAAC,EAAE,QAAQ,GAAG,OAAO,CAuBhH"}
@@ -0,0 +1,3 @@
1
+ import type { makeExecutableSchema } from '@graphql-tools/schema';
2
+ export declare const rootResolvers: Parameters<typeof makeExecutableSchema>[0]['resolvers'];
3
+ //# sourceMappingURL=root.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"root.d.ts","sourceRoot":"","sources":["../../../src/resolvers/root.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,uBAAuB,CAAC;AAOlE,eAAO,MAAM,aAAa,EAAE,UAAU,CAAC,OAAO,oBAAoB,CAAC,CAAC,CAAC,CAAC,CAAC,WAAW,CAOjF,CAAC"}
@@ -0,0 +1,42 @@
1
+ import { Address } from '@solana/addresses';
2
+ import { Signature } from '@solana/keys';
3
+ import { Commitment } from '@solana/rpc-types';
4
+ import type { GraphQLResolveInfo } from 'graphql';
5
+ import { RpcGraphQLContext } from '../context.js';
6
+ import { TransactionLoaderValue } from '../loaders/index.js';
7
+ export type EncodedTransactionData = {
8
+ [key: string]: string;
9
+ };
10
+ export type InstructionResult = {
11
+ jsonParsedConfigs?: {
12
+ instructionType: string;
13
+ programId: Address;
14
+ programName: string;
15
+ };
16
+ programId?: Address;
17
+ } & {
18
+ [key: string]: unknown;
19
+ };
20
+ export type TransactionResult = {
21
+ signature?: Signature;
22
+ encodedData?: EncodedTransactionData;
23
+ } & Partial<TransactionLoaderValue>;
24
+ export declare function mapJsonParsedInstructions(instructions: readonly any[]): InstructionResult[];
25
+ export declare function mapJsonParsedInnerInstructions(innerInstructions: readonly any[]): {
26
+ index: number;
27
+ instructions: InstructionResult[];
28
+ }[];
29
+ export declare function resolveTransaction(fieldName?: string): (parent: {
30
+ [x: string]: Signature;
31
+ }, args: {
32
+ signature?: Signature;
33
+ commitment?: Omit<Commitment, 'processed'>;
34
+ }, context: RpcGraphQLContext, info: GraphQLResolveInfo) => Promise<TransactionResult | null>;
35
+ export declare const transactionResolvers: {
36
+ Transaction: {
37
+ data: (parent: TransactionResult | null, args: {
38
+ encoding: 'base58' | 'base64';
39
+ }) => string | null;
40
+ };
41
+ };
42
+ //# sourceMappingURL=transaction.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"transaction.d.ts","sourceRoot":"","sources":["../../../src/resolvers/transaction.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,mBAAmB,CAAC;AAC5C,OAAO,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AACzC,OAAO,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAC/C,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,SAAS,CAAC;AAElD,OAAO,EAAE,iBAAiB,EAAE,MAAM,YAAY,CAAC;AAC/C,OAAO,EAAc,sBAAsB,EAAE,MAAM,YAAY,CAAC;AAGhE,MAAM,MAAM,sBAAsB,GAAG;IACjC,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAC;CACzB,CAAC;AAEF,MAAM,MAAM,iBAAiB,GAAG;IAC5B,iBAAiB,CAAC,EAAE;QAChB,eAAe,EAAE,MAAM,CAAC;QACxB,SAAS,EAAE,OAAO,CAAC;QACnB,WAAW,EAAE,MAAM,CAAC;KACvB,CAAC;IACF,SAAS,CAAC,EAAE,OAAO,CAAC;CACvB,GAAG;IACA,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAC;CAC1B,CAAC;AAEF,MAAM,MAAM,iBAAiB,GAAG;IAC5B,SAAS,CAAC,EAAE,SAAS,CAAC;IACtB,WAAW,CAAC,EAAE,sBAAsB,CAAC;CACxC,GAAG,OAAO,CAAC,sBAAsB,CAAC,CAAC;AAGpC,wBAAgB,yBAAyB,CAAC,YAAY,EAAE,SAAS,GAAG,EAAE,GAAG,iBAAiB,EAAE,CA8B3F;AAED,wBAAgB,8BAA8B,CAE1C,iBAAiB,EAAE,SAAS,GAAG,EAAE,GAClC;IAAE,KAAK,EAAE,MAAM,CAAC;IAAC,YAAY,EAAE,iBAAiB,EAAE,CAAA;CAAE,EAAE,CAMxD;AAaD,wBAAgB,kBAAkB,CAAC,SAAS,CAAC,EAAE,MAAM;;SAGvC;IACF,SAAS,CAAC,EAAE,SAAS,CAAC;IACtB,UAAU,CAAC,EAAE,KAAK,UAAU,EAAE,WAAW,CAAC,CAAC;CAC9C,WACQ,iBAAiB,QACpB,kBAAkB,KACzB,QAAQ,iBAAiB,GAAG,IAAI,CAAC,CAwEvC;AAED,eAAO,MAAM,oBAAoB;;uBA5FjB,iBAAiB,GAAG,IAAI,QAC1B;YACF,QAAQ,EAAE,QAAQ,GAAG,QAAQ,CAAC;SACjC;;CA6FR,CAAC"}
@@ -0,0 +1,94 @@
1
+ import { Kind } from 'graphql';
2
+ export declare const typeTypeResolvers: {
3
+ AccountEncoding: {
4
+ BASE_58: string;
5
+ BASE_64: string;
6
+ BASE_64_ZSTD: string;
7
+ };
8
+ Address: {
9
+ __parseLiteral(ast: {
10
+ kind: Kind;
11
+ value: string | number | bigint | boolean;
12
+ }): string | null;
13
+ __parseValue(value: string): string;
14
+ __serialize(value: string): string;
15
+ };
16
+ Base58EncodedBytes: {
17
+ __parseLiteral(ast: {
18
+ kind: Kind;
19
+ value: string | number | bigint | boolean;
20
+ }): string | null;
21
+ __parseValue(value: string): string;
22
+ __serialize(value: string): string;
23
+ };
24
+ Base64EncodedBytes: {
25
+ __parseLiteral(ast: {
26
+ kind: Kind;
27
+ value: string | number | bigint | boolean;
28
+ }): string | null;
29
+ __parseValue(value: string): string;
30
+ __serialize(value: string): string;
31
+ };
32
+ Base64ZstdEncodedBytes: {
33
+ __parseLiteral(ast: {
34
+ kind: Kind;
35
+ value: string | number | bigint | boolean;
36
+ }): string | null;
37
+ __parseValue(value: string): string;
38
+ __serialize(value: string): string;
39
+ };
40
+ BigInt: {
41
+ __parseLiteral(ast: {
42
+ kind: Kind;
43
+ value: string | number | bigint | boolean;
44
+ }): bigint | null;
45
+ __parseValue(value: string): bigint;
46
+ __serialize(value: string): bigint;
47
+ };
48
+ Commitment: {
49
+ CONFIRMED: string;
50
+ FINALIZED: string;
51
+ PROCESSED: string;
52
+ };
53
+ CommitmentWithoutProcessed: {
54
+ CONFIRMED: string;
55
+ FINALIZED: string;
56
+ };
57
+ Signature: {
58
+ __parseLiteral(ast: {
59
+ kind: Kind;
60
+ value: string | number | bigint | boolean;
61
+ }): string | null;
62
+ __parseValue(value: string): string;
63
+ __serialize(value: string): string;
64
+ };
65
+ Slot: {
66
+ __parseLiteral(ast: {
67
+ kind: Kind;
68
+ value: string | number | bigint | boolean;
69
+ }): bigint | null;
70
+ __parseValue(value: string): bigint;
71
+ __serialize(value: string): bigint;
72
+ };
73
+ TokenBalance: {
74
+ mint: (parent: {
75
+ [x: string]: import("@solana/addresses").Address;
76
+ }, args: {
77
+ address?: import("@solana/addresses").Address | undefined;
78
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
79
+ minContextSlot?: bigint | undefined;
80
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
81
+ owner: (parent: {
82
+ [x: string]: import("@solana/addresses").Address;
83
+ }, args: {
84
+ address?: import("@solana/addresses").Address | undefined;
85
+ commitment?: import("@solana/rpc-types").Commitment | undefined;
86
+ minContextSlot?: bigint | undefined;
87
+ }, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo) => Promise<import("./account").AccountResult | null>;
88
+ };
89
+ TransactionEncoding: {
90
+ BASE_58: string;
91
+ BASE_64: string;
92
+ };
93
+ };
94
+ //# sourceMappingURL=types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/resolvers/types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,SAAS,CAAC;AAkC/B,eAAO,MAAM,iBAAiB;;;;;;;4BA7BN;YAAE,IAAI,EAAE,IAAI,CAAC;YAAC,KAAK,EAAE,MAAM,GAAG,MAAM,GAAG,MAAM,GAAG,OAAO,CAAA;SAAE,GAAG,MAAM,GAAG,IAAI;4BAMzE,MAAM,GAAG,MAAM;2BAGhB,MAAM,GAAG,MAAM;;;4BATd;YAAE,IAAI,EAAE,IAAI,CAAC;YAAC,KAAK,EAAE,MAAM,GAAG,MAAM,GAAG,MAAM,GAAG,OAAO,CAAA;SAAE,GAAG,MAAM,GAAG,IAAI;4BAMzE,MAAM,GAAG,MAAM;2BAGhB,MAAM,GAAG,MAAM;;;4BATd;YAAE,IAAI,EAAE,IAAI,CAAC;YAAC,KAAK,EAAE,MAAM,GAAG,MAAM,GAAG,MAAM,GAAG,OAAO,CAAA;SAAE,GAAG,MAAM,GAAG,IAAI;4BAMzE,MAAM,GAAG,MAAM;2BAGhB,MAAM,GAAG,MAAM;;;4BATd;YAAE,IAAI,EAAE,IAAI,CAAC;YAAC,KAAK,EAAE,MAAM,GAAG,MAAM,GAAG,MAAM,GAAG,OAAO,CAAA;SAAE,GAAG,MAAM,GAAG,IAAI;4BAMzE,MAAM,GAAG,MAAM;2BAGhB,MAAM,GAAG,MAAM;;;4BAMd;YAAE,IAAI,EAAE,IAAI,CAAC;YAAC,KAAK,EAAE,MAAM,GAAG,MAAM,GAAG,MAAM,GAAG,OAAO,CAAA;SAAE,GAAG,MAAM,GAAG,IAAI;4BAMzE,MAAM,GAAG,MAAM;2BAGhB,MAAM,GAAG,MAAM;;;;;;;;;;;;4BAxBd;YAAE,IAAI,EAAE,IAAI,CAAC;YAAC,KAAK,EAAE,MAAM,GAAG,MAAM,GAAG,MAAM,GAAG,OAAO,CAAA;SAAE,GAAG,MAAM,GAAG,IAAI;4BAMzE,MAAM,GAAG,MAAM;2BAGhB,MAAM,GAAG,MAAM;;;4BAMd;YAAE,IAAI,EAAE,IAAI,CAAC;YAAC,KAAK,EAAE,MAAM,GAAG,MAAM,GAAG,MAAM,GAAG,OAAO,CAAA;SAAE,GAAG,MAAM,GAAG,IAAI;4BAMzE,MAAM,GAAG,MAAM;2BAGhB,MAAM,GAAG,MAAM;;;;;;;;;;;;;;;;;;;;;;CAmCrC,CAAC"}
@@ -1,124 +1,2 @@
1
- import { Address } from '@solana/addresses';
2
- import { DataSlice, Slot } from '@solana/rpc-core/dist/types/rpc-methods/common';
3
- export type AccountQueryArgs = {
4
- address: Address;
5
- dataSlice?: DataSlice;
6
- encoding?: 'base58' | 'base64' | 'base64+zstd' | 'jsonParsed';
7
- commitment?: 'processed' | 'confirmed' | 'finalized';
8
- minContextSlot?: Slot;
9
- };
10
- export declare const accountTypeDefs = "\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";
11
- export declare const accountResolvers: {
12
- Account: {
13
- __resolveType(account: {
14
- encoding: string;
15
- meta: {
16
- program: string;
17
- type: string;
18
- };
19
- }): "AccountBase58" | "AccountBase64" | "AccountBase64Zstd" | "NonceAccount" | "MintAccount" | "TokenAccount" | "StakeAccount" | "VoteAccount" | "LookupTableAccount";
20
- };
21
- AccountBase58: {
22
- owner: (parent: {
23
- [x: string]: Address;
24
- }, args: AccountQueryArgs, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo | undefined) => Promise<any> | null;
25
- };
26
- AccountBase64: {
27
- owner: (parent: {
28
- [x: string]: Address;
29
- }, args: AccountQueryArgs, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo | undefined) => Promise<any> | null;
30
- };
31
- AccountBase64Zstd: {
32
- owner: (parent: {
33
- [x: string]: Address;
34
- }, args: AccountQueryArgs, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo | undefined) => Promise<any> | null;
35
- };
36
- NonceAccountData: {
37
- authority: (parent: {
38
- [x: string]: Address;
39
- }, args: AccountQueryArgs, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo | undefined) => Promise<any> | null;
40
- };
41
- NonceAccount: {
42
- owner: (parent: {
43
- [x: string]: Address;
44
- }, args: AccountQueryArgs, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo | undefined) => Promise<any> | null;
45
- };
46
- LookupTableAccountData: {
47
- authority: (parent: {
48
- [x: string]: Address;
49
- }, args: AccountQueryArgs, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo | undefined) => Promise<any> | null;
50
- };
51
- LookupTableAccount: {
52
- owner: (parent: {
53
- [x: string]: Address;
54
- }, args: AccountQueryArgs, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo | undefined) => Promise<any> | null;
55
- };
56
- MintAccountData: {
57
- freezeAuthority: (parent: {
58
- [x: string]: Address;
59
- }, args: AccountQueryArgs, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo | undefined) => Promise<any> | null;
60
- mintAuthority: (parent: {
61
- [x: string]: Address;
62
- }, args: AccountQueryArgs, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo | undefined) => Promise<any> | null;
63
- };
64
- MintAccount: {
65
- owner: (parent: {
66
- [x: string]: Address;
67
- }, args: AccountQueryArgs, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo | undefined) => Promise<any> | null;
68
- };
69
- TokenAccountData: {
70
- mint: (parent: {
71
- [x: string]: Address;
72
- }, args: AccountQueryArgs, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo | undefined) => Promise<any> | null;
73
- owner: (parent: {
74
- [x: string]: Address;
75
- }, args: AccountQueryArgs, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo | undefined) => Promise<any> | null;
76
- };
77
- TokenAccount: {
78
- owner: (parent: {
79
- [x: string]: Address;
80
- }, args: AccountQueryArgs, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo | undefined) => Promise<any> | null;
81
- };
82
- StakeAccountDataMetaAuthorized: {
83
- staker: (parent: {
84
- [x: string]: Address;
85
- }, args: AccountQueryArgs, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo | undefined) => Promise<any> | null;
86
- withdrawer: (parent: {
87
- [x: string]: Address;
88
- }, args: AccountQueryArgs, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo | undefined) => Promise<any> | null;
89
- };
90
- StakeAccountDataMetaLockup: {
91
- custodian: (parent: {
92
- [x: string]: Address;
93
- }, args: AccountQueryArgs, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo | undefined) => Promise<any> | null;
94
- };
95
- StakeAccountDataStakeDelegation: {
96
- voter: (parent: {
97
- [x: string]: Address;
98
- }, args: AccountQueryArgs, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo | undefined) => Promise<any> | null;
99
- };
100
- StakeAccount: {
101
- owner: (parent: {
102
- [x: string]: Address;
103
- }, args: AccountQueryArgs, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo | undefined) => Promise<any> | null;
104
- };
105
- VoteAccountDataAuthorizedVoter: {
106
- authorizedVoter: (parent: {
107
- [x: string]: Address;
108
- }, args: AccountQueryArgs, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo | undefined) => Promise<any> | null;
109
- };
110
- VoteAccountData: {
111
- authorizedWithdrawer: (parent: {
112
- [x: string]: Address;
113
- }, args: AccountQueryArgs, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo | undefined) => Promise<any> | null;
114
- node: (parent: {
115
- [x: string]: Address;
116
- }, args: AccountQueryArgs, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo | undefined) => Promise<any> | null;
117
- };
118
- VoteAccount: {
119
- owner: (parent: {
120
- [x: string]: Address;
121
- }, args: AccountQueryArgs, context: import("../context").RpcGraphQLContext, info: import("graphql").GraphQLResolveInfo | undefined) => Promise<any> | null;
122
- };
123
- };
1
+ export declare const accountTypeDefs = "\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";
124
2
  //# sourceMappingURL=account.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"account.d.ts","sourceRoot":"","sources":["../../../src/schema/account.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,EAAE,MAAM,mBAAmB,CAAC;AAC5C,OAAO,EAAE,SAAS,EAAE,IAAI,EAAE,MAAM,gDAAgD,CAAC;AAIjF,MAAM,MAAM,gBAAgB,GAAG;IAC3B,OAAO,EAAE,OAAO,CAAC;IACjB,SAAS,CAAC,EAAE,SAAS,CAAC;IACtB,QAAQ,CAAC,EAAE,QAAQ,GAAG,QAAQ,GAAG,aAAa,GAAG,YAAY,CAAC;IAC9D,UAAU,CAAC,EAAE,WAAW,GAAG,WAAW,GAAG,WAAW,CAAC;IACrD,cAAc,CAAC,EAAE,IAAI,CAAC;CACzB,CAAC;AAEF,eAAO,MAAM,eAAe,yhLAmN3B,CAAC;AAEF,eAAO,MAAM,gBAAgB;;+BAEE;YAAE,QAAQ,EAAE,MAAM,CAAC;YAAC,IAAI,EAAE;gBAAE,OAAO,EAAE,MAAM,CAAC;gBAAC,IAAI,EAAE,MAAM,CAAA;aAAE,CAAA;SAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA2F3F,CAAC"}
1
+ {"version":3,"file":"account.d.ts","sourceRoot":"","sources":["../../../src/schema/account.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,eAAe,uwJAkL3B,CAAC"}
@@ -1,17 +1,2 @@
1
- import { Slot } from '@solana/rpc-core/dist/types/rpc-methods/common';
2
- import { Commitment } from '@solana/rpc-types';
3
- export type BlockQueryArgs = {
4
- slot: Slot;
5
- commitment?: Commitment;
6
- encoding?: 'base58' | 'base64' | 'jsonParsed';
7
- transactionDetails?: 'accounts' | 'full' | 'none' | 'signatures';
8
- };
9
- export declare const blockTypeDefs = "\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";
10
- export declare const blockResolvers: {
11
- Block: {
12
- __resolveType(block: {
13
- transactionDetails: string;
14
- }): "BlockWithAccounts" | "BlockWithNone" | "BlockWithSignatures" | "BlockWithFull";
15
- };
16
- };
1
+ export declare const blockTypeDefs = "\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";
17
2
  //# sourceMappingURL=block.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"block.d.ts","sourceRoot":"","sources":["../../../src/schema/block.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,gDAAgD,CAAC;AACtE,OAAO,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAE/C,MAAM,MAAM,cAAc,GAAG;IACzB,IAAI,EAAE,IAAI,CAAC;IACX,UAAU,CAAC,EAAE,UAAU,CAAC;IACxB,QAAQ,CAAC,EAAE,QAAQ,GAAG,QAAQ,GAAG,YAAY,CAAC;IAC9C,kBAAkB,CAAC,EAAE,UAAU,GAAG,MAAM,GAAG,MAAM,GAAG,YAAY,CAAC;CACpE,CAAC;AAEF,eAAO,MAAM,aAAa,smEA+EzB,CAAC;AAEF,eAAO,MAAM,cAAc;;6BAEE;YAAE,kBAAkB,EAAE,MAAM,CAAA;SAAE;;CAa1D,CAAC"}
1
+ {"version":3,"file":"block.d.ts","sourceRoot":"","sources":["../../../src/schema/block.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,aAAa,6TAczB,CAAC"}
@@ -1,2 +1,2 @@
1
- export declare function createSolanaGraphQLSchema(): import("graphql").GraphQLSchema;
1
+ export declare function createSolanaGraphQLTypeDefs(): string[];
2
2
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/schema/index.ts"],"names":[],"mappings":"AAuFA,wBAAgB,yBAAyB,oCAuBxC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/schema/index.ts"],"names":[],"mappings":"AAOA,wBAAgB,2BAA2B,aAE1C"}