@lukso/transaction-decoder 1.4.0 → 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/index.d.cts CHANGED
@@ -596,7 +596,7 @@ interface AssetData {
596
596
  standard?: string;
597
597
  lsp4TokenName?: string;
598
598
  lsp4TokenSymbol?: string;
599
- lsp4TokenType?: string;
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?: string;
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?: string;
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?: string;
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-LZFM5SNN.js";
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-JP3VO7OF.js";
50
+ } from "./chunk-QKSNFPPP.js";
51
51
  import {
52
52
  PluginAggregationEngine,
53
53
  collectDataKeys,