@lukso/transaction-decoder 1.3.8 → 1.4.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/browser.cjs.map +1 -1
- package/dist/browser.js +2 -2
- package/dist/cdn/transaction-decoder.global.js.map +1 -1
- package/dist/{chunk-JP3VO7OF.js → chunk-QKSNFPPP.js} +1 -1
- package/dist/{chunk-JP3VO7OF.js.map → chunk-QKSNFPPP.js.map} +1 -1
- package/dist/{chunk-LZFM5SNN.js → chunk-QRRY6GDQ.js} +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +2 -2
- package/dist/server.cjs.map +1 -1
- package/dist/server.js +1 -1
- package/package.json +4 -1
- package/src/shared/addressResolver.ts +2 -2
- /package/dist/{chunk-LZFM5SNN.js.map → chunk-QRRY6GDQ.js.map} +0 -0
package/dist/index.d.cts
CHANGED
|
@@ -596,7 +596,7 @@ interface AssetData {
|
|
|
596
596
|
standard?: string;
|
|
597
597
|
lsp4TokenName?: string;
|
|
598
598
|
lsp4TokenSymbol?: string;
|
|
599
|
-
lsp4TokenType?:
|
|
599
|
+
lsp4TokenType?: number;
|
|
600
600
|
method?: string;
|
|
601
601
|
description?: string;
|
|
602
602
|
links?: LinkData[];
|
|
@@ -616,7 +616,7 @@ interface TokenData {
|
|
|
616
616
|
links?: LinkData[];
|
|
617
617
|
lsp4TokenName?: string;
|
|
618
618
|
lsp4TokenSymbol?: string;
|
|
619
|
-
lsp4TokenType?:
|
|
619
|
+
lsp4TokenType?: number;
|
|
620
620
|
lsp8TokenIdFormat?: string;
|
|
621
621
|
formattedTokenId?: string;
|
|
622
622
|
baseAsset?: {
|
package/dist/index.d.ts
CHANGED
|
@@ -596,7 +596,7 @@ interface AssetData {
|
|
|
596
596
|
standard?: string;
|
|
597
597
|
lsp4TokenName?: string;
|
|
598
598
|
lsp4TokenSymbol?: string;
|
|
599
|
-
lsp4TokenType?:
|
|
599
|
+
lsp4TokenType?: number;
|
|
600
600
|
method?: string;
|
|
601
601
|
description?: string;
|
|
602
602
|
links?: LinkData[];
|
|
@@ -616,7 +616,7 @@ interface TokenData {
|
|
|
616
616
|
links?: LinkData[];
|
|
617
617
|
lsp4TokenName?: string;
|
|
618
618
|
lsp4TokenSymbol?: string;
|
|
619
|
-
lsp4TokenType?:
|
|
619
|
+
lsp4TokenType?: number;
|
|
620
620
|
lsp8TokenIdFormat?: string;
|
|
621
621
|
formattedTokenId?: string;
|
|
622
622
|
baseAsset?: {
|
package/dist/index.js
CHANGED
|
@@ -35,7 +35,7 @@ import {
|
|
|
35
35
|
parseLSP23DeploymentsFromHypersync,
|
|
36
36
|
resolveAddresses,
|
|
37
37
|
subscribe
|
|
38
|
-
} from "./chunk-
|
|
38
|
+
} from "./chunk-QRRY6GDQ.js";
|
|
39
39
|
import {
|
|
40
40
|
consumerModel,
|
|
41
41
|
createGlobalInstance,
|
|
@@ -47,7 +47,7 @@ import {
|
|
|
47
47
|
fetchProfilesByControllers,
|
|
48
48
|
getGraphQLEndpoint,
|
|
49
49
|
getImage
|
|
50
|
-
} from "./chunk-
|
|
50
|
+
} from "./chunk-QKSNFPPP.js";
|
|
51
51
|
import {
|
|
52
52
|
PluginAggregationEngine,
|
|
53
53
|
collectDataKeys,
|