@kontor/kontor-sdk 1.0.0-alpha.26 → 1.0.0-alpha.28

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 (132) hide show
  1. package/dist/cjs/sdk/actions/kontor/public/build-compose-query.js +9 -12
  2. package/dist/cjs/sdk/actions/kontor/public/build-compose-query.js.map +1 -1
  3. package/dist/cjs/sdk/actions/kontor/public/build-instruction-query.js +13 -33
  4. package/dist/cjs/sdk/actions/kontor/public/build-instruction-query.js.map +1 -1
  5. package/dist/cjs/sdk/actions/kontor/public/call-compose.js +9 -9
  6. package/dist/cjs/sdk/actions/kontor/public/call-compose.js.map +1 -1
  7. package/dist/cjs/sdk/actions/kontor/public/call-view.js.map +1 -1
  8. package/dist/cjs/sdk/actions/kontor/public/inspect.js +1 -2
  9. package/dist/cjs/sdk/actions/kontor/public/inspect.js.map +1 -1
  10. package/dist/cjs/sdk/actions/kontor/public/proc-contract.js +9 -12
  11. package/dist/cjs/sdk/actions/kontor/public/proc-contract.js.map +1 -1
  12. package/dist/cjs/sdk/actions/kontor/public/view-contract.js +2 -1
  13. package/dist/cjs/sdk/actions/kontor/public/view-contract.js.map +1 -1
  14. package/dist/cjs/sdk/actions/kontor/wallet/sign-commit.js.map +1 -1
  15. package/dist/cjs/sdk/chains/definitions/signet.js +0 -1
  16. package/dist/cjs/sdk/chains/definitions/signet.js.map +1 -1
  17. package/dist/cjs/sdk/clients/decorators/kontor/public.js.map +1 -1
  18. package/dist/cjs/sdk/errors/chain.js +44 -0
  19. package/dist/cjs/sdk/errors/chain.js.map +1 -0
  20. package/dist/cjs/sdk/utils/chain/assert-current-chain.js +11 -0
  21. package/dist/cjs/sdk/utils/chain/assert-current-chain.js.map +1 -0
  22. package/dist/cjs/sdk/utils/kontor/build-compose-query.js +19 -0
  23. package/dist/cjs/sdk/utils/kontor/build-compose-query.js.map +1 -0
  24. package/dist/cjs/sdk/utils/kontor/build-instruction-query.js +36 -0
  25. package/dist/cjs/sdk/utils/kontor/build-instruction-query.js.map +1 -0
  26. package/dist/cjs/tsconfig.build.tsbuildinfo +1 -1
  27. package/dist/cjs/wit/wit-parser/core/utils.js.map +1 -1
  28. package/dist/cjs/wit/wit-parser/parse-wit.js.map +1 -1
  29. package/dist/esm/sdk/actions/kontor/public/build-compose-query.js +9 -13
  30. package/dist/esm/sdk/actions/kontor/public/build-compose-query.js.map +1 -1
  31. package/dist/esm/sdk/actions/kontor/public/build-instruction-query.js +13 -36
  32. package/dist/esm/sdk/actions/kontor/public/build-instruction-query.js.map +1 -1
  33. package/dist/esm/sdk/actions/kontor/public/call-compose.js +10 -10
  34. package/dist/esm/sdk/actions/kontor/public/call-compose.js.map +1 -1
  35. package/dist/esm/sdk/actions/kontor/public/call-view.js +1 -0
  36. package/dist/esm/sdk/actions/kontor/public/call-view.js.map +1 -1
  37. package/dist/esm/sdk/actions/kontor/public/inspect.js +9 -4
  38. package/dist/esm/sdk/actions/kontor/public/inspect.js.map +1 -1
  39. package/dist/esm/sdk/actions/kontor/public/proc-contract.js +10 -15
  40. package/dist/esm/sdk/actions/kontor/public/proc-contract.js.map +1 -1
  41. package/dist/esm/sdk/actions/kontor/public/view-contract.js +3 -5
  42. package/dist/esm/sdk/actions/kontor/public/view-contract.js.map +1 -1
  43. package/dist/esm/sdk/actions/kontor/wallet/sign-commit.js +1 -0
  44. package/dist/esm/sdk/actions/kontor/wallet/sign-commit.js.map +1 -1
  45. package/dist/esm/sdk/chains/definitions/signet.js +0 -1
  46. package/dist/esm/sdk/chains/definitions/signet.js.map +1 -1
  47. package/dist/esm/sdk/clients/decorators/kontor/public.js.map +1 -1
  48. package/dist/esm/sdk/errors/chain.js +37 -0
  49. package/dist/esm/sdk/errors/chain.js.map +1 -0
  50. package/dist/esm/sdk/utils/chain/assert-current-chain.js +8 -0
  51. package/dist/esm/sdk/utils/chain/assert-current-chain.js.map +1 -0
  52. package/dist/esm/sdk/utils/kontor/build-compose-query.js +16 -0
  53. package/dist/esm/sdk/utils/kontor/build-compose-query.js.map +1 -0
  54. package/dist/esm/sdk/utils/kontor/build-instruction-query.js +36 -0
  55. package/dist/esm/sdk/utils/kontor/build-instruction-query.js.map +1 -0
  56. package/dist/esm/tsconfig.build.tsbuildinfo +1 -1
  57. package/dist/esm/wit/wit-parser/core/utils.js +0 -5
  58. package/dist/esm/wit/wit-parser/core/utils.js.map +1 -1
  59. package/dist/esm/wit/wit-parser/parse-wit.js.map +1 -1
  60. package/dist/types/sdk/actions/kontor/public/build-compose-query.d.ts +5 -3
  61. package/dist/types/sdk/actions/kontor/public/build-compose-query.d.ts.map +1 -1
  62. package/dist/types/sdk/actions/kontor/public/build-instruction-query.d.ts +6 -6
  63. package/dist/types/sdk/actions/kontor/public/build-instruction-query.d.ts.map +1 -1
  64. package/dist/types/sdk/actions/kontor/public/call-compose.d.ts +6 -5
  65. package/dist/types/sdk/actions/kontor/public/call-compose.d.ts.map +1 -1
  66. package/dist/types/sdk/actions/kontor/public/call-view.d.ts +3 -3
  67. package/dist/types/sdk/actions/kontor/public/call-view.d.ts.map +1 -1
  68. package/dist/types/sdk/actions/kontor/public/inspect.d.ts +3 -3
  69. package/dist/types/sdk/actions/kontor/public/inspect.d.ts.map +1 -1
  70. package/dist/types/sdk/actions/kontor/public/proc-contract.d.ts +6 -6
  71. package/dist/types/sdk/actions/kontor/public/proc-contract.d.ts.map +1 -1
  72. package/dist/types/sdk/actions/kontor/public/view-contract.d.ts +3 -3
  73. package/dist/types/sdk/actions/kontor/public/view-contract.d.ts.map +1 -1
  74. package/dist/types/sdk/actions/kontor/wallet/sign-commit.d.ts +4 -2
  75. package/dist/types/sdk/actions/kontor/wallet/sign-commit.d.ts.map +1 -1
  76. package/dist/types/sdk/actions/kontor/wallet/sign-reveal.d.ts +1 -1
  77. package/dist/types/sdk/actions/kontor/wallet/sign-reveal.d.ts.map +1 -1
  78. package/dist/types/sdk/chains/definitions/signet.d.ts +0 -1
  79. package/dist/types/sdk/chains/definitions/signet.d.ts.map +1 -1
  80. package/dist/types/sdk/clients/decorators/kontor/public.d.ts +8 -8
  81. package/dist/types/sdk/clients/decorators/kontor/public.d.ts.map +1 -1
  82. package/dist/types/sdk/clients/decorators/kontor/wallet.d.ts +1 -1
  83. package/dist/types/sdk/clients/decorators/kontor/wallet.d.ts.map +1 -1
  84. package/dist/types/sdk/clients/kontor/create-public-client.d.ts +1 -1
  85. package/dist/types/sdk/clients/kontor/create-public-client.d.ts.map +1 -1
  86. package/dist/types/sdk/clients/kontor/create-wallet-client.d.ts +1 -1
  87. package/dist/types/sdk/clients/kontor/create-wallet-client.d.ts.map +1 -1
  88. package/dist/types/sdk/errors/chain.d.ts +32 -0
  89. package/dist/types/sdk/errors/chain.d.ts.map +1 -0
  90. package/dist/types/sdk/types/chain.d.ts +1 -2
  91. package/dist/types/sdk/types/chain.d.ts.map +1 -1
  92. package/dist/types/sdk/utils/chain/assert-current-chain.d.ts +10 -0
  93. package/dist/types/sdk/utils/chain/assert-current-chain.d.ts.map +1 -0
  94. package/dist/types/sdk/utils/kontor/build-compose-query.d.ts +13 -0
  95. package/dist/types/sdk/utils/kontor/build-compose-query.d.ts.map +1 -0
  96. package/dist/types/sdk/utils/kontor/build-instruction-query.d.ts +22 -0
  97. package/dist/types/sdk/utils/kontor/build-instruction-query.d.ts.map +1 -0
  98. package/dist/types/wit/type-utils.d.ts.map +1 -1
  99. package/dist/types/wit/utils.d.ts.map +1 -1
  100. package/dist/types/wit/wit-parser/core/utils.d.ts.map +1 -1
  101. package/dist/types/wit/wit-parser/parse-wit.d.ts +0 -15
  102. package/dist/types/wit/wit-parser/parse-wit.d.ts.map +1 -1
  103. package/package.json +1 -1
  104. package/src/sdk/actions/kontor/public/build-compose-query.ts +23 -22
  105. package/src/sdk/actions/kontor/public/build-instruction-query.ts +27 -53
  106. package/src/sdk/actions/kontor/public/call-compose.ts +32 -21
  107. package/src/sdk/actions/kontor/public/call-view.ts +5 -4
  108. package/src/sdk/actions/kontor/public/inspect.ts +20 -9
  109. package/src/sdk/actions/kontor/public/proc-contract.test.ts +2 -0
  110. package/src/sdk/actions/kontor/public/proc-contract.ts +34 -23
  111. package/src/sdk/actions/kontor/public/{view-contract.test-d.ts → view-contract.test.ts} +2 -2
  112. package/src/sdk/actions/kontor/public/view-contract.ts +10 -9
  113. package/src/sdk/actions/kontor/wallet/sign-commit.ts +18 -7
  114. package/src/sdk/actions/kontor/wallet/sign-reveal.ts +1 -1
  115. package/src/sdk/chains/definitions/signet.ts +0 -1
  116. package/src/sdk/clients/base/create-rpc-client.test.ts +0 -1
  117. package/src/sdk/clients/create-public-client.test.ts +0 -1
  118. package/src/sdk/clients/decorators/kontor/public.ts +25 -16
  119. package/src/sdk/clients/decorators/kontor/wallet.ts +2 -2
  120. package/src/sdk/clients/kontor/create-public-client.test.ts +0 -7
  121. package/src/sdk/clients/kontor/create-public-client.ts +3 -3
  122. package/src/sdk/clients/kontor/create-wallet-client.ts +3 -3
  123. package/src/sdk/errors/chain.ts +64 -0
  124. package/src/sdk/test/e2e.test.ts +28 -11
  125. package/src/sdk/types/chain.ts +5 -2
  126. package/src/sdk/utils/chain/assert-current-chain.ts +28 -0
  127. package/src/sdk/utils/kontor/build-compose-query.ts +33 -0
  128. package/src/sdk/utils/kontor/build-instruction-query.ts +75 -0
  129. package/src/wit/type-utils.ts +0 -2
  130. package/src/wit/utils.ts +3 -6
  131. package/src/wit/wit-parser/core/utils.ts +1 -5
  132. package/src/wit/wit-parser/parse-wit.ts +0 -15
