@iconlake/client 1.5.0 → 1.5.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.mjs CHANGED
@@ -93509,8 +93509,8 @@ const Module$4 = (e) => ({
93509
93509
  registry: msgTypes$4
93510
93510
  }), msgTypes$3 = [
93511
93511
  ["/iconlake.drop.MsgInit", MsgInit],
93512
- ["/iconlake.drop.MsgUpdateParams", MsgUpdateParams$4],
93513
- ["/iconlake.drop.MsgMint", MsgMint$1]
93512
+ ["/iconlake.drop.MsgMint", MsgMint$1],
93513
+ ["/iconlake.drop.MsgUpdateParams", MsgUpdateParams$4]
93514
93514
  ];
93515
93515
  let HttpClient$3 = class {
93516
93516
  constructor({ securityWorker: t, secure: n, format: A, ...u } = {}) {
@@ -93729,26 +93729,26 @@ const defaultFee$3 = {
93729
93729
  throw new Error("TxClient:sendMsgInit: Could not broadcast Tx: " + m.message);
93730
93730
  }
93731
93731
  },
93732
- async sendMsgUpdateParams({ value: A, fee: u, memo: g }) {
93732
+ async sendMsgMint({ value: A, fee: u, memo: g }) {
93733
93733
  if (!e)
93734
- throw new Error("TxClient:sendMsgUpdateParams: Unable to sign Tx. Signer is not present.");
93734
+ throw new Error("TxClient:sendMsgMint: Unable to sign Tx. Signer is not present.");
93735
93735
  try {
93736
93736
  const { address: m } = (await e.getAccounts())[0], k = await build$5.SigningStargateClient.connectWithSigner(n, e, { registry: registry$4, prefix: t });
93737
- let T = this.msgUpdateParams({ value: MsgUpdateParams$4.fromPartial(A) });
93737
+ let T = this.msgMint({ value: MsgMint$1.fromPartial(A) });
93738
93738
  return await k.signAndBroadcast(m, [T], u || defaultFee$3, g);
93739
93739
  } catch (m) {
93740
- throw new Error("TxClient:sendMsgUpdateParams: Could not broadcast Tx: " + m.message);
93740
+ throw new Error("TxClient:sendMsgMint: Could not broadcast Tx: " + m.message);
93741
93741
  }
93742
93742
  },
93743
- async sendMsgMint({ value: A, fee: u, memo: g }) {
93743
+ async sendMsgUpdateParams({ value: A, fee: u, memo: g }) {
93744
93744
  if (!e)
93745
- throw new Error("TxClient:sendMsgMint: Unable to sign Tx. Signer is not present.");
93745
+ throw new Error("TxClient:sendMsgUpdateParams: Unable to sign Tx. Signer is not present.");
93746
93746
  try {
93747
93747
  const { address: m } = (await e.getAccounts())[0], k = await build$5.SigningStargateClient.connectWithSigner(n, e, { registry: registry$4, prefix: t });
93748
- let T = this.msgMint({ value: MsgMint$1.fromPartial(A) });
93748
+ let T = this.msgUpdateParams({ value: MsgUpdateParams$4.fromPartial(A) });
93749
93749
  return await k.signAndBroadcast(m, [T], u || defaultFee$3, g);
93750
93750
  } catch (m) {
93751
- throw new Error("TxClient:sendMsgMint: Could not broadcast Tx: " + m.message);
93751
+ throw new Error("TxClient:sendMsgUpdateParams: Could not broadcast Tx: " + m.message);
93752
93752
  }
93753
93753
  },
93754
93754
  msgInit({ value: A }) {
@@ -93758,18 +93758,18 @@ const defaultFee$3 = {
93758
93758
  throw new Error("TxClient:MsgInit: Could not create message: " + u.message);
93759
93759
  }
93760
93760
  },
93761
- msgUpdateParams({ value: A }) {
93761
+ msgMint({ value: A }) {
93762
93762
  try {
93763
- return { typeUrl: "/iconlake.drop.MsgUpdateParams", value: MsgUpdateParams$4.fromPartial(A) };
93763
+ return { typeUrl: "/iconlake.drop.MsgMint", value: MsgMint$1.fromPartial(A) };
93764
93764
  } catch (u) {
93765
- throw new Error("TxClient:MsgUpdateParams: Could not create message: " + u.message);
93765
+ throw new Error("TxClient:MsgMint: Could not create message: " + u.message);
93766
93766
  }
93767
93767
  },
93768
- msgMint({ value: A }) {
93768
+ msgUpdateParams({ value: A }) {
93769
93769
  try {
93770
- return { typeUrl: "/iconlake.drop.MsgMint", value: MsgMint$1.fromPartial(A) };
93770
+ return { typeUrl: "/iconlake.drop.MsgUpdateParams", value: MsgUpdateParams$4.fromPartial(A) };
93771
93771
  } catch (u) {
93772
- throw new Error("TxClient:MsgMint: Could not create message: " + u.message);
93772
+ throw new Error("TxClient:MsgUpdateParams: Could not create message: " + u.message);
93773
93773
  }
93774
93774
  }
93775
93775
  }), queryClient$3 = ({ addr: e } = { addr: "http://localhost:1317" }) => new Api$3({ baseURL: e });
@@ -93800,11 +93800,11 @@ const Module$3 = (e) => ({
93800
93800
  },
93801
93801
  registry: msgTypes$3
93802
93802
  }), msgTypes$2 = [
93803
- ["/iconlake.icon.MsgUpdateClass", MsgUpdateClass],
93804
93803
  ["/iconlake.icon.MsgDeleteCreator", MsgDeleteCreator],
93804
+ ["/iconlake.icon.MsgUpdateCreator", MsgUpdateCreator],
93805
+ ["/iconlake.icon.MsgUpdateClass", MsgUpdateClass],
93805
93806
  ["/iconlake.icon.MsgMint", MsgMint],
93806
- ["/iconlake.icon.MsgBurn", MsgBurn],
93807
- ["/iconlake.icon.MsgUpdateCreator", MsgUpdateCreator]
93807
+ ["/iconlake.icon.MsgBurn", MsgBurn]
93808
93808
  ];
93809
93809
  let HttpClient$2 = class {
93810
93810
  constructor({ securityWorker: t, secure: n, format: A, ...u } = {}) {
@@ -94722,26 +94722,37 @@ const defaultFee$2 = {
94722
94722
  amount: [],
94723
94723
  gas: "200000"
94724
94724
  }, txClient$2 = ({ signer: e, prefix: t, addr: n } = { addr: "http://localhost:26657", prefix: "cosmos" }) => ({
94725
- async sendMsgUpdateClass({ value: A, fee: u, memo: g }) {
94725
+ async sendMsgDeleteCreator({ value: A, fee: u, memo: g }) {
94726
94726
  if (!e)
94727
- throw new Error("TxClient:sendMsgUpdateClass: Unable to sign Tx. Signer is not present.");
94727
+ throw new Error("TxClient:sendMsgDeleteCreator: Unable to sign Tx. Signer is not present.");
94728
94728
  try {
94729
94729
  const { address: m } = (await e.getAccounts())[0], k = await build$5.SigningStargateClient.connectWithSigner(n, e, { registry: registry$3, prefix: t });
94730
- let T = this.msgUpdateClass({ value: MsgUpdateClass.fromPartial(A) });
94730
+ let T = this.msgDeleteCreator({ value: MsgDeleteCreator.fromPartial(A) });
94731
94731
  return await k.signAndBroadcast(m, [T], u || defaultFee$2, g);
94732
94732
  } catch (m) {
94733
- throw new Error("TxClient:sendMsgUpdateClass: Could not broadcast Tx: " + m.message);
94733
+ throw new Error("TxClient:sendMsgDeleteCreator: Could not broadcast Tx: " + m.message);
94734
94734
  }
94735
94735
  },
94736
- async sendMsgDeleteCreator({ value: A, fee: u, memo: g }) {
94736
+ async sendMsgUpdateCreator({ value: A, fee: u, memo: g }) {
94737
94737
  if (!e)
94738
- throw new Error("TxClient:sendMsgDeleteCreator: Unable to sign Tx. Signer is not present.");
94738
+ throw new Error("TxClient:sendMsgUpdateCreator: Unable to sign Tx. Signer is not present.");
94739
94739
  try {
94740
94740
  const { address: m } = (await e.getAccounts())[0], k = await build$5.SigningStargateClient.connectWithSigner(n, e, { registry: registry$3, prefix: t });
94741
- let T = this.msgDeleteCreator({ value: MsgDeleteCreator.fromPartial(A) });
94741
+ let T = this.msgUpdateCreator({ value: MsgUpdateCreator.fromPartial(A) });
94742
94742
  return await k.signAndBroadcast(m, [T], u || defaultFee$2, g);
94743
94743
  } catch (m) {
94744
- throw new Error("TxClient:sendMsgDeleteCreator: Could not broadcast Tx: " + m.message);
94744
+ throw new Error("TxClient:sendMsgUpdateCreator: Could not broadcast Tx: " + m.message);
94745
+ }
94746
+ },
94747
+ async sendMsgUpdateClass({ value: A, fee: u, memo: g }) {
94748
+ if (!e)
94749
+ throw new Error("TxClient:sendMsgUpdateClass: Unable to sign Tx. Signer is not present.");
94750
+ try {
94751
+ const { address: m } = (await e.getAccounts())[0], k = await build$5.SigningStargateClient.connectWithSigner(n, e, { registry: registry$3, prefix: t });
94752
+ let T = this.msgUpdateClass({ value: MsgUpdateClass.fromPartial(A) });
94753
+ return await k.signAndBroadcast(m, [T], u || defaultFee$2, g);
94754
+ } catch (m) {
94755
+ throw new Error("TxClient:sendMsgUpdateClass: Could not broadcast Tx: " + m.message);
94745
94756
  }
94746
94757
  },
94747
94758
  async sendMsgMint({ value: A, fee: u, memo: g }) {
@@ -94766,29 +94777,25 @@ const defaultFee$2 = {
94766
94777
  throw new Error("TxClient:sendMsgBurn: Could not broadcast Tx: " + m.message);
94767
94778
  }
94768
94779
  },
94769
- async sendMsgUpdateCreator({ value: A, fee: u, memo: g }) {
94770
- if (!e)
94771
- throw new Error("TxClient:sendMsgUpdateCreator: Unable to sign Tx. Signer is not present.");
94780
+ msgDeleteCreator({ value: A }) {
94772
94781
  try {
94773
- const { address: m } = (await e.getAccounts())[0], k = await build$5.SigningStargateClient.connectWithSigner(n, e, { registry: registry$3, prefix: t });
94774
- let T = this.msgUpdateCreator({ value: MsgUpdateCreator.fromPartial(A) });
94775
- return await k.signAndBroadcast(m, [T], u || defaultFee$2, g);
94776
- } catch (m) {
94777
- throw new Error("TxClient:sendMsgUpdateCreator: Could not broadcast Tx: " + m.message);
94782
+ return { typeUrl: "/iconlake.icon.MsgDeleteCreator", value: MsgDeleteCreator.fromPartial(A) };
94783
+ } catch (u) {
94784
+ throw new Error("TxClient:MsgDeleteCreator: Could not create message: " + u.message);
94778
94785
  }
94779
94786
  },
94780
- msgUpdateClass({ value: A }) {
94787
+ msgUpdateCreator({ value: A }) {
94781
94788
  try {
94782
- return { typeUrl: "/iconlake.icon.MsgUpdateClass", value: MsgUpdateClass.fromPartial(A) };
94789
+ return { typeUrl: "/iconlake.icon.MsgUpdateCreator", value: MsgUpdateCreator.fromPartial(A) };
94783
94790
  } catch (u) {
94784
- throw new Error("TxClient:MsgUpdateClass: Could not create message: " + u.message);
94791
+ throw new Error("TxClient:MsgUpdateCreator: Could not create message: " + u.message);
94785
94792
  }
94786
94793
  },
94787
- msgDeleteCreator({ value: A }) {
94794
+ msgUpdateClass({ value: A }) {
94788
94795
  try {
94789
- return { typeUrl: "/iconlake.icon.MsgDeleteCreator", value: MsgDeleteCreator.fromPartial(A) };
94796
+ return { typeUrl: "/iconlake.icon.MsgUpdateClass", value: MsgUpdateClass.fromPartial(A) };
94790
94797
  } catch (u) {
94791
- throw new Error("TxClient:MsgDeleteCreator: Could not create message: " + u.message);
94798
+ throw new Error("TxClient:MsgUpdateClass: Could not create message: " + u.message);
94792
94799
  }
94793
94800
  },
94794
94801
  msgMint({ value: A }) {
@@ -94804,13 +94811,6 @@ const defaultFee$2 = {
94804
94811
  } catch (u) {
94805
94812
  throw new Error("TxClient:MsgBurn: Could not create message: " + u.message);
94806
94813
  }
94807
- },
94808
- msgUpdateCreator({ value: A }) {
94809
- try {
94810
- return { typeUrl: "/iconlake.icon.MsgUpdateCreator", value: MsgUpdateCreator.fromPartial(A) };
94811
- } catch (u) {
94812
- throw new Error("TxClient:MsgUpdateCreator: Could not create message: " + u.message);
94813
- }
94814
94814
  }
94815
94815
  }), queryClient$2 = ({ addr: e } = { addr: "http://localhost:1317" }) => new Api$2({ baseURL: e });
94816
94816
  let SDKModule$2 = class {
@@ -94849,8 +94849,8 @@ const Module$2 = (e) => ({
94849
94849
  },
94850
94850
  registry: msgTypes$2
94851
94851
  }), msgTypes$1 = [
94852
- ["/iconlake.lake.MsgCreateAllowedSender", MsgCreateAllowedSender],
94853
- ["/iconlake.lake.MsgDeleteAllowedSender", MsgDeleteAllowedSender]
94852
+ ["/iconlake.lake.MsgDeleteAllowedSender", MsgDeleteAllowedSender],
94853
+ ["/iconlake.lake.MsgCreateAllowedSender", MsgCreateAllowedSender]
94854
94854
  ];
94855
94855
  let HttpClient$1 = class {
94856
94856
  constructor({ securityWorker: t, secure: n, format: A, ...u } = {}) {
@@ -95003,40 +95003,40 @@ const defaultFee$1 = {
95003
95003
  amount: [],
95004
95004
  gas: "200000"
95005
95005
  }, txClient$1 = ({ signer: e, prefix: t, addr: n } = { addr: "http://localhost:26657", prefix: "cosmos" }) => ({
95006
- async sendMsgCreateAllowedSender({ value: A, fee: u, memo: g }) {
95006
+ async sendMsgDeleteAllowedSender({ value: A, fee: u, memo: g }) {
95007
95007
  if (!e)
95008
- throw new Error("TxClient:sendMsgCreateAllowedSender: Unable to sign Tx. Signer is not present.");
95008
+ throw new Error("TxClient:sendMsgDeleteAllowedSender: Unable to sign Tx. Signer is not present.");
95009
95009
  try {
95010
95010
  const { address: m } = (await e.getAccounts())[0], k = await build$5.SigningStargateClient.connectWithSigner(n, e, { registry: registry$2, prefix: t });
95011
- let T = this.msgCreateAllowedSender({ value: MsgCreateAllowedSender.fromPartial(A) });
95011
+ let T = this.msgDeleteAllowedSender({ value: MsgDeleteAllowedSender.fromPartial(A) });
95012
95012
  return await k.signAndBroadcast(m, [T], u || defaultFee$1, g);
95013
95013
  } catch (m) {
95014
- throw new Error("TxClient:sendMsgCreateAllowedSender: Could not broadcast Tx: " + m.message);
95014
+ throw new Error("TxClient:sendMsgDeleteAllowedSender: Could not broadcast Tx: " + m.message);
95015
95015
  }
95016
95016
  },
95017
- async sendMsgDeleteAllowedSender({ value: A, fee: u, memo: g }) {
95017
+ async sendMsgCreateAllowedSender({ value: A, fee: u, memo: g }) {
95018
95018
  if (!e)
95019
- throw new Error("TxClient:sendMsgDeleteAllowedSender: Unable to sign Tx. Signer is not present.");
95019
+ throw new Error("TxClient:sendMsgCreateAllowedSender: Unable to sign Tx. Signer is not present.");
95020
95020
  try {
95021
95021
  const { address: m } = (await e.getAccounts())[0], k = await build$5.SigningStargateClient.connectWithSigner(n, e, { registry: registry$2, prefix: t });
95022
- let T = this.msgDeleteAllowedSender({ value: MsgDeleteAllowedSender.fromPartial(A) });
95022
+ let T = this.msgCreateAllowedSender({ value: MsgCreateAllowedSender.fromPartial(A) });
95023
95023
  return await k.signAndBroadcast(m, [T], u || defaultFee$1, g);
95024
95024
  } catch (m) {
95025
- throw new Error("TxClient:sendMsgDeleteAllowedSender: Could not broadcast Tx: " + m.message);
95025
+ throw new Error("TxClient:sendMsgCreateAllowedSender: Could not broadcast Tx: " + m.message);
95026
95026
  }
95027
95027
  },
95028
- msgCreateAllowedSender({ value: A }) {
95028
+ msgDeleteAllowedSender({ value: A }) {
95029
95029
  try {
95030
- return { typeUrl: "/iconlake.lake.MsgCreateAllowedSender", value: MsgCreateAllowedSender.fromPartial(A) };
95030
+ return { typeUrl: "/iconlake.lake.MsgDeleteAllowedSender", value: MsgDeleteAllowedSender.fromPartial(A) };
95031
95031
  } catch (u) {
95032
- throw new Error("TxClient:MsgCreateAllowedSender: Could not create message: " + u.message);
95032
+ throw new Error("TxClient:MsgDeleteAllowedSender: Could not create message: " + u.message);
95033
95033
  }
95034
95034
  },
95035
- msgDeleteAllowedSender({ value: A }) {
95035
+ msgCreateAllowedSender({ value: A }) {
95036
95036
  try {
95037
- return { typeUrl: "/iconlake.lake.MsgDeleteAllowedSender", value: MsgDeleteAllowedSender.fromPartial(A) };
95037
+ return { typeUrl: "/iconlake.lake.MsgCreateAllowedSender", value: MsgCreateAllowedSender.fromPartial(A) };
95038
95038
  } catch (u) {
95039
- throw new Error("TxClient:MsgDeleteAllowedSender: Could not create message: " + u.message);
95039
+ throw new Error("TxClient:MsgCreateAllowedSender: Could not create message: " + u.message);
95040
95040
  }
95041
95041
  }
95042
95042
  }), queryClient$1 = ({ addr: e } = { addr: "http://localhost:1317" }) => new Api$1({ baseURL: e });
@@ -95066,10 +95066,10 @@ const Module$1 = (e) => ({
95066
95066
  },
95067
95067
  registry: msgTypes$1
95068
95068
  }), msgTypes = [
95069
- ["/iconlake.license.MsgUpdateLicenseTemplate", MsgUpdateLicenseTemplate],
95069
+ ["/iconlake.license.MsgDeleteLicenseTemplate", MsgDeleteLicenseTemplate],
95070
95070
  ["/iconlake.license.MsgCreateLicenseTemplate", MsgCreateLicenseTemplate],
95071
95071
  ["/iconlake.license.MsgBuyLicense", MsgBuyLicense],
95072
- ["/iconlake.license.MsgDeleteLicenseTemplate", MsgDeleteLicenseTemplate]
95072
+ ["/iconlake.license.MsgUpdateLicenseTemplate", MsgUpdateLicenseTemplate]
95073
95073
  ];
95074
95074
  class HttpClient {
95075
95075
  constructor({ securityWorker: t, secure: n, format: A, ...u } = {}) {
@@ -95386,15 +95386,15 @@ const defaultFee = {
95386
95386
  amount: [],
95387
95387
  gas: "200000"
95388
95388
  }, txClient = ({ signer: e, prefix: t, addr: n } = { addr: "http://localhost:26657", prefix: "cosmos" }) => ({
95389
- async sendMsgUpdateLicenseTemplate({ value: A, fee: u, memo: g }) {
95389
+ async sendMsgDeleteLicenseTemplate({ value: A, fee: u, memo: g }) {
95390
95390
  if (!e)
95391
- throw new Error("TxClient:sendMsgUpdateLicenseTemplate: Unable to sign Tx. Signer is not present.");
95391
+ throw new Error("TxClient:sendMsgDeleteLicenseTemplate: Unable to sign Tx. Signer is not present.");
95392
95392
  try {
95393
95393
  const { address: m } = (await e.getAccounts())[0], k = await build$5.SigningStargateClient.connectWithSigner(n, e, { registry: registry$1, prefix: t });
95394
- let T = this.msgUpdateLicenseTemplate({ value: MsgUpdateLicenseTemplate.fromPartial(A) });
95394
+ let T = this.msgDeleteLicenseTemplate({ value: MsgDeleteLicenseTemplate.fromPartial(A) });
95395
95395
  return await k.signAndBroadcast(m, [T], u || defaultFee, g);
95396
95396
  } catch (m) {
95397
- throw new Error("TxClient:sendMsgUpdateLicenseTemplate: Could not broadcast Tx: " + m.message);
95397
+ throw new Error("TxClient:sendMsgDeleteLicenseTemplate: Could not broadcast Tx: " + m.message);
95398
95398
  }
95399
95399
  },
95400
95400
  async sendMsgCreateLicenseTemplate({ value: A, fee: u, memo: g }) {
@@ -95419,22 +95419,22 @@ const defaultFee = {
95419
95419
  throw new Error("TxClient:sendMsgBuyLicense: Could not broadcast Tx: " + m.message);
95420
95420
  }
95421
95421
  },
95422
- async sendMsgDeleteLicenseTemplate({ value: A, fee: u, memo: g }) {
95422
+ async sendMsgUpdateLicenseTemplate({ value: A, fee: u, memo: g }) {
95423
95423
  if (!e)
95424
- throw new Error("TxClient:sendMsgDeleteLicenseTemplate: Unable to sign Tx. Signer is not present.");
95424
+ throw new Error("TxClient:sendMsgUpdateLicenseTemplate: Unable to sign Tx. Signer is not present.");
95425
95425
  try {
95426
95426
  const { address: m } = (await e.getAccounts())[0], k = await build$5.SigningStargateClient.connectWithSigner(n, e, { registry: registry$1, prefix: t });
95427
- let T = this.msgDeleteLicenseTemplate({ value: MsgDeleteLicenseTemplate.fromPartial(A) });
95427
+ let T = this.msgUpdateLicenseTemplate({ value: MsgUpdateLicenseTemplate.fromPartial(A) });
95428
95428
  return await k.signAndBroadcast(m, [T], u || defaultFee, g);
95429
95429
  } catch (m) {
95430
- throw new Error("TxClient:sendMsgDeleteLicenseTemplate: Could not broadcast Tx: " + m.message);
95430
+ throw new Error("TxClient:sendMsgUpdateLicenseTemplate: Could not broadcast Tx: " + m.message);
95431
95431
  }
95432
95432
  },
95433
- msgUpdateLicenseTemplate({ value: A }) {
95433
+ msgDeleteLicenseTemplate({ value: A }) {
95434
95434
  try {
95435
- return { typeUrl: "/iconlake.license.MsgUpdateLicenseTemplate", value: MsgUpdateLicenseTemplate.fromPartial(A) };
95435
+ return { typeUrl: "/iconlake.license.MsgDeleteLicenseTemplate", value: MsgDeleteLicenseTemplate.fromPartial(A) };
95436
95436
  } catch (u) {
95437
- throw new Error("TxClient:MsgUpdateLicenseTemplate: Could not create message: " + u.message);
95437
+ throw new Error("TxClient:MsgDeleteLicenseTemplate: Could not create message: " + u.message);
95438
95438
  }
95439
95439
  },
95440
95440
  msgCreateLicenseTemplate({ value: A }) {
@@ -95451,11 +95451,11 @@ const defaultFee = {
95451
95451
  throw new Error("TxClient:MsgBuyLicense: Could not create message: " + u.message);
95452
95452
  }
95453
95453
  },
95454
- msgDeleteLicenseTemplate({ value: A }) {
95454
+ msgUpdateLicenseTemplate({ value: A }) {
95455
95455
  try {
95456
- return { typeUrl: "/iconlake.license.MsgDeleteLicenseTemplate", value: MsgDeleteLicenseTemplate.fromPartial(A) };
95456
+ return { typeUrl: "/iconlake.license.MsgUpdateLicenseTemplate", value: MsgUpdateLicenseTemplate.fromPartial(A) };
95457
95457
  } catch (u) {
95458
- throw new Error("TxClient:MsgDeleteLicenseTemplate: Could not create message: " + u.message);
95458
+ throw new Error("TxClient:MsgUpdateLicenseTemplate: Could not create message: " + u.message);
95459
95459
  }
95460
95460
  }
95461
95461
  }), queryClient = ({ addr: e } = { addr: "http://localhost:1317" }) => new Api({ baseURL: e });