@distilled.cloud/coinbase 0.10.1 → 0.11.0

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 (152) hide show
  1. package/lib/client.d.ts +2 -2
  2. package/lib/operations/addEndUserEvmAccount.d.ts +8 -1
  3. package/lib/operations/addEndUserEvmAccount.d.ts.map +1 -1
  4. package/lib/operations/addEndUserEvmSmartAccount.d.ts +10 -1
  5. package/lib/operations/addEndUserEvmSmartAccount.d.ts.map +1 -1
  6. package/lib/operations/addEndUserSolanaAccount.d.ts +8 -1
  7. package/lib/operations/addEndUserSolanaAccount.d.ts.map +1 -1
  8. package/lib/operations/createEndUser.d.ts +40 -1
  9. package/lib/operations/createEndUser.d.ts.map +1 -1
  10. package/lib/operations/createEvmAccount.d.ts +10 -1
  11. package/lib/operations/createEvmAccount.d.ts.map +1 -1
  12. package/lib/operations/createEvmEip7702Delegation.d.ts +7 -1
  13. package/lib/operations/createEvmEip7702Delegation.d.ts.map +1 -1
  14. package/lib/operations/createEvmSmartAccount.d.ts +11 -1
  15. package/lib/operations/createEvmSmartAccount.d.ts.map +1 -1
  16. package/lib/operations/createEvmSwapQuote.d.ts +10 -1
  17. package/lib/operations/createEvmSwapQuote.d.ts.map +1 -1
  18. package/lib/operations/createOnrampOrder.d.ts +45 -1
  19. package/lib/operations/createOnrampOrder.d.ts.map +1 -1
  20. package/lib/operations/createOnrampSession.d.ts +32 -1
  21. package/lib/operations/createOnrampSession.d.ts.map +1 -1
  22. package/lib/operations/createPolicy.d.ts +12 -1
  23. package/lib/operations/createPolicy.d.ts.map +1 -1
  24. package/lib/operations/createSolanaAccount.d.ts +10 -1
  25. package/lib/operations/createSolanaAccount.d.ts.map +1 -1
  26. package/lib/operations/createSpendPermission.d.ts +34 -1
  27. package/lib/operations/createSpendPermission.d.ts.map +1 -1
  28. package/lib/operations/createWebhookSubscription.d.ts +37 -1
  29. package/lib/operations/createWebhookSubscription.d.ts.map +1 -1
  30. package/lib/operations/deletePolicy.d.ts +3 -1
  31. package/lib/operations/deletePolicy.d.ts.map +1 -1
  32. package/lib/operations/deleteWebhookSubscription.d.ts +3 -1
  33. package/lib/operations/deleteWebhookSubscription.d.ts.map +1 -1
  34. package/lib/operations/exportEvmAccount.d.ts +6 -1
  35. package/lib/operations/exportEvmAccount.d.ts.map +1 -1
  36. package/lib/operations/exportEvmAccountByName.d.ts +6 -1
  37. package/lib/operations/exportEvmAccountByName.d.ts.map +1 -1
  38. package/lib/operations/exportSolanaAccount.d.ts +6 -1
  39. package/lib/operations/exportSolanaAccount.d.ts.map +1 -1
  40. package/lib/operations/exportSolanaAccountByName.d.ts +6 -1
  41. package/lib/operations/exportSolanaAccountByName.d.ts.map +1 -1
  42. package/lib/operations/getEndUser.d.ts +32 -1
  43. package/lib/operations/getEndUser.d.ts.map +1 -1
  44. package/lib/operations/getEvmAccount.d.ts +9 -1
  45. package/lib/operations/getEvmAccount.d.ts.map +1 -1
  46. package/lib/operations/getEvmAccountByName.d.ts +9 -1
  47. package/lib/operations/getEvmAccountByName.d.ts.map +1 -1
  48. package/lib/operations/getEvmEip7702DelegationOperationById.d.ts +9 -1
  49. package/lib/operations/getEvmEip7702DelegationOperationById.d.ts.map +1 -1
  50. package/lib/operations/getEvmSmartAccount.d.ts +10 -1
  51. package/lib/operations/getEvmSmartAccount.d.ts.map +1 -1
  52. package/lib/operations/getEvmSmartAccountByName.d.ts +10 -1
  53. package/lib/operations/getEvmSmartAccountByName.d.ts.map +1 -1
  54. package/lib/operations/getEvmSwapPrice.d.ts +10 -1
  55. package/lib/operations/getEvmSwapPrice.d.ts.map +1 -1
  56. package/lib/operations/getOnrampOrderById.d.ts +26 -1
  57. package/lib/operations/getOnrampOrderById.d.ts.map +1 -1
  58. package/lib/operations/getOnrampUserLimits.d.ts +12 -1
  59. package/lib/operations/getOnrampUserLimits.d.ts.map +1 -1
  60. package/lib/operations/getPolicyById.d.ts +10 -1
  61. package/lib/operations/getPolicyById.d.ts.map +1 -1
  62. package/lib/operations/getSQLGrammar.d.ts +1 -1
  63. package/lib/operations/getSQLGrammar.d.ts.map +1 -1
  64. package/lib/operations/getSQLSchema.d.ts +16 -1
  65. package/lib/operations/getSQLSchema.d.ts.map +1 -1
  66. package/lib/operations/getSolanaAccount.d.ts +9 -1
  67. package/lib/operations/getSolanaAccount.d.ts.map +1 -1
  68. package/lib/operations/getSolanaAccountByName.d.ts +9 -1
  69. package/lib/operations/getSolanaAccountByName.d.ts.map +1 -1
  70. package/lib/operations/getUserOperation.d.ts +25 -1
  71. package/lib/operations/getUserOperation.d.ts.map +1 -1
  72. package/lib/operations/getWebhookSubscription.d.ts +23 -1
  73. package/lib/operations/getWebhookSubscription.d.ts.map +1 -1
  74. package/lib/operations/importEndUser.d.ts +35 -1
  75. package/lib/operations/importEndUser.d.ts.map +1 -1
  76. package/lib/operations/importEvmAccount.d.ts +11 -1
  77. package/lib/operations/importEvmAccount.d.ts.map +1 -1
  78. package/lib/operations/importSolanaAccount.d.ts +10 -1
  79. package/lib/operations/importSolanaAccount.d.ts.map +1 -1
  80. package/lib/operations/listDataTokenBalances.d.ts +20 -1
  81. package/lib/operations/listDataTokenBalances.d.ts.map +1 -1
  82. package/lib/operations/listEndUsers.d.ts +37 -1
  83. package/lib/operations/listEndUsers.d.ts.map +1 -1
  84. package/lib/operations/listEvmAccounts.d.ts +13 -1
  85. package/lib/operations/listEvmAccounts.d.ts.map +1 -1
  86. package/lib/operations/listEvmSmartAccounts.d.ts +14 -1
  87. package/lib/operations/listEvmSmartAccounts.d.ts.map +1 -1
  88. package/lib/operations/listEvmTokenBalances.d.ts +20 -1
  89. package/lib/operations/listEvmTokenBalances.d.ts.map +1 -1
  90. package/lib/operations/listPolicies.d.ts +15 -1
  91. package/lib/operations/listPolicies.d.ts.map +1 -1
  92. package/lib/operations/listSolanaAccounts.d.ts +13 -1
  93. package/lib/operations/listSolanaAccounts.d.ts.map +1 -1
  94. package/lib/operations/listSolanaTokenBalances.d.ts +19 -1
  95. package/lib/operations/listSolanaTokenBalances.d.ts.map +1 -1
  96. package/lib/operations/listSpendPermissions.d.ts +25 -1
  97. package/lib/operations/listSpendPermissions.d.ts.map +1 -1
  98. package/lib/operations/listTokensForAccount.d.ts +8 -1
  99. package/lib/operations/listTokensForAccount.d.ts.map +1 -1
  100. package/lib/operations/listWebhookSubscriptionEvents.d.ts +22 -1
  101. package/lib/operations/listWebhookSubscriptionEvents.d.ts.map +1 -1
  102. package/lib/operations/listWebhookSubscriptions.d.ts +27 -1
  103. package/lib/operations/listWebhookSubscriptions.d.ts.map +1 -1
  104. package/lib/operations/prepareAndSendUserOperation.d.ts +32 -1
  105. package/lib/operations/prepareAndSendUserOperation.d.ts.map +1 -1
  106. package/lib/operations/prepareUserOperation.d.ts +33 -1
  107. package/lib/operations/prepareUserOperation.d.ts.map +1 -1
  108. package/lib/operations/requestEvmFaucet.d.ts +7 -1
  109. package/lib/operations/requestEvmFaucet.d.ts.map +1 -1
  110. package/lib/operations/requestSolanaFaucet.d.ts +6 -1
  111. package/lib/operations/requestSolanaFaucet.d.ts.map +1 -1
  112. package/lib/operations/revokeSpendPermission.d.ts +27 -1
  113. package/lib/operations/revokeSpendPermission.d.ts.map +1 -1
  114. package/lib/operations/runSQLQuery.d.ts +22 -1
  115. package/lib/operations/runSQLQuery.d.ts.map +1 -1
  116. package/lib/operations/sendEvmTransaction.d.ts +7 -1
  117. package/lib/operations/sendEvmTransaction.d.ts.map +1 -1
  118. package/lib/operations/sendSolanaTransaction.d.ts +7 -1
  119. package/lib/operations/sendSolanaTransaction.d.ts.map +1 -1
  120. package/lib/operations/sendUserOperation.d.ts +26 -1
  121. package/lib/operations/sendUserOperation.d.ts.map +1 -1
  122. package/lib/operations/settleX402Payment.d.ts +13 -1
  123. package/lib/operations/settleX402Payment.d.ts.map +1 -1
  124. package/lib/operations/signEvmHash.d.ts +6 -1
  125. package/lib/operations/signEvmHash.d.ts.map +1 -1
  126. package/lib/operations/signEvmMessage.d.ts +6 -1
  127. package/lib/operations/signEvmMessage.d.ts.map +1 -1
  128. package/lib/operations/signEvmTransaction.d.ts +6 -1
  129. package/lib/operations/signEvmTransaction.d.ts.map +1 -1
  130. package/lib/operations/signEvmTypedData.d.ts +15 -1
  131. package/lib/operations/signEvmTypedData.d.ts.map +1 -1
  132. package/lib/operations/signSolanaMessage.d.ts +6 -1
  133. package/lib/operations/signSolanaMessage.d.ts.map +1 -1
  134. package/lib/operations/signSolanaTransaction.d.ts +6 -1
  135. package/lib/operations/signSolanaTransaction.d.ts.map +1 -1
  136. package/lib/operations/supportedX402PaymentKinds.d.ts +14 -1
  137. package/lib/operations/supportedX402PaymentKinds.d.ts.map +1 -1
  138. package/lib/operations/updateEvmAccount.d.ts +11 -1
  139. package/lib/operations/updateEvmAccount.d.ts.map +1 -1
  140. package/lib/operations/updateEvmSmartAccount.d.ts +11 -1
  141. package/lib/operations/updateEvmSmartAccount.d.ts.map +1 -1
  142. package/lib/operations/updatePolicy.d.ts +12 -1
  143. package/lib/operations/updatePolicy.d.ts.map +1 -1
  144. package/lib/operations/updateSolanaAccount.d.ts +11 -1
  145. package/lib/operations/updateSolanaAccount.d.ts.map +1 -1
  146. package/lib/operations/updateWebhookSubscription.d.ts +38 -1
  147. package/lib/operations/updateWebhookSubscription.d.ts.map +1 -1
  148. package/lib/operations/validateEndUserAccessToken.d.ts +32 -1
  149. package/lib/operations/validateEndUserAccessToken.d.ts.map +1 -1
  150. package/lib/operations/verifyX402Payment.d.ts +10 -1
  151. package/lib/operations/verifyX402Payment.d.ts.map +1 -1
  152. package/package.json +2 -2
