@@ -9,3 +9,3 @@ "use strict"; | ||
| "/coreum.asset.ft.v1.MsgIssue": { | ||
| aminoType: "cosmos-sdk/MsgIssue", | ||
| aminoType: "aseestft/MsgIssue", | ||
| toAmino: ({ issuer, symbol, subunit, precision, initialAmount, description, features, burnRate, sendCommissionRate, uri, uriHash, extensionSettings, dexSettings, }) => ({ | ||
@@ -44,3 +44,3 @@ issuer, | ||
| "/coreum.asset.ft.v1.MsgMint": { | ||
| aminoType: "cosmos-sdk/MsgMint", | ||
| aminoType: "aseestft/MsgMint", | ||
| toAmino: ({ sender, coin, recipient }) => ({ | ||
@@ -59,3 +59,3 @@ sender, | ||
| "/coreum.asset.ft.v1.MsgBurn": { | ||
| aminoType: "cosmos-sdk/MsgBurn", | ||
| aminoType: "aseestft/MsgBurn", | ||
| toAmino: ({ sender, coin }) => ({ | ||
@@ -72,3 +72,3 @@ sender, | ||
| "/coreum.asset.ft.v1.MsgFreeze": { | ||
| aminoType: "cosmos-sdk/MsgFreeze", | ||
| aminoType: "aseestft/MsgFreeze", | ||
| toAmino: ({ sender, account, coin }) => ({ | ||
@@ -87,3 +87,3 @@ sender, | ||
| "/coreum.asset.ft.v1.MsgUnfreeze": { | ||
| aminoType: "cosmos-sdk/MsgUnfreeze", | ||
| aminoType: "aseestft/MsgUnfreeze", | ||
| toAmino: ({ sender, account, coin }) => ({ | ||
@@ -102,3 +102,3 @@ sender, | ||
| "/coreum.asset.ft.v1.MsgSetFrozen": { | ||
| aminoType: "cosmos-sdk/MsgSetFrozen", | ||
| aminoType: "aseestft/MsgSetFrozen", | ||
| toAmino: ({ sender, account, coin }) => ({ | ||
@@ -117,3 +117,3 @@ sender, | ||
| "/coreum.asset.ft.v1.MsgGloballyFreeze": { | ||
| aminoType: "cosmos-sdk/MsgGloballyFreeze", | ||
| aminoType: "aseestft/MsgGloballyFreeze", | ||
| toAmino: ({ sender, denom }) => ({ | ||
@@ -130,3 +130,3 @@ sender, | ||
| "/coreum.asset.ft.v1.MsgGloballyUnfreeze": { | ||
| aminoType: "cosmos-sdk/MsgGloballyUnfreeze", | ||
| aminoType: "aseestft/MsgGloballyUnfreeze", | ||
| toAmino: ({ sender, denom }) => ({ | ||
@@ -143,3 +143,3 @@ sender, | ||
| "/coreum.asset.ft.v1.MsgClawback": { | ||
| aminoType: "cosmos-sdk/MsgClawback", | ||
| aminoType: "aseestft/MsgClawback", | ||
| toAmino: ({ sender, account, coin }) => ({ | ||
@@ -158,3 +158,3 @@ sender, | ||
| "/coreum.asset.ft.v1.MsgSetWhitelistedLimit": { | ||
| aminoType: "cosmos-sdk/MsgSetWhitelistedLimit", | ||
| aminoType: "aseestft/MsgSetWhitelistedLimit", | ||
| toAmino: ({ sender, account, coin }) => ({ | ||
@@ -173,3 +173,3 @@ sender, | ||
| "/coreum.asset.ft.v1.MsgTransferAdmin": { | ||
| aminoType: "cosmos-sdk/MsgTransferAdmin", | ||
| aminoType: "aseestft/MsgTransferAdmin", | ||
| toAmino: ({ sender, account, denom }) => ({ | ||
@@ -188,3 +188,3 @@ sender, | ||
| "/coreum.asset.ft.v1.MsgClearAdmin": { | ||
| aminoType: "cosmos-sdk/MsgClearAdmin", | ||
| aminoType: "aseestft/MsgClearAdmin", | ||
| toAmino: ({ sender, denom }) => ({ | ||
@@ -201,3 +201,3 @@ sender, | ||
| "/coreum.asset.ft.v1.MsgUpgradeTokenV1": { | ||
| aminoType: "cosmos-sdk/MsgUpgradeTokenV1", | ||
| aminoType: "aseestft/MsgUpgradeTokenV1", | ||
| toAmino: ({ sender, denom, ibcEnabled }) => ({ | ||
@@ -216,3 +216,3 @@ sender, | ||
| "/coreum.asset.ft.v1.MsgUpdateParams": { | ||
| aminoType: "cosmos-sdk/MsgUpdateParams", | ||
| aminoType: "aseestft/MsgUpdateParams", | ||
| toAmino: ({ authority, params }) => ({ | ||
@@ -229,3 +229,3 @@ authority, | ||
| "/coreum.asset.ft.v1.MsgUpdateDEXUnifiedRefAmount": { | ||
| aminoType: "cosmos-sdk/MsgUpdateDEXUnifiedRefAmount", | ||
| aminoType: "aseestft/MsgUpdateDEXUnifiedRefAmount", | ||
| toAmino: ({ sender, denom, unifiedRefAmount, }) => ({ | ||
@@ -244,3 +244,3 @@ sender, | ||
| "/coreum.asset.ft.v1.MsgUpdateDEXWhitelistedDenoms": { | ||
| aminoType: "cosmos-sdk/MsgUpdateDEXWhitelistedDenoms", | ||
| aminoType: "aseestft/MsgUpdateDEXWhitelistedDenoms", | ||
| toAmino: ({ sender, denom, whitelistedDenoms, }) => ({ | ||
@@ -262,3 +262,3 @@ sender, | ||
| "/coreum.dex.v1.MsgUpdateParams": { | ||
| aminoType: "cosmos-sdk/MsgUpdateParams", | ||
| aminoType: "dex/MsgUpdateParams", | ||
| toAmino: ({ authority, params }) => ({ | ||
@@ -275,3 +275,3 @@ authority, | ||
| "/coreum.dex.v1.MsgPlaceOrder": { | ||
| aminoType: "cosmos-sdk/MsgPlaceOrder", | ||
| aminoType: "dex/MsgPlaceOrder", | ||
| toAmino: ({ sender, type, id, baseDenom, quoteDenom, price, quantity, side, goodTil, timeInForce, }) => ({ | ||
@@ -304,3 +304,3 @@ sender, | ||
| "/coreum.dex.v1.MsgCancelOrder": { | ||
| aminoType: "cosmos-sdk/MsgCancelOrder", | ||
| aminoType: "dex/MsgCancelOrder", | ||
| toAmino: ({ sender, id }) => ({ | ||
@@ -317,3 +317,3 @@ sender, | ||
| "/coreum.dex.v1.MsgCancelOrdersByDenom": { | ||
| aminoType: "cosmos-sdk/MsgCancelOrdersByDenom", | ||
| aminoType: "dex/MsgCancelOrdersByDenom", | ||
| toAmino: ({ sender, account, denom }) => ({ | ||
@@ -335,3 +335,3 @@ sender, | ||
| "/coreum.asset.nft.v1.MsgIssueClass": { | ||
| aminoType: "cosmos-sdk/MsgIssueClass", | ||
| aminoType: "assetnft/MsgIssueClass", | ||
| toAmino: ({ issuer, symbol, name, description, uri, uriHash, data, features, royaltyRate, }) => ({ | ||
@@ -362,3 +362,3 @@ issuer, | ||
| "/coreum.asset.nft.v1.MsgMint": { | ||
| aminoType: "cosmos-sdk/MsgMint", | ||
| aminoType: "assetnft/MsgMint", | ||
| toAmino: ({ sender, classId, id, uri, uriHash, data, recipient, }) => ({ | ||
@@ -385,3 +385,3 @@ sender, | ||
| "/coreum.asset.nft.v1.MsgUpdateData": { | ||
| aminoType: "cosmos-sdk/MsgUpdateData", | ||
| aminoType: "assetnft/MsgUpdateData", | ||
| toAmino: ({ sender, classId, id, items }) => ({ | ||
@@ -402,3 +402,3 @@ sender, | ||
| "/coreum.asset.nft.v1.MsgBurn": { | ||
| aminoType: "cosmos-sdk/MsgBurn", | ||
| aminoType: "assetnft/MsgBurn", | ||
| toAmino: ({ sender, classId, id }) => ({ | ||
@@ -417,3 +417,3 @@ sender, | ||
| "/coreum.asset.nft.v1.MsgFreeze": { | ||
| aminoType: "cosmos-sdk/MsgFreeze", | ||
| aminoType: "assetnft/MsgFreeze", | ||
| toAmino: ({ sender, classId, id }) => ({ | ||
@@ -432,3 +432,3 @@ sender, | ||
| "/coreum.asset.nft.v1.MsgUnfreeze": { | ||
| aminoType: "cosmos-sdk/MsgUnfreeze", | ||
| aminoType: "assetnft/MsgUnfreeze", | ||
| toAmino: ({ sender, classId, id }) => ({ | ||
@@ -447,3 +447,3 @@ sender, | ||
| "/coreum.asset.nft.v1.MsgClassFreeze": { | ||
| aminoType: "cosmos-sdk/MsgClassFreeze", | ||
| aminoType: "assetnft/MsgClassFreeze", | ||
| toAmino: ({ sender, classId, account }) => ({ | ||
@@ -462,3 +462,3 @@ sender, | ||
| "/coreum.asset.nft.v1.MsgClassUnfreeze": { | ||
| aminoType: "cosmos-sdk/MsgClassUnfreeze", | ||
| aminoType: "assetnft/MsgClassUnfreeze", | ||
| toAmino: ({ sender, classId, account }) => ({ | ||
@@ -477,3 +477,3 @@ sender, | ||
| "/coreum.asset.nft.v1.MsgAddToWhitelist": { | ||
| aminoType: "cosmos-sdk/MsgAddToWhitelist", | ||
| aminoType: "assetnft/MsgAddToWhitelist", | ||
| toAmino: ({ sender, classId, id, account }) => ({ | ||
@@ -494,3 +494,3 @@ sender, | ||
| "/coreum.asset.nft.v1.MsgRemoveFromWhitelist": { | ||
| aminoType: "cosmos-sdk/MsgRemoveFromWhitelist", | ||
| aminoType: "assetnft/MsgRemoveFromWhitelist", | ||
| toAmino: ({ sender, classId, id, account }) => ({ | ||
@@ -511,3 +511,3 @@ sender, | ||
| "/coreum.asset.nft.v1.MsgAddToClassWhitelist": { | ||
| aminoType: "cosmos-sdk/MsgAddToClassWhitelist", | ||
| aminoType: "assetnft/MsgAddToClassWhitelist", | ||
| toAmino: ({ sender, classId, account }) => ({ | ||
@@ -526,3 +526,3 @@ sender, | ||
| "/coreum.asset.nft.v1.MsgRemoveFromClassWhitelist": { | ||
| aminoType: "cosmos-sdk/MsgRemoveFromClassWhitelist", | ||
| aminoType: "assetnft/MsgRemoveFromClassWhitelist", | ||
| toAmino: ({ sender, classId, account }) => ({ | ||
@@ -541,3 +541,3 @@ sender, | ||
| "/coreum.asset.nft.v1.MsgUpdateParams": { | ||
| aminoType: "cosmos-sdk/MsgUpdateParams", | ||
| aminoType: "assetnft/MsgUpdateParams", | ||
| toAmino: ({ authority, params }) => ({ | ||
@@ -544,0 +544,0 @@ authority, |
@@ -6,3 +6,3 @@ import { AminoTypes } from "@cosmjs/stargate"; | ||
| "/coreum.asset.ft.v1.MsgIssue": { | ||
| aminoType: "cosmos-sdk/MsgIssue", | ||
| aminoType: "aseestft/MsgIssue", | ||
| toAmino: ({ issuer, symbol, subunit, precision, initialAmount, description, features, burnRate, sendCommissionRate, uri, uriHash, extensionSettings, dexSettings, }) => ({ | ||
@@ -41,3 +41,3 @@ issuer, | ||
| "/coreum.asset.ft.v1.MsgMint": { | ||
| aminoType: "cosmos-sdk/MsgMint", | ||
| aminoType: "aseestft/MsgMint", | ||
| toAmino: ({ sender, coin, recipient }) => ({ | ||
@@ -56,3 +56,3 @@ sender, | ||
| "/coreum.asset.ft.v1.MsgBurn": { | ||
| aminoType: "cosmos-sdk/MsgBurn", | ||
| aminoType: "aseestft/MsgBurn", | ||
| toAmino: ({ sender, coin }) => ({ | ||
@@ -69,3 +69,3 @@ sender, | ||
| "/coreum.asset.ft.v1.MsgFreeze": { | ||
| aminoType: "cosmos-sdk/MsgFreeze", | ||
| aminoType: "aseestft/MsgFreeze", | ||
| toAmino: ({ sender, account, coin }) => ({ | ||
@@ -84,3 +84,3 @@ sender, | ||
| "/coreum.asset.ft.v1.MsgUnfreeze": { | ||
| aminoType: "cosmos-sdk/MsgUnfreeze", | ||
| aminoType: "aseestft/MsgUnfreeze", | ||
| toAmino: ({ sender, account, coin }) => ({ | ||
@@ -99,3 +99,3 @@ sender, | ||
| "/coreum.asset.ft.v1.MsgSetFrozen": { | ||
| aminoType: "cosmos-sdk/MsgSetFrozen", | ||
| aminoType: "aseestft/MsgSetFrozen", | ||
| toAmino: ({ sender, account, coin }) => ({ | ||
@@ -114,3 +114,3 @@ sender, | ||
| "/coreum.asset.ft.v1.MsgGloballyFreeze": { | ||
| aminoType: "cosmos-sdk/MsgGloballyFreeze", | ||
| aminoType: "aseestft/MsgGloballyFreeze", | ||
| toAmino: ({ sender, denom }) => ({ | ||
@@ -127,3 +127,3 @@ sender, | ||
| "/coreum.asset.ft.v1.MsgGloballyUnfreeze": { | ||
| aminoType: "cosmos-sdk/MsgGloballyUnfreeze", | ||
| aminoType: "aseestft/MsgGloballyUnfreeze", | ||
| toAmino: ({ sender, denom }) => ({ | ||
@@ -140,3 +140,3 @@ sender, | ||
| "/coreum.asset.ft.v1.MsgClawback": { | ||
| aminoType: "cosmos-sdk/MsgClawback", | ||
| aminoType: "aseestft/MsgClawback", | ||
| toAmino: ({ sender, account, coin }) => ({ | ||
@@ -155,3 +155,3 @@ sender, | ||
| "/coreum.asset.ft.v1.MsgSetWhitelistedLimit": { | ||
| aminoType: "cosmos-sdk/MsgSetWhitelistedLimit", | ||
| aminoType: "aseestft/MsgSetWhitelistedLimit", | ||
| toAmino: ({ sender, account, coin }) => ({ | ||
@@ -170,3 +170,3 @@ sender, | ||
| "/coreum.asset.ft.v1.MsgTransferAdmin": { | ||
| aminoType: "cosmos-sdk/MsgTransferAdmin", | ||
| aminoType: "aseestft/MsgTransferAdmin", | ||
| toAmino: ({ sender, account, denom }) => ({ | ||
@@ -185,3 +185,3 @@ sender, | ||
| "/coreum.asset.ft.v1.MsgClearAdmin": { | ||
| aminoType: "cosmos-sdk/MsgClearAdmin", | ||
| aminoType: "aseestft/MsgClearAdmin", | ||
| toAmino: ({ sender, denom }) => ({ | ||
@@ -198,3 +198,3 @@ sender, | ||
| "/coreum.asset.ft.v1.MsgUpgradeTokenV1": { | ||
| aminoType: "cosmos-sdk/MsgUpgradeTokenV1", | ||
| aminoType: "aseestft/MsgUpgradeTokenV1", | ||
| toAmino: ({ sender, denom, ibcEnabled }) => ({ | ||
@@ -213,3 +213,3 @@ sender, | ||
| "/coreum.asset.ft.v1.MsgUpdateParams": { | ||
| aminoType: "cosmos-sdk/MsgUpdateParams", | ||
| aminoType: "aseestft/MsgUpdateParams", | ||
| toAmino: ({ authority, params }) => ({ | ||
@@ -226,3 +226,3 @@ authority, | ||
| "/coreum.asset.ft.v1.MsgUpdateDEXUnifiedRefAmount": { | ||
| aminoType: "cosmos-sdk/MsgUpdateDEXUnifiedRefAmount", | ||
| aminoType: "aseestft/MsgUpdateDEXUnifiedRefAmount", | ||
| toAmino: ({ sender, denom, unifiedRefAmount, }) => ({ | ||
@@ -241,3 +241,3 @@ sender, | ||
| "/coreum.asset.ft.v1.MsgUpdateDEXWhitelistedDenoms": { | ||
| aminoType: "cosmos-sdk/MsgUpdateDEXWhitelistedDenoms", | ||
| aminoType: "aseestft/MsgUpdateDEXWhitelistedDenoms", | ||
| toAmino: ({ sender, denom, whitelistedDenoms, }) => ({ | ||
@@ -259,3 +259,3 @@ sender, | ||
| "/coreum.dex.v1.MsgUpdateParams": { | ||
| aminoType: "cosmos-sdk/MsgUpdateParams", | ||
| aminoType: "dex/MsgUpdateParams", | ||
| toAmino: ({ authority, params }) => ({ | ||
@@ -272,3 +272,3 @@ authority, | ||
| "/coreum.dex.v1.MsgPlaceOrder": { | ||
| aminoType: "cosmos-sdk/MsgPlaceOrder", | ||
| aminoType: "dex/MsgPlaceOrder", | ||
| toAmino: ({ sender, type, id, baseDenom, quoteDenom, price, quantity, side, goodTil, timeInForce, }) => ({ | ||
@@ -301,3 +301,3 @@ sender, | ||
| "/coreum.dex.v1.MsgCancelOrder": { | ||
| aminoType: "cosmos-sdk/MsgCancelOrder", | ||
| aminoType: "dex/MsgCancelOrder", | ||
| toAmino: ({ sender, id }) => ({ | ||
@@ -314,3 +314,3 @@ sender, | ||
| "/coreum.dex.v1.MsgCancelOrdersByDenom": { | ||
| aminoType: "cosmos-sdk/MsgCancelOrdersByDenom", | ||
| aminoType: "dex/MsgCancelOrdersByDenom", | ||
| toAmino: ({ sender, account, denom }) => ({ | ||
@@ -332,3 +332,3 @@ sender, | ||
| "/coreum.asset.nft.v1.MsgIssueClass": { | ||
| aminoType: "cosmos-sdk/MsgIssueClass", | ||
| aminoType: "assetnft/MsgIssueClass", | ||
| toAmino: ({ issuer, symbol, name, description, uri, uriHash, data, features, royaltyRate, }) => ({ | ||
@@ -359,3 +359,3 @@ issuer, | ||
| "/coreum.asset.nft.v1.MsgMint": { | ||
| aminoType: "cosmos-sdk/MsgMint", | ||
| aminoType: "assetnft/MsgMint", | ||
| toAmino: ({ sender, classId, id, uri, uriHash, data, recipient, }) => ({ | ||
@@ -382,3 +382,3 @@ sender, | ||
| "/coreum.asset.nft.v1.MsgUpdateData": { | ||
| aminoType: "cosmos-sdk/MsgUpdateData", | ||
| aminoType: "assetnft/MsgUpdateData", | ||
| toAmino: ({ sender, classId, id, items }) => ({ | ||
@@ -399,3 +399,3 @@ sender, | ||
| "/coreum.asset.nft.v1.MsgBurn": { | ||
| aminoType: "cosmos-sdk/MsgBurn", | ||
| aminoType: "assetnft/MsgBurn", | ||
| toAmino: ({ sender, classId, id }) => ({ | ||
@@ -414,3 +414,3 @@ sender, | ||
| "/coreum.asset.nft.v1.MsgFreeze": { | ||
| aminoType: "cosmos-sdk/MsgFreeze", | ||
| aminoType: "assetnft/MsgFreeze", | ||
| toAmino: ({ sender, classId, id }) => ({ | ||
@@ -429,3 +429,3 @@ sender, | ||
| "/coreum.asset.nft.v1.MsgUnfreeze": { | ||
| aminoType: "cosmos-sdk/MsgUnfreeze", | ||
| aminoType: "assetnft/MsgUnfreeze", | ||
| toAmino: ({ sender, classId, id }) => ({ | ||
@@ -444,3 +444,3 @@ sender, | ||
| "/coreum.asset.nft.v1.MsgClassFreeze": { | ||
| aminoType: "cosmos-sdk/MsgClassFreeze", | ||
| aminoType: "assetnft/MsgClassFreeze", | ||
| toAmino: ({ sender, classId, account }) => ({ | ||
@@ -459,3 +459,3 @@ sender, | ||
| "/coreum.asset.nft.v1.MsgClassUnfreeze": { | ||
| aminoType: "cosmos-sdk/MsgClassUnfreeze", | ||
| aminoType: "assetnft/MsgClassUnfreeze", | ||
| toAmino: ({ sender, classId, account }) => ({ | ||
@@ -474,3 +474,3 @@ sender, | ||
| "/coreum.asset.nft.v1.MsgAddToWhitelist": { | ||
| aminoType: "cosmos-sdk/MsgAddToWhitelist", | ||
| aminoType: "assetnft/MsgAddToWhitelist", | ||
| toAmino: ({ sender, classId, id, account }) => ({ | ||
@@ -491,3 +491,3 @@ sender, | ||
| "/coreum.asset.nft.v1.MsgRemoveFromWhitelist": { | ||
| aminoType: "cosmos-sdk/MsgRemoveFromWhitelist", | ||
| aminoType: "assetnft/MsgRemoveFromWhitelist", | ||
| toAmino: ({ sender, classId, id, account }) => ({ | ||
@@ -508,3 +508,3 @@ sender, | ||
| "/coreum.asset.nft.v1.MsgAddToClassWhitelist": { | ||
| aminoType: "cosmos-sdk/MsgAddToClassWhitelist", | ||
| aminoType: "assetnft/MsgAddToClassWhitelist", | ||
| toAmino: ({ sender, classId, account }) => ({ | ||
@@ -523,3 +523,3 @@ sender, | ||
| "/coreum.asset.nft.v1.MsgRemoveFromClassWhitelist": { | ||
| aminoType: "cosmos-sdk/MsgRemoveFromClassWhitelist", | ||
| aminoType: "assetnft/MsgRemoveFromClassWhitelist", | ||
| toAmino: ({ sender, classId, account }) => ({ | ||
@@ -538,3 +538,3 @@ sender, | ||
| "/coreum.asset.nft.v1.MsgUpdateParams": { | ||
| aminoType: "cosmos-sdk/MsgUpdateParams", | ||
| aminoType: "assetnft/MsgUpdateParams", | ||
| toAmino: ({ authority, params }) => ({ | ||
@@ -541,0 +541,0 @@ authority, |
+1
-1
| { | ||
| "name": "coreum-js", | ||
| "version": "2.18.4", | ||
| "version": "2.18.5", | ||
| "description": "JS/TS Library to to easily make use of the Coreum Blockchain", | ||
@@ -5,0 +5,0 @@ "main": "dist/main/index.js", |
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
4283859
0