@skip-go/client 1.5.3-alpha.1 → 1.5.3
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/cjs/api/getAssets.cjs +1 -1
- package/dist/cjs/api/getAssetsBetweenChains.cjs +1 -1
- package/dist/cjs/api/getBridges.cjs +1 -1
- package/dist/cjs/api/getChains.cjs +1 -1
- package/dist/cjs/api/getVenues.cjs +1 -1
- package/dist/cjs/api/postAssetsFromSource.cjs +1 -1
- package/dist/cjs/api/postBalances.cjs +1 -1
- package/dist/cjs/api/postIbcOriginAssets.cjs +1 -1
- package/dist/cjs/api/postMessages.cjs +1 -1
- package/dist/cjs/api/postMessagesDirect.cjs +1 -1
- package/dist/cjs/api/postRecommendAssets.cjs +1 -1
- package/dist/cjs/api/postRoute.cjs +1 -1
- package/dist/cjs/api/postSubmitTransaction.cjs +1 -1
- package/dist/cjs/api/postTrackTransaction.cjs +1 -1
- package/dist/cjs/api/postTransactionStatus.cjs +1 -1
- package/dist/cjs/chunk-3UPZIINE.cjs +454 -0
- package/dist/cjs/chunk-4RLEZ5DV.cjs +55 -0
- package/dist/cjs/{chunk-KM2D7PJL.cjs → chunk-4TBONPD6.cjs} +33 -33
- package/dist/cjs/{chunk-WKYP2NMS.cjs → chunk-6W2OIU3O.cjs} +15 -15
- package/dist/cjs/{chunk-I2FDWZZJ.cjs → chunk-BFA7XKVT.cjs} +64 -765
- package/dist/cjs/chunk-BT6HQNBF.cjs +214 -0
- package/dist/cjs/{chunk-APJDSXWR.cjs → chunk-DAPPFYGA.cjs} +8 -8
- package/dist/cjs/{chunk-RC73RNNQ.cjs → chunk-GOQK63JP.cjs} +4 -4
- package/dist/cjs/chunk-KZOSEIWH.cjs +10 -0
- package/dist/cjs/{chunk-3M7YYWGL.cjs → chunk-MUJBB64F.cjs} +3 -7
- package/dist/cjs/{chunk-NWD4MAMT.cjs → chunk-ND7SYSAP.cjs} +2 -8
- package/dist/cjs/{chunk-DWOE6N5S.cjs → chunk-NM4PISTQ.cjs} +189 -188
- package/dist/cjs/{chunk-PDTIT3JO.cjs → chunk-QWQVTCKP.cjs} +12 -12
- package/dist/cjs/{chunk-XCFPRLX3.cjs → chunk-U2NZCNKX.cjs} +153 -153
- package/dist/cjs/{chunk-DLT6Q6RB.cjs → chunk-WOSAJSJB.cjs} +163 -149
- package/dist/cjs/index.cjs +83 -79
- package/dist/cjs/public-functions/executeMultipleRoutes.cjs +11 -21
- package/dist/cjs/public-functions/executeRoute.cjs +11 -21
- package/dist/cjs/public-functions/getCosmosGasAmountForMessage.cjs +5 -5
- package/dist/cjs/public-functions/getEvmGasAmountForMessage.cjs +1 -1
- package/dist/cjs/public-functions/getFeeInfoForChain.cjs +4 -3
- package/dist/cjs/public-functions/getRecommendedGasPrice.cjs +6 -5
- package/dist/cjs/public-functions/getRouteWithGasOnReceive.cjs +17 -13
- package/dist/cjs/public-functions/getSigningStargateClient.cjs +4 -4
- package/dist/cjs/public-functions/setApiOptions.cjs +1 -1
- package/dist/cjs/public-functions/setClientOptions.cjs +5 -5
- package/dist/cjs/public-functions/subscribeToRouteStatus.cjs +1 -1
- package/dist/cjs/public-functions/validateCosmosGasBalance.cjs +8 -8
- package/dist/cjs/public-functions/waitForTransaction.cjs +1 -1
- package/dist/esm/api/getAssets.d.ts +1 -1
- package/dist/esm/api/getAssets.js +1 -1
- package/dist/esm/api/getAssetsBetweenChains.d.ts +1 -1
- package/dist/esm/api/getAssetsBetweenChains.js +1 -1
- package/dist/esm/api/getBridges.d.ts +1 -1
- package/dist/esm/api/getBridges.js +1 -1
- package/dist/esm/api/getChains.d.ts +1 -1
- package/dist/esm/api/getChains.js +1 -1
- package/dist/esm/api/getVenues.js +1 -1
- package/dist/esm/api/postAssetsFromSource.d.ts +1 -1
- package/dist/esm/api/postAssetsFromSource.js +1 -1
- package/dist/esm/api/postBalances.d.ts +2 -2
- package/dist/esm/api/postBalances.js +1 -1
- package/dist/esm/api/postIbcOriginAssets.js +1 -1
- package/dist/esm/api/postMessages.d.ts +2 -2
- package/dist/esm/api/postMessages.js +1 -1
- package/dist/esm/api/postMessagesDirect.d.ts +1 -1
- package/dist/esm/api/postMessagesDirect.js +1 -1
- package/dist/esm/api/postRecommendAssets.d.ts +1 -1
- package/dist/esm/api/postRecommendAssets.js +1 -1
- package/dist/esm/api/postRoute.d.ts +2 -2
- package/dist/esm/api/postRoute.js +1 -1
- package/dist/esm/api/postSubmitTransaction.d.ts +2 -2
- package/dist/esm/api/postSubmitTransaction.js +1 -1
- package/dist/esm/api/postTrackTransaction.d.ts +2 -2
- package/dist/esm/api/postTrackTransaction.js +1 -1
- package/dist/esm/api/postTransactionStatus.d.ts +2 -2
- package/dist/esm/api/postTransactionStatus.js +1 -1
- package/dist/esm/{callbacks-C-KUJnDv.d.ts → callbacks-CJ_p70xa.d.ts} +3 -3
- package/dist/esm/chunk-426BGQ4K.js +431 -0
- package/dist/esm/chunk-BBEFB277.js +53 -0
- package/dist/esm/{chunk-UIDIKXMB.js → chunk-F2LQB2DP.js} +6 -5
- package/dist/esm/{chunk-KNXMSLOB.js → chunk-GLH7IRLX.js} +2 -2
- package/dist/esm/{chunk-2PWROHHX.js → chunk-GLM7QWYT.js} +1 -1
- package/dist/esm/{chunk-SFWTQBQT.js → chunk-H2TTIB5K.js} +3 -3
- package/dist/esm/{chunk-QL423UEF.js → chunk-HP5EMWC6.js} +163 -149
- package/dist/esm/{chunk-V7VKYD4J.js → chunk-HZVXNDMH.js} +2 -2
- package/dist/esm/{chunk-JYYCFKB4.js → chunk-KS764SOZ.js} +15 -15
- package/dist/esm/{chunk-IKWC55JU.js → chunk-L233BZ4I.js} +59 -738
- package/dist/esm/{chunk-6M7N6EAO.js → chunk-LBS7KX5I.js} +12 -12
- package/dist/esm/{chunk-QRKO56DH.js → chunk-QYIZGNWZ.js} +2 -7
- package/dist/esm/{chunk-QO2CYYF5.js → chunk-RTDD7HZ3.js} +4 -7
- package/dist/esm/chunk-SA4GETWP.js +212 -0
- package/dist/esm/chunk-SWYON2RG.js +7 -0
- package/dist/esm/{client-types-CGMuZ3zo.d.ts → client-types-uXKJQRqe.d.ts} +1 -1
- package/dist/esm/{generateApi-D_-Gso-x.d.ts → generateApi-BMFrG4FZ.d.ts} +1 -1
- package/dist/esm/index.d.ts +260 -259
- package/dist/esm/index.js +16 -12
- package/dist/esm/public-functions/executeMultipleRoutes.d.ts +4 -4
- package/dist/esm/public-functions/executeMultipleRoutes.js +10 -20
- package/dist/esm/public-functions/executeRoute.d.ts +4 -4
- package/dist/esm/public-functions/executeRoute.js +10 -20
- package/dist/esm/public-functions/getCosmosGasAmountForMessage.d.ts +1 -1
- package/dist/esm/public-functions/getCosmosGasAmountForMessage.js +3 -3
- package/dist/esm/public-functions/getEvmGasAmountForMessage.d.ts +3 -3
- package/dist/esm/public-functions/getEvmGasAmountForMessage.js +1 -1
- package/dist/esm/public-functions/getFeeInfoForChain.d.ts +1 -1
- package/dist/esm/public-functions/getFeeInfoForChain.js +3 -2
- package/dist/esm/public-functions/getRecommendedGasPrice.js +5 -4
- package/dist/esm/public-functions/getRouteWithGasOnReceive.d.ts +1 -1
- package/dist/esm/public-functions/getRouteWithGasOnReceive.js +16 -12
- package/dist/esm/public-functions/getSigningStargateClient.js +3 -3
- package/dist/esm/public-functions/setApiOptions.d.ts +1 -1
- package/dist/esm/public-functions/setApiOptions.js +1 -1
- package/dist/esm/public-functions/setClientOptions.d.ts +4 -4
- package/dist/esm/public-functions/setClientOptions.js +4 -4
- package/dist/esm/public-functions/subscribeToRouteStatus.d.ts +4 -4
- package/dist/esm/public-functions/subscribeToRouteStatus.js +1 -1
- package/dist/esm/public-functions/validateCosmosGasBalance.d.ts +4 -4
- package/dist/esm/public-functions/validateCosmosGasBalance.js +7 -7
- package/dist/esm/public-functions/waitForTransaction.d.ts +4 -4
- package/dist/esm/public-functions/waitForTransaction.js +1 -1
- package/dist/esm/{setClientOptions-C8g92xTm.d.ts → setClientOptions-D1qgaOqC.d.ts} +3 -3
- package/dist/esm/{swaggerTypes-B_jKfpvz.d.ts → swaggerTypes-Cop47I0X.d.ts} +257 -255
- package/package.json +5 -5
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
var
|
|
3
|
+
var chunkNM4PISTQ_cjs = require('./chunk-NM4PISTQ.cjs');
|
|
4
|
+
var chunkMUJBB64F_cjs = require('./chunk-MUJBB64F.cjs');
|
|
5
5
|
var chunkQAHHTQ7V_cjs = require('./chunk-QAHHTQ7V.cjs');
|
|
6
6
|
var chunkHFEMNOJS_cjs = require('./chunk-HFEMNOJS.cjs');
|
|
7
7
|
var stargate = require('@cosmjs/stargate');
|
|
@@ -15,134 +15,134 @@ function _interopDefault (e) { return e && e.__esModule ? e : { default: e }; }
|
|
|
15
15
|
|
|
16
16
|
var _m08__default = /*#__PURE__*/_interopDefault(_m08);
|
|
17
17
|
|
|
18
|
-
var registry = [["/circle.cctp.v1.MsgAcceptOwner",
|
|
18
|
+
var registry = [["/circle.cctp.v1.MsgAcceptOwner", chunkNM4PISTQ_cjs.MsgAcceptOwner], ["/circle.cctp.v1.MsgAddRemoteTokenMessenger", chunkNM4PISTQ_cjs.MsgAddRemoteTokenMessenger], ["/circle.cctp.v1.MsgDepositForBurn", chunkNM4PISTQ_cjs.MsgDepositForBurn], ["/circle.cctp.v1.MsgDepositForBurnWithCaller", chunkNM4PISTQ_cjs.MsgDepositForBurnWithCaller], ["/circle.cctp.v1.MsgDisableAttester", chunkNM4PISTQ_cjs.MsgDisableAttester], ["/circle.cctp.v1.MsgEnableAttester", chunkNM4PISTQ_cjs.MsgEnableAttester], ["/circle.cctp.v1.MsgLinkTokenPair", chunkNM4PISTQ_cjs.MsgLinkTokenPair], ["/circle.cctp.v1.MsgPauseBurningAndMinting", chunkNM4PISTQ_cjs.MsgPauseBurningAndMinting], ["/circle.cctp.v1.MsgPauseSendingAndReceivingMessages", chunkNM4PISTQ_cjs.MsgPauseSendingAndReceivingMessages], ["/circle.cctp.v1.MsgReceiveMessage", chunkNM4PISTQ_cjs.MsgReceiveMessage], ["/circle.cctp.v1.MsgRemoveRemoteTokenMessenger", chunkNM4PISTQ_cjs.MsgRemoveRemoteTokenMessenger], ["/circle.cctp.v1.MsgReplaceDepositForBurn", chunkNM4PISTQ_cjs.MsgReplaceDepositForBurn], ["/circle.cctp.v1.MsgReplaceMessage", chunkNM4PISTQ_cjs.MsgReplaceMessage], ["/circle.cctp.v1.MsgSendMessage", chunkNM4PISTQ_cjs.MsgSendMessage], ["/circle.cctp.v1.MsgSendMessageWithCaller", chunkNM4PISTQ_cjs.MsgSendMessageWithCaller], ["/circle.cctp.v1.MsgUnlinkTokenPair", chunkNM4PISTQ_cjs.MsgUnlinkTokenPair], ["/circle.cctp.v1.MsgUnpauseBurningAndMinting", chunkNM4PISTQ_cjs.MsgUnpauseBurningAndMinting], ["/circle.cctp.v1.MsgUnpauseSendingAndReceivingMessages", chunkNM4PISTQ_cjs.MsgUnpauseSendingAndReceivingMessages], ["/circle.cctp.v1.MsgUpdateOwner", chunkNM4PISTQ_cjs.MsgUpdateOwner], ["/circle.cctp.v1.MsgUpdateAttesterManager", chunkNM4PISTQ_cjs.MsgUpdateAttesterManager], ["/circle.cctp.v1.MsgUpdateTokenController", chunkNM4PISTQ_cjs.MsgUpdateTokenController], ["/circle.cctp.v1.MsgUpdatePauser", chunkNM4PISTQ_cjs.MsgUpdatePauser], ["/circle.cctp.v1.MsgUpdateMaxMessageBodySize", chunkNM4PISTQ_cjs.MsgUpdateMaxMessageBodySize], ["/circle.cctp.v1.MsgSetMaxBurnAmountPerMessage", chunkNM4PISTQ_cjs.MsgSetMaxBurnAmountPerMessage], ["/circle.cctp.v1.MsgUpdateSignatureThreshold", chunkNM4PISTQ_cjs.MsgUpdateSignatureThreshold]];
|
|
19
19
|
|
|
20
20
|
// src/codegen/circle/cctp/v1/tx.amino.ts
|
|
21
21
|
var AminoConverter = {
|
|
22
22
|
"/circle.cctp.v1.MsgAcceptOwner": {
|
|
23
23
|
aminoType: "cctp/AcceptOwner",
|
|
24
|
-
toAmino:
|
|
25
|
-
fromAmino:
|
|
24
|
+
toAmino: chunkNM4PISTQ_cjs.MsgAcceptOwner.toAmino,
|
|
25
|
+
fromAmino: chunkNM4PISTQ_cjs.MsgAcceptOwner.fromAmino
|
|
26
26
|
},
|
|
27
27
|
"/circle.cctp.v1.MsgAddRemoteTokenMessenger": {
|
|
28
28
|
aminoType: "cctp/AddRemoteTokenMessenger",
|
|
29
|
-
toAmino:
|
|
30
|
-
fromAmino:
|
|
29
|
+
toAmino: chunkNM4PISTQ_cjs.MsgAddRemoteTokenMessenger.toAmino,
|
|
30
|
+
fromAmino: chunkNM4PISTQ_cjs.MsgAddRemoteTokenMessenger.fromAmino
|
|
31
31
|
},
|
|
32
32
|
"/circle.cctp.v1.MsgDepositForBurn": {
|
|
33
33
|
aminoType: "cctp/DepositForBurn",
|
|
34
|
-
toAmino:
|
|
35
|
-
fromAmino:
|
|
34
|
+
toAmino: chunkNM4PISTQ_cjs.MsgDepositForBurn.toAmino,
|
|
35
|
+
fromAmino: chunkNM4PISTQ_cjs.MsgDepositForBurn.fromAmino
|
|
36
36
|
},
|
|
37
37
|
"/circle.cctp.v1.MsgDepositForBurnWithCaller": {
|
|
38
38
|
aminoType: "cctp/DepositForBurnWithCaller",
|
|
39
|
-
toAmino:
|
|
40
|
-
fromAmino:
|
|
39
|
+
toAmino: chunkNM4PISTQ_cjs.MsgDepositForBurnWithCaller.toAmino,
|
|
40
|
+
fromAmino: chunkNM4PISTQ_cjs.MsgDepositForBurnWithCaller.fromAmino
|
|
41
41
|
},
|
|
42
42
|
"/circle.cctp.v1.MsgDisableAttester": {
|
|
43
43
|
aminoType: "cctp/DisableAttester",
|
|
44
|
-
toAmino:
|
|
45
|
-
fromAmino:
|
|
44
|
+
toAmino: chunkNM4PISTQ_cjs.MsgDisableAttester.toAmino,
|
|
45
|
+
fromAmino: chunkNM4PISTQ_cjs.MsgDisableAttester.fromAmino
|
|
46
46
|
},
|
|
47
47
|
"/circle.cctp.v1.MsgEnableAttester": {
|
|
48
48
|
aminoType: "cctp/EnableAttester",
|
|
49
|
-
toAmino:
|
|
50
|
-
fromAmino:
|
|
49
|
+
toAmino: chunkNM4PISTQ_cjs.MsgEnableAttester.toAmino,
|
|
50
|
+
fromAmino: chunkNM4PISTQ_cjs.MsgEnableAttester.fromAmino
|
|
51
51
|
},
|
|
52
52
|
"/circle.cctp.v1.MsgLinkTokenPair": {
|
|
53
53
|
aminoType: "cctp/LinkTokenPair",
|
|
54
|
-
toAmino:
|
|
55
|
-
fromAmino:
|
|
54
|
+
toAmino: chunkNM4PISTQ_cjs.MsgLinkTokenPair.toAmino,
|
|
55
|
+
fromAmino: chunkNM4PISTQ_cjs.MsgLinkTokenPair.fromAmino
|
|
56
56
|
},
|
|
57
57
|
"/circle.cctp.v1.MsgPauseBurningAndMinting": {
|
|
58
58
|
aminoType: "cctp/PauseBurningAndMinting",
|
|
59
|
-
toAmino:
|
|
60
|
-
fromAmino:
|
|
59
|
+
toAmino: chunkNM4PISTQ_cjs.MsgPauseBurningAndMinting.toAmino,
|
|
60
|
+
fromAmino: chunkNM4PISTQ_cjs.MsgPauseBurningAndMinting.fromAmino
|
|
61
61
|
},
|
|
62
62
|
"/circle.cctp.v1.MsgPauseSendingAndReceivingMessages": {
|
|
63
63
|
aminoType: "cctp/PauseSendingAndReceivingMessages",
|
|
64
|
-
toAmino:
|
|
65
|
-
fromAmino:
|
|
64
|
+
toAmino: chunkNM4PISTQ_cjs.MsgPauseSendingAndReceivingMessages.toAmino,
|
|
65
|
+
fromAmino: chunkNM4PISTQ_cjs.MsgPauseSendingAndReceivingMessages.fromAmino
|
|
66
66
|
},
|
|
67
67
|
"/circle.cctp.v1.MsgReceiveMessage": {
|
|
68
68
|
aminoType: "cctp/ReceiveMessage",
|
|
69
|
-
toAmino:
|
|
70
|
-
fromAmino:
|
|
69
|
+
toAmino: chunkNM4PISTQ_cjs.MsgReceiveMessage.toAmino,
|
|
70
|
+
fromAmino: chunkNM4PISTQ_cjs.MsgReceiveMessage.fromAmino
|
|
71
71
|
},
|
|
72
72
|
"/circle.cctp.v1.MsgRemoveRemoteTokenMessenger": {
|
|
73
73
|
aminoType: "cctp/RemoveRemoteTokenMessenger",
|
|
74
|
-
toAmino:
|
|
75
|
-
fromAmino:
|
|
74
|
+
toAmino: chunkNM4PISTQ_cjs.MsgRemoveRemoteTokenMessenger.toAmino,
|
|
75
|
+
fromAmino: chunkNM4PISTQ_cjs.MsgRemoveRemoteTokenMessenger.fromAmino
|
|
76
76
|
},
|
|
77
77
|
"/circle.cctp.v1.MsgReplaceDepositForBurn": {
|
|
78
78
|
aminoType: "cctp/ReplaceDepositForBurn",
|
|
79
|
-
toAmino:
|
|
80
|
-
fromAmino:
|
|
79
|
+
toAmino: chunkNM4PISTQ_cjs.MsgReplaceDepositForBurn.toAmino,
|
|
80
|
+
fromAmino: chunkNM4PISTQ_cjs.MsgReplaceDepositForBurn.fromAmino
|
|
81
81
|
},
|
|
82
82
|
"/circle.cctp.v1.MsgReplaceMessage": {
|
|
83
83
|
aminoType: "cctp/ReplaceMessage",
|
|
84
|
-
toAmino:
|
|
85
|
-
fromAmino:
|
|
84
|
+
toAmino: chunkNM4PISTQ_cjs.MsgReplaceMessage.toAmino,
|
|
85
|
+
fromAmino: chunkNM4PISTQ_cjs.MsgReplaceMessage.fromAmino
|
|
86
86
|
},
|
|
87
87
|
"/circle.cctp.v1.MsgSendMessage": {
|
|
88
88
|
aminoType: "cctp/SendMessage",
|
|
89
|
-
toAmino:
|
|
90
|
-
fromAmino:
|
|
89
|
+
toAmino: chunkNM4PISTQ_cjs.MsgSendMessage.toAmino,
|
|
90
|
+
fromAmino: chunkNM4PISTQ_cjs.MsgSendMessage.fromAmino
|
|
91
91
|
},
|
|
92
92
|
"/circle.cctp.v1.MsgSendMessageWithCaller": {
|
|
93
93
|
aminoType: "cctp/SendMessageWithCaller",
|
|
94
|
-
toAmino:
|
|
95
|
-
fromAmino:
|
|
94
|
+
toAmino: chunkNM4PISTQ_cjs.MsgSendMessageWithCaller.toAmino,
|
|
95
|
+
fromAmino: chunkNM4PISTQ_cjs.MsgSendMessageWithCaller.fromAmino
|
|
96
96
|
},
|
|
97
97
|
"/circle.cctp.v1.MsgUnlinkTokenPair": {
|
|
98
98
|
aminoType: "cctp/UnlinkTokenPair",
|
|
99
|
-
toAmino:
|
|
100
|
-
fromAmino:
|
|
99
|
+
toAmino: chunkNM4PISTQ_cjs.MsgUnlinkTokenPair.toAmino,
|
|
100
|
+
fromAmino: chunkNM4PISTQ_cjs.MsgUnlinkTokenPair.fromAmino
|
|
101
101
|
},
|
|
102
102
|
"/circle.cctp.v1.MsgUnpauseBurningAndMinting": {
|
|
103
103
|
aminoType: "cctp/UnpauseBurningAndMinting",
|
|
104
|
-
toAmino:
|
|
105
|
-
fromAmino:
|
|
104
|
+
toAmino: chunkNM4PISTQ_cjs.MsgUnpauseBurningAndMinting.toAmino,
|
|
105
|
+
fromAmino: chunkNM4PISTQ_cjs.MsgUnpauseBurningAndMinting.fromAmino
|
|
106
106
|
},
|
|
107
107
|
"/circle.cctp.v1.MsgUnpauseSendingAndReceivingMessages": {
|
|
108
108
|
aminoType: "cctp/UnpauseSendingAndReceivingMessages",
|
|
109
|
-
toAmino:
|
|
110
|
-
fromAmino:
|
|
109
|
+
toAmino: chunkNM4PISTQ_cjs.MsgUnpauseSendingAndReceivingMessages.toAmino,
|
|
110
|
+
fromAmino: chunkNM4PISTQ_cjs.MsgUnpauseSendingAndReceivingMessages.fromAmino
|
|
111
111
|
},
|
|
112
112
|
"/circle.cctp.v1.MsgUpdateOwner": {
|
|
113
113
|
aminoType: "cctp/UpdateOwner",
|
|
114
|
-
toAmino:
|
|
115
|
-
fromAmino:
|
|
114
|
+
toAmino: chunkNM4PISTQ_cjs.MsgUpdateOwner.toAmino,
|
|
115
|
+
fromAmino: chunkNM4PISTQ_cjs.MsgUpdateOwner.fromAmino
|
|
116
116
|
},
|
|
117
117
|
"/circle.cctp.v1.MsgUpdateAttesterManager": {
|
|
118
118
|
aminoType: "cctp/UpdateAttesterManager",
|
|
119
|
-
toAmino:
|
|
120
|
-
fromAmino:
|
|
119
|
+
toAmino: chunkNM4PISTQ_cjs.MsgUpdateAttesterManager.toAmino,
|
|
120
|
+
fromAmino: chunkNM4PISTQ_cjs.MsgUpdateAttesterManager.fromAmino
|
|
121
121
|
},
|
|
122
122
|
"/circle.cctp.v1.MsgUpdateTokenController": {
|
|
123
123
|
aminoType: "cctp/UpdateTokenController",
|
|
124
|
-
toAmino:
|
|
125
|
-
fromAmino:
|
|
124
|
+
toAmino: chunkNM4PISTQ_cjs.MsgUpdateTokenController.toAmino,
|
|
125
|
+
fromAmino: chunkNM4PISTQ_cjs.MsgUpdateTokenController.fromAmino
|
|
126
126
|
},
|
|
127
127
|
"/circle.cctp.v1.MsgUpdatePauser": {
|
|
128
128
|
aminoType: "cctp/UpdatePauser",
|
|
129
|
-
toAmino:
|
|
130
|
-
fromAmino:
|
|
129
|
+
toAmino: chunkNM4PISTQ_cjs.MsgUpdatePauser.toAmino,
|
|
130
|
+
fromAmino: chunkNM4PISTQ_cjs.MsgUpdatePauser.fromAmino
|
|
131
131
|
},
|
|
132
132
|
"/circle.cctp.v1.MsgUpdateMaxMessageBodySize": {
|
|
133
133
|
aminoType: "cctp/UpdateMaxMessageBodySize",
|
|
134
|
-
toAmino:
|
|
135
|
-
fromAmino:
|
|
134
|
+
toAmino: chunkNM4PISTQ_cjs.MsgUpdateMaxMessageBodySize.toAmino,
|
|
135
|
+
fromAmino: chunkNM4PISTQ_cjs.MsgUpdateMaxMessageBodySize.fromAmino
|
|
136
136
|
},
|
|
137
137
|
"/circle.cctp.v1.MsgSetMaxBurnAmountPerMessage": {
|
|
138
138
|
aminoType: "cctp/SetMaxBurnAmountPerMessage",
|
|
139
|
-
toAmino:
|
|
140
|
-
fromAmino:
|
|
139
|
+
toAmino: chunkNM4PISTQ_cjs.MsgSetMaxBurnAmountPerMessage.toAmino,
|
|
140
|
+
fromAmino: chunkNM4PISTQ_cjs.MsgSetMaxBurnAmountPerMessage.fromAmino
|
|
141
141
|
},
|
|
142
142
|
"/circle.cctp.v1.MsgUpdateSignatureThreshold": {
|
|
143
143
|
aminoType: "cctp/UpdateSignatureThreshold",
|
|
144
|
-
toAmino:
|
|
145
|
-
fromAmino:
|
|
144
|
+
toAmino: chunkNM4PISTQ_cjs.MsgUpdateSignatureThreshold.toAmino,
|
|
145
|
+
fromAmino: chunkNM4PISTQ_cjs.MsgUpdateSignatureThreshold.fromAmino
|
|
146
146
|
}
|
|
147
147
|
};
|
|
148
148
|
|
|
@@ -190,8 +190,8 @@ var Params = {
|
|
|
190
190
|
},
|
|
191
191
|
fromJSON(object) {
|
|
192
192
|
return {
|
|
193
|
-
enableErc20:
|
|
194
|
-
enableEvmHook:
|
|
193
|
+
enableErc20: chunkMUJBB64F_cjs.isSet(object.enableErc20) ? Boolean(object.enableErc20) : false,
|
|
194
|
+
enableEvmHook: chunkMUJBB64F_cjs.isSet(object.enableEvmHook) ? Boolean(object.enableEvmHook) : false
|
|
195
195
|
};
|
|
196
196
|
},
|
|
197
197
|
toJSON(message) {
|
|
@@ -246,7 +246,7 @@ var Params = {
|
|
|
246
246
|
};
|
|
247
247
|
function createBaseMsgConvertCoin() {
|
|
248
248
|
return {
|
|
249
|
-
coin:
|
|
249
|
+
coin: chunkNM4PISTQ_cjs.Coin.fromPartial({}),
|
|
250
250
|
receiver: "",
|
|
251
251
|
sender: ""
|
|
252
252
|
};
|
|
@@ -255,7 +255,7 @@ var MsgConvertCoin = {
|
|
|
255
255
|
typeUrl: "/evmos.erc20.v1.MsgConvertCoin",
|
|
256
256
|
encode(message, writer = _m08__default.default.Writer.create()) {
|
|
257
257
|
if (message.coin !== void 0) {
|
|
258
|
-
|
|
258
|
+
chunkNM4PISTQ_cjs.Coin.encode(message.coin, writer.uint32(10).fork()).ldelim();
|
|
259
259
|
}
|
|
260
260
|
if (message.receiver !== "") {
|
|
261
261
|
writer.uint32(18).string(message.receiver);
|
|
@@ -273,7 +273,7 @@ var MsgConvertCoin = {
|
|
|
273
273
|
const tag = reader.uint32();
|
|
274
274
|
switch (tag >>> 3) {
|
|
275
275
|
case 1:
|
|
276
|
-
message.coin =
|
|
276
|
+
message.coin = chunkNM4PISTQ_cjs.Coin.decode(reader, reader.uint32());
|
|
277
277
|
break;
|
|
278
278
|
case 2:
|
|
279
279
|
message.receiver = reader.string();
|
|
@@ -290,21 +290,21 @@ var MsgConvertCoin = {
|
|
|
290
290
|
},
|
|
291
291
|
fromJSON(object) {
|
|
292
292
|
return {
|
|
293
|
-
coin:
|
|
294
|
-
receiver:
|
|
295
|
-
sender:
|
|
293
|
+
coin: chunkMUJBB64F_cjs.isSet(object.coin) ? chunkNM4PISTQ_cjs.Coin.fromJSON(object.coin) : void 0,
|
|
294
|
+
receiver: chunkMUJBB64F_cjs.isSet(object.receiver) ? String(object.receiver) : "",
|
|
295
|
+
sender: chunkMUJBB64F_cjs.isSet(object.sender) ? String(object.sender) : ""
|
|
296
296
|
};
|
|
297
297
|
},
|
|
298
298
|
toJSON(message) {
|
|
299
299
|
const obj = {};
|
|
300
|
-
message.coin !== void 0 && (obj.coin = message.coin ?
|
|
300
|
+
message.coin !== void 0 && (obj.coin = message.coin ? chunkNM4PISTQ_cjs.Coin.toJSON(message.coin) : void 0);
|
|
301
301
|
message.receiver !== void 0 && (obj.receiver = message.receiver);
|
|
302
302
|
message.sender !== void 0 && (obj.sender = message.sender);
|
|
303
303
|
return obj;
|
|
304
304
|
},
|
|
305
305
|
fromPartial(object) {
|
|
306
306
|
const message = createBaseMsgConvertCoin();
|
|
307
|
-
message.coin = object.coin !== void 0 && object.coin !== null ?
|
|
307
|
+
message.coin = object.coin !== void 0 && object.coin !== null ? chunkNM4PISTQ_cjs.Coin.fromPartial(object.coin) : void 0;
|
|
308
308
|
message.receiver = object.receiver ?? "";
|
|
309
309
|
message.sender = object.sender ?? "";
|
|
310
310
|
return message;
|
|
@@ -312,7 +312,7 @@ var MsgConvertCoin = {
|
|
|
312
312
|
fromAmino(object) {
|
|
313
313
|
const message = createBaseMsgConvertCoin();
|
|
314
314
|
if (object.coin !== void 0 && object.coin !== null) {
|
|
315
|
-
message.coin =
|
|
315
|
+
message.coin = chunkNM4PISTQ_cjs.Coin.fromAmino(object.coin);
|
|
316
316
|
}
|
|
317
317
|
if (object.receiver !== void 0 && object.receiver !== null) {
|
|
318
318
|
message.receiver = object.receiver;
|
|
@@ -324,7 +324,7 @@ var MsgConvertCoin = {
|
|
|
324
324
|
},
|
|
325
325
|
toAmino(message) {
|
|
326
326
|
const obj = {};
|
|
327
|
-
obj.coin = message.coin ?
|
|
327
|
+
obj.coin = message.coin ? chunkNM4PISTQ_cjs.Coin.toAmino(message.coin) : void 0;
|
|
328
328
|
obj.receiver = message.receiver === "" ? void 0 : message.receiver;
|
|
329
329
|
obj.sender = message.sender === "" ? void 0 : message.sender;
|
|
330
330
|
return obj;
|
|
@@ -404,10 +404,10 @@ var MsgConvertERC20 = {
|
|
|
404
404
|
},
|
|
405
405
|
fromJSON(object) {
|
|
406
406
|
return {
|
|
407
|
-
contractAddress:
|
|
408
|
-
amount:
|
|
409
|
-
receiver:
|
|
410
|
-
sender:
|
|
407
|
+
contractAddress: chunkMUJBB64F_cjs.isSet(object.contractAddress) ? String(object.contractAddress) : "",
|
|
408
|
+
amount: chunkMUJBB64F_cjs.isSet(object.amount) ? String(object.amount) : "",
|
|
409
|
+
receiver: chunkMUJBB64F_cjs.isSet(object.receiver) ? String(object.receiver) : "",
|
|
410
|
+
sender: chunkMUJBB64F_cjs.isSet(object.sender) ? String(object.sender) : ""
|
|
411
411
|
};
|
|
412
412
|
},
|
|
413
413
|
toJSON(message) {
|
|
@@ -511,8 +511,8 @@ var MsgUpdateParams = {
|
|
|
511
511
|
},
|
|
512
512
|
fromJSON(object) {
|
|
513
513
|
return {
|
|
514
|
-
authority:
|
|
515
|
-
params:
|
|
514
|
+
authority: chunkMUJBB64F_cjs.isSet(object.authority) ? String(object.authority) : "",
|
|
515
|
+
params: chunkMUJBB64F_cjs.isSet(object.params) ? Params.fromJSON(object.params) : void 0
|
|
516
516
|
};
|
|
517
517
|
},
|
|
518
518
|
toJSON(message) {
|
|
@@ -614,9 +614,9 @@ var InflationDistribution = {
|
|
|
614
614
|
},
|
|
615
615
|
fromJSON(object) {
|
|
616
616
|
return {
|
|
617
|
-
stakingRewards:
|
|
618
|
-
usageIncentives:
|
|
619
|
-
communityPool:
|
|
617
|
+
stakingRewards: chunkMUJBB64F_cjs.isSet(object.stakingRewards) ? String(object.stakingRewards) : "",
|
|
618
|
+
usageIncentives: chunkMUJBB64F_cjs.isSet(object.usageIncentives) ? String(object.usageIncentives) : "",
|
|
619
|
+
communityPool: chunkMUJBB64F_cjs.isSet(object.communityPool) ? String(object.communityPool) : ""
|
|
620
620
|
};
|
|
621
621
|
},
|
|
622
622
|
toJSON(message) {
|
|
@@ -648,9 +648,9 @@ var InflationDistribution = {
|
|
|
648
648
|
},
|
|
649
649
|
toAmino(message) {
|
|
650
650
|
const obj = {};
|
|
651
|
-
obj.staking_rewards =
|
|
652
|
-
obj.usage_incentives =
|
|
653
|
-
obj.community_pool =
|
|
651
|
+
obj.staking_rewards = message.stakingRewards === "" ? void 0 : math.Decimal.fromUserInput(message.stakingRewards, 18).atomics;
|
|
652
|
+
obj.usage_incentives = message.usageIncentives === "" ? void 0 : math.Decimal.fromUserInput(message.usageIncentives, 18).atomics;
|
|
653
|
+
obj.community_pool = message.communityPool === "" ? void 0 : math.Decimal.fromUserInput(message.communityPool, 18).atomics;
|
|
654
654
|
return obj;
|
|
655
655
|
},
|
|
656
656
|
fromAminoMsg(object) {
|
|
@@ -735,11 +735,11 @@ var ExponentialCalculation = {
|
|
|
735
735
|
},
|
|
736
736
|
fromJSON(object) {
|
|
737
737
|
return {
|
|
738
|
-
a:
|
|
739
|
-
r:
|
|
740
|
-
c:
|
|
741
|
-
bondingTarget:
|
|
742
|
-
maxVariance:
|
|
738
|
+
a: chunkMUJBB64F_cjs.isSet(object.a) ? String(object.a) : "",
|
|
739
|
+
r: chunkMUJBB64F_cjs.isSet(object.r) ? String(object.r) : "",
|
|
740
|
+
c: chunkMUJBB64F_cjs.isSet(object.c) ? String(object.c) : "",
|
|
741
|
+
bondingTarget: chunkMUJBB64F_cjs.isSet(object.bondingTarget) ? String(object.bondingTarget) : "",
|
|
742
|
+
maxVariance: chunkMUJBB64F_cjs.isSet(object.maxVariance) ? String(object.maxVariance) : ""
|
|
743
743
|
};
|
|
744
744
|
},
|
|
745
745
|
toJSON(message) {
|
|
@@ -781,11 +781,11 @@ var ExponentialCalculation = {
|
|
|
781
781
|
},
|
|
782
782
|
toAmino(message) {
|
|
783
783
|
const obj = {};
|
|
784
|
-
obj.a =
|
|
785
|
-
obj.r =
|
|
786
|
-
obj.c =
|
|
787
|
-
obj.bonding_target =
|
|
788
|
-
obj.max_variance =
|
|
784
|
+
obj.a = message.a === "" ? void 0 : math.Decimal.fromUserInput(message.a, 18).atomics;
|
|
785
|
+
obj.r = message.r === "" ? void 0 : math.Decimal.fromUserInput(message.r, 18).atomics;
|
|
786
|
+
obj.c = message.c === "" ? void 0 : math.Decimal.fromUserInput(message.c, 18).atomics;
|
|
787
|
+
obj.bonding_target = message.bondingTarget === "" ? void 0 : math.Decimal.fromUserInput(message.bondingTarget, 18).atomics;
|
|
788
|
+
obj.max_variance = message.maxVariance === "" ? void 0 : math.Decimal.fromUserInput(message.maxVariance, 18).atomics;
|
|
789
789
|
return obj;
|
|
790
790
|
},
|
|
791
791
|
fromAminoMsg(object) {
|
|
@@ -863,10 +863,10 @@ var Params2 = {
|
|
|
863
863
|
},
|
|
864
864
|
fromJSON(object) {
|
|
865
865
|
return {
|
|
866
|
-
mintDenom:
|
|
867
|
-
exponentialCalculation:
|
|
868
|
-
inflationDistribution:
|
|
869
|
-
enableInflation:
|
|
866
|
+
mintDenom: chunkMUJBB64F_cjs.isSet(object.mintDenom) ? String(object.mintDenom) : "",
|
|
867
|
+
exponentialCalculation: chunkMUJBB64F_cjs.isSet(object.exponentialCalculation) ? ExponentialCalculation.fromJSON(object.exponentialCalculation) : void 0,
|
|
868
|
+
inflationDistribution: chunkMUJBB64F_cjs.isSet(object.inflationDistribution) ? InflationDistribution.fromJSON(object.inflationDistribution) : void 0,
|
|
869
|
+
enableInflation: chunkMUJBB64F_cjs.isSet(object.enableInflation) ? Boolean(object.enableInflation) : false
|
|
870
870
|
};
|
|
871
871
|
},
|
|
872
872
|
toJSON(message) {
|
|
@@ -970,8 +970,8 @@ var MsgUpdateParams2 = {
|
|
|
970
970
|
},
|
|
971
971
|
fromJSON(object) {
|
|
972
972
|
return {
|
|
973
|
-
authority:
|
|
974
|
-
params:
|
|
973
|
+
authority: chunkMUJBB64F_cjs.isSet(object.authority) ? String(object.authority) : "",
|
|
974
|
+
params: chunkMUJBB64F_cjs.isSet(object.params) ? Params2.fromJSON(object.params) : void 0
|
|
975
975
|
};
|
|
976
976
|
},
|
|
977
977
|
toJSON(message) {
|
|
@@ -1031,7 +1031,7 @@ function createBaseParams3() {
|
|
|
1031
1031
|
return {
|
|
1032
1032
|
enableRevenue: false,
|
|
1033
1033
|
developerShares: "",
|
|
1034
|
-
addrDerivationCostCreate:
|
|
1034
|
+
addrDerivationCostCreate: chunkMUJBB64F_cjs.Long.UZERO
|
|
1035
1035
|
};
|
|
1036
1036
|
}
|
|
1037
1037
|
var Params3 = {
|
|
@@ -1073,23 +1073,23 @@ var Params3 = {
|
|
|
1073
1073
|
},
|
|
1074
1074
|
fromJSON(object) {
|
|
1075
1075
|
return {
|
|
1076
|
-
enableRevenue:
|
|
1077
|
-
developerShares:
|
|
1078
|
-
addrDerivationCostCreate:
|
|
1076
|
+
enableRevenue: chunkMUJBB64F_cjs.isSet(object.enableRevenue) ? Boolean(object.enableRevenue) : false,
|
|
1077
|
+
developerShares: chunkMUJBB64F_cjs.isSet(object.developerShares) ? String(object.developerShares) : "",
|
|
1078
|
+
addrDerivationCostCreate: chunkMUJBB64F_cjs.isSet(object.addrDerivationCostCreate) ? chunkMUJBB64F_cjs.Long.fromValue(object.addrDerivationCostCreate) : chunkMUJBB64F_cjs.Long.UZERO
|
|
1079
1079
|
};
|
|
1080
1080
|
},
|
|
1081
1081
|
toJSON(message) {
|
|
1082
1082
|
const obj = {};
|
|
1083
1083
|
message.enableRevenue !== void 0 && (obj.enableRevenue = message.enableRevenue);
|
|
1084
1084
|
message.developerShares !== void 0 && (obj.developerShares = message.developerShares);
|
|
1085
|
-
message.addrDerivationCostCreate !== void 0 && (obj.addrDerivationCostCreate = (message.addrDerivationCostCreate ||
|
|
1085
|
+
message.addrDerivationCostCreate !== void 0 && (obj.addrDerivationCostCreate = (message.addrDerivationCostCreate || chunkMUJBB64F_cjs.Long.UZERO).toString());
|
|
1086
1086
|
return obj;
|
|
1087
1087
|
},
|
|
1088
1088
|
fromPartial(object) {
|
|
1089
1089
|
const message = createBaseParams3();
|
|
1090
1090
|
message.enableRevenue = object.enableRevenue ?? false;
|
|
1091
1091
|
message.developerShares = object.developerShares ?? "";
|
|
1092
|
-
message.addrDerivationCostCreate = object.addrDerivationCostCreate !== void 0 && object.addrDerivationCostCreate !== null ?
|
|
1092
|
+
message.addrDerivationCostCreate = object.addrDerivationCostCreate !== void 0 && object.addrDerivationCostCreate !== null ? chunkMUJBB64F_cjs.Long.fromValue(object.addrDerivationCostCreate) : chunkMUJBB64F_cjs.Long.UZERO;
|
|
1093
1093
|
return message;
|
|
1094
1094
|
},
|
|
1095
1095
|
fromAmino(object) {
|
|
@@ -1101,15 +1101,15 @@ var Params3 = {
|
|
|
1101
1101
|
message.developerShares = object.developer_shares;
|
|
1102
1102
|
}
|
|
1103
1103
|
if (object.addr_derivation_cost_create !== void 0 && object.addr_derivation_cost_create !== null) {
|
|
1104
|
-
message.addrDerivationCostCreate =
|
|
1104
|
+
message.addrDerivationCostCreate = chunkMUJBB64F_cjs.Long.fromString(object.addr_derivation_cost_create);
|
|
1105
1105
|
}
|
|
1106
1106
|
return message;
|
|
1107
1107
|
},
|
|
1108
1108
|
toAmino(message) {
|
|
1109
1109
|
const obj = {};
|
|
1110
1110
|
obj.enable_revenue = message.enableRevenue === false ? void 0 : message.enableRevenue;
|
|
1111
|
-
obj.developer_shares =
|
|
1112
|
-
obj.addr_derivation_cost_create = !message.addrDerivationCostCreate.isZero() ? message.addrDerivationCostCreate
|
|
1111
|
+
obj.developer_shares = message.developerShares === "" ? void 0 : math.Decimal.fromUserInput(message.developerShares, 18).atomics;
|
|
1112
|
+
obj.addr_derivation_cost_create = !message.addrDerivationCostCreate.isZero() ? message.addrDerivationCostCreate?.toString() : void 0;
|
|
1113
1113
|
return obj;
|
|
1114
1114
|
},
|
|
1115
1115
|
fromAminoMsg(object) {
|
|
@@ -1196,10 +1196,10 @@ var MsgRegisterRevenue = {
|
|
|
1196
1196
|
},
|
|
1197
1197
|
fromJSON(object) {
|
|
1198
1198
|
return {
|
|
1199
|
-
contractAddress:
|
|
1200
|
-
deployerAddress:
|
|
1201
|
-
withdrawerAddress:
|
|
1202
|
-
nonces: Array.isArray(object?.nonces) ? object.nonces.map((e) =>
|
|
1199
|
+
contractAddress: chunkMUJBB64F_cjs.isSet(object.contractAddress) ? String(object.contractAddress) : "",
|
|
1200
|
+
deployerAddress: chunkMUJBB64F_cjs.isSet(object.deployerAddress) ? String(object.deployerAddress) : "",
|
|
1201
|
+
withdrawerAddress: chunkMUJBB64F_cjs.isSet(object.withdrawerAddress) ? String(object.withdrawerAddress) : "",
|
|
1202
|
+
nonces: Array.isArray(object?.nonces) ? object.nonces.map((e) => chunkMUJBB64F_cjs.Long.fromValue(e)) : []
|
|
1203
1203
|
};
|
|
1204
1204
|
},
|
|
1205
1205
|
toJSON(message) {
|
|
@@ -1208,7 +1208,7 @@ var MsgRegisterRevenue = {
|
|
|
1208
1208
|
message.deployerAddress !== void 0 && (obj.deployerAddress = message.deployerAddress);
|
|
1209
1209
|
message.withdrawerAddress !== void 0 && (obj.withdrawerAddress = message.withdrawerAddress);
|
|
1210
1210
|
if (message.nonces) {
|
|
1211
|
-
obj.nonces = message.nonces.map((e) => (e ||
|
|
1211
|
+
obj.nonces = message.nonces.map((e) => (e || chunkMUJBB64F_cjs.Long.UZERO).toString());
|
|
1212
1212
|
} else {
|
|
1213
1213
|
obj.nonces = [];
|
|
1214
1214
|
}
|
|
@@ -1219,7 +1219,7 @@ var MsgRegisterRevenue = {
|
|
|
1219
1219
|
message.contractAddress = object.contractAddress ?? "";
|
|
1220
1220
|
message.deployerAddress = object.deployerAddress ?? "";
|
|
1221
1221
|
message.withdrawerAddress = object.withdrawerAddress ?? "";
|
|
1222
|
-
message.nonces = object.nonces?.map((e) =>
|
|
1222
|
+
message.nonces = object.nonces?.map((e) => chunkMUJBB64F_cjs.Long.fromValue(e)) || [];
|
|
1223
1223
|
return message;
|
|
1224
1224
|
},
|
|
1225
1225
|
fromAmino(object) {
|
|
@@ -1233,7 +1233,7 @@ var MsgRegisterRevenue = {
|
|
|
1233
1233
|
if (object.withdrawer_address !== void 0 && object.withdrawer_address !== null) {
|
|
1234
1234
|
message.withdrawerAddress = object.withdrawer_address;
|
|
1235
1235
|
}
|
|
1236
|
-
message.nonces = object.nonces?.map((e) =>
|
|
1236
|
+
message.nonces = object.nonces?.map((e) => chunkMUJBB64F_cjs.Long.fromString(e)) || [];
|
|
1237
1237
|
return message;
|
|
1238
1238
|
},
|
|
1239
1239
|
toAmino(message) {
|
|
@@ -1316,9 +1316,9 @@ var MsgUpdateRevenue = {
|
|
|
1316
1316
|
},
|
|
1317
1317
|
fromJSON(object) {
|
|
1318
1318
|
return {
|
|
1319
|
-
contractAddress:
|
|
1320
|
-
deployerAddress:
|
|
1321
|
-
withdrawerAddress:
|
|
1319
|
+
contractAddress: chunkMUJBB64F_cjs.isSet(object.contractAddress) ? String(object.contractAddress) : "",
|
|
1320
|
+
deployerAddress: chunkMUJBB64F_cjs.isSet(object.deployerAddress) ? String(object.deployerAddress) : "",
|
|
1321
|
+
withdrawerAddress: chunkMUJBB64F_cjs.isSet(object.withdrawerAddress) ? String(object.withdrawerAddress) : ""
|
|
1322
1322
|
};
|
|
1323
1323
|
},
|
|
1324
1324
|
toJSON(message) {
|
|
@@ -1416,8 +1416,8 @@ var MsgCancelRevenue = {
|
|
|
1416
1416
|
},
|
|
1417
1417
|
fromJSON(object) {
|
|
1418
1418
|
return {
|
|
1419
|
-
contractAddress:
|
|
1420
|
-
deployerAddress:
|
|
1419
|
+
contractAddress: chunkMUJBB64F_cjs.isSet(object.contractAddress) ? String(object.contractAddress) : "",
|
|
1420
|
+
deployerAddress: chunkMUJBB64F_cjs.isSet(object.deployerAddress) ? String(object.deployerAddress) : ""
|
|
1421
1421
|
};
|
|
1422
1422
|
},
|
|
1423
1423
|
toJSON(message) {
|
|
@@ -1509,8 +1509,8 @@ var MsgUpdateParams3 = {
|
|
|
1509
1509
|
},
|
|
1510
1510
|
fromJSON(object) {
|
|
1511
1511
|
return {
|
|
1512
|
-
authority:
|
|
1513
|
-
params:
|
|
1512
|
+
authority: chunkMUJBB64F_cjs.isSet(object.authority) ? String(object.authority) : "",
|
|
1513
|
+
params: chunkMUJBB64F_cjs.isSet(object.params) ? Params3.fromJSON(object.params) : void 0
|
|
1514
1514
|
};
|
|
1515
1515
|
},
|
|
1516
1516
|
toJSON(message) {
|
|
@@ -1612,9 +1612,9 @@ var MsgCreateClawbackVestingAccount = {
|
|
|
1612
1612
|
},
|
|
1613
1613
|
fromJSON(object) {
|
|
1614
1614
|
return {
|
|
1615
|
-
funderAddress:
|
|
1616
|
-
vestingAddress:
|
|
1617
|
-
enableGovClawback:
|
|
1615
|
+
funderAddress: chunkMUJBB64F_cjs.isSet(object.funderAddress) ? String(object.funderAddress) : "",
|
|
1616
|
+
vestingAddress: chunkMUJBB64F_cjs.isSet(object.vestingAddress) ? String(object.vestingAddress) : "",
|
|
1617
|
+
enableGovClawback: chunkMUJBB64F_cjs.isSet(object.enableGovClawback) ? Boolean(object.enableGovClawback) : false
|
|
1618
1618
|
};
|
|
1619
1619
|
},
|
|
1620
1620
|
toJSON(message) {
|
|
@@ -1692,13 +1692,13 @@ var MsgFundVestingAccount = {
|
|
|
1692
1692
|
writer.uint32(18).string(message.vestingAddress);
|
|
1693
1693
|
}
|
|
1694
1694
|
if (message.startTime !== void 0) {
|
|
1695
|
-
|
|
1695
|
+
chunkNM4PISTQ_cjs.Timestamp.encode(chunkMUJBB64F_cjs.toTimestamp(message.startTime), writer.uint32(26).fork()).ldelim();
|
|
1696
1696
|
}
|
|
1697
1697
|
for (const v of message.lockupPeriods) {
|
|
1698
|
-
|
|
1698
|
+
chunkNM4PISTQ_cjs.Period.encode(v, writer.uint32(34).fork()).ldelim();
|
|
1699
1699
|
}
|
|
1700
1700
|
for (const v of message.vestingPeriods) {
|
|
1701
|
-
|
|
1701
|
+
chunkNM4PISTQ_cjs.Period.encode(v, writer.uint32(42).fork()).ldelim();
|
|
1702
1702
|
}
|
|
1703
1703
|
return writer;
|
|
1704
1704
|
},
|
|
@@ -1716,13 +1716,13 @@ var MsgFundVestingAccount = {
|
|
|
1716
1716
|
message.vestingAddress = reader.string();
|
|
1717
1717
|
break;
|
|
1718
1718
|
case 3:
|
|
1719
|
-
message.startTime =
|
|
1719
|
+
message.startTime = chunkMUJBB64F_cjs.fromTimestamp(chunkNM4PISTQ_cjs.Timestamp.decode(reader, reader.uint32()));
|
|
1720
1720
|
break;
|
|
1721
1721
|
case 4:
|
|
1722
|
-
message.lockupPeriods.push(
|
|
1722
|
+
message.lockupPeriods.push(chunkNM4PISTQ_cjs.Period.decode(reader, reader.uint32()));
|
|
1723
1723
|
break;
|
|
1724
1724
|
case 5:
|
|
1725
|
-
message.vestingPeriods.push(
|
|
1725
|
+
message.vestingPeriods.push(chunkNM4PISTQ_cjs.Period.decode(reader, reader.uint32()));
|
|
1726
1726
|
break;
|
|
1727
1727
|
default:
|
|
1728
1728
|
reader.skipType(tag & 7);
|
|
@@ -1733,11 +1733,11 @@ var MsgFundVestingAccount = {
|
|
|
1733
1733
|
},
|
|
1734
1734
|
fromJSON(object) {
|
|
1735
1735
|
return {
|
|
1736
|
-
funderAddress:
|
|
1737
|
-
vestingAddress:
|
|
1738
|
-
startTime:
|
|
1739
|
-
lockupPeriods: Array.isArray(object?.lockupPeriods) ? object.lockupPeriods.map((e) =>
|
|
1740
|
-
vestingPeriods: Array.isArray(object?.vestingPeriods) ? object.vestingPeriods.map((e) =>
|
|
1736
|
+
funderAddress: chunkMUJBB64F_cjs.isSet(object.funderAddress) ? String(object.funderAddress) : "",
|
|
1737
|
+
vestingAddress: chunkMUJBB64F_cjs.isSet(object.vestingAddress) ? String(object.vestingAddress) : "",
|
|
1738
|
+
startTime: chunkMUJBB64F_cjs.isSet(object.startTime) ? chunkMUJBB64F_cjs.fromJsonTimestamp(object.startTime) : void 0,
|
|
1739
|
+
lockupPeriods: Array.isArray(object?.lockupPeriods) ? object.lockupPeriods.map((e) => chunkNM4PISTQ_cjs.Period.fromJSON(e)) : [],
|
|
1740
|
+
vestingPeriods: Array.isArray(object?.vestingPeriods) ? object.vestingPeriods.map((e) => chunkNM4PISTQ_cjs.Period.fromJSON(e)) : []
|
|
1741
1741
|
};
|
|
1742
1742
|
},
|
|
1743
1743
|
toJSON(message) {
|
|
@@ -1746,12 +1746,12 @@ var MsgFundVestingAccount = {
|
|
|
1746
1746
|
message.vestingAddress !== void 0 && (obj.vestingAddress = message.vestingAddress);
|
|
1747
1747
|
message.startTime !== void 0 && (obj.startTime = message.startTime.toISOString());
|
|
1748
1748
|
if (message.lockupPeriods) {
|
|
1749
|
-
obj.lockupPeriods = message.lockupPeriods.map((e) => e ?
|
|
1749
|
+
obj.lockupPeriods = message.lockupPeriods.map((e) => e ? chunkNM4PISTQ_cjs.Period.toJSON(e) : void 0);
|
|
1750
1750
|
} else {
|
|
1751
1751
|
obj.lockupPeriods = [];
|
|
1752
1752
|
}
|
|
1753
1753
|
if (message.vestingPeriods) {
|
|
1754
|
-
obj.vestingPeriods = message.vestingPeriods.map((e) => e ?
|
|
1754
|
+
obj.vestingPeriods = message.vestingPeriods.map((e) => e ? chunkNM4PISTQ_cjs.Period.toJSON(e) : void 0);
|
|
1755
1755
|
} else {
|
|
1756
1756
|
obj.vestingPeriods = [];
|
|
1757
1757
|
}
|
|
@@ -1762,8 +1762,8 @@ var MsgFundVestingAccount = {
|
|
|
1762
1762
|
message.funderAddress = object.funderAddress ?? "";
|
|
1763
1763
|
message.vestingAddress = object.vestingAddress ?? "";
|
|
1764
1764
|
message.startTime = object.startTime ?? void 0;
|
|
1765
|
-
message.lockupPeriods = object.lockupPeriods?.map((e) =>
|
|
1766
|
-
message.vestingPeriods = object.vestingPeriods?.map((e) =>
|
|
1765
|
+
message.lockupPeriods = object.lockupPeriods?.map((e) => chunkNM4PISTQ_cjs.Period.fromPartial(e)) || [];
|
|
1766
|
+
message.vestingPeriods = object.vestingPeriods?.map((e) => chunkNM4PISTQ_cjs.Period.fromPartial(e)) || [];
|
|
1767
1767
|
return message;
|
|
1768
1768
|
},
|
|
1769
1769
|
fromAmino(object) {
|
|
@@ -1775,24 +1775,24 @@ var MsgFundVestingAccount = {
|
|
|
1775
1775
|
message.vestingAddress = object.vesting_address;
|
|
1776
1776
|
}
|
|
1777
1777
|
if (object.start_time !== void 0 && object.start_time !== null) {
|
|
1778
|
-
message.startTime =
|
|
1778
|
+
message.startTime = chunkMUJBB64F_cjs.fromTimestamp(chunkNM4PISTQ_cjs.Timestamp.fromAmino(object.start_time));
|
|
1779
1779
|
}
|
|
1780
|
-
message.lockupPeriods = object.lockup_periods?.map((e) =>
|
|
1781
|
-
message.vestingPeriods = object.vesting_periods?.map((e) =>
|
|
1780
|
+
message.lockupPeriods = object.lockup_periods?.map((e) => chunkNM4PISTQ_cjs.Period.fromAmino(e)) || [];
|
|
1781
|
+
message.vestingPeriods = object.vesting_periods?.map((e) => chunkNM4PISTQ_cjs.Period.fromAmino(e)) || [];
|
|
1782
1782
|
return message;
|
|
1783
1783
|
},
|
|
1784
1784
|
toAmino(message) {
|
|
1785
1785
|
const obj = {};
|
|
1786
1786
|
obj.funder_address = message.funderAddress === "" ? void 0 : message.funderAddress;
|
|
1787
1787
|
obj.vesting_address = message.vestingAddress === "" ? void 0 : message.vestingAddress;
|
|
1788
|
-
obj.start_time = message.startTime ?
|
|
1788
|
+
obj.start_time = message.startTime ? chunkNM4PISTQ_cjs.Timestamp.toAmino(chunkMUJBB64F_cjs.toTimestamp(message.startTime)) : void 0;
|
|
1789
1789
|
if (message.lockupPeriods) {
|
|
1790
|
-
obj.lockup_periods = message.lockupPeriods.map((e) => e ?
|
|
1790
|
+
obj.lockup_periods = message.lockupPeriods.map((e) => e ? chunkNM4PISTQ_cjs.Period.toAmino(e) : void 0);
|
|
1791
1791
|
} else {
|
|
1792
1792
|
obj.lockup_periods = message.lockupPeriods;
|
|
1793
1793
|
}
|
|
1794
1794
|
if (message.vestingPeriods) {
|
|
1795
|
-
obj.vesting_periods = message.vestingPeriods.map((e) => e ?
|
|
1795
|
+
obj.vesting_periods = message.vestingPeriods.map((e) => e ? chunkNM4PISTQ_cjs.Period.toAmino(e) : void 0);
|
|
1796
1796
|
} else {
|
|
1797
1797
|
obj.vesting_periods = message.vestingPeriods;
|
|
1798
1798
|
}
|
|
@@ -1866,9 +1866,9 @@ var MsgClawback = {
|
|
|
1866
1866
|
},
|
|
1867
1867
|
fromJSON(object) {
|
|
1868
1868
|
return {
|
|
1869
|
-
funderAddress:
|
|
1870
|
-
accountAddress:
|
|
1871
|
-
destAddress:
|
|
1869
|
+
funderAddress: chunkMUJBB64F_cjs.isSet(object.funderAddress) ? String(object.funderAddress) : "",
|
|
1870
|
+
accountAddress: chunkMUJBB64F_cjs.isSet(object.accountAddress) ? String(object.accountAddress) : "",
|
|
1871
|
+
destAddress: chunkMUJBB64F_cjs.isSet(object.destAddress) ? String(object.destAddress) : ""
|
|
1872
1872
|
};
|
|
1873
1873
|
},
|
|
1874
1874
|
toJSON(message) {
|
|
@@ -1973,9 +1973,9 @@ var MsgUpdateVestingFunder = {
|
|
|
1973
1973
|
},
|
|
1974
1974
|
fromJSON(object) {
|
|
1975
1975
|
return {
|
|
1976
|
-
funderAddress:
|
|
1977
|
-
newFunderAddress:
|
|
1978
|
-
vestingAddress:
|
|
1976
|
+
funderAddress: chunkMUJBB64F_cjs.isSet(object.funderAddress) ? String(object.funderAddress) : "",
|
|
1977
|
+
newFunderAddress: chunkMUJBB64F_cjs.isSet(object.newFunderAddress) ? String(object.newFunderAddress) : "",
|
|
1978
|
+
vestingAddress: chunkMUJBB64F_cjs.isSet(object.vestingAddress) ? String(object.vestingAddress) : ""
|
|
1979
1979
|
};
|
|
1980
1980
|
},
|
|
1981
1981
|
toJSON(message) {
|
|
@@ -2066,7 +2066,7 @@ var MsgConvertVestingAccount = {
|
|
|
2066
2066
|
},
|
|
2067
2067
|
fromJSON(object) {
|
|
2068
2068
|
return {
|
|
2069
|
-
vestingAddress:
|
|
2069
|
+
vestingAddress: chunkMUJBB64F_cjs.isSet(object.vestingAddress) ? String(object.vestingAddress) : ""
|
|
2070
2070
|
};
|
|
2071
2071
|
},
|
|
2072
2072
|
toJSON(message) {
|
|
@@ -2211,8 +2211,8 @@ var evmosProtoRegistry = [...registry2, ...registry3, ...registry4, ...registry5
|
|
|
2211
2211
|
var AminoConverter6 = {
|
|
2212
2212
|
"/initia.move.v1.MsgExecute": {
|
|
2213
2213
|
aminoType: "/initia.move.v1.MsgExecute",
|
|
2214
|
-
toAmino:
|
|
2215
|
-
fromAmino:
|
|
2214
|
+
toAmino: chunkNM4PISTQ_cjs.MsgExecute.toAmino,
|
|
2215
|
+
fromAmino: chunkNM4PISTQ_cjs.MsgExecute.fromAmino
|
|
2216
2216
|
}
|
|
2217
2217
|
};
|
|
2218
2218
|
|
|
@@ -2225,8 +2225,8 @@ var initiaAminoConverters = {
|
|
|
2225
2225
|
var AminoConverter7 = {
|
|
2226
2226
|
"/opinit.ophost.v1.MsgInitiateTokenDeposit": {
|
|
2227
2227
|
aminoType: "ophost/MsgInitiateTokenDeposit",
|
|
2228
|
-
toAmino:
|
|
2229
|
-
fromAmino:
|
|
2228
|
+
toAmino: chunkNM4PISTQ_cjs.MsgInitiateTokenDeposit.toAmino,
|
|
2229
|
+
fromAmino: chunkNM4PISTQ_cjs.MsgInitiateTokenDeposit.fromAmino
|
|
2230
2230
|
}
|
|
2231
2231
|
};
|
|
2232
2232
|
|
|
@@ -2253,8 +2253,8 @@ var setClientOptions = (options = {}) => {
|
|
|
2253
2253
|
chunkQAHHTQ7V_cjs.ClientState.registry = new protoSigning.Registry([
|
|
2254
2254
|
...stargate.defaultRegistryTypes,
|
|
2255
2255
|
["/cosmwasm.wasm.v1.MsgExecuteContract", tx_js.MsgExecuteContract],
|
|
2256
|
-
["/initia.move.v1.MsgExecute",
|
|
2257
|
-
["/opinit.ophost.v1.MsgInitiateTokenDeposit",
|
|
2256
|
+
["/initia.move.v1.MsgExecute", chunkNM4PISTQ_cjs.MsgExecute],
|
|
2257
|
+
["/opinit.ophost.v1.MsgInitiateTokenDeposit", chunkNM4PISTQ_cjs.MsgInitiateTokenDeposit],
|
|
2258
2258
|
...circleProtoRegistry,
|
|
2259
2259
|
...evmosProtoRegistry,
|
|
2260
2260
|
...options.registryTypes ?? []
|