@@ -33,5 +33,24 @@ export type ListEvmTokenBalancesOutput = typeof ListEvmTokenBalancesOutput.Type;
33
33
  * @param pageSize - The number of resources to return per page.
34
34
  * @param pageToken - The token for the next page of resources, if any.
35
35
  */
36
- export declare const listEvmTokenBalances: any;
36
+ export declare const listEvmTokenBalances: import("@distilled.cloud/core/client").OperationMethod<{
37
+ readonly address: string;
38
+ readonly network: string;
39
+ readonly pageSize?: number | undefined;
40
+ readonly pageToken?: string | undefined;
41
+ }, {
42
+ readonly balances: readonly {
43
+ readonly amount: {
44
+ readonly amount: string;
45
+ readonly decimals: number;
46
+ };
47
+ readonly token: {
48
+ readonly contractAddress: string;
49
+ readonly name?: string | undefined;
50
+ readonly network: "base" | "base-sepolia" | "ethereum";
51
+ readonly symbol?: string | undefined;
52
+ };
53
+ }[];
54
+ readonly nextPageToken?: string | undefined;
55
+ }, never, any>;
37
56
  //# sourceMappingURL=listEvmTokenBalances.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"listEvmTokenBalances.d.ts","sourceRoot":"","sources":["../../src/operations/listEvmTokenBalances.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAKxC,eAAO,MAAM,yBAAyB;;;;;EAWnC,CAAC;AACJ,MAAM,MAAM,yBAAyB,GAAG,OAAO,yBAAyB,CAAC,IAAI,CAAC;AAG9E,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;EAiBnC,CAAC;AACL,MAAM,MAAM,0BAA0B,GAAG,OAAO,0BAA0B,CAAC,IAAI,CAAC;AAGhF;;;;;;;;;;GAUG;AACH,eAAO,MAAM,oBAAoB,KAKhC,CAAC"}
