@portkey/graphql 0.0.1-alpha.8.9 → 0.0.2-alpha.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (171) hide show
  1. package/README.md +1 -0
  2. package/dist/commonjs/client.d.ts +3 -0
  3. package/dist/{client.js → commonjs/client.js} +0 -1
  4. package/dist/{did → commonjs/did}/__generated__/hooks/caHolderInfo.d.ts +16 -1
  5. package/dist/{did → commonjs/did}/__generated__/hooks/caHolderInfo.js +16 -1
  6. package/dist/{did → commonjs/did}/__generated__/hooks/caHolderManagerChangeRecordInfo.d.ts +16 -1
  7. package/dist/{did → commonjs/did}/__generated__/hooks/caHolderManagerChangeRecordInfo.js +16 -1
  8. package/dist/{did → commonjs/did}/__generated__/hooks/caHolderManagerInfo.d.ts +16 -1
  9. package/dist/{did → commonjs/did}/__generated__/hooks/caHolderManagerInfo.js +16 -1
  10. package/dist/{did → commonjs/did}/__generated__/hooks/caHolderNFTBalanceInfo.d.ts +16 -1
  11. package/dist/{did → commonjs/did}/__generated__/hooks/caHolderNFTBalanceInfo.js +16 -1
  12. package/dist/{did → commonjs/did}/__generated__/hooks/caHolderNFTCollectionBalanceInfo.d.ts +16 -1
  13. package/dist/{did → commonjs/did}/__generated__/hooks/caHolderNFTCollectionBalanceInfo.js +16 -1
  14. package/dist/{did → commonjs/did}/__generated__/hooks/caHolderSearchTokenNFT.d.ts +16 -1
  15. package/dist/{did → commonjs/did}/__generated__/hooks/caHolderSearchTokenNFT.js +16 -1
  16. package/dist/{did → commonjs/did}/__generated__/hooks/caHolderTokenBalanceInfo.d.ts +16 -1
  17. package/dist/{did → commonjs/did}/__generated__/hooks/caHolderTokenBalanceInfo.js +16 -1
  18. package/dist/{did → commonjs/did}/__generated__/hooks/caHolderTransaction.d.ts +16 -1
  19. package/dist/{did → commonjs/did}/__generated__/hooks/caHolderTransaction.js +16 -1
  20. package/dist/{did → commonjs/did}/__generated__/hooks/caHolderTransactionAddressInfo.d.ts +16 -1
  21. package/dist/{did → commonjs/did}/__generated__/hooks/caHolderTransactionAddressInfo.js +16 -1
  22. package/dist/{did → commonjs/did}/__generated__/hooks/caHolderTransactionInfo.d.ts +16 -1
  23. package/dist/{did → commonjs/did}/__generated__/hooks/caHolderTransactionInfo.js +16 -1
  24. package/dist/{did → commonjs/did}/__generated__/hooks/loginGuardianChangeRecordInfo.d.ts +16 -1
  25. package/dist/{did → commonjs/did}/__generated__/hooks/loginGuardianChangeRecordInfo.js +16 -1
  26. package/dist/{did → commonjs/did}/__generated__/hooks/loginGuardianInfo.d.ts +16 -1
  27. package/dist/{did → commonjs/did}/__generated__/hooks/loginGuardianInfo.js +16 -1
  28. package/dist/{did → commonjs/did}/__generated__/hooks/syncState.d.ts +16 -1
  29. package/dist/{did → commonjs/did}/__generated__/hooks/syncState.js +16 -1
  30. package/dist/{did → commonjs/did}/__generated__/hooks/tokenInfo.d.ts +16 -1
  31. package/dist/{did → commonjs/did}/__generated__/hooks/tokenInfo.js +16 -1
  32. package/dist/{did → commonjs/did}/__generated__/types.d.ts +1 -1
  33. package/dist/{did → commonjs/did}/__generated__/types.js +0 -1
  34. package/dist/{did → commonjs/did}/index.d.ts +0 -2
  35. package/dist/{did → commonjs/did}/index.js +0 -1
  36. package/dist/commonjs/did/utils.d.ts +6 -0
  37. package/dist/{did → commonjs/did}/utils.js +2 -1
  38. package/dist/{index.d.ts → commonjs/index.d.ts} +0 -1
  39. package/dist/{index.js → commonjs/index.js} +0 -1
  40. package/dist/commonjs/package.json +1 -0
  41. package/dist/{types → commonjs/types}/did.d.ts +1 -2
  42. package/dist/{types → commonjs/types}/did.js +0 -1
  43. package/dist/commonjs/types/index.d.ts +8 -0
  44. package/dist/{types → commonjs/types}/index.js +0 -1
  45. package/dist/esm/client.d.ts +3 -0
  46. package/dist/esm/client.js +11 -0
  47. package/dist/esm/did/__generated__/hooks/caHolderInfo.d.ts +58 -0
  48. package/dist/esm/did/__generated__/hooks/caHolderInfo.js +51 -0
  49. package/dist/esm/did/__generated__/hooks/caHolderManagerChangeRecordInfo.d.ts +42 -0
  50. package/dist/esm/did/__generated__/hooks/caHolderManagerChangeRecordInfo.js +38 -0
  51. package/dist/esm/did/__generated__/hooks/caHolderManagerInfo.d.ts +47 -0
  52. package/dist/esm/did/__generated__/hooks/caHolderManagerInfo.js +42 -0
  53. package/dist/esm/did/__generated__/hooks/caHolderNFTBalanceInfo.d.ts +60 -0
  54. package/dist/esm/did/__generated__/hooks/caHolderNFTBalanceInfo.js +54 -0
  55. package/dist/esm/did/__generated__/hooks/caHolderNFTCollectionBalanceInfo.d.ts +58 -0
  56. package/dist/esm/did/__generated__/hooks/caHolderNFTCollectionBalanceInfo.js +52 -0
  57. package/dist/esm/did/__generated__/hooks/caHolderSearchTokenNFT.d.ts +77 -0
  58. package/dist/esm/did/__generated__/hooks/caHolderSearchTokenNFT.js +70 -0
  59. package/dist/esm/did/__generated__/hooks/caHolderTokenBalanceInfo.d.ts +62 -0
  60. package/dist/esm/did/__generated__/hooks/caHolderTokenBalanceInfo.js +56 -0
  61. package/dist/esm/did/__generated__/hooks/caHolderTransaction.d.ts +98 -0
  62. package/dist/esm/did/__generated__/hooks/caHolderTransaction.js +89 -0
  63. package/dist/esm/did/__generated__/hooks/caHolderTransactionAddressInfo.d.ts +46 -0
  64. package/dist/esm/did/__generated__/hooks/caHolderTransactionAddressInfo.js +41 -0
  65. package/dist/esm/did/__generated__/hooks/caHolderTransactionInfo.d.ts +98 -0
  66. package/dist/esm/did/__generated__/hooks/caHolderTransactionInfo.js +89 -0
  67. package/dist/esm/did/__generated__/hooks/loginGuardianChangeRecordInfo.d.ts +52 -0
  68. package/dist/esm/did/__generated__/hooks/loginGuardianChangeRecordInfo.js +47 -0
  69. package/dist/esm/did/__generated__/hooks/loginGuardianInfo.d.ts +50 -0
  70. package/dist/esm/did/__generated__/hooks/loginGuardianInfo.js +45 -0
  71. package/dist/esm/did/__generated__/hooks/syncState.d.ts +38 -0
  72. package/dist/esm/did/__generated__/hooks/syncState.js +34 -0
  73. package/dist/esm/did/__generated__/hooks/tokenInfo.d.ts +51 -0
  74. package/dist/esm/did/__generated__/hooks/tokenInfo.js +47 -0
  75. package/dist/esm/did/__generated__/types.d.ts +416 -0
  76. package/dist/esm/did/__generated__/types.js +22 -0
  77. package/dist/esm/did/index.d.ts +13 -0
  78. package/dist/esm/did/index.js +53 -0
  79. package/dist/esm/did/utils.d.ts +6 -0
  80. package/dist/esm/did/utils.js +28 -0
  81. package/dist/esm/index.d.ts +3 -0
  82. package/dist/esm/index.js +3 -0
  83. package/dist/esm/package.json +1 -0
  84. package/dist/esm/types/did.d.ts +10 -0
  85. package/dist/esm/types/did.js +1 -0
  86. package/dist/esm/types/index.d.ts +8 -0
  87. package/dist/esm/types/index.js +6 -0
  88. package/dist/types/client.d.ts.map +1 -0
  89. package/dist/types/did/__generated__/hooks/caHolderInfo.d.ts +59 -0
  90. package/dist/types/did/__generated__/hooks/caHolderInfo.d.ts.map +1 -0
  91. package/dist/types/did/__generated__/hooks/caHolderManagerChangeRecordInfo.d.ts +43 -0
  92. package/dist/types/did/__generated__/hooks/caHolderManagerChangeRecordInfo.d.ts.map +1 -0
  93. package/dist/types/did/__generated__/hooks/caHolderManagerInfo.d.ts +48 -0
  94. package/dist/types/did/__generated__/hooks/caHolderManagerInfo.d.ts.map +1 -0
  95. package/dist/types/did/__generated__/hooks/caHolderNFTBalanceInfo.d.ts +61 -0
  96. package/dist/types/did/__generated__/hooks/caHolderNFTBalanceInfo.d.ts.map +1 -0
  97. package/dist/types/did/__generated__/hooks/caHolderNFTCollectionBalanceInfo.d.ts +59 -0
  98. package/dist/types/did/__generated__/hooks/caHolderNFTCollectionBalanceInfo.d.ts.map +1 -0
  99. package/dist/types/did/__generated__/hooks/caHolderSearchTokenNFT.d.ts +78 -0
  100. package/dist/types/did/__generated__/hooks/caHolderSearchTokenNFT.d.ts.map +1 -0
  101. package/dist/types/did/__generated__/hooks/caHolderTokenBalanceInfo.d.ts +63 -0
  102. package/dist/types/did/__generated__/hooks/caHolderTokenBalanceInfo.d.ts.map +1 -0
  103. package/dist/types/did/__generated__/hooks/caHolderTransaction.d.ts +99 -0
  104. package/dist/types/did/__generated__/hooks/caHolderTransaction.d.ts.map +1 -0
  105. package/dist/types/did/__generated__/hooks/caHolderTransactionAddressInfo.d.ts +47 -0
  106. package/dist/types/did/__generated__/hooks/caHolderTransactionAddressInfo.d.ts.map +1 -0
  107. package/dist/types/did/__generated__/hooks/caHolderTransactionInfo.d.ts +99 -0
  108. package/dist/types/did/__generated__/hooks/caHolderTransactionInfo.d.ts.map +1 -0
  109. package/dist/types/did/__generated__/hooks/loginGuardianChangeRecordInfo.d.ts +53 -0
  110. package/dist/types/did/__generated__/hooks/loginGuardianChangeRecordInfo.d.ts.map +1 -0
  111. package/dist/types/did/__generated__/hooks/loginGuardianInfo.d.ts +51 -0
  112. package/dist/types/did/__generated__/hooks/loginGuardianInfo.d.ts.map +1 -0
  113. package/dist/types/did/__generated__/hooks/syncState.d.ts +39 -0
  114. package/dist/types/did/__generated__/hooks/syncState.d.ts.map +1 -0
  115. package/dist/types/did/__generated__/hooks/tokenInfo.d.ts +52 -0
  116. package/dist/types/did/__generated__/hooks/tokenInfo.d.ts.map +1 -0
  117. package/dist/types/did/__generated__/types.d.ts +417 -0
  118. package/dist/types/did/__generated__/types.d.ts.map +1 -0
  119. package/dist/types/did/index.d.ts +14 -0
  120. package/dist/types/did/index.d.ts.map +1 -0
  121. package/dist/types/did/utils.d.ts.map +1 -0
  122. package/dist/types/index.d.ts +2 -7
  123. package/dist/types/index.d.ts.map +1 -1
  124. package/dist/types/types/did.d.ts +11 -0
  125. package/dist/types/types/did.d.ts.map +1 -0
  126. package/dist/types/types/index.d.ts +9 -0
  127. package/dist/types/types/index.d.ts.map +1 -0
  128. package/package.json +19 -8
  129. package/dist/client.d.ts.map +0 -1
  130. package/dist/client.js.map +0 -1
  131. package/dist/did/__generated__/hooks/caHolderInfo.d.ts.map +0 -1
  132. package/dist/did/__generated__/hooks/caHolderInfo.js.map +0 -1
  133. package/dist/did/__generated__/hooks/caHolderManagerChangeRecordInfo.d.ts.map +0 -1
  134. package/dist/did/__generated__/hooks/caHolderManagerChangeRecordInfo.js.map +0 -1
  135. package/dist/did/__generated__/hooks/caHolderManagerInfo.d.ts.map +0 -1
  136. package/dist/did/__generated__/hooks/caHolderManagerInfo.js.map +0 -1
  137. package/dist/did/__generated__/hooks/caHolderNFTBalanceInfo.d.ts.map +0 -1
  138. package/dist/did/__generated__/hooks/caHolderNFTBalanceInfo.js.map +0 -1
  139. package/dist/did/__generated__/hooks/caHolderNFTCollectionBalanceInfo.d.ts.map +0 -1
  140. package/dist/did/__generated__/hooks/caHolderNFTCollectionBalanceInfo.js.map +0 -1
  141. package/dist/did/__generated__/hooks/caHolderSearchTokenNFT.d.ts.map +0 -1
  142. package/dist/did/__generated__/hooks/caHolderSearchTokenNFT.js.map +0 -1
  143. package/dist/did/__generated__/hooks/caHolderTokenBalanceInfo.d.ts.map +0 -1
  144. package/dist/did/__generated__/hooks/caHolderTokenBalanceInfo.js.map +0 -1
  145. package/dist/did/__generated__/hooks/caHolderTransaction.d.ts.map +0 -1
  146. package/dist/did/__generated__/hooks/caHolderTransaction.js.map +0 -1
  147. package/dist/did/__generated__/hooks/caHolderTransactionAddressInfo.d.ts.map +0 -1
  148. package/dist/did/__generated__/hooks/caHolderTransactionAddressInfo.js.map +0 -1
  149. package/dist/did/__generated__/hooks/caHolderTransactionInfo.d.ts.map +0 -1
  150. package/dist/did/__generated__/hooks/caHolderTransactionInfo.js.map +0 -1
  151. package/dist/did/__generated__/hooks/loginGuardianChangeRecordInfo.d.ts.map +0 -1
  152. package/dist/did/__generated__/hooks/loginGuardianChangeRecordInfo.js.map +0 -1
  153. package/dist/did/__generated__/hooks/loginGuardianInfo.d.ts.map +0 -1
  154. package/dist/did/__generated__/hooks/loginGuardianInfo.js.map +0 -1
  155. package/dist/did/__generated__/hooks/syncState.d.ts.map +0 -1
  156. package/dist/did/__generated__/hooks/syncState.js.map +0 -1
  157. package/dist/did/__generated__/hooks/tokenInfo.d.ts.map +0 -1
  158. package/dist/did/__generated__/hooks/tokenInfo.js.map +0 -1
  159. package/dist/did/__generated__/types.d.ts.map +0 -1
  160. package/dist/did/__generated__/types.js.map +0 -1
  161. package/dist/did/index.d.ts.map +0 -1
  162. package/dist/did/index.js.map +0 -1
  163. package/dist/did/utils.d.ts.map +0 -1
  164. package/dist/did/utils.js.map +0 -1
  165. package/dist/index.d.ts.map +0 -1
  166. package/dist/index.js.map +0 -1
  167. package/dist/types/did.d.ts.map +0 -1
  168. package/dist/types/did.js.map +0 -1
  169. package/dist/types/index.js.map +0 -1
  170. /package/dist/{client.d.ts → types/client.d.ts} +0 -0
  171. /package/dist/{did → types/did}/utils.d.ts +0 -0