@@ -0,0 +1,22 @@
1
+ import type { Inst, InstructionQuery } from "../../types/kontor.js";
2
+ import type { Address, UtxoId, XOnlyPubKey } from "../../types/misc.js";
3
+ export type BuildInstructionQueryReturnType = InstructionQuery;
4
+ export type BuildInstructionQueryParameters = {
5
+ address: Address;
6
+ xOnlyPubKey: XOnlyPubKey;
7
+ utxos: UtxoId[];
8
+ /**
9
+ * The concrete instruction to send (Publish | Call | Issuance).
10
+ * Example:
11
+ * { Call: { gas_limit: 100000, contract: "addr", expr: "balance(...)" } }
12
+ * { Publish: { gas_limit: 100000, name: "token", bytes: [0,1,2,...] } }
13
+ * "Issuance"
14
+ */
15
+ instruction: Inst;
16
+ /**
17
+ * Optional chained instruction if you want to send two instructions atomically.
18
+ */
19
+ chainedInstruction?: Inst | null;
20
+ };
21
+ export declare function buildInstructionQuery(params: BuildInstructionQueryParameters): BuildInstructionQueryReturnType;
22
+ //# sourceMappingURL=build-instruction-query.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"build-instruction-query.d.ts","sourceRoot":"","sources":["../../../../../src/sdk/utils/kontor/build-instruction-query.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAC;AACpE,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAC;AAExE,MAAM,MAAM,+BAA+B,GAAG,gBAAgB,CAAC;AAE/D,MAAM,MAAM,+BAA+B,GAAG;IAC5C,OAAO,EAAE,OAAO,CAAC;IACjB,WAAW,EAAE,WAAW,CAAC;IACzB,KAAK,EAAE,MAAM,EAAE,CAAC;IAChB;;;;;;OAMG;IACH,WAAW,EAAE,IAAI,CAAC;IAClB;;OAEG;IACH,kBAAkB,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;CAClC,CAAC;AA2BF,wBAAgB,qBAAqB,CACnC,MAAM,EAAE,+BAA+B,GACtC,+BAA+B,CAwBjC"}
@@ -1 +1 @@
1
- {"version":3,"file":"type-utils.d.ts","sourceRoot":"","sources":["../../../src/wit/type-utils.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"type-utils.d.ts","sourceRoot":"","sources":["../../../src/wit/type-utils.ts"],"names":[],"mappings":"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"}
@@ -1 +1 @@
1
- {"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../src/wit/utils.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../src/wit/utils.ts"],"names":[],"mappings":"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"}
@@ -1 +1 @@
1
- {"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../../../src/wit/wit-parser/core/utils.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,YAAY,EAAE,MAAM,cAAc,CAAC;AAY9D,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAC;AAEvD,MAAM,MAAM,YAAY,GAAG;IACzB,OAAO,CAAC,EAAE,YAAY,CAAC;IACvB,IAAI,CAAC,EAAE,WAAW,GAAG,QAAQ,CAAC;CAC/B,CAAC;AAKF,eAAO,MAAM,iBAAiB,QACkI,CAAC;AAEjK,wBAAgB,SAAS,CAAC,IAAI,EAAE,MAAM,GAAG,OAAO,CAE/C;AAED,wBAAgB,WAAW,CAAC,CAAC,SAAS;IAAE,KAAK,EAAE,MAAM,CAAC;IAAC,KAAK,EAAE,MAAM,CAAA;CAAE,EACpE,IAAI,EAAE,MAAM,YAKb;AAED,wBAAgB,iBAAiB,CAAC,KAAK,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,YAAY;;;;;EA6HtE;AACD,eAAO,MAAM,eAAe,QAC8J,CAAC;AAE3L,wBAAgB,YAAY,CAAC,IAAI,EAAE,MAAM,GAAG,OAAO,CAElD;AAID,wBAAgB,eAAe,CAC7B,MAAM,EAAE,MAAM,EACd,MAAM,GAAE,MAAM,EAAO,GACpB,SAAS,MAAM,EAAE,CAuCnB;AAED,wBAAgB,cAAc,CAAC,SAAS,EAAE,MAAM,EAAE,OAAO,GAAE,YAAiB;;;;;;;;;;;;;;;;EAK3E;AAED,wBAAgB,sBAAsB,CACpC,SAAS,EAAE,MAAM,EACjB,OAAO,GAAE,YAAiB;;;;;;;;;;;;;;;;EA2C3B"}
1
+ {"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../../../src/wit/wit-parser/core/utils.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,YAAY,EAAE,MAAM,cAAc,CAAC;AAY9D,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAC;AAEvD,MAAM,MAAM,YAAY,GAAG;IACzB,OAAO,CAAC,EAAE,YAAY,CAAC;IACvB,IAAI,CAAC,EAAE,WAAW,GAAG,QAAQ,CAAC;CAC/B,CAAC;AAEF,eAAO,MAAM,iBAAiB,QACkI,CAAC;AAEjK,wBAAgB,SAAS,CAAC,IAAI,EAAE,MAAM,GAAG,OAAO,CAE/C;AAED,wBAAgB,WAAW,CAAC,CAAC,SAAS;IAAE,KAAK,EAAE,MAAM,CAAC;IAAC,KAAK,EAAE,MAAM,CAAA;CAAE,EACpE,IAAI,EAAE,MAAM,YAKb;AAED,wBAAgB,iBAAiB,CAAC,KAAK,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,YAAY;;;;;EA4HtE;AACD,eAAO,MAAM,eAAe,QAC8J,CAAC;AAE3L,wBAAgB,YAAY,CAAC,IAAI,EAAE,MAAM,GAAG,OAAO,CAElD;AAID,wBAAgB,eAAe,CAC7B,MAAM,EAAE,MAAM,EACd,MAAM,GAAE,MAAM,EAAO,GACpB,SAAS,MAAM,EAAE,CAuCnB;AAED,wBAAgB,cAAc,CAAC,SAAS,EAAE,MAAM,EAAE,OAAO,GAAE,YAAiB;;;;;;;;;;;;;;;;EAK3E;AAED,wBAAgB,sBAAsB,CACpC,SAAS,EAAE,MAAM,EACjB,OAAO,GAAE,YAAiB;;;;;;;;;;;;;;;;EA2C3B"}
@@ -4,21 +4,6 @@ import type { Error_ } from "../error.js";
4
4
  import type { Signatures } from "./core/types/signatures.js";
5
5
  import type { ParseRecords } from "./core/types/records.js";
6
6
  import type { ParseSignature } from "./core/types/utils.js";
7
- /**
8
- * Parses human-readable ABI into JSON {@link Abi}
9
- *
10
- * @param signatures - Human-readable ABI
11
- * @returns Parsed {@link Abi}
12
- *
13
- * @example
14
- * type Result = ParseAbi<
15
- * // ^? type Result = readonly [{ name: "balanceOf"; type: "function"; stateMutability:...
16
- * [
17
- * 'function balanceOf(address owner) view returns (uint256)',
18
- * 'event Transfer(address indexed from, address indexed to, uint256 amount)',
19
- * ]
20
- * >
21
- */
22
7
  export type ParseWit<signatures extends readonly string[]> = string[] extends signatures ? Wit : signatures extends readonly string[] ? signatures extends Signatures<signatures> ? ParseRecords<signatures> extends infer structs ? {
23
8
  [key in keyof signatures]: signatures[key] extends string ? ParseSignature<signatures[key], structs> : never;
24
9
  } extends infer mapped extends readonly unknown[] ? Filter<mapped, never> extends infer result ? result extends readonly [] ? never : result : never : never : never : never : never;
@@ -1 +1 @@
1
- {"version":3,"file":"parse-wit.d.ts","sourceRoot":"","sources":["../../../../src/wit/wit-parser/parse-wit.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,WAAW,CAAC;AAErC,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,kBAAkB,CAAC;AAC/C,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,aAAa,CAAC;AAK1C,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,4BAA4B,CAAC;AAC7D,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,yBAAyB,CAAC;AAC5D,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,uBAAuB,CAAC;AAE5D;;;;;;;;;;;;;;GAcG;AACH,MAAM,MAAM,QAAQ,CAAC,UAAU,SAAS,SAAS,MAAM,EAAE,IACvD,MAAM,EAAE,SAAS,UAAU,GACvB,GAAG,GACH,UAAU,SAAS,SAAS,MAAM,EAAE,GAClC,UAAU,SAAS,UAAU,CAAC,UAAU,CAAC,GACvC,YAAY,CAAC,UAAU,CAAC,SAAS,MAAM,OAAO,GAC5C;KACG,GAAG,IAAI,MAAM,UAAU,GAAG,UAAU,CAAC,GAAG,CAAC,SAAS,MAAM,GACrD,cAAc,CAAC,UAAU,CAAC,GAAG,CAAC,EAAE,OAAO,CAAC,GACxC,KAAK;CACV,SAAS,MAAM,MAAM,SAAS,SAAS,OAAO,EAAE,GAC/C,MAAM,CAAC,MAAM,EAAE,KAAK,CAAC,SAAS,MAAM,MAAM,GACxC,MAAM,SAAS,SAAS,EAAE,GACxB,KAAK,GACL,MAAM,GACR,KAAK,GACP,KAAK,GACP,KAAK,GACP,KAAK,GACP,KAAK,CAAC;AAEd,wBAAgB,QAAQ,CAAC,KAAK,CAAC,UAAU,SAAS,SAAS,MAAM,EAAE,EACjE,UAAU,EAAE,UAAU,CAAC,QAAQ,CAAC,SAAS,CAAC,GACtC,MAAM,CAAC,iCAAiC,CAAC,GACzC,UAAU,CAAC,UAAU,CAAC,SAAS,UAAU,GACvC,UAAU,GACV,UAAU,CAAC,UAAU,CAAC,GAC3B,QAAQ,CAAC,UAAU,CAAC,CAUtB"}
1
+ {"version":3,"file":"parse-wit.d.ts","sourceRoot":"","sources":["../../../../src/wit/wit-parser/parse-wit.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,WAAW,CAAC;AAErC,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,kBAAkB,CAAC;AAC/C,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,aAAa,CAAC;AAK1C,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,4BAA4B,CAAC;AAC7D,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,yBAAyB,CAAC;AAC5D,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,uBAAuB,CAAC;AAE5D,MAAM,MAAM,QAAQ,CAAC,UAAU,SAAS,SAAS,MAAM,EAAE,IACvD,MAAM,EAAE,SAAS,UAAU,GACvB,GAAG,GACH,UAAU,SAAS,SAAS,MAAM,EAAE,GAClC,UAAU,SAAS,UAAU,CAAC,UAAU,CAAC,GACvC,YAAY,CAAC,UAAU,CAAC,SAAS,MAAM,OAAO,GAC5C;KACG,GAAG,IAAI,MAAM,UAAU,GAAG,UAAU,CAAC,GAAG,CAAC,SAAS,MAAM,GACrD,cAAc,CAAC,UAAU,CAAC,GAAG,CAAC,EAAE,OAAO,CAAC,GACxC,KAAK;CACV,SAAS,MAAM,MAAM,SAAS,SAAS,OAAO,EAAE,GAC/C,MAAM,CAAC,MAAM,EAAE,KAAK,CAAC,SAAS,MAAM,MAAM,GACxC,MAAM,SAAS,SAAS,EAAE,GACxB,KAAK,GACL,MAAM,GACR,KAAK,GACP,KAAK,GACP,KAAK,GACP,KAAK,GACP,KAAK,CAAC;AAEd,wBAAgB,QAAQ,CAAC,KAAK,CAAC,UAAU,SAAS,SAAS,MAAM,EAAE,EACjE,UAAU,EAAE,UAAU,CAAC,QAAQ,CAAC,SAAS,CAAC,GACtC,MAAM,CAAC,iCAAiC,CAAC,GACzC,UAAU,CAAC,UAAU,CAAC,SAAS,UAAU,GACvC,UAAU,GACV,UAAU,CAAC,UAAU,CAAC,GAC3B,QAAQ,CAAC,UAAU,CAAC,CAUtB"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kontor/kontor-sdk",
3
- "version": "1.0.0-alpha.26",
3
+ "version": "1.0.0-alpha.28",
4
4
  "author": "Unspendable Labs <dev@unspendablelabs.com>",
5
5
  "description": "The official SDK to the Kontor Bitcoin metaprotocol",
6
6
  "repository": {
@@ -7,42 +7,42 @@ import { buildInstructionQuery } from "./build-instruction-query.js";
7
7
  import { getKontorAction } from "../../../utils/get-action.js";
8
8
  import type { ComposeQuery } from "@kontor/kontor-ts";
9
9
  import type { Inst } from "../../../../sdk/types/kontor.js";
10
+ import type { GetAccountParameter } from "../../../../sdk/types/account.js";
10
11
 
12
+ import type { Account } from "../../../accounts/types.js";
13
+ import { parseAccount } from "../../../accounts/utils/parse-account.js";
11
14
  export type BuildComposeQueryParameters<
12
- _chain extends Chain | undefined = Chain | undefined,
15
+ account extends Account | undefined = Account | undefined,
16
+ accountOverride extends Account | [Address, XOnlyPubKey] | undefined =
17
+ | Account
18
+ | [Address, XOnlyPubKey]
19
+ | undefined,
13
20
  > = {
14
21
  instruction: Inst;
15
22
  address?: Address;
16
23
  xOnlyPubKey?: XOnlyPubKey; // TODO: maybe this should be wrapped in a single object
17
24
  utxos: UtxoId[];
18
25
  satsPerVByte: number;
19
- };
20
-
26
+ } & GetAccountParameter<account, accountOverride, true, true>;
21
27
  export type BuildComposeQueryReturnType = ComposeQuery;
22
28
 
23
- export async function buildComposeQuery<
24
- chain extends Chain | undefined = Chain | undefined,
29
+ export function buildComposeQuery<
30
+ chain extends Chain | undefined,
31
+ account extends Account | undefined,
25
32
  >(
26
33
  client: KontorPublicClient<HttpTransport, chain>,
27
- params: BuildComposeQueryParameters<chain>,
28
- ): Promise<BuildComposeQueryReturnType> {
29
- const account = client.account;
30
-
34
+ params: BuildComposeQueryParameters<account>,
35
+ ): BuildComposeQueryReturnType {
31
36
  const {
32
37
  instruction: inst,
33
38
  utxos,
34
- address = account?.address,
35
- xOnlyPubKey = account?.xOnlyPubKey,
39
+ satsPerVByte,
40
+ account: account_ = client.account,
36
41
  } = params;
37
42
 
38
- if (!xOnlyPubKey) {
39
- // TODO: add custom error
40
- throw new Error("x_only_public_key is required");
41
- }
42
-
43
- if (!address) {
43
+ if (!account_) {
44
44
  // TODO: add custom error
45
- throw new Error("address is required");
45
+ throw new Error("Account is required");
46
46
  }
47
47
 
48
48
  if (utxos.length === 0) {
@@ -50,20 +50,21 @@ export async function buildComposeQuery<
50
50
  throw new Error("at least one funding UTXO is required");
51
51
  }
52
52
 
53
- const instruction = await getKontorAction(
53
+ const account = parseAccount(account_);
54
+
55
+ const instruction = getKontorAction(
54
56
  client,
55
57
  buildInstructionQuery,
56
58
  "buildInstructionQuery",
57
59
  )({
58
60
  instruction: inst,
59
61
  utxos,
60
- xOnlyPubKey,
61
- address,
62
+ account,
62
63
  });
63
64
 
64
65
  return {
65
66
  instructions: [instruction],
66
- sat_per_vbyte: params.satsPerVByte,
67
+ sat_per_vbyte: satsPerVByte,
67
68
  envelope: null,
68
69
  };
69
70
  }
@@ -2,17 +2,24 @@ import type { Inst, InstructionQuery } from "../../../types/kontor.js";
2
2
  import type { KontorPublicClient } from "../../../clients/kontor/create-public-client.js";
3
3
  import type { HttpTransport } from "../../../clients/transports/create-http-transport.js";
4
4
  import type { Chain } from "../../../types/chain.js";
5
- import type { Address, UtxoId, XOnlyPubKey } from "../../../types/misc.js";
5
+ import type { Address, XOnlyPubKey, UtxoId } from "../../../types/misc.js";
6
+ import type { Account } from "../../../../sdk/accounts/types.js";
7
+ import { buildInstructionQuery as buildInstructionQuery_ } from "../../../utils/kontor/build-instruction-query.js";
8
+
9
+ import { parseAccount } from "../../../../sdk/accounts/utils/parse-account.js";
10
+ import type { GetAccountParameter } from "../../../../sdk/types/account.js";
6
11
 
7
12
  // If InstructionQuery already uses this Inst shape internally, you don't need to touch it.
8
13
  // Otherwise you can make InstructionQuery generic over Inst and plug this in.
9
14
  export type BuildInstructionQueryReturnType = InstructionQuery;
10
15
 
11
16
  export type BuildInstructionQueryParameters<
12
- _chain extends Chain | undefined = Chain | undefined,
17
+ account extends Account | undefined = Account | undefined,
18
+ accountOverride extends Account | [Address, XOnlyPubKey] | undefined =
19
+ | Account
20
+ | [Address, XOnlyPubKey]
21
+ | undefined,
13
22
  > = {
14
- address?: Address;
15
- xOnlyPubKey?: XOnlyPubKey; // TODO: maybe this should be wrapped in a single object
16
23
  utxos: UtxoId[];
17
24
  /**
18
25
  * The concrete instruction to send (Publish | Call | Issuance).
@@ -26,57 +33,25 @@ export type BuildInstructionQueryParameters<
26
33
  * Optional chained instruction if you want to send two instructions atomically.
27
34
  */
28
35
  chainedInstruction?: Inst | null;
29
- };
30
-
31
- // ------------------ helpers ------------------
32
-
33
- function normalizeXOnly(pub: string): string {
34
- if (!/^[0-9a-fA-F]{64}$/.test(pub)) {
35
- throw new Error(
36
- "x_only_public_key must be 32-byte (64 hex chars) x-only pubkey",
37
- );
38
- }
39
- return pub.toLowerCase();
40
- }
41
-
42
- function normalizeUtxoId(u: UtxoId): string {
43
- if (typeof u === "string") return u;
44
- if (!u?.txid || typeof u.vout !== "number") {
45
- throw new Error("funding UTXO must be 'txid:vout' or { txid, vout }");
46
- }
47
- return `${u.txid}:${u.vout}`;
48
- }
36
+ } & GetAccountParameter<account, accountOverride, true, true>;
49
37
 
50
- function normalizeUtxoIds(u: UtxoId | UtxoId[]): string[] {
51
- return Array.isArray(u) ? u.map(normalizeUtxoId) : [normalizeUtxoId(u)];
52
- }
53
-
54
- // ------------------ main builder ------------------
55
-
56
- export async function buildInstructionQuery<
57
- chain extends Chain | undefined = Chain | undefined,
38
+ export function buildInstructionQuery<
39
+ chain extends Chain | undefined,
40
+ account extends Account | undefined,
58
41
  >(
59
42
  client: KontorPublicClient<HttpTransport, chain>,
60
- params: BuildInstructionQueryParameters<chain>,
61
- ): Promise<BuildInstructionQueryReturnType> {
62
- const account = client.account;
63
-
43
+ params: BuildInstructionQueryParameters<account>,
44
+ ): BuildInstructionQueryReturnType {
64
45
  const {
65
46
  utxos,
66
47
  instruction,
67
48
  chainedInstruction = null,
68
- address = account?.address,
69
- xOnlyPubKey = account?.xOnlyPubKey,
49
+ account: account_ = client.account,
70
50
  } = params;
71
51
 
72
- if (!xOnlyPubKey) {
52
+ if (!account_) {
73
53
  // TODO: add custom error
74
- throw new Error("x_only_public_key is required");
75
- }
76
-
77
- if (!address) {
78
- // TODO: add custom error
79
- throw new Error("address is required");
54
+ throw new Error("Account is required");
80
55
  }
81
56
 
82
57
  if (utxos.length === 0) {
@@ -84,14 +59,13 @@ export async function buildInstructionQuery<
84
59
  throw new Error("at least one funding UTXO is required");
85
60
  }
86
61
 
87
- const xOnly = normalizeXOnly(xOnlyPubKey);
88
- const fundingIds = normalizeUtxoIds(utxos);
62
+ const account = parseAccount(account_);
89
63
 
90
- return {
91
- address,
92
- x_only_public_key: xOnly,
93
- funding_utxo_ids: fundingIds.join(","),
64
+ return buildInstructionQuery_({
65
+ utxos,
94
66
  instruction,
95
- chained_instruction: chainedInstruction ?? null,
96
- };
67
+ chainedInstruction,
68
+ address: account.address,
69
+ xOnlyPubKey: account.xOnlyPubKey,
70
+ });
97
71
  }
@@ -1,6 +1,6 @@
1
1
  import type { KontorPublicClient } from "../../../clients/kontor/create-public-client.js";
2
2
  import type { HttpTransport } from "../../../clients/transports/create-http-transport.js";
3
- import type { Chain } from "../../../types/chain.js";
3
+ import type { Chain, GetChainParameter } from "../../../types/chain.js";
4
4
  import type {
5
5
  Address,
6
6
  TapLeafScript,
@@ -15,17 +15,28 @@ import {
15
15
  type Inst,
16
16
  type ResultResponse,
17
17
  } from "../../../types/kontor.js";
18
+ import type { Account } from "../../../../sdk/accounts/types.js";
19
+ import type { GetAccountParameter } from "../../../../sdk/types/account.js";
20
+ import { parseAccount } from "../../../../sdk/accounts/utils/parse-account.js";
18
21
 
19
- export type CallComposeParameters<
20
- _chain extends Chain | undefined = Chain | undefined,
21
- > = {
22
- address?: Address;
23
- xOnlyPubKey?: XOnlyPubKey; // TODO: maybe this should be wrapped in a single object
22
+ export type CallComposeRequest = {
24
23
  utxos: UtxoId[];
25
24
  satsPerVByte: number;
26
25
  instruction: Inst;
27
26
  };
28
27
 
28
+ export type CallComposeParameters<
29
+ chain extends Chain | undefined = Chain,
30
+ account extends Account | undefined = Account | undefined,
31
+ chainOverride extends Chain | undefined = Chain | undefined,
32
+ accountOverride extends Account | [Address, XOnlyPubKey] | undefined =
33
+ | Account
34
+ | [Address, XOnlyPubKey]
35
+ | undefined,
36
+ > = CallComposeRequest &
37
+ GetAccountParameter<account, accountOverride, true, true> &
38
+ GetChainParameter<chain, chainOverride>;
39
+
29
40
  // TODO: organize these types or just refernece direc
30
41
  export interface TapLeafScript {
31
42
  leafVersion: number;
@@ -36,29 +47,28 @@ export interface TapLeafScript {
36
47
  export type CallComposeReturnType = ResultResponse<ComposeOutputs>;
37
48
 
38
49
  export async function callCompose<
39
- chain extends Chain | undefined = Chain | undefined,
50
+ chain extends Chain | undefined,
51
+ account extends Account | undefined,
52
+ chainOverride extends Chain | undefined = undefined,
40
53
  >(
41
- client: KontorPublicClient<HttpTransport, chain>,
42
- params: CallComposeParameters<chain>,
54
+ client: KontorPublicClient<HttpTransport, chain, account>,
55
+ params: CallComposeParameters<chain, account, chainOverride>,
43
56
  ): Promise<CallComposeReturnType> {
44
- const account = client.account;
45
-
46
57
  const {
58
+ account: account_ = client.account,
59
+ chain = client.chain,
47
60
  utxos,
48
- address = account?.address,
49
- xOnlyPubKey = account?.xOnlyPubKey,
50
61
  satsPerVByte,
51
62
  instruction,
52
63
  } = params;
53
64
 
54
- if (!xOnlyPubKey) {
65
+ if (!account_) {
55
66
  // TODO: add custom error
56
- throw new Error("x_only_public_key is required");
67
+ throw new Error("Account is required");
57
68
  }
58
69
 
59
- if (!address) {
60
- // TODO: add custom error
61
- throw new Error("address is required");
70
+ if (!chain) {
71
+ throw new Error("Chain is required");
62
72
  }
63
73
 
64
74
  if (utxos.length === 0) {
@@ -66,16 +76,17 @@ export async function callCompose<
66
76
  throw new Error("at least one funding UTXO is required");
67
77
  }
68
78
  // TODO: wrap in try-catch
79
+ //
80
+ const account = parseAccount(account_);
69
81
 
70
- const composeCall = await getKontorAction(
82
+ const composeCall = getKontorAction(
71
83
  client,
72
84
  buildComposeQuery,
73
85
  "buildComposeQuery",
74
86
  )({
75
87
  instruction,
76
88
  utxos,
77
- xOnlyPubKey,
78
- address,
89
+ account,
79
90
  satsPerVByte,
80
91
  });
81
92
 
@@ -5,15 +5,15 @@ import type {
5
5
  import type { ResolvedRegister } from "../../../../wit/register.js";
6
6
  import type { KontorPublicClient } from "../../../clients/kontor/create-public-client.js";
7
7
  import type { HttpTransport } from "../../../clients/transports/create-http-transport.js";
8
- import type { Chain } from "../../../types/chain.js";
8
+ import type { Chain, GetChainParameter } from "../../../types/chain.js";
9
9
 
10
10
  export type CallViewParameters<
11
- _chain extends Chain | undefined = Chain | undefined,
11
+ chain extends Chain | undefined = Chain,
12
+ chainOverride extends Chain | undefined = Chain | undefined,
12
13
  > = {
13
14
  contractAddress: ResolvedRegister["contractAddress"];
14
15
  wave: string;
15
- };
16
-
16
+ } & GetChainParameter<chain, chainOverride>;
17
17
  // TODO: refine this type
18
18
  export type CallViewReturnType = ResultResponse<ViewResult>;
19
19
 
@@ -24,6 +24,7 @@ export async function callView<
24
24
  params: CallViewParameters<chain>,
25
25
  ): Promise<CallViewReturnType> {
26
26
  const { contractAddress, wave } = params;
27
+ // TODO: assert chain
27
28
 
28
29
  try {
29
30
  const response = await client.request({
@@ -5,19 +5,34 @@ import type {
5
5
  } from "../../../types/kontor.js";
6
6
  import type { KontorPublicClient } from "../../../clients/kontor/create-public-client.js";
7
7
  import type { HttpTransport } from "../../../clients/transports/create-http-transport.js";
8
- import type { Chain } from "../../../types/chain.js";
9
-
10
- export type InspectParameters = TransactionHex;
8
+ import type { Chain, GetChainParameter } from "../../../types/chain.js";
9
+ // import { assertCurrentChain } from "../../../utils/chain/assert-current-chain.js";
11
10
 
11
+ export type InspectParameters<
12
+ chain extends Chain | undefined = Chain | undefined,
13
+ chainOverride extends Chain | undefined = Chain | undefined,
14
+ > = TransactionHex & GetChainParameter<chain, chainOverride>;
12
15
  export type InspectReturnType = ResultResponse<OpWithResult[]>;
13
16
 
14
17
  export async function inspect<
15
18
  chain extends Chain | undefined = Chain | undefined,
19
+ chainOverride extends Chain | undefined = Chain | undefined,
16
20
  >(
17
21
  client: KontorPublicClient<HttpTransport, chain>,
18
- params: InspectParameters,
22
+ params: InspectParameters<chain, chainOverride>,
19
23
  ): Promise<InspectReturnType> {
20
- const { hex } = params;
24
+ const {
25
+ hex,
26
+ // chain: chain_ = client.chain
27
+ } = params;
28
+
29
+ // TODO: chain assertions everywhere ( need to get current chain )
30
+
31
+ // assertCurrentChain({
32
+ // currentChain: client.chain,
33
+ // chain: chain_
34
+ // });
35
+ //
21
36
 
22
37
  try {
23
38
  const response = await client.request({
@@ -27,10 +42,6 @@ export async function inspect<
27
42
  body: { hex: hex },
28
43
  });
29
44
 
30
- console.log("callView response:", response);
31
-
32
- // TODO: fix CallViwewReturnType
33
- // @ts-ignore
34
45
  return response;
35
46
  } catch (e) {
36
47
  // TODO: augment error handling
@@ -3,6 +3,7 @@ import { test } from "vitest";
3
3
  import { parseWit } from "../../../../wit/wit-parser/parse-wit.js";
4
4
  import { createPublicClient } from "../../../clients/kontor/create-public-client.js";
5
5
  import { http } from "../../../clients/transports/http.js";
6
+ import { signet } from "../../../../exports/index.js";
6
7
 
7
8
  // define the wit
8
9
  const input = [
@@ -30,6 +31,7 @@ test.skip("e2e", async () => {
30
31
  "tb1pj2wrjsg0ksmmflec0myf3j7qnqm9myvk2pesqn7y8cqn6sgdg9ls9u6tar",
31
32
  "2c7b730daa0036e8276cdd8fabe844b2dd324a6d227dd209663805189d03e51f",
32
33
  ],
34
+ chain: signet,
33
35
  });
34
36
 
35
37
  // proc contract action defined on client
@@ -1,8 +1,10 @@
1
+ import type { GetAccountParameter } from "../../../../sdk/types/account.js";
2
+ import type { Account } from "../../../../sdk/accounts/types.js";
1
3
  import { Instruction } from "../../../../sdk/types/kontor.js";
2
4
  import type { Wit } from "../../../../wit/wit.js";
3
5
  import type { KontorPublicClient } from "../../../clients/kontor/create-public-client.js";
4
6
  import type { HttpTransport } from "../../../clients/transports/create-http-transport.js";
5
- import type { Chain } from "../../../types/chain.js";
7
+ import type { Chain, GetChainParameter } from "../../../types/chain.js";
6
8
  import type {
7
9
  ContractFunctionArgs,
8
10
  ContractFunctionName,
@@ -27,13 +29,19 @@ export type ProcContractParameters<
27
29
  "proc",
28
30
  functionName
29
31
  > = ContractFunctionArgs<wit, "proc", functionName>,
32
+ chain extends Chain | undefined = Chain | undefined,
33
+ account extends Account | undefined = Account | undefined,
34
+ chainOverride extends Chain | undefined = Chain | undefined,
35
+ accountOverride extends Account | [Address, XOnlyPubKey] | undefined =
36
+ | Account
37
+ | [Address, XOnlyPubKey]
38
+ | undefined,
30
39
  > = ContractFunctionParameters<wit, "proc", functionName, args> & {
31
- address?: Address;
32
- xOnlyPubKey?: XOnlyPubKey;
33
40
  utxos: UtxoId[];
34
41
  gas: bigint;
35
42
  satsPerVByte: number;
36
- };
43
+ } & GetChainParameter<chain, chainOverride> &
44
+ GetAccountParameter<account, accountOverride, true, true>;
37
45
 
38
46
  export type ProcContractReturnType = CallComposeReturnType;
39
47
 
@@ -43,9 +51,18 @@ export async function procContract<
43
51
  const wit extends Wit | readonly unknown[],
44
52
  functionName extends ContractFunctionName<wit, "proc">,
45
53
  const args extends ContractFunctionArgs<wit, "proc", functionName>,
54
+ account extends Account | undefined,
55
+ chainOverride extends Chain | undefined = undefined,
46
56
  >(
47
57
  client: KontorPublicClient<HttpTransport, chain>,
48
- parameters: ProcContractParameters<wit, functionName, args>,
58
+ parameters: ProcContractParameters<
59
+ wit,
60
+ functionName,
61
+ args,
62
+ chain,
63
+ account,
64
+ chainOverride
65
+ >,
49
66
  ): Promise<ProcContractReturnType> {
50
67
  const {
51
68
  wit: wit,
@@ -55,27 +72,15 @@ export async function procContract<
55
72
  utxos,
56
73
  gas,
57
74
  satsPerVByte,
58
- address = client.account?.address,
59
- xOnlyPubKey = client.account?.xOnlyPubKey,
75
+ chain: chain_ = client.chain,
76
+ account: account_ = client.account,
60
77
  // @ts-ignore
61
78
  ...rest
62
79
  } = parameters as ProcContractParameters;
63
80
 
64
- // @ts-ignore
65
- const wave = encodeFunctionData({
66
- wit: wit,
67
- args,
68
- functionName,
69
- } as EncodeFunctionDataParameters);
70
-
71
- if (!xOnlyPubKey) {
81
+ if (!account_) {
72
82
  // TODO: add custom error
73
- throw new Error("x_only_public_key is required");
74
- }
75
-
76
- if (!address) {
77
- // TODO: add custom error
78
- throw new Error("address is required");
83
+ throw new Error("account is required");
79
84
  }
80
85
 
81
86
  if (utxos.length === 0) {
@@ -83,6 +88,12 @@ export async function procContract<
83
88
  throw new Error("at least one funding UTXO is required");
84
89
  }
85
90
 
91
+ const wave = encodeFunctionData({
92
+ wit: wit,
93
+ args,
94
+ functionName,
95
+ } as EncodeFunctionDataParameters);
96
+
86
97
  try {
87
98
  const response = await getKontorAction(
88
99
  client,
@@ -91,8 +102,8 @@ export async function procContract<
91
102
  )({
92
103
  utxos,
93
104
  satsPerVByte,
94
- address,
95
- xOnlyPubKey,
105
+ account: account_,
106
+ chain: chain_,
96
107
  instruction: Instruction.call({
97
108
  contract: contractAddress,
98
109
  gasLimit: gas,