1
+ {"version":3,"file":"listEvmTokenBalances.d.ts","sourceRoot":"","sources":["../../src/operations/listEvmTokenBalances.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAKxC,eAAO,MAAM,yBAAyB;;;;;EAWnC,CAAC;AACJ,MAAM,MAAM,yBAAyB,GAAG,OAAO,yBAAyB,CAAC,IAAI,CAAC;AAG9E,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;EAiBnC,CAAC;AACL,MAAM,MAAM,0BAA0B,GAAG,OAAO,0BAA0B,CAAC,IAAI,CAAC;AAGhF;;;;;;;;;;GAUG;AACH,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;cAKhC,CAAC"}
@@ -27,5 +27,19 @@ export type ListPoliciesOutput = typeof ListPoliciesOutput.Type;
27
27
  * @param pageToken - The token for the next page of resources, if any.
28
28
  * @param scope - The scope of the policies to return. If `project`, the response will include exactly one policy, which is the project-level policy. If `account`, the response will include all account-level policies for the developer's CDP Project.
29
29
  */
30
- export declare const listPolicies: any;
30
+ export declare const listPolicies: import("@distilled.cloud/core/client").OperationMethod<{
31
+ readonly pageSize?: number | undefined;
32
+ readonly pageToken?: string | undefined;
33
+ readonly scope?: "account" | "project" | undefined;
34
+ }, {
35
+ readonly nextPageToken?: string | undefined;
36
+ readonly policies: readonly {
37
+ readonly createdAt: string;
38
+ readonly description?: string | undefined;
39
+ readonly id: string;
40
+ readonly rules: readonly unknown[];
41
+ readonly scope: "account" | "project";
42
+ readonly updatedAt: string;
43
+ }[];
44
+ }, never, any>;
31
45
  //# sourceMappingURL=listPolicies.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"listPolicies.d.ts","sourceRoot":"","sources":["../../src/operations/listPolicies.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAKxC,eAAO,MAAM,iBAAiB;;;;EAIwC,CAAC;AACvE,MAAM,MAAM,iBAAiB,GAAG,OAAO,iBAAiB,CAAC,IAAI,CAAC;AAG9D,eAAO,MAAM,kBAAkB;;;;;;;;;;EAY7B,CAAC;AACH,MAAM,MAAM,kBAAkB,GAAG,OAAO,kBAAkB,CAAC,IAAI,CAAC;AAGhE;;;;;;;;;GASG;AACH,eAAO,MAAM,YAAY,KAGtB,CAAC"}
1
+ {"version":3,"file":"listPolicies.d.ts","sourceRoot":"","sources":["../../src/operations/listPolicies.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAKxC,eAAO,MAAM,iBAAiB;;;;EAIwC,CAAC;AACvE,MAAM,MAAM,iBAAiB,GAAG,OAAO,iBAAiB,CAAC,IAAI,CAAC;AAG9D,eAAO,MAAM,kBAAkB;;;;;;;;;;EAY7B,CAAC;AACH,MAAM,MAAM,kBAAkB,GAAG,OAAO,kBAAkB,CAAC,IAAI,CAAC;AAGhE;;;;;;;;;GASG;AACH,eAAO,MAAM,YAAY;;;;;;;;;;;;;;cAGtB,CAAC"}
@@ -25,5 +25,17 @@ export type ListSolanaAccountsOutput = typeof ListSolanaAccountsOutput.Type;
25
25
  * @param pageSize - The number of resources to return per page.
26
26
  * @param pageToken - The token for the next page of resources, if any.
27
27
  */
28
- export declare const listSolanaAccounts: any;
28
+ export declare const listSolanaAccounts: import("@distilled.cloud/core/client").OperationMethod<{
29
+ readonly pageSize?: number | undefined;
30
+ readonly pageToken?: string | undefined;
31
+ }, {
32
+ readonly accounts: readonly {
33
+ readonly address: string;
34
+ readonly createdAt?: string | undefined;
35
+ readonly name?: string | undefined;
36
+ readonly policies?: readonly string[] | undefined;
37
+ readonly updatedAt?: string | undefined;
38
+ }[];
39
+ readonly nextPageToken?: string | undefined;
40
+ }, never, any>;
29
41
  //# sourceMappingURL=listSolanaAccounts.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"listSolanaAccounts.d.ts","sourceRoot":"","sources":["../../src/operations/listSolanaAccounts.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAKxC,eAAO,MAAM,uBAAuB;;;EAI6B,CAAC;AAClE,MAAM,MAAM,uBAAuB,GAAG,OAAO,uBAAuB,CAAC,IAAI,CAAC;AAG1E,eAAO,MAAM,wBAAwB;;;;;;;;;EAYjC,CAAC;AACL,MAAM,MAAM,wBAAwB,GAAG,OAAO,wBAAwB,CAAC,IAAI,CAAC;AAG5E;;;;;;;;;GASG;AACH,eAAO,MAAM,kBAAkB,KAG5B,CAAC"}
1
+ {"version":3,"file":"listSolanaAccounts.d.ts","sourceRoot":"","sources":["../../src/operations/listSolanaAccounts.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAKxC,eAAO,MAAM,uBAAuB;;;EAI6B,CAAC;AAClE,MAAM,MAAM,uBAAuB,GAAG,OAAO,uBAAuB,CAAC,IAAI,CAAC;AAG1E,eAAO,MAAM,wBAAwB;;;;;;;;;EAYjC,CAAC;AACL,MAAM,MAAM,wBAAwB,GAAG,OAAO,wBAAwB,CAAC,IAAI,CAAC;AAG5E;;;;;;;;;GASG;AACH,eAAO,MAAM,kBAAkB;;;;;;;;;;;;cAG5B,CAAC"}
@@ -32,5 +32,23 @@ export type ListSolanaTokenBalancesOutput = typeof ListSolanaTokenBalancesOutput
32
32
  * @param pageSize - The number of balances to return per page.
33
33
  * @param pageToken - The token for the next page of balances. Will be empty if there are no more balances to fetch.
34
34
  */
35
- export declare const listSolanaTokenBalances: any;
35
+ export declare const listSolanaTokenBalances: import("@distilled.cloud/core/client").OperationMethod<{
36
+ readonly address: string;
37
+ readonly network: string;
38
+ readonly pageSize?: number | undefined;
39
+ readonly pageToken?: string | undefined;
40
+ }, {
41
+ readonly balances: readonly {
42
+ readonly amount: {
43
+ readonly amount: string;
44
+ readonly decimals: number;
45
+ };
46
+ readonly token: {
47
+ readonly mintAddress: string;
48
+ readonly name?: string | undefined;
49
+ readonly symbol?: string | undefined;
50
+ };
51
+ }[];
52
+ readonly nextPageToken?: string | undefined;
53
+ }, never, any>;
36
54
  //# sourceMappingURL=listSolanaTokenBalances.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"listSolanaTokenBalances.d.ts","sourceRoot":"","sources":["../../src/operations/listSolanaTokenBalances.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAKxC,eAAO,MAAM,4BAA4B;;;;;EAWtC,CAAC;AACJ,MAAM,MAAM,4BAA4B,GACtC,OAAO,4BAA4B,CAAC,IAAI,CAAC;AAG3C,eAAO,MAAM,6BAA6B;;;;;;;;;;;;;EAgBtC,CAAC;AACL,MAAM,MAAM,6BAA6B,GACvC,OAAO,6BAA6B,CAAC,IAAI,CAAC;AAG5C;;;;;;;;;;GAUG;AACH,eAAO,MAAM,uBAAuB,KAKnC,CAAC"}
1
+ {"version":3,"file":"listSolanaTokenBalances.d.ts","sourceRoot":"","sources":["../../src/operations/listSolanaTokenBalances.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAKxC,eAAO,MAAM,4BAA4B;;;;;EAWtC,CAAC;AACJ,MAAM,MAAM,4BAA4B,GACtC,OAAO,4BAA4B,CAAC,IAAI,CAAC;AAG3C,eAAO,MAAM,6BAA6B;;;;;;;;;;;;;EAgBtC,CAAC;AACL,MAAM,MAAM,6BAA6B,GACvC,OAAO,6BAA6B,CAAC,IAAI,CAAC;AAG5C;;;;;;;;;;GAUG;AACH,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;cAKnC,CAAC"}
@@ -36,5 +36,29 @@ export type ListSpendPermissionsOutput = typeof ListSpendPermissionsOutput.Type;
36
36
  * @param pageSize - The number of spend permissions to return per page.
37
37
  * @param pageToken - The token for the next page of spend permissions. Will be empty if there are no more spend permissions to fetch.
38
38
  */
39
- export declare const listSpendPermissions: any;
39
+ export declare const listSpendPermissions: import("@distilled.cloud/core/client").OperationMethod<{
40
+ readonly address: string;
41
+ readonly pageSize?: number | undefined;
42
+ readonly pageToken?: string | undefined;
43
+ }, {
44
+ readonly nextPageToken?: string | undefined;
45
+ readonly spendPermissions: readonly {
46
+ readonly createdAt: string;
47
+ readonly network: "arbitrum" | "avalanche" | "base" | "base-sepolia" | "ethereum" | "ethereum-sepolia" | "optimism" | "polygon";
48
+ readonly permission: {
49
+ readonly account: string;
50
+ readonly allowance: string;
51
+ readonly end: string;
52
+ readonly extraData: string;
53
+ readonly period: string;
54
+ readonly salt: string;
55
+ readonly spender: string;
56
+ readonly start: string;
57
+ readonly token: string;
58
+ };
59
+ readonly permissionHash: string;
60
+ readonly revoked: boolean;
61
+ readonly revokedAt?: string | undefined;
62
+ }[];
63
+ }, never, any>;
40
64
  //# sourceMappingURL=listSpendPermissions.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"listSpendPermissions.d.ts","sourceRoot":"","sources":["../../src/operations/listSpendPermissions.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAKxC,eAAO,MAAM,yBAAyB;;;;EAUnC,CAAC;AACJ,MAAM,MAAM,yBAAyB,GAAG,OAAO,yBAAyB,CAAC,IAAI,CAAC;AAG9E,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;EAgCnC,CAAC;AACL,MAAM,MAAM,0BAA0B,GAAG,OAAO,0BAA0B,CAAC,IAAI,CAAC;AAGhF;;;;;;;;GAQG;AACH,eAAO,MAAM,oBAAoB,KAKhC,CAAC"}
1
+ {"version":3,"file":"listSpendPermissions.d.ts","sourceRoot":"","sources":["../../src/operations/listSpendPermissions.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAKxC,eAAO,MAAM,yBAAyB;;;;EAUnC,CAAC;AACJ,MAAM,MAAM,yBAAyB,GAAG,OAAO,yBAAyB,CAAC,IAAI,CAAC;AAG9E,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;EAgCnC,CAAC;AACL,MAAM,MAAM,0BAA0B,GAAG,OAAO,0BAA0B,CAAC,IAAI,CAAC;AAGhF;;;;;;;;GAQG;AACH,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;cAKhC,CAAC"}
@@ -19,5 +19,12 @@ export type ListTokensForAccountOutput = typeof ListTokensForAccountOutput.Type;
19
19
  * @param network - The blockchain network to query.
20
20
  * @param address - The account address to analyze for token interactions.
21
21
  */
22
- export declare const listTokensForAccount: any;
22
+ export declare const listTokensForAccount: import("@distilled.cloud/core/client").OperationMethod<{
23
+ readonly address: string;
24
+ readonly network: "base" | "base-sepolia";
25
+ }, {
26
+ readonly accountAddress?: string | undefined;
27
+ readonly tokenAddresses?: readonly string[] | undefined;
28
+ readonly totalCount?: number | undefined;
29
+ }, never, any>;
23
30
  //# sourceMappingURL=listTokensForAccount.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"listTokensForAccount.d.ts","sourceRoot":"","sources":["../../src/operations/listTokensForAccount.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAKxC,eAAO,MAAM,yBAAyB;;;EASnC,CAAC;AACJ,MAAM,MAAM,yBAAyB,GAAG,OAAO,yBAAyB,CAAC,IAAI,CAAC;AAG9E,eAAO,MAAM,0BAA0B;;;;EAKnC,CAAC;AACL,MAAM,MAAM,0BAA0B,GAAG,OAAO,0BAA0B,CAAC,IAAI,CAAC;AAGhF;;;;;;;;GAQG;AACH,eAAO,MAAM,oBAAoB,KAKhC,CAAC"}
1
+ {"version":3,"file":"listTokensForAccount.d.ts","sourceRoot":"","sources":["../../src/operations/listTokensForAccount.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAKxC,eAAO,MAAM,yBAAyB;;;EASnC,CAAC;AACJ,MAAM,MAAM,yBAAyB,GAAG,OAAO,yBAAyB,CAAC,IAAI,CAAC;AAG9E,eAAO,MAAM,0BAA0B;;;;EAKnC,CAAC;AACL,MAAM,MAAM,0BAA0B,GAAG,OAAO,0BAA0B,CAAC,IAAI,CAAC;AAGhF;;;;;;;;GAQG;AACH,eAAO,MAAM,oBAAoB;;;;;;;cAKhC,CAAC"}
@@ -48,5 +48,26 @@ export type ListWebhookSubscriptionEventsOutput = typeof ListWebhookSubscription
48
48
  * @param maxCreatedAt - Filter events created at or before this timestamp (RFC 3339 format).
49
49
  * @param eventTypeNames - Filter by event type names (comma-separated).
50
50
  */
51
- export declare const listWebhookSubscriptionEvents: any;
51
+ export declare const listWebhookSubscriptionEvents: import("@distilled.cloud/core/client").OperationMethod<{
52
+ readonly eventId?: string | undefined;
53
+ readonly eventTypeNames?: string | undefined;
54
+ readonly maxCreatedAt?: string | undefined;
55
+ readonly minCreatedAt?: string | undefined;
56
+ readonly subscriptionId: string;
57
+ }, {
58
+ readonly events: readonly {
59
+ readonly createdAt: string;
60
+ readonly eventId: string;
61
+ readonly eventTypeName: string;
62
+ readonly response?: {
63
+ readonly body?: string | undefined;
64
+ readonly elapsedTimeMs?: number | undefined;
65
+ readonly errorName?: string | undefined;
66
+ readonly httpCode?: number | undefined;
67
+ } | undefined;
68
+ readonly retryCount: number;
69
+ readonly status: "failed" | "pending" | "processing" | "retrying" | "succeeded";
70
+ readonly succeededAt?: string | undefined;
71
+ }[];
72
+ }, never, any>;
52
73
  //# sourceMappingURL=listWebhookSubscriptionEvents.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"listWebhookSubscriptionEvents.d.ts","sourceRoot":"","sources":["../../src/operations/listWebhookSubscriptionEvents.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAKxC,eAAO,MAAM,kCAAkC;;;;;;EAY5C,CAAC;AACJ,MAAM,MAAM,kCAAkC,GAC5C,OAAO,kCAAkC,CAAC,IAAI,CAAC;AAGjD,eAAO,MAAM,mCAAmC;;;;;;;;;;;;;;;EA0B5C,CAAC;AACL,MAAM,MAAM,mCAAmC,GAC7C,OAAO,mCAAmC,CAAC,IAAI,CAAC;AAGlD;;;;;;;;;;;;;;;;;;;;;;;GAuBG;AACH,eAAO,MAAM,6BAA6B,KAIrC,CAAC"}
1
+ {"version":3,"file":"listWebhookSubscriptionEvents.d.ts","sourceRoot":"","sources":["../../src/operations/listWebhookSubscriptionEvents.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAKxC,eAAO,MAAM,kCAAkC;;;;;;EAY5C,CAAC;AACJ,MAAM,MAAM,kCAAkC,GAC5C,OAAO,kCAAkC,CAAC,IAAI,CAAC;AAGjD,eAAO,MAAM,mCAAmC;;;;;;;;;;;;;;;EA0B5C,CAAC;AACL,MAAM,MAAM,mCAAmC,GAC7C,OAAO,mCAAmC,CAAC,IAAI,CAAC;AAGlD;;;;;;;;;;;;;;;;;;;;;;;GAuBG;AACH,eAAO,MAAM,6BAA6B;;;;;;;;;;;;;;;;;;;;;cAIrC,CAAC"}
@@ -39,5 +39,31 @@ export type ListWebhookSubscriptionsOutput = typeof ListWebhookSubscriptionsOutp
39
39
  * @param pageSize - The number of subscriptions to return per page.
40
40
  * @param pageToken - The token for the next page of subscriptions, if any.
41
41
  */
42
- export declare const listWebhookSubscriptions: any;
42
+ export declare const listWebhookSubscriptions: import("@distilled.cloud/core/client").OperationMethod<{
43
+ readonly pageSize?: number | undefined;
44
+ readonly pageToken?: string | undefined;
45
+ }, {
46
+ readonly nextPageToken?: string | undefined;
47
+ readonly subscriptions: readonly {
48
+ readonly createdAt: string;
49
+ readonly description?: {} | undefined;
50
+ readonly eventTypes: readonly string[];
51
+ readonly isEnabled: boolean;
52
+ readonly labels?: {
53
+ readonly [x: string]: string;
54
+ } | undefined;
55
+ readonly metadata?: {
56
+ readonly secret?: string | import("effect/Redacted").Redacted<string> | undefined;
57
+ } | undefined;
58
+ readonly secret: string | import("effect/Redacted").Redacted<string>;
59
+ readonly subscriptionId: string;
60
+ readonly target: {
61
+ readonly headers?: {
62
+ readonly [x: string]: string;
63
+ } | undefined;
64
+ readonly url: {};
65
+ };
66
+ readonly updatedAt?: string | undefined;
67
+ }[];
68
+ }, never, any>;
43
69
  //# sourceMappingURL=listWebhookSubscriptions.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"listWebhookSubscriptions.d.ts","sourceRoot":"","sources":["../../src/operations/listWebhookSubscriptions.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAMxC,eAAO,MAAM,6BAA6B;;;EAImC,CAAC;AAC9E,MAAM,MAAM,6BAA6B,GACvC,OAAO,6BAA6B,CAAC,IAAI,CAAC;AAG5C,eAAO,MAAM,8BAA8B;;;;;;;;;;;;;;;;;;;EAwBvC,CAAC;AACL,MAAM,MAAM,8BAA8B,GACxC,OAAO,8BAA8B,CAAC,IAAI,CAAC;AAG7C;;;;;;;;;;;;;GAaG;AACH,eAAO,MAAM,wBAAwB,KAKpC,CAAC"}
1
+ {"version":3,"file":"listWebhookSubscriptions.d.ts","sourceRoot":"","sources":["../../src/operations/listWebhookSubscriptions.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAMxC,eAAO,MAAM,6BAA6B;;;EAImC,CAAC;AAC9E,MAAM,MAAM,6BAA6B,GACvC,OAAO,6BAA6B,CAAC,IAAI,CAAC;AAG5C,eAAO,MAAM,8BAA8B;;;;;;;;;;;;;;;;;;;EAwBvC,CAAC;AACL,MAAM,MAAM,8BAA8B,GACxC,OAAO,8BAA8B,CAAC,IAAI,CAAC;AAG7C;;;;;;;;;;;;;GAaG;AACH,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;;;cAKpC,CAAC"}
@@ -49,5 +49,36 @@ section of our Authentication docs for more details on how to generate your Wall
49
49
 
50
50
  * @param address - The address of the EVM Smart Account to execute the user operation from.
51
51
  */
52
- export declare const prepareAndSendUserOperation: any;
52
+ export declare const prepareAndSendUserOperation: import("@distilled.cloud/core/client").OperationMethod<{
53
+ readonly address: string;
54
+ readonly calls: readonly {
55
+ readonly data: string;
56
+ readonly overrideGasLimit?: string | undefined;
57
+ readonly to: string;
58
+ readonly value: string;
59
+ }[];
60
+ readonly network: "arbitrum" | "avalanche" | "base" | "base-sepolia" | "bnb" | "ethereum" | "ethereum-sepolia" | "optimism" | "polygon" | "zora";
61
+ readonly paymasterUrl?: {} | undefined;
62
+ }, {
63
+ readonly calls: readonly {
64
+ readonly data: string;
65
+ readonly overrideGasLimit?: string | undefined;
66
+ readonly to: string;
67
+ readonly value: string;
68
+ }[];
69
+ readonly network: "arbitrum" | "avalanche" | "base" | "base-sepolia" | "bnb" | "ethereum" | "ethereum-sepolia" | "optimism" | "polygon" | "zora";
70
+ readonly receipts?: readonly {
71
+ readonly blockHash?: string | undefined;
72
+ readonly blockNumber?: number | undefined;
73
+ readonly gasUsed?: string | undefined;
74
+ readonly revert?: {
75
+ readonly data: string;
76
+ readonly message: string;
77
+ } | undefined;
78
+ readonly transactionHash?: string | undefined;
79
+ }[] | undefined;
80
+ readonly status: "broadcast" | "complete" | "dropped" | "failed" | "pending" | "signed";
81
+ readonly transactionHash?: string | undefined;
82
+ readonly userOpHash: string;
83
+ }, never, any>;
53
84
  //# sourceMappingURL=prepareAndSendUserOperation.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"prepareAndSendUserOperation.d.ts","sourceRoot":"","sources":["../../src/operations/prepareAndSendUserOperation.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAKxC,eAAO,MAAM,gCAAgC;;;;;;;;;;EA6B1C,CAAC;AACJ,MAAM,MAAM,gCAAgC,GAC1C,OAAO,gCAAgC,CAAC,IAAI,CAAC;AAG/C,eAAO,MAAM,iCAAiC;;;;;;;;;;;;;;;;;;;;;EAgD1C,CAAC;AACL,MAAM,MAAM,iCAAiC,GAC3C,OAAO,iCAAiC,CAAC,IAAI,CAAC;AAGhD;;;;;;;;;;;;;;GAcG;AACH,eAAO,MAAM,2BAA2B,KAKvC,CAAC"}
1
+ {"version":3,"file":"prepareAndSendUserOperation.d.ts","sourceRoot":"","sources":["../../src/operations/prepareAndSendUserOperation.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAKxC,eAAO,MAAM,gCAAgC;;;;;;;;;;EA6B1C,CAAC;AACJ,MAAM,MAAM,gCAAgC,GAC1C,OAAO,gCAAgC,CAAC,IAAI,CAAC;AAG/C,eAAO,MAAM,iCAAiC;;;;;;;;;;;;;;;;;;;;;EAgD1C,CAAC;AACL,MAAM,MAAM,iCAAiC,GAC3C,OAAO,iCAAiC,CAAC,IAAI,CAAC;AAGhD;;;;;;;;;;;;;;GAcG;AACH,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAKvC,CAAC"}
@@ -42,5 +42,37 @@ export type PrepareUserOperationOutput = typeof PrepareUserOperationOutput.Type;
42
42
  *
43
43
  * @param address - The address of the Smart Account to create the user operation on.
44
44
  */
45
- export declare const prepareUserOperation: any;
45
+ export declare const prepareUserOperation: import("@distilled.cloud/core/client").OperationMethod<{
46
+ readonly address: string;
47
+ readonly calls: readonly {
48
+ readonly data: string;
49
+ readonly overrideGasLimit?: string | undefined;
50
+ readonly to: string;
51
+ readonly value: string;
52
+ }[];
53
+ readonly dataSuffix?: string | undefined;
54
+ readonly network: "arbitrum" | "avalanche" | "base" | "base-sepolia" | "bnb" | "ethereum" | "ethereum-sepolia" | "optimism" | "polygon" | "zora";
55
+ readonly paymasterUrl?: {} | undefined;
56
+ }, {
57
+ readonly calls: readonly {
58
+ readonly data: string;
59
+ readonly overrideGasLimit?: string | undefined;
60
+ readonly to: string;
61
+ readonly value: string;
62
+ }[];
63
+ readonly network: "arbitrum" | "avalanche" | "base" | "base-sepolia" | "bnb" | "ethereum" | "ethereum-sepolia" | "optimism" | "polygon" | "zora";
64
+ readonly receipts?: readonly {
65
+ readonly blockHash?: string | undefined;
66
+ readonly blockNumber?: number | undefined;
67
+ readonly gasUsed?: string | undefined;
68
+ readonly revert?: {
69
+ readonly data: string;
70
+ readonly message: string;
71
+ } | undefined;
72
+ readonly transactionHash?: string | undefined;
73
+ }[] | undefined;
74
+ readonly status: "broadcast" | "complete" | "dropped" | "failed" | "pending" | "signed";
75
+ readonly transactionHash?: string | undefined;
76
+ readonly userOpHash: string;
77
+ }, never, any>;
46
78
  //# sourceMappingURL=prepareUserOperation.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"prepareUserOperation.d.ts","sourceRoot":"","sources":["../../src/operations/prepareUserOperation.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAKxC,eAAO,MAAM,yBAAyB;;;;;;;;;;;EA8BnC,CAAC;AACJ,MAAM,MAAM,yBAAyB,GAAG,OAAO,yBAAyB,CAAC,IAAI,CAAC;AAG9E,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;;EAgDnC,CAAC;AACL,MAAM,MAAM,0BAA0B,GAAG,OAAO,0BAA0B,CAAC,IAAI,CAAC;AAGhF;;;;;;GAMG;AACH,eAAO,MAAM,oBAAoB,KAKhC,CAAC"}
1
+ {"version":3,"file":"prepareUserOperation.d.ts","sourceRoot":"","sources":["../../src/operations/prepareUserOperation.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAKxC,eAAO,MAAM,yBAAyB;;;;;;;;;;;EA8BnC,CAAC;AACJ,MAAM,MAAM,yBAAyB,GAAG,OAAO,yBAAyB,CAAC,IAAI,CAAC;AAG9E,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;;EAgDnC,CAAC;AACL,MAAM,MAAM,0BAA0B,GAAG,OAAO,0BAA0B,CAAC,IAAI,CAAC;AAGhF;;;;;;GAMG;AACH,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAKhC,CAAC"}
@@ -18,5 +18,11 @@ export type RequestEvmFaucetOutput = typeof RequestEvmFaucetOutput.Type;
18
18
  * These limits are applied at both the CDP User level and the blockchain address level.
19
19
  * A single blockchain address cannot exceed the specified limits, even if multiple users submit requests to the same address.
20
20
  */
21
- export declare const requestEvmFaucet: any;
21
+ export declare const requestEvmFaucet: import("@distilled.cloud/core/client").OperationMethod<{
22
+ readonly address: string;
23
+ readonly network: "base-sepolia" | "ethereum-hoodi" | "ethereum-sepolia";
24
+ readonly token: "cbbtc" | "eth" | "eurc" | "usdc";
25
+ }, {
26
+ readonly transactionHash: string;
27
+ }, never, any>;
22
28
  //# sourceMappingURL=requestEvmFaucet.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"requestEvmFaucet.d.ts","sourceRoot":"","sources":["../../src/operations/requestEvmFaucet.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAKxC,eAAO,MAAM,qBAAqB;;;;EAQyB,CAAC;AAC5D,MAAM,MAAM,qBAAqB,GAAG,OAAO,qBAAqB,CAAC,IAAI,CAAC;AAGtE,eAAO,MAAM,sBAAsB;;EAIlC,CAAC;AACF,MAAM,MAAM,sBAAsB,GAAG,OAAO,sBAAsB,CAAC,IAAI,CAAC;AAGxE;;;;;;;;GAQG;AACH,eAAO,MAAM,gBAAgB,KAG1B,CAAC"}
1
+ {"version":3,"file":"requestEvmFaucet.d.ts","sourceRoot":"","sources":["../../src/operations/requestEvmFaucet.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAKxC,eAAO,MAAM,qBAAqB;;;;EAQyB,CAAC;AAC5D,MAAM,MAAM,qBAAqB,GAAG,OAAO,qBAAqB,CAAC,IAAI,CAAC;AAGtE,eAAO,MAAM,sBAAsB;;EAIlC,CAAC;AACF,MAAM,MAAM,sBAAsB,GAAG,OAAO,sBAAsB,CAAC,IAAI,CAAC;AAGxE;;;;;;;;GAQG;AACH,eAAO,MAAM,gBAAgB;;;;;;cAG1B,CAAC"}
@@ -17,5 +17,10 @@ export type RequestSolanaFaucetOutput = typeof RequestSolanaFaucetOutput.Type;
17
17
  * These limits are applied at both the CDP Project level and the blockchain address level.
18
18
  * A single blockchain address cannot exceed the specified limits, even if multiple users submit requests to the same address.
19
19
  */
20
- export declare const requestSolanaFaucet: any;
20
+ export declare const requestSolanaFaucet: import("@distilled.cloud/core/client").OperationMethod<{
21
+ readonly address: string;
22
+ readonly token: "cbtusd" | "sol" | "usdc";
23
+ }, {
24
+ readonly transactionSignature: string;
25
+ }, never, any>;
21
26
  //# sourceMappingURL=requestSolanaFaucet.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"requestSolanaFaucet.d.ts","sourceRoot":"","sources":["../../src/operations/requestSolanaFaucet.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAKxC,eAAO,MAAM,wBAAwB;;;EAI2B,CAAC;AACjE,MAAM,MAAM,wBAAwB,GAAG,OAAO,wBAAwB,CAAC,IAAI,CAAC;AAG5E,eAAO,MAAM,yBAAyB;;EAGlC,CAAC;AACL,MAAM,MAAM,yBAAyB,GAAG,OAAO,yBAAyB,CAAC,IAAI,CAAC;AAG9E;;;;;;;;GAQG;AACH,eAAO,MAAM,mBAAmB,KAG7B,CAAC"}
1
+ {"version":3,"file":"requestSolanaFaucet.d.ts","sourceRoot":"","sources":["../../src/operations/requestSolanaFaucet.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAKxC,eAAO,MAAM,wBAAwB;;;EAI2B,CAAC;AACjE,MAAM,MAAM,wBAAwB,GAAG,OAAO,wBAAwB,CAAC,IAAI,CAAC;AAG5E,eAAO,MAAM,yBAAyB;;EAGlC,CAAC;AACL,MAAM,MAAM,yBAAyB,GAAG,OAAO,yBAAyB,CAAC,IAAI,CAAC;AAG9E;;;;;;;;GAQG;AACH,eAAO,MAAM,mBAAmB;;;;;cAG7B,CAAC"}
@@ -44,5 +44,31 @@ Refer to our [Idempotency docs](https://docs.cdp.coinbase.com/api-reference/v2/i
44
44
 
45
45
  * @param address - The address of the Smart account this spend permission is valid for.
46
46
  */
47
- export declare const revokeSpendPermission: any;
47
+ export declare const revokeSpendPermission: import("@distilled.cloud/core/client").OperationMethod<{
48
+ readonly address: string;
49
+ readonly network: "arbitrum" | "avalanche" | "base" | "base-sepolia" | "ethereum" | "ethereum-sepolia" | "optimism" | "polygon";
50
+ readonly paymasterUrl?: {} | undefined;
51
+ readonly permissionHash: string;
52
+ }, {
53
+ readonly calls: readonly {
54
+ readonly data: string;
55
+ readonly overrideGasLimit?: string | undefined;
56
+ readonly to: string;
57
+ readonly value: string;
58
+ }[];
59
+ readonly network: "arbitrum" | "avalanche" | "base" | "base-sepolia" | "bnb" | "ethereum" | "ethereum-sepolia" | "optimism" | "polygon" | "zora";
60
+ readonly receipts?: readonly {
61
+ readonly blockHash?: string | undefined;
62
+ readonly blockNumber?: number | undefined;
63
+ readonly gasUsed?: string | undefined;
64
+ readonly revert?: {
65
+ readonly data: string;
66
+ readonly message: string;
67
+ } | undefined;
68
+ readonly transactionHash?: string | undefined;
69
+ }[] | undefined;
70
+ readonly status: "broadcast" | "complete" | "dropped" | "failed" | "pending" | "signed";
71
+ readonly transactionHash?: string | undefined;
72
+ readonly userOpHash: string;
73
+ }, never, any>;
48
74
  //# sourceMappingURL=revokeSpendPermission.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"revokeSpendPermission.d.ts","sourceRoot":"","sources":["../../src/operations/revokeSpendPermission.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAKxC,eAAO,MAAM,0BAA0B;;;;;EAoBpC,CAAC;AACJ,MAAM,MAAM,0BAA0B,GAAG,OAAO,0BAA0B,CAAC,IAAI,CAAC;AAGhF,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;EAgDpC,CAAC;AACL,MAAM,MAAM,2BAA2B,GACrC,OAAO,2BAA2B,CAAC,IAAI,CAAC;AAG1C;;;;;;;;;;;;;;GAcG;AACH,eAAO,MAAM,qBAAqB,KAKjC,CAAC"}
1
+ {"version":3,"file":"revokeSpendPermission.d.ts","sourceRoot":"","sources":["../../src/operations/revokeSpendPermission.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAKxC,eAAO,MAAM,0BAA0B;;;;;EAoBpC,CAAC;AACJ,MAAM,MAAM,0BAA0B,GAAG,OAAO,0BAA0B,CAAC,IAAI,CAAC;AAGhF,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;EAgDpC,CAAC;AACL,MAAM,MAAM,2BAA2B,GACrC,OAAO,2BAA2B,CAAC,IAAI,CAAC;AAG1C;;;;;;;;;;;;;;GAcG;AACH,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;cAKjC,CAAC"}
@@ -55,5 +55,26 @@ export type RunSQLQueryOutput = typeof RunSQLQueryOutput.Type;
55
55
  * By default, each query result is returned from cache so long as the result is from an identical query and less than 750ms old. This freshness tolerance can be modified upwards, to a maximum of 900000ms (i.e. 900s, 15m).
56
56
  * This can be helpful for users who wish to reduce expensive calls to the SQL API by reusing cached results.
57
57
  */
58
- export declare const runSQLQuery: any;
58
+ export declare const runSQLQuery: import("@distilled.cloud/core/client").OperationMethod<{
59
+ readonly cache?: {
60
+ readonly maxAgeMs?: number | undefined;
61
+ } | undefined;
62
+ readonly sql: string;
63
+ }, {
64
+ readonly metadata?: {
65
+ readonly cached?: boolean | undefined;
66
+ readonly executionTimeMs?: number | undefined;
67
+ readonly executionTimestamp?: string | undefined;
68
+ readonly rowCount?: number | undefined;
69
+ } | undefined;
70
+ readonly result?: readonly {
71
+ readonly [x: string]: unknown;
72
+ }[] | undefined;
73
+ readonly schema?: {
74
+ readonly columns?: readonly {
75
+ readonly name?: string | undefined;
76
+ readonly type?: "Bool" | "Date" | "DateTime" | "DateTime64" | "Float32" | "Float64" | "Int128" | "Int16" | "Int256" | "Int32" | "Int64" | "Int8" | "String" | "UInt128" | "UInt16" | "UInt256" | "UInt32" | "UInt64" | "UInt8" | "UUID" | undefined;
77
+ }[] | undefined;
78
+ } | undefined;
79
+ }, never, any>;
59
80
  //# sourceMappingURL=runSQLQuery.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"runSQLQuery.d.ts","sourceRoot":"","sources":["../../src/operations/runSQLQuery.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAKxC,eAAO,MAAM,gBAAgB;;;;;EAOkC,CAAC;AAChE,MAAM,MAAM,gBAAgB,GAAG,OAAO,gBAAgB,CAAC,IAAI,CAAC;AAG5D,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;EA+C5B,CAAC;AACH,MAAM,MAAM,iBAAiB,GAAG,OAAO,iBAAiB,CAAC,IAAI,CAAC;AAG9D;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAgCG;AACH,eAAO,MAAM,WAAW,KAGrB,CAAC"}
1
+ {"version":3,"file":"runSQLQuery.d.ts","sourceRoot":"","sources":["../../src/operations/runSQLQuery.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAKxC,eAAO,MAAM,gBAAgB;;;;;EAOkC,CAAC;AAChE,MAAM,MAAM,gBAAgB,GAAG,OAAO,gBAAgB,CAAC,IAAI,CAAC;AAG5D,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;EA+C5B,CAAC;AACH,MAAM,MAAM,iBAAiB,GAAG,OAAO,iBAAiB,CAAC,IAAI,CAAC;AAG9D;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAgCG;AACH,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;cAGrB,CAAC"}
@@ -40,5 +40,11 @@ Refer to our [Idempotency docs](https://docs.cdp.coinbase.com/api-reference/v2/i
40
40
 
41
41
  * @param address - The 0x-prefixed address of the Ethereum account.
42
42
  */
43
- export declare const sendEvmTransaction: any;
43
+ export declare const sendEvmTransaction: import("@distilled.cloud/core/client").OperationMethod<{
44
+ readonly address: string;
45
+ readonly network: "arbitrum" | "avalanche" | "base" | "base-sepolia" | "ethereum" | "ethereum-sepolia" | "optimism" | "polygon";
46
+ readonly transaction: string;
47
+ }, {
48
+ readonly transactionHash: string;
49
+ }, never, any>;
44
50
  //# sourceMappingURL=sendEvmTransaction.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"sendEvmTransaction.d.ts","sourceRoot":"","sources":["../../src/operations/sendEvmTransaction.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAKxC,eAAO,MAAM,uBAAuB;;;;EAmBjC,CAAC;AACJ,MAAM,MAAM,uBAAuB,GAAG,OAAO,uBAAuB,CAAC,IAAI,CAAC;AAG1E,eAAO,MAAM,wBAAwB;;EAGjC,CAAC;AACL,MAAM,MAAM,wBAAwB,GAAG,OAAO,wBAAwB,CAAC,IAAI,CAAC;AAG5E;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA8BG;AACH,eAAO,MAAM,kBAAkB,KAG5B,CAAC"}
1
+ {"version":3,"file":"sendEvmTransaction.d.ts","sourceRoot":"","sources":["../../src/operations/sendEvmTransaction.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAKxC,eAAO,MAAM,uBAAuB;;;;EAmBjC,CAAC;AACJ,MAAM,MAAM,uBAAuB,GAAG,OAAO,uBAAuB,CAAC,IAAI,CAAC;AAG1E,eAAO,MAAM,wBAAwB;;EAGjC,CAAC;AACL,MAAM,MAAM,wBAAwB,GAAG,OAAO,wBAAwB,CAAC,IAAI,CAAC;AAG5E;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA8BG;AACH,eAAO,MAAM,kBAAkB;;;;;;cAG5B,CAAC"}
@@ -35,5 +35,11 @@ When included, duplicate requests with the same key will return identical respon
35
35
  Refer to our [Idempotency docs](https://docs.cdp.coinbase.com/api-reference/v2/idempotency) for more information on using idempotency keys.
36
36
 
37
37
  */
38
- export declare const sendSolanaTransaction: any;
38
+ export declare const sendSolanaTransaction: import("@distilled.cloud/core/client").OperationMethod<{
39
+ readonly network: "solana" | "solana-devnet";
40
+ readonly transaction: string;
41
+ readonly useCdpSponsor?: boolean | undefined;
42
+ }, {
43
+ readonly transactionSignature: string;
44
+ }, never, any>;
39
45
  //# sourceMappingURL=sendSolanaTransaction.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"sendSolanaTransaction.d.ts","sourceRoot":"","sources":["../../src/operations/sendSolanaTransaction.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAKxC,eAAO,MAAM,0BAA0B;;;;EAOpC,CAAC;AACJ,MAAM,MAAM,0BAA0B,GAAG,OAAO,0BAA0B,CAAC,IAAI,CAAC;AAGhF,eAAO,MAAM,2BAA2B;;EAGpC,CAAC;AACL,MAAM,MAAM,2BAA2B,GACrC,OAAO,2BAA2B,CAAC,IAAI,CAAC;AAG1C;;;;;;;;;;;;;;;;;;;;;;;;;GAyBG;AACH,eAAO,MAAM,qBAAqB,KAKjC,CAAC"}
1
+ {"version":3,"file":"sendSolanaTransaction.d.ts","sourceRoot":"","sources":["../../src/operations/sendSolanaTransaction.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAKxC,eAAO,MAAM,0BAA0B;;;;EAOpC,CAAC;AACJ,MAAM,MAAM,0BAA0B,GAAG,OAAO,0BAA0B,CAAC,IAAI,CAAC;AAGhF,eAAO,MAAM,2BAA2B;;EAGpC,CAAC;AACL,MAAM,MAAM,2BAA2B,GACrC,OAAO,2BAA2B,CAAC,IAAI,CAAC;AAG1C;;;;;;;;;;;;;;;;;;;;;;;;;GAyBG;AACH,eAAO,MAAM,qBAAqB;;;;;;cAKjC,CAAC"}
@@ -39,5 +39,30 @@ export type SendUserOperationOutput = typeof SendUserOperationOutput.Type;
39
39
  * @param address - The address of the Smart Account to send the user operation from.
40
40
  * @param userOpHash - The hash of the user operation to send.
41
41
  */
42
- export declare const sendUserOperation: any;
42
+ export declare const sendUserOperation: import("@distilled.cloud/core/client").OperationMethod<{
43
+ readonly address: string;
44
+ readonly signature: string;
45
+ readonly userOpHash: string;
46
+ }, {
47
+ readonly calls: readonly {
48
+ readonly data: string;
49
+ readonly overrideGasLimit?: string | undefined;
50
+ readonly to: string;
51
+ readonly value: string;
52
+ }[];
53
+ readonly network: "arbitrum" | "avalanche" | "base" | "base-sepolia" | "bnb" | "ethereum" | "ethereum-sepolia" | "optimism" | "polygon" | "zora";
54
+ readonly receipts?: readonly {
55
+ readonly blockHash?: string | undefined;
56
+ readonly blockNumber?: number | undefined;
57
+ readonly gasUsed?: string | undefined;
58
+ readonly revert?: {
59
+ readonly data: string;
60
+ readonly message: string;
61
+ } | undefined;
62
+ readonly transactionHash?: string | undefined;
63
+ }[] | undefined;
64
+ readonly status: "broadcast" | "complete" | "dropped" | "failed" | "pending" | "signed";
65
+ readonly transactionHash?: string | undefined;
66
+ readonly userOpHash: string;
67
+ }, never, any>;
43
68
  //# sourceMappingURL=sendUserOperation.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"sendUserOperation.d.ts","sourceRoot":"","sources":["../../src/operations/sendUserOperation.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAKxC,eAAO,MAAM,sBAAsB;;;;EAWlC,CAAC;AACF,MAAM,MAAM,sBAAsB,GAAG,OAAO,sBAAsB,CAAC,IAAI,CAAC;AAGxE,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;EAgDhC,CAAC;AACL,MAAM,MAAM,uBAAuB,GAAG,OAAO,uBAAuB,CAAC,IAAI,CAAC;AAG1E;;;;;;;;;;GAUG;AACH,eAAO,MAAM,iBAAiB,KAG3B,CAAC"}
1
+ {"version":3,"file":"sendUserOperation.d.ts","sourceRoot":"","sources":["../../src/operations/sendUserOperation.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAKxC,eAAO,MAAM,sBAAsB;;;;EAWlC,CAAC;AACF,MAAM,MAAM,sBAAsB,GAAG,OAAO,sBAAsB,CAAC,IAAI,CAAC;AAGxE,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;EAgDhC,CAAC;AACL,MAAM,MAAM,uBAAuB,GAAG,OAAO,uBAAuB,CAAC,IAAI,CAAC;AAG1E;;;;;;;;;;GAUG;AACH,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;cAG3B,CAAC"}
@@ -20,5 +20,17 @@ export type SettleX402PaymentOutput = typeof SettleX402PaymentOutput.Type;
20
20
  *
21
21
  * Settle an x402 protocol payment with a specific scheme and network.
22
22
  */
23
- export declare const settleX402Payment: any;
23
+ export declare const settleX402Payment: import("@distilled.cloud/core/client").OperationMethod<{
24
+ readonly paymentPayload: unknown;
25
+ readonly paymentRequirements: unknown;
26
+ readonly x402Version: "1" | "2";
27
+ }, {
28
+ readonly amount?: string | undefined;
29
+ readonly errorMessage?: string | undefined;
30
+ readonly errorReason?: "insufficient_funds" | "invalid_exact_evm_payload_authorization_from_address_kyt" | "invalid_exact_evm_payload_authorization_to_address_kyt" | "invalid_exact_evm_payload_authorization_typed_data_message" | "invalid_exact_evm_payload_authorization_valid_after" | "invalid_exact_evm_payload_authorization_valid_before" | "invalid_exact_evm_payload_authorization_value" | "invalid_exact_evm_payload_authorization_value_too_low" | "invalid_exact_evm_payload_signature" | "invalid_exact_evm_payload_signature_address" | "invalid_exact_evm_permit2_payload_allowance_required" | "invalid_exact_evm_permit2_payload_amount" | "invalid_exact_evm_permit2_payload_deadline" | "invalid_exact_evm_permit2_payload_recipient" | "invalid_exact_evm_permit2_payload_signature" | "invalid_exact_evm_permit2_payload_spender" | "invalid_exact_evm_permit2_payload_valid_after" | "invalid_exact_svm_payload_transaction" | "invalid_exact_svm_payload_transaction_amount_mismatch" | "invalid_exact_svm_payload_transaction_cannot_derive_receiver_ata" | "invalid_exact_svm_payload_transaction_create_ata_instruction" | "invalid_exact_svm_payload_transaction_create_ata_instruction_incorrect_asset" | "invalid_exact_svm_payload_transaction_create_ata_instruction_incorrect_payee" | "invalid_exact_svm_payload_transaction_fee_payer_included_in_instruction_accounts" | "invalid_exact_svm_payload_transaction_fee_payer_transferring_funds" | "invalid_exact_svm_payload_transaction_instruction_not_spl_token_transfer_checked" | "invalid_exact_svm_payload_transaction_instruction_not_token_2022_transfer_checked" | "invalid_exact_svm_payload_transaction_instructions" | "invalid_exact_svm_payload_transaction_instructions_compute_limit_instruction" | "invalid_exact_svm_payload_transaction_instructions_compute_price_instruction" | "invalid_exact_svm_payload_transaction_instructions_compute_price_instruction_too_high" | "invalid_exact_svm_payload_transaction_instructions_length" | "invalid_exact_svm_payload_transaction_not_a_transfer_instruction" | "invalid_exact_svm_payload_transaction_receiver_ata_not_found" | "invalid_exact_svm_payload_transaction_sender_ata_not_found" | "invalid_exact_svm_payload_transaction_simulation_failed" | "invalid_exact_svm_payload_transaction_transfer_to_incorrect_ata" | "invalid_network" | "invalid_payload" | "invalid_payment_requirements" | "invalid_scheme" | "invalid_x402_version" | "settle_exact_evm_transaction_confirmation_timed_out" | "settle_exact_failed_onchain" | "settle_exact_node_failure" | "settle_exact_svm_block_height_exceeded" | "settle_exact_svm_transaction_confirmation_timed_out" | "unknown_error" | undefined;
31
+ readonly network: string;
32
+ readonly payer: string;
33
+ readonly success: boolean;
34
+ readonly transaction: string;
35
+ }, never, any>;
24
36
  //# sourceMappingURL=settleX402Payment.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"settleX402Payment.d.ts","sourceRoot":"","sources":["../../src/operations/settleX402Payment.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAKxC,eAAO,MAAM,sBAAsB;;;;EAMwB,CAAC;AAC5D,MAAM,MAAM,sBAAsB,GAAG,OAAO,sBAAsB,CAAC,IAAI,CAAC;AAGxE,eAAO,MAAM,uBAAuB;;;;;;;;EA4DhC,CAAC;AACL,MAAM,MAAM,uBAAuB,GAAG,OAAO,uBAAuB,CAAC,IAAI,CAAC;AAG1E;;;;GAIG;AACH,eAAO,MAAM,iBAAiB,KAG3B,CAAC"}
1
+ {"version":3,"file":"settleX402Payment.d.ts","sourceRoot":"","sources":["../../src/operations/settleX402Payment.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAKxC,eAAO,MAAM,sBAAsB;;;;EAMwB,CAAC;AAC5D,MAAM,MAAM,sBAAsB,GAAG,OAAO,sBAAsB,CAAC,IAAI,CAAC;AAGxE,eAAO,MAAM,uBAAuB;;;;;;;;EA4DhC,CAAC;AACL,MAAM,MAAM,uBAAuB,GAAG,OAAO,uBAAuB,CAAC,IAAI,CAAC;AAG1E;;;;GAIG;AACH,eAAO,MAAM,iBAAiB;;;;;;;;;;;;cAG3B,CAAC"}
@@ -23,5 +23,10 @@ Refer to our [Idempotency docs](https://docs.cdp.coinbase.com/api-reference/v2/i
23
23
 
24
24
  * @param address - The 0x-prefixed address of the EVM account.
25
25
  */
26
- export declare const signEvmHash: any;
26
+ export declare const signEvmHash: import("@distilled.cloud/core/client").OperationMethod<{
27
+ readonly address: string;
28
+ readonly hash: string;
29
+ }, {
30
+ readonly signature: string;
31
+ }, never, any>;
27
32
  //# sourceMappingURL=signEvmHash.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"signEvmHash.d.ts","sourceRoot":"","sources":["../../src/operations/signEvmHash.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAKxC,eAAO,MAAM,gBAAgB;;;EAG+C,CAAC;AAC7E,MAAM,MAAM,gBAAgB,GAAG,OAAO,gBAAgB,CAAC,IAAI,CAAC;AAG5D,eAAO,MAAM,iBAAiB;;EAE5B,CAAC;AACH,MAAM,MAAM,iBAAiB,GAAG,OAAO,iBAAiB,CAAC,IAAI,CAAC;AAG9D;;;;;;;;;;;;;;GAcG;AACH,eAAO,MAAM,WAAW,KAGrB,CAAC"}
1
+ {"version":3,"file":"signEvmHash.d.ts","sourceRoot":"","sources":["../../src/operations/signEvmHash.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAKxC,eAAO,MAAM,gBAAgB;;;EAG+C,CAAC;AAC7E,MAAM,MAAM,gBAAgB,GAAG,OAAO,gBAAgB,CAAC,IAAI,CAAC;AAG5D,eAAO,MAAM,iBAAiB;;EAE5B,CAAC;AACH,MAAM,MAAM,iBAAiB,GAAG,OAAO,iBAAiB,CAAC,IAAI,CAAC;AAG9D;;;;;;;;;;;;;;GAcG;AACH,eAAO,MAAM,WAAW;;;;;cAGrB,CAAC"}
@@ -24,5 +24,10 @@ Refer to our [Idempotency docs](https://docs.cdp.coinbase.com/api-reference/v2/i
24
24
 
25
25
  * @param address - The 0x-prefixed address of the EVM account.
26
26
  */
27
- export declare const signEvmMessage: any;
27
+ export declare const signEvmMessage: import("@distilled.cloud/core/client").OperationMethod<{
28
+ readonly address: string;
29
+ readonly message: string;
30
+ }, {
31
+ readonly signature: string;
32
+ }, never, any>;
28
33
  //# sourceMappingURL=signEvmMessage.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"signEvmMessage.d.ts","sourceRoot":"","sources":["../../src/operations/signEvmMessage.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAKxC,eAAO,MAAM,mBAAmB;;;EAK/B,CAAC;AACF,MAAM,MAAM,mBAAmB,GAAG,OAAO,mBAAmB,CAAC,IAAI,CAAC;AAGlE,eAAO,MAAM,oBAAoB;;EAE/B,CAAC;AACH,MAAM,MAAM,oBAAoB,GAAG,OAAO,oBAAoB,CAAC,IAAI,CAAC;AAGpE;;;;;;;;;;;;;;;GAeG;AACH,eAAO,MAAM,cAAc,KAGxB,CAAC"}
1
+ {"version":3,"file":"signEvmMessage.d.ts","sourceRoot":"","sources":["../../src/operations/signEvmMessage.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAKxC,eAAO,MAAM,mBAAmB;;;EAK/B,CAAC;AACF,MAAM,MAAM,mBAAmB,GAAG,OAAO,mBAAmB,CAAC,IAAI,CAAC;AAGlE,eAAO,MAAM,oBAAoB;;EAE/B,CAAC;AACH,MAAM,MAAM,oBAAoB,GAAG,OAAO,oBAAoB,CAAC,IAAI,CAAC;AAGpE;;;;;;;;;;;;;;;GAeG;AACH,eAAO,MAAM,cAAc;;;;;cAGxB,CAAC"}
@@ -25,5 +25,10 @@ Refer to our [Idempotency docs](https://docs.cdp.coinbase.com/api-reference/v2/i
25
25
 
26
26
  * @param address - The 0x-prefixed address of the EVM account.
27
27
  */
28
- export declare const signEvmTransaction: any;
28
+ export declare const signEvmTransaction: import("@distilled.cloud/core/client").OperationMethod<{
29
+ readonly address: string;
30
+ readonly transaction: string;
31
+ }, {
32
+ readonly signedTransaction: string;
33
+ }, never, any>;
29
34
  //# sourceMappingURL=signEvmTransaction.d.ts.map