@@ -0,0 +1,43 @@
1
+ import * as Types from '../types';
2
+ import * as Apollo from '@apollo/client';
3
+ export type CaHolderManagerChangeRecordInfoQueryVariables = Types.Exact<{
4
+ dto?: Types.InputMaybe<Types.GetCaHolderManagerChangeRecordDto>;
5
+ }>;
6
+ export type CaHolderManagerChangeRecordInfoQuery = {
7
+ __typename?: 'Query';
8
+ caHolderManagerChangeRecordInfo?: Array<{
9
+ __typename?: 'CAHolderManagerChangeRecordDto';
10
+ caAddress?: string | null;
11
+ caHash?: string | null;
12
+ manager?: string | null;
13
+ changeType?: string | null;
14
+ blockHeight: number;
15
+ } | null> | null;
16
+ };
17
+ export declare const CaHolderManagerChangeRecordInfoDocument: Apollo.DocumentNode;
18
+ /**
19
+ * __useCaHolderManagerChangeRecordInfoQuery__
20
+ *
21
+ * To run a query within a React component, call `useCaHolderManagerChangeRecordInfoQuery` and pass it any options that fit your needs.
22
+ * When your component renders, `useCaHolderManagerChangeRecordInfoQuery` returns an object from Apollo Client that contains loading, error, and data properties
23
+ * you can use to render your UI.
24
+ *
25
+ * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
26
+ *
27
+ * @example
28
+ * const { data, loading, error } = useCaHolderManagerChangeRecordInfoQuery({
29
+ * variables: {
30
+ * dto: // value for 'dto'
31
+ * },
32
+ * });
33
+ */
34
+ export declare function useCaHolderManagerChangeRecordInfoQuery(baseOptions?: Apollo.QueryHookOptions<CaHolderManagerChangeRecordInfoQuery, CaHolderManagerChangeRecordInfoQueryVariables>): Apollo.QueryResult<CaHolderManagerChangeRecordInfoQuery, Types.Exact<{
35
+ dto?: Types.InputMaybe<Types.GetCaHolderManagerChangeRecordDto> | undefined;
36
+ }>>;
37
+ export declare function useCaHolderManagerChangeRecordInfoLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<CaHolderManagerChangeRecordInfoQuery, CaHolderManagerChangeRecordInfoQueryVariables>): Apollo.LazyQueryResultTuple<CaHolderManagerChangeRecordInfoQuery, Types.Exact<{
38
+ dto?: Types.InputMaybe<Types.GetCaHolderManagerChangeRecordDto> | undefined;
39
+ }>>;
40
+ export type CaHolderManagerChangeRecordInfoQueryHookResult = ReturnType<typeof useCaHolderManagerChangeRecordInfoQuery>;
41
+ export type CaHolderManagerChangeRecordInfoLazyQueryHookResult = ReturnType<typeof useCaHolderManagerChangeRecordInfoLazyQuery>;
42
+ export type CaHolderManagerChangeRecordInfoQueryResult = Apollo.QueryResult<CaHolderManagerChangeRecordInfoQuery, CaHolderManagerChangeRecordInfoQueryVariables>;
43
+ //# sourceMappingURL=caHolderManagerChangeRecordInfo.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"caHolderManagerChangeRecordInfo.d.ts","sourceRoot":"","sources":["../../../../../src/did/__generated__/hooks/caHolderManagerChangeRecordInfo.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,UAAU,CAAC;AAGlC,OAAO,KAAK,MAAM,MAAM,gBAAgB,CAAC;AAEzC,MAAM,MAAM,6CAA6C,GAAG,KAAK,CAAC,KAAK,CAAC;IACtE,GAAG,CAAC,EAAE,KAAK,CAAC,UAAU,CAAC,KAAK,CAAC,iCAAiC,CAAC,CAAC;CACjE,CAAC,CAAC;AAEH,MAAM,MAAM,oCAAoC,GAAG;IACjD,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,+BAA+B,CAAC,EAAE,KAAK,CAAC;QACtC,UAAU,CAAC,EAAE,gCAAgC,CAAC;QAC9C,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;QAC1B,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;QACvB,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;QACxB,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;QAC3B,WAAW,EAAE,MAAM,CAAC;KACrB,GAAG,IAAI,CAAC,GAAG,IAAI,CAAC;CAClB,CAAC;AAEF,eAAO,MAAM,uCAAuC,qBAUnD,CAAC;AAEF;;;;;;;;;;;;;;;GAeG;AACH,wBAAgB,uCAAuC,CACrD,WAAW,CAAC,EAAE,MAAM,CAAC,gBAAgB,CACnC,oCAAoC,EACpC,6CAA6C,CAC9C;;IAOF;AACD,wBAAgB,2CAA2C,CACzD,WAAW,CAAC,EAAE,MAAM,CAAC,oBAAoB,CACvC,oCAAoC,EACpC,6CAA6C,CAC9C;;IAOF;AACD,MAAM,MAAM,8CAA8C,GAAG,UAAU,CAAC,OAAO,uCAAuC,CAAC,CAAC;AACxH,MAAM,MAAM,kDAAkD,GAAG,UAAU,CACzE,OAAO,2CAA2C,CACnD,CAAC;AACF,MAAM,MAAM,0CAA0C,GAAG,MAAM,CAAC,WAAW,CACzE,oCAAoC,EACpC,6CAA6C,CAC9C,CAAC"}
@@ -0,0 +1,48 @@
1
+ import * as Types from '../types';
2
+ import * as Apollo from '@apollo/client';
3
+ export type CaHolderManagerInfoQueryVariables = Types.Exact<{
4
+ dto?: Types.InputMaybe<Types.GetCaHolderManagerInfoDto>;
5
+ }>;
6
+ export type CaHolderManagerInfoQuery = {
7
+ __typename?: 'Query';
8
+ caHolderManagerInfo?: Array<{
9
+ __typename?: 'CAHolderManagerDto';
10
+ id?: string | null;
11
+ chainId?: string | null;
12
+ caHash?: string | null;
13
+ caAddress?: string | null;
14
+ originChainId?: string | null;
15
+ managerInfos?: Array<{
16
+ __typename?: 'ManagerInfo';
17
+ address?: string | null;
18
+ extraData?: string | null;
19
+ } | null> | null;
20
+ } | null> | null;
21
+ };
22
+ export declare const CaHolderManagerInfoDocument: Apollo.DocumentNode;
23
+ /**
24
+ * __useCaHolderManagerInfoQuery__
25
+ *
26
+ * To run a query within a React component, call `useCaHolderManagerInfoQuery` and pass it any options that fit your needs.
27
+ * When your component renders, `useCaHolderManagerInfoQuery` returns an object from Apollo Client that contains loading, error, and data properties
28
+ * you can use to render your UI.
29
+ *
30
+ * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
31
+ *
32
+ * @example
33
+ * const { data, loading, error } = useCaHolderManagerInfoQuery({
34
+ * variables: {
35
+ * dto: // value for 'dto'
36
+ * },
37
+ * });
38
+ */
39
+ export declare function useCaHolderManagerInfoQuery(baseOptions?: Apollo.QueryHookOptions<CaHolderManagerInfoQuery, CaHolderManagerInfoQueryVariables>): Apollo.QueryResult<CaHolderManagerInfoQuery, Types.Exact<{
40
+ dto?: Types.InputMaybe<Types.GetCaHolderManagerInfoDto> | undefined;
41
+ }>>;
42
+ export declare function useCaHolderManagerInfoLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<CaHolderManagerInfoQuery, CaHolderManagerInfoQueryVariables>): Apollo.LazyQueryResultTuple<CaHolderManagerInfoQuery, Types.Exact<{
43
+ dto?: Types.InputMaybe<Types.GetCaHolderManagerInfoDto> | undefined;
44
+ }>>;
45
+ export type CaHolderManagerInfoQueryHookResult = ReturnType<typeof useCaHolderManagerInfoQuery>;
46
+ export type CaHolderManagerInfoLazyQueryHookResult = ReturnType<typeof useCaHolderManagerInfoLazyQuery>;
47
+ export type CaHolderManagerInfoQueryResult = Apollo.QueryResult<CaHolderManagerInfoQuery, CaHolderManagerInfoQueryVariables>;
48
+ //# sourceMappingURL=caHolderManagerInfo.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"caHolderManagerInfo.d.ts","sourceRoot":"","sources":["../../../../../src/did/__generated__/hooks/caHolderManagerInfo.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,UAAU,CAAC;AAGlC,OAAO,KAAK,MAAM,MAAM,gBAAgB,CAAC;AAEzC,MAAM,MAAM,iCAAiC,GAAG,KAAK,CAAC,KAAK,CAAC;IAC1D,GAAG,CAAC,EAAE,KAAK,CAAC,UAAU,CAAC,KAAK,CAAC,yBAAyB,CAAC,CAAC;CACzD,CAAC,CAAC;AAEH,MAAM,MAAM,wBAAwB,GAAG;IACrC,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,mBAAmB,CAAC,EAAE,KAAK,CAAC;QAC1B,UAAU,CAAC,EAAE,oBAAoB,CAAC;QAClC,EAAE,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;QACnB,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;QACxB,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;QACvB,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;QAC1B,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;QAC9B,YAAY,CAAC,EAAE,KAAK,CAAC;YACnB,UAAU,CAAC,EAAE,aAAa,CAAC;YAC3B,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;YACxB,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;SAC3B,GAAG,IAAI,CAAC,GAAG,IAAI,CAAC;KAClB,GAAG,IAAI,CAAC,GAAG,IAAI,CAAC;CAClB,CAAC;AAEF,eAAO,MAAM,2BAA2B,qBAcvC,CAAC;AAEF;;;;;;;;;;;;;;;GAeG;AACH,wBAAgB,2BAA2B,CACzC,WAAW,CAAC,EAAE,MAAM,CAAC,gBAAgB,CAAC,wBAAwB,EAAE,iCAAiC,CAAC;;IAOnG;AACD,wBAAgB,+BAA+B,CAC7C,WAAW,CAAC,EAAE,MAAM,CAAC,oBAAoB,CAAC,wBAAwB,EAAE,iCAAiC,CAAC;;IAOvG;AACD,MAAM,MAAM,kCAAkC,GAAG,UAAU,CAAC,OAAO,2BAA2B,CAAC,CAAC;AAChG,MAAM,MAAM,sCAAsC,GAAG,UAAU,CAAC,OAAO,+BAA+B,CAAC,CAAC;AACxG,MAAM,MAAM,8BAA8B,GAAG,MAAM,CAAC,WAAW,CAC7D,wBAAwB,EACxB,iCAAiC,CAClC,CAAC"}
@@ -0,0 +1,61 @@
1
+ import * as Types from '../types';
2
+ import * as Apollo from '@apollo/client';
3
+ export type CaHolderNftBalanceInfoQueryVariables = Types.Exact<{
4
+ dto?: Types.InputMaybe<Types.GetCaHolderNftInfoDto>;
5
+ }>;
6
+ export type CaHolderNftBalanceInfoQuery = {
7
+ __typename?: 'Query';
8
+ caHolderNFTBalanceInfo?: {
9
+ __typename?: 'CAHolderNFTBalancePageResultDto';
10
+ totalRecordCount: number;
11
+ data?: Array<{
12
+ __typename?: 'CAHolderNFTBalanceInfoDto';
13
+ id?: string | null;
14
+ chainId?: string | null;
15
+ caAddress?: string | null;
16
+ balance: number;
17
+ nftInfo?: {
18
+ __typename?: 'NFTItemInfoDto';
19
+ symbol?: string | null;
20
+ tokenContractAddress?: string | null;
21
+ decimals: number;
22
+ supply: number;
23
+ totalSupply: number;
24
+ tokenName?: string | null;
25
+ issuer?: string | null;
26
+ isBurnable: boolean;
27
+ issueChainId: number;
28
+ imageUrl?: string | null;
29
+ collectionSymbol?: string | null;
30
+ collectionName?: string | null;
31
+ } | null;
32
+ } | null> | null;
33
+ } | null;
34
+ };
35
+ export declare const CaHolderNftBalanceInfoDocument: Apollo.DocumentNode;
36
+ /**
37
+ * __useCaHolderNftBalanceInfoQuery__
38
+ *
39
+ * To run a query within a React component, call `useCaHolderNftBalanceInfoQuery` and pass it any options that fit your needs.
40
+ * When your component renders, `useCaHolderNftBalanceInfoQuery` returns an object from Apollo Client that contains loading, error, and data properties
41
+ * you can use to render your UI.
42
+ *
43
+ * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
44
+ *
45
+ * @example
46
+ * const { data, loading, error } = useCaHolderNftBalanceInfoQuery({
47
+ * variables: {
48
+ * dto: // value for 'dto'
49
+ * },
50
+ * });
51
+ */
52
+ export declare function useCaHolderNftBalanceInfoQuery(baseOptions?: Apollo.QueryHookOptions<CaHolderNftBalanceInfoQuery, CaHolderNftBalanceInfoQueryVariables>): Apollo.QueryResult<CaHolderNftBalanceInfoQuery, Types.Exact<{
53
+ dto?: Types.InputMaybe<Types.GetCaHolderNftInfoDto> | undefined;
54
+ }>>;
55
+ export declare function useCaHolderNftBalanceInfoLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<CaHolderNftBalanceInfoQuery, CaHolderNftBalanceInfoQueryVariables>): Apollo.LazyQueryResultTuple<CaHolderNftBalanceInfoQuery, Types.Exact<{
56
+ dto?: Types.InputMaybe<Types.GetCaHolderNftInfoDto> | undefined;
57
+ }>>;
58
+ export type CaHolderNftBalanceInfoQueryHookResult = ReturnType<typeof useCaHolderNftBalanceInfoQuery>;
59
+ export type CaHolderNftBalanceInfoLazyQueryHookResult = ReturnType<typeof useCaHolderNftBalanceInfoLazyQuery>;
60
+ export type CaHolderNftBalanceInfoQueryResult = Apollo.QueryResult<CaHolderNftBalanceInfoQuery, CaHolderNftBalanceInfoQueryVariables>;
61
+ //# sourceMappingURL=caHolderNFTBalanceInfo.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"caHolderNFTBalanceInfo.d.ts","sourceRoot":"","sources":["../../../../../src/did/__generated__/hooks/caHolderNFTBalanceInfo.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,UAAU,CAAC;AAGlC,OAAO,KAAK,MAAM,MAAM,gBAAgB,CAAC;AAEzC,MAAM,MAAM,oCAAoC,GAAG,KAAK,CAAC,KAAK,CAAC;IAC7D,GAAG,CAAC,EAAE,KAAK,CAAC,UAAU,CAAC,KAAK,CAAC,qBAAqB,CAAC,CAAC;CACrD,CAAC,CAAC;AAEH,MAAM,MAAM,2BAA2B,GAAG;IACxC,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,sBAAsB,CAAC,EAAE;QACvB,UAAU,CAAC,EAAE,iCAAiC,CAAC;QAC/C,gBAAgB,EAAE,MAAM,CAAC;QACzB,IAAI,CAAC,EAAE,KAAK,CAAC;YACX,UAAU,CAAC,EAAE,2BAA2B,CAAC;YACzC,EAAE,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;YACnB,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;YACxB,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;YAC1B,OAAO,EAAE,MAAM,CAAC;YAChB,OAAO,CAAC,EAAE;gBACR,UAAU,CAAC,EAAE,gBAAgB,CAAC;gBAC9B,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;gBACvB,oBAAoB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;gBACrC,QAAQ,EAAE,MAAM,CAAC;gBACjB,MAAM,EAAE,MAAM,CAAC;gBACf,WAAW,EAAE,MAAM,CAAC;gBACpB,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;gBAC1B,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;gBACvB,UAAU,EAAE,OAAO,CAAC;gBACpB,YAAY,EAAE,MAAM,CAAC;gBACrB,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;gBACzB,gBAAgB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;gBACjC,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;aAChC,GAAG,IAAI,CAAC;SACV,GAAG,IAAI,CAAC,GAAG,IAAI,CAAC;KAClB,GAAG,IAAI,CAAC;CACV,CAAC;AAEF,eAAO,MAAM,8BAA8B,qBA0B1C,CAAC;AAEF;;;;;;;;;;;;;;;GAeG;AACH,wBAAgB,8BAA8B,CAC5C,WAAW,CAAC,EAAE,MAAM,CAAC,gBAAgB,CAAC,2BAA2B,EAAE,oCAAoC,CAAC;;IAOzG;AACD,wBAAgB,kCAAkC,CAChD,WAAW,CAAC,EAAE,MAAM,CAAC,oBAAoB,CAAC,2BAA2B,EAAE,oCAAoC,CAAC;;IAO7G;AACD,MAAM,MAAM,qCAAqC,GAAG,UAAU,CAAC,OAAO,8BAA8B,CAAC,CAAC;AACtG,MAAM,MAAM,yCAAyC,GAAG,UAAU,CAAC,OAAO,kCAAkC,CAAC,CAAC;AAC9G,MAAM,MAAM,iCAAiC,GAAG,MAAM,CAAC,WAAW,CAChE,2BAA2B,EAC3B,oCAAoC,CACrC,CAAC"}
@@ -0,0 +1,59 @@
1
+ import * as Types from '../types';
2
+ import * as Apollo from '@apollo/client';
3
+ export type CaHolderNftCollectionBalanceInfoQueryVariables = Types.Exact<{
4
+ dto?: Types.InputMaybe<Types.GetCaHolderNftCollectionInfoDto>;
5
+ }>;
6
+ export type CaHolderNftCollectionBalanceInfoQuery = {
7
+ __typename?: 'Query';
8
+ caHolderNFTCollectionBalanceInfo?: {
9
+ __typename?: 'CAHolderNFTCollectionBalancePageResultDto';
10
+ totalRecordCount: number;
11
+ data?: Array<{
12
+ __typename?: 'CAHolderNFTCollectionBalanceInfoDto';
13
+ id?: string | null;
14
+ chainId?: string | null;
15
+ caAddress?: string | null;
16
+ tokenIds?: Array<number> | null;
17
+ nftCollectionInfo?: {
18
+ __typename?: 'NFTCollectionDto';
19
+ symbol?: string | null;
20
+ tokenContractAddress?: string | null;
21
+ decimals: number;
22
+ supply: number;
23
+ totalSupply: number;
24
+ tokenName?: string | null;
25
+ issuer?: string | null;
26
+ isBurnable: boolean;
27
+ issueChainId: number;
28
+ imageUrl?: string | null;
29
+ } | null;
30
+ } | null> | null;
31
+ } | null;
32
+ };
33
+ export declare const CaHolderNftCollectionBalanceInfoDocument: Apollo.DocumentNode;
34
+ /**
35
+ * __useCaHolderNftCollectionBalanceInfoQuery__
36
+ *
37
+ * To run a query within a React component, call `useCaHolderNftCollectionBalanceInfoQuery` and pass it any options that fit your needs.
38
+ * When your component renders, `useCaHolderNftCollectionBalanceInfoQuery` returns an object from Apollo Client that contains loading, error, and data properties
39
+ * you can use to render your UI.
40
+ *
41
+ * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
42
+ *
43
+ * @example
44
+ * const { data, loading, error } = useCaHolderNftCollectionBalanceInfoQuery({
45
+ * variables: {
46
+ * dto: // value for 'dto'
47
+ * },
48
+ * });
49
+ */
50
+ export declare function useCaHolderNftCollectionBalanceInfoQuery(baseOptions?: Apollo.QueryHookOptions<CaHolderNftCollectionBalanceInfoQuery, CaHolderNftCollectionBalanceInfoQueryVariables>): Apollo.QueryResult<CaHolderNftCollectionBalanceInfoQuery, Types.Exact<{
51
+ dto?: Types.InputMaybe<Types.GetCaHolderNftCollectionInfoDto> | undefined;
52
+ }>>;
53
+ export declare function useCaHolderNftCollectionBalanceInfoLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<CaHolderNftCollectionBalanceInfoQuery, CaHolderNftCollectionBalanceInfoQueryVariables>): Apollo.LazyQueryResultTuple<CaHolderNftCollectionBalanceInfoQuery, Types.Exact<{
54
+ dto?: Types.InputMaybe<Types.GetCaHolderNftCollectionInfoDto> | undefined;
55
+ }>>;
56
+ export type CaHolderNftCollectionBalanceInfoQueryHookResult = ReturnType<typeof useCaHolderNftCollectionBalanceInfoQuery>;
57
+ export type CaHolderNftCollectionBalanceInfoLazyQueryHookResult = ReturnType<typeof useCaHolderNftCollectionBalanceInfoLazyQuery>;
58
+ export type CaHolderNftCollectionBalanceInfoQueryResult = Apollo.QueryResult<CaHolderNftCollectionBalanceInfoQuery, CaHolderNftCollectionBalanceInfoQueryVariables>;
59
+ //# sourceMappingURL=caHolderNFTCollectionBalanceInfo.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"caHolderNFTCollectionBalanceInfo.d.ts","sourceRoot":"","sources":["../../../../../src/did/__generated__/hooks/caHolderNFTCollectionBalanceInfo.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,UAAU,CAAC;AAGlC,OAAO,KAAK,MAAM,MAAM,gBAAgB,CAAC;AAEzC,MAAM,MAAM,8CAA8C,GAAG,KAAK,CAAC,KAAK,CAAC;IACvE,GAAG,CAAC,EAAE,KAAK,CAAC,UAAU,CAAC,KAAK,CAAC,+BAA+B,CAAC,CAAC;CAC/D,CAAC,CAAC;AAEH,MAAM,MAAM,qCAAqC,GAAG;IAClD,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,gCAAgC,CAAC,EAAE;QACjC,UAAU,CAAC,EAAE,2CAA2C,CAAC;QACzD,gBAAgB,EAAE,MAAM,CAAC;QACzB,IAAI,CAAC,EAAE,KAAK,CAAC;YACX,UAAU,CAAC,EAAE,qCAAqC,CAAC;YACnD,EAAE,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;YACnB,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;YACxB,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;YAC1B,QAAQ,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;YAChC,iBAAiB,CAAC,EAAE;gBAClB,UAAU,CAAC,EAAE,kBAAkB,CAAC;gBAChC,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;gBACvB,oBAAoB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;gBACrC,QAAQ,EAAE,MAAM,CAAC;gBACjB,MAAM,EAAE,MAAM,CAAC;gBACf,WAAW,EAAE,MAAM,CAAC;gBACpB,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;gBAC1B,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;gBACvB,UAAU,EAAE,OAAO,CAAC;gBACpB,YAAY,EAAE,MAAM,CAAC;gBACrB,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;aAC1B,GAAG,IAAI,CAAC;SACV,GAAG,IAAI,CAAC,GAAG,IAAI,CAAC;KAClB,GAAG,IAAI,CAAC;CACV,CAAC;AAEF,eAAO,MAAM,wCAAwC,qBAwBpD,CAAC;AAEF;;;;;;;;;;;;;;;GAeG;AACH,wBAAgB,wCAAwC,CACtD,WAAW,CAAC,EAAE,MAAM,CAAC,gBAAgB,CACnC,qCAAqC,EACrC,8CAA8C,CAC/C;;IAOF;AACD,wBAAgB,4CAA4C,CAC1D,WAAW,CAAC,EAAE,MAAM,CAAC,oBAAoB,CACvC,qCAAqC,EACrC,8CAA8C,CAC/C;;IAOF;AACD,MAAM,MAAM,+CAA+C,GAAG,UAAU,CACtE,OAAO,wCAAwC,CAChD,CAAC;AACF,MAAM,MAAM,mDAAmD,GAAG,UAAU,CAC1E,OAAO,4CAA4C,CACpD,CAAC;AACF,MAAM,MAAM,2CAA2C,GAAG,MAAM,CAAC,WAAW,CAC1E,qCAAqC,EACrC,8CAA8C,CAC/C,CAAC"}
@@ -0,0 +1,78 @@
1
+ import * as Types from '../types';
2
+ import * as Apollo from '@apollo/client';
3
+ export type CaHolderSearchTokenNftQueryVariables = Types.Exact<{
4
+ dto?: Types.InputMaybe<Types.GetCaHolderSearchTokenNftDto>;
5
+ }>;
6
+ export type CaHolderSearchTokenNftQuery = {
7
+ __typename?: 'Query';
8
+ caHolderSearchTokenNFT?: {
9
+ __typename?: 'CAHolderSearchTokenNFTPageResultDto';
10
+ totalRecordCount: number;
11
+ data?: Array<{
12
+ __typename?: 'CAHolderSearchTokenNFTDto';
13
+ chainId?: string | null;
14
+ caAddress?: string | null;
15
+ balance: number;
16
+ tokenId: number;
17
+ tokenInfo?: {
18
+ __typename?: 'TokenInfoDto';
19
+ id?: string | null;
20
+ chainId?: string | null;
21
+ blockHash?: string | null;
22
+ blockHeight: number;
23
+ previousBlockHash?: string | null;
24
+ symbol?: string | null;
25
+ type: Types.TokenType;
26
+ tokenContractAddress?: string | null;
27
+ decimals: number;
28
+ totalSupply: number;
29
+ tokenName?: string | null;
30
+ issuer?: string | null;
31
+ isBurnable: boolean;
32
+ issueChainId: number;
33
+ } | null;
34
+ nftInfo?: {
35
+ __typename?: 'NFTItemInfoDto';
36
+ symbol?: string | null;
37
+ tokenContractAddress?: string | null;
38
+ decimals: number;
39
+ supply: number;
40
+ totalSupply: number;
41
+ tokenName?: string | null;
42
+ issuer?: string | null;
43
+ isBurnable: boolean;
44
+ issueChainId: number;
45
+ imageUrl?: string | null;
46
+ collectionSymbol?: string | null;
47
+ collectionName?: string | null;
48
+ } | null;
49
+ } | null> | null;
50
+ } | null;
51
+ };
52
+ export declare const CaHolderSearchTokenNftDocument: Apollo.DocumentNode;
53
+ /**
54
+ * __useCaHolderSearchTokenNftQuery__
55
+ *
56
+ * To run a query within a React component, call `useCaHolderSearchTokenNftQuery` and pass it any options that fit your needs.
57
+ * When your component renders, `useCaHolderSearchTokenNftQuery` returns an object from Apollo Client that contains loading, error, and data properties
58
+ * you can use to render your UI.
59
+ *
60
+ * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
61
+ *
62
+ * @example
63
+ * const { data, loading, error } = useCaHolderSearchTokenNftQuery({
64
+ * variables: {
65
+ * dto: // value for 'dto'
66
+ * },
67
+ * });
68
+ */
69
+ export declare function useCaHolderSearchTokenNftQuery(baseOptions?: Apollo.QueryHookOptions<CaHolderSearchTokenNftQuery, CaHolderSearchTokenNftQueryVariables>): Apollo.QueryResult<CaHolderSearchTokenNftQuery, Types.Exact<{
70
+ dto?: Types.InputMaybe<Types.GetCaHolderSearchTokenNftDto> | undefined;
71
+ }>>;
72
+ export declare function useCaHolderSearchTokenNftLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<CaHolderSearchTokenNftQuery, CaHolderSearchTokenNftQueryVariables>): Apollo.LazyQueryResultTuple<CaHolderSearchTokenNftQuery, Types.Exact<{
73
+ dto?: Types.InputMaybe<Types.GetCaHolderSearchTokenNftDto> | undefined;
74
+ }>>;
75
+ export type CaHolderSearchTokenNftQueryHookResult = ReturnType<typeof useCaHolderSearchTokenNftQuery>;
76
+ export type CaHolderSearchTokenNftLazyQueryHookResult = ReturnType<typeof useCaHolderSearchTokenNftLazyQuery>;
77
+ export type CaHolderSearchTokenNftQueryResult = Apollo.QueryResult<CaHolderSearchTokenNftQuery, CaHolderSearchTokenNftQueryVariables>;
78
+ //# sourceMappingURL=caHolderSearchTokenNFT.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"caHolderSearchTokenNFT.d.ts","sourceRoot":"","sources":["../../../../../src/did/__generated__/hooks/caHolderSearchTokenNFT.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,63 @@
1
+ import * as Types from '../types';
2
+ import * as Apollo from '@apollo/client';
3
+ export type CaHolderTokenBalanceInfoQueryVariables = Types.Exact<{
4
+ dto?: Types.InputMaybe<Types.GetCaHolderTokenBalanceDto>;
5
+ }>;
6
+ export type CaHolderTokenBalanceInfoQuery = {
7
+ __typename?: 'Query';
8
+ caHolderTokenBalanceInfo?: {
9
+ __typename?: 'CAHolderTokenBalancePageResultDto';
10
+ totalRecordCount: number;
11
+ data?: Array<{
12
+ __typename?: 'CAHolderTokenBalanceDto';
13
+ chainId?: string | null;
14
+ caAddress?: string | null;
15
+ balance: number;
16
+ tokenIds?: Array<number> | null;
17
+ tokenInfo?: {
18
+ __typename?: 'TokenInfoDto';
19
+ id?: string | null;
20
+ chainId?: string | null;
21
+ blockHash?: string | null;
22
+ blockHeight: number;
23
+ previousBlockHash?: string | null;
24
+ symbol?: string | null;
25
+ type: Types.TokenType;
26
+ tokenContractAddress?: string | null;
27
+ decimals: number;
28
+ totalSupply: number;
29
+ tokenName?: string | null;
30
+ issuer?: string | null;
31
+ isBurnable: boolean;
32
+ issueChainId: number;
33
+ } | null;
34
+ } | null> | null;
35
+ } | null;
36
+ };
37
+ export declare const CaHolderTokenBalanceInfoDocument: Apollo.DocumentNode;
38
+ /**
39
+ * __useCaHolderTokenBalanceInfoQuery__
40
+ *
41
+ * To run a query within a React component, call `useCaHolderTokenBalanceInfoQuery` and pass it any options that fit your needs.
42
+ * When your component renders, `useCaHolderTokenBalanceInfoQuery` returns an object from Apollo Client that contains loading, error, and data properties
43
+ * you can use to render your UI.
44
+ *
45
+ * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
46
+ *
47
+ * @example
48
+ * const { data, loading, error } = useCaHolderTokenBalanceInfoQuery({
49
+ * variables: {
50
+ * dto: // value for 'dto'
51
+ * },
52
+ * });
53
+ */
54
+ export declare function useCaHolderTokenBalanceInfoQuery(baseOptions?: Apollo.QueryHookOptions<CaHolderTokenBalanceInfoQuery, CaHolderTokenBalanceInfoQueryVariables>): Apollo.QueryResult<CaHolderTokenBalanceInfoQuery, Types.Exact<{
55
+ dto?: Types.InputMaybe<Types.GetCaHolderTokenBalanceDto> | undefined;
56
+ }>>;
57
+ export declare function useCaHolderTokenBalanceInfoLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<CaHolderTokenBalanceInfoQuery, CaHolderTokenBalanceInfoQueryVariables>): Apollo.LazyQueryResultTuple<CaHolderTokenBalanceInfoQuery, Types.Exact<{
58
+ dto?: Types.InputMaybe<Types.GetCaHolderTokenBalanceDto> | undefined;
59
+ }>>;
60
+ export type CaHolderTokenBalanceInfoQueryHookResult = ReturnType<typeof useCaHolderTokenBalanceInfoQuery>;
61
+ export type CaHolderTokenBalanceInfoLazyQueryHookResult = ReturnType<typeof useCaHolderTokenBalanceInfoLazyQuery>;
62
+ export type CaHolderTokenBalanceInfoQueryResult = Apollo.QueryResult<CaHolderTokenBalanceInfoQuery, CaHolderTokenBalanceInfoQueryVariables>;
63
+ //# sourceMappingURL=caHolderTokenBalanceInfo.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"caHolderTokenBalanceInfo.d.ts","sourceRoot":"","sources":["../../../../../src/did/__generated__/hooks/caHolderTokenBalanceInfo.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,UAAU,CAAC;AAGlC,OAAO,KAAK,MAAM,MAAM,gBAAgB,CAAC;AAEzC,MAAM,MAAM,sCAAsC,GAAG,KAAK,CAAC,KAAK,CAAC;IAC/D,GAAG,CAAC,EAAE,KAAK,CAAC,UAAU,CAAC,KAAK,CAAC,0BAA0B,CAAC,CAAC;CAC1D,CAAC,CAAC;AAEH,MAAM,MAAM,6BAA6B,GAAG;IAC1C,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,wBAAwB,CAAC,EAAE;QACzB,UAAU,CAAC,EAAE,mCAAmC,CAAC;QACjD,gBAAgB,EAAE,MAAM,CAAC;QACzB,IAAI,CAAC,EAAE,KAAK,CAAC;YACX,UAAU,CAAC,EAAE,yBAAyB,CAAC;YACvC,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;YACxB,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;YAC1B,OAAO,EAAE,MAAM,CAAC;YAChB,QAAQ,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;YAChC,SAAS,CAAC,EAAE;gBACV,UAAU,CAAC,EAAE,cAAc,CAAC;gBAC5B,EAAE,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;gBACnB,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;gBACxB,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;gBAC1B,WAAW,EAAE,MAAM,CAAC;gBACpB,iBAAiB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;gBAClC,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;gBACvB,IAAI,EAAE,KAAK,CAAC,SAAS,CAAC;gBACtB,oBAAoB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;gBACrC,QAAQ,EAAE,MAAM,CAAC;gBACjB,WAAW,EAAE,MAAM,CAAC;gBACpB,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;gBAC1B,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;gBACvB,UAAU,EAAE,OAAO,CAAC;gBACpB,YAAY,EAAE,MAAM,CAAC;aACtB,GAAG,IAAI,CAAC;SACV,GAAG,IAAI,CAAC,GAAG,IAAI,CAAC;KAClB,GAAG,IAAI,CAAC;CACV,CAAC;AAEF,eAAO,MAAM,gCAAgC,qBA4B5C,CAAC;AAEF;;;;;;;;;;;;;;;GAeG;AACH,wBAAgB,gCAAgC,CAC9C,WAAW,CAAC,EAAE,MAAM,CAAC,gBAAgB,CAAC,6BAA6B,EAAE,sCAAsC,CAAC;;IAO7G;AACD,wBAAgB,oCAAoC,CAClD,WAAW,CAAC,EAAE,MAAM,CAAC,oBAAoB,CAAC,6BAA6B,EAAE,sCAAsC,CAAC;;IAOjH;AACD,MAAM,MAAM,uCAAuC,GAAG,UAAU,CAAC,OAAO,gCAAgC,CAAC,CAAC;AAC1G,MAAM,MAAM,2CAA2C,GAAG,UAAU,CAAC,OAAO,oCAAoC,CAAC,CAAC;AAClH,MAAM,MAAM,mCAAmC,GAAG,MAAM,CAAC,WAAW,CAClE,6BAA6B,EAC7B,sCAAsC,CACvC,CAAC"}
@@ -0,0 +1,99 @@
1
+ import * as Types from '../types';
2
+ import * as Apollo from '@apollo/client';
3
+ export type CaHolderTransactionQueryVariables = Types.Exact<{
4
+ dto?: Types.InputMaybe<Types.GetCaHolderTransactionDto>;
5
+ }>;
6
+ export type CaHolderTransactionQuery = {
7
+ __typename?: 'Query';
8
+ caHolderTransaction?: {
9
+ __typename?: 'CAHolderTransactionPageResultDto';
10
+ totalRecordCount: number;
11
+ data?: Array<{
12
+ __typename?: 'CAHolderTransactionDto';
13
+ id?: string | null;
14
+ chainId?: string | null;
15
+ blockHash?: string | null;
16
+ blockHeight: number;
17
+ previousBlockHash?: string | null;
18
+ transactionId?: string | null;
19
+ methodName?: string | null;
20
+ status: Types.TransactionStatus;
21
+ timestamp: number;
22
+ fromAddress?: string | null;
23
+ tokenInfo?: {
24
+ __typename?: 'TokenInfoDto';
25
+ id?: string | null;
26
+ chainId?: string | null;
27
+ blockHash?: string | null;
28
+ blockHeight: number;
29
+ previousBlockHash?: string | null;
30
+ symbol?: string | null;
31
+ type: Types.TokenType;
32
+ tokenContractAddress?: string | null;
33
+ decimals: number;
34
+ totalSupply: number;
35
+ tokenName?: string | null;
36
+ issuer?: string | null;
37
+ isBurnable: boolean;
38
+ issueChainId: number;
39
+ } | null;
40
+ nftInfo?: {
41
+ __typename?: 'NFTItemInfoDto';
42
+ symbol?: string | null;
43
+ tokenContractAddress?: string | null;
44
+ decimals: number;
45
+ supply: number;
46
+ totalSupply: number;
47
+ tokenName?: string | null;
48
+ issuer?: string | null;
49
+ isBurnable: boolean;
50
+ issueChainId: number;
51
+ imageUrl?: string | null;
52
+ collectionSymbol?: string | null;
53
+ collectionName?: string | null;
54
+ } | null;
55
+ transferInfo?: {
56
+ __typename?: 'TransferInfo';
57
+ fromAddress?: string | null;
58
+ fromCAAddress?: string | null;
59
+ toAddress?: string | null;
60
+ amount: number;
61
+ fromChainId?: string | null;
62
+ toChainId?: string | null;
63
+ transferTransactionId?: string | null;
64
+ } | null;
65
+ transactionFees?: Array<{
66
+ __typename?: 'TransactionFee';
67
+ symbol?: string | null;
68
+ amount: number;
69
+ } | null> | null;
70
+ } | null> | null;
71
+ } | null;
72
+ };
73
+ export declare const CaHolderTransactionDocument: Apollo.DocumentNode;
74
+ /**
75
+ * __useCaHolderTransactionQuery__
76
+ *
77
+ * To run a query within a React component, call `useCaHolderTransactionQuery` and pass it any options that fit your needs.
78
+ * When your component renders, `useCaHolderTransactionQuery` returns an object from Apollo Client that contains loading, error, and data properties
79
+ * you can use to render your UI.
80
+ *
81
+ * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
82
+ *
83
+ * @example
84
+ * const { data, loading, error } = useCaHolderTransactionQuery({
85
+ * variables: {
86
+ * dto: // value for 'dto'
87
+ * },
88
+ * });
89
+ */
90
+ export declare function useCaHolderTransactionQuery(baseOptions?: Apollo.QueryHookOptions<CaHolderTransactionQuery, CaHolderTransactionQueryVariables>): Apollo.QueryResult<CaHolderTransactionQuery, Types.Exact<{
91
+ dto?: Types.InputMaybe<Types.GetCaHolderTransactionDto> | undefined;
92
+ }>>;
93
+ export declare function useCaHolderTransactionLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<CaHolderTransactionQuery, CaHolderTransactionQueryVariables>): Apollo.LazyQueryResultTuple<CaHolderTransactionQuery, Types.Exact<{
94
+ dto?: Types.InputMaybe<Types.GetCaHolderTransactionDto> | undefined;
95
+ }>>;
96
+ export type CaHolderTransactionQueryHookResult = ReturnType<typeof useCaHolderTransactionQuery>;
97
+ export type CaHolderTransactionLazyQueryHookResult = ReturnType<typeof useCaHolderTransactionLazyQuery>;
98
+ export type CaHolderTransactionQueryResult = Apollo.QueryResult<CaHolderTransactionQuery, CaHolderTransactionQueryVariables>;
99
+ //# sourceMappingURL=caHolderTransaction.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"caHolderTransaction.d.ts","sourceRoot":"","sources":["../../../../../src/did/__generated__/hooks/caHolderTransaction.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,47 @@
1
+ import * as Types from '../types';
2
+ import * as Apollo from '@apollo/client';
3
+ export type CaHolderTransactionAddressInfoQueryVariables = Types.Exact<{
4
+ dto?: Types.InputMaybe<Types.GetCaHolderTransactionAddressDto>;
5
+ }>;
6
+ export type CaHolderTransactionAddressInfoQuery = {
7
+ __typename?: 'Query';
8
+ caHolderTransactionAddressInfo?: {
9
+ __typename?: 'CAHolderTransactionAddressPageResultDto';
10
+ totalRecordCount: number;
11
+ data?: Array<{
12
+ __typename?: 'CAHolderTransactionAddressDto';
13
+ chainId?: string | null;
14
+ caAddress?: string | null;
15
+ address?: string | null;
16
+ addressChainId?: string | null;
17
+ transactionTime: number;
18
+ } | null> | null;
19
+ } | null;
20
+ };
21
+ export declare const CaHolderTransactionAddressInfoDocument: Apollo.DocumentNode;
22
+ /**
23
+ * __useCaHolderTransactionAddressInfoQuery__
24
+ *
25
+ * To run a query within a React component, call `useCaHolderTransactionAddressInfoQuery` and pass it any options that fit your needs.
26
+ * When your component renders, `useCaHolderTransactionAddressInfoQuery` returns an object from Apollo Client that contains loading, error, and data properties
27
+ * you can use to render your UI.
28
+ *
29
+ * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
30
+ *
31
+ * @example
32
+ * const { data, loading, error } = useCaHolderTransactionAddressInfoQuery({
33
+ * variables: {
34
+ * dto: // value for 'dto'
35
+ * },
36
+ * });
37
+ */
38
+ export declare function useCaHolderTransactionAddressInfoQuery(baseOptions?: Apollo.QueryHookOptions<CaHolderTransactionAddressInfoQuery, CaHolderTransactionAddressInfoQueryVariables>): Apollo.QueryResult<CaHolderTransactionAddressInfoQuery, Types.Exact<{
39
+ dto?: Types.InputMaybe<Types.GetCaHolderTransactionAddressDto> | undefined;
40
+ }>>;
41
+ export declare function useCaHolderTransactionAddressInfoLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<CaHolderTransactionAddressInfoQuery, CaHolderTransactionAddressInfoQueryVariables>): Apollo.LazyQueryResultTuple<CaHolderTransactionAddressInfoQuery, Types.Exact<{
42
+ dto?: Types.InputMaybe<Types.GetCaHolderTransactionAddressDto> | undefined;
43
+ }>>;
44
+ export type CaHolderTransactionAddressInfoQueryHookResult = ReturnType<typeof useCaHolderTransactionAddressInfoQuery>;
45
+ export type CaHolderTransactionAddressInfoLazyQueryHookResult = ReturnType<typeof useCaHolderTransactionAddressInfoLazyQuery>;
46
+ export type CaHolderTransactionAddressInfoQueryResult = Apollo.QueryResult<CaHolderTransactionAddressInfoQuery, CaHolderTransactionAddressInfoQueryVariables>;
47
+ //# sourceMappingURL=caHolderTransactionAddressInfo.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"caHolderTransactionAddressInfo.d.ts","sourceRoot":"","sources":["../../../../../src/did/__generated__/hooks/caHolderTransactionAddressInfo.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,UAAU,CAAC;AAGlC,OAAO,KAAK,MAAM,MAAM,gBAAgB,CAAC;AAEzC,MAAM,MAAM,4CAA4C,GAAG,KAAK,CAAC,KAAK,CAAC;IACrE,GAAG,CAAC,EAAE,KAAK,CAAC,UAAU,CAAC,KAAK,CAAC,gCAAgC,CAAC,CAAC;CAChE,CAAC,CAAC;AAEH,MAAM,MAAM,mCAAmC,GAAG;IAChD,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,8BAA8B,CAAC,EAAE;QAC/B,UAAU,CAAC,EAAE,yCAAyC,CAAC;QACvD,gBAAgB,EAAE,MAAM,CAAC;QACzB,IAAI,CAAC,EAAE,KAAK,CAAC;YACX,UAAU,CAAC,EAAE,+BAA+B,CAAC;YAC7C,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;YACxB,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;YAC1B,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;YACxB,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;YAC/B,eAAe,EAAE,MAAM,CAAC;SACzB,GAAG,IAAI,CAAC,GAAG,IAAI,CAAC;KAClB,GAAG,IAAI,CAAC;CACV,CAAC;AAEF,eAAO,MAAM,sCAAsC,qBAalD,CAAC;AAEF;;;;;;;;;;;;;;;GAeG;AACH,wBAAgB,sCAAsC,CACpD,WAAW,CAAC,EAAE,MAAM,CAAC,gBAAgB,CACnC,mCAAmC,EACnC,4CAA4C,CAC7C;;IAOF;AACD,wBAAgB,0CAA0C,CACxD,WAAW,CAAC,EAAE,MAAM,CAAC,oBAAoB,CACvC,mCAAmC,EACnC,4CAA4C,CAC7C;;IAOF;AACD,MAAM,MAAM,6CAA6C,GAAG,UAAU,CAAC,OAAO,sCAAsC,CAAC,CAAC;AACtH,MAAM,MAAM,iDAAiD,GAAG,UAAU,CACxE,OAAO,0CAA0C,CAClD,CAAC;AACF,MAAM,MAAM,yCAAyC,GAAG,MAAM,CAAC,WAAW,CACxE,mCAAmC,EACnC,4CAA4C,CAC7C,CAAC"}