@proton/js
Advanced tools
Comparing version 25.0.32 to 25.0.35
@@ -108,3 +108,3 @@ import { AbiProvider, ActionSerializerType, AuthorityProvider, BinaryAbi, CachedAbi, ContextFreeGroupCallback, Query, QueryConfig, SignatureProvider, TransactConfig, Transaction, TransactResult } from './types'; | ||
context_free_data?: Uint8Array[] | undefined; | ||
actions: ser.Action[]; | ||
actions: ser.Action[]; /** Decodes an abi as Uint8Array into json. */ | ||
transaction_extensions?: [number, string][] | undefined; | ||
@@ -111,0 +111,0 @@ resource_payer?: import("./types").ResourcePayer | undefined; |
@@ -48,3 +48,4 @@ /** Is `bignum` a negative number? */ | ||
wa = 2, | ||
rsa = 10 | ||
rsa = 100, | ||
eth = 101 | ||
} | ||
@@ -51,0 +52,0 @@ /** Public key data size, excluding type field */ |
{ | ||
"name": "@proton/js", | ||
"version": "25.0.32", | ||
"version": "25.0.35", | ||
"description": "Javascript Interface to the Proton Blockchain", | ||
@@ -32,3 +32,3 @@ "module": "dist/index.js", | ||
"dependencies": { | ||
"@bloks/constants": "^25.0.32", | ||
"@bloks/constants": "^25.0.35", | ||
"cross-fetch": "^3.1.4", | ||
@@ -94,3 +94,3 @@ "elliptic": "^6.5.4", | ||
}, | ||
"gitHead": "edc2580c892a1046519ae0f4eb8507282027dcc5" | ||
"gitHead": "45a4f2525b7486b839ce8c613648b0d126b0473a" | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1628329
15315
Updated@bloks/constants@^25.0.35