@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/server.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  fetchMultipleAddresses
3
- } from "./chunk-JP3VO7OF.js";
3
+ } from "./chunk-QKSNFPPP.js";
4
4
  import {
5
5
  __name,
6
6
  collectDataKeys,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lukso/transaction-decoder",
3
- "version": "1.4.0",
3
+ "version": "1.4.1",
4
4
  "description": "Transaction decoder for LUKSO blockchain with reactive state management",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
@@ -168,7 +168,7 @@ export interface AssetData {
168
168
  standard?: string
169
169
  lsp4TokenName?: string
170
170
  lsp4TokenSymbol?: string
171
- lsp4TokenType?: string
171
+ lsp4TokenType?: number
172
172
  method?: string
173
173
  description?: string
174
174
  links?: LinkData[]
@@ -190,7 +190,7 @@ export interface TokenData {
190
190
  links?: LinkData[]
191
191
  lsp4TokenName?: string
192
192
  lsp4TokenSymbol?: string
193
- lsp4TokenType?: string
193
+ lsp4TokenType?: number
194
194
  lsp8TokenIdFormat?: string
195
195
  formattedTokenId?: string
196
196
  baseAsset?: {