@proton/js
Advanced tools
Comparing version 26.1.59 to 26.1.64
@@ -259,3 +259,3 @@ /** | ||
*/ | ||
export declare const getTypesFromAbi: (initialTypes: Map<string, Type>, abi?: Abi) => Map<string, Type>; | ||
export declare const getTypesFromAbi: (initialTypes: Map<string, Type>, abi?: Abi | undefined) => Map<string, Type>; | ||
/** TAPoS: Return transaction fields which reference `refBlock` and expire `expireSeconds` after `timestamp` */ | ||
@@ -272,8 +272,8 @@ export declare const transactionHeader: (refBlock: BlockTaposInfo, expireSeconds: number) => TransactionHeader; | ||
export declare const serializeAnyvar: (buffer: SerialBuffer, anyvar: Anyvar) => void; | ||
export declare const deserializeAnyvar: (buffer: SerialBuffer, state?: SerializerState) => any; | ||
export declare const deserializeAnyvar: (buffer: SerialBuffer, state?: SerializerState | undefined) => any; | ||
export declare const deserializeAnyvarShort: (buffer: SerialBuffer) => any; | ||
export declare const serializeAnyObject: (buffer: SerialBuffer, obj: any) => void; | ||
export declare const deserializeAnyObject: (buffer: SerialBuffer, state?: SerializerState) => any; | ||
export declare const deserializeAnyObject: (buffer: SerialBuffer, state?: SerializerState | undefined) => any; | ||
export declare const serializeAnyArray: (buffer: SerialBuffer, arr: Anyvar[]) => void; | ||
export declare const deserializeAnyArray: (buffer: SerialBuffer, state?: SerializerState) => any[]; | ||
export declare const deserializeAnyArray: (buffer: SerialBuffer, state?: SerializerState | undefined) => any[]; | ||
export declare const serializeQuery: (buffer: SerialBuffer, query: Query) => void; | ||
@@ -280,0 +280,0 @@ export declare function b64tob64u(a: string): string; |
@@ -8,3 +8,3 @@ /** | ||
/** Construct the digest from transaction details */ | ||
declare const digestFromSerializedData: (chainId: string, serializedTransaction: Uint8Array, serializedContextFreeData?: Uint8Array, e?: ec) => any; | ||
declare const digestFromSerializedData: (chainId: string, serializedTransaction: Uint8Array, serializedContextFreeData?: Uint8Array | undefined, e?: ec) => any; | ||
/** Signs transactions using in-process private keys */ | ||
@@ -11,0 +11,0 @@ declare class JsSignatureProvider implements SignatureProvider { |
@@ -5,3 +5,3 @@ import { AbiProvider, AuthorityProvider, AuthorityProviderArgs, BinaryAbi, TransactResult } from '../api/types'; | ||
import { GetAccountResult, GetBlockHeaderStateResult, GetBlockInfoResult, GetBlockResult, GetInfoResult, GetActivatedProtocolFeaturesResult, GetAbiResult, GetRawCodeAndAbiResult, GetRawAbiResult, GetCodeResult, PushTransactionArgs, AbiBinToJsonResult, AbiJsonToBinResult, DBSizeGetResult, GetAccountsByAuthorizersResult, GetActivatedProtocolFeaturesParams, GetCodeHashResult, GetCurrencyStatsResult, GetProducerScheduleResult, GetProducersResult, GetScheduledTransactionsResult, GetTableByScopeResult, GetTableRowsResult, ReadOnlyTransactResult, TraceApiGetBlockResult } from './types'; | ||
import "./abort-controller"; | ||
import 'abortcontroller-polyfill/dist/polyfill-patch-fetch'; | ||
/** Make RPC calls */ | ||
@@ -8,0 +8,0 @@ export declare class JsonRpc implements AuthorityProvider, AbiProvider { |
@@ -675,6 +675,3 @@ /** | ||
key: { | ||
key: [ | ||
string, | ||
string | RsaKey | ||
]; | ||
key: [string, string | RsaKey]; | ||
user_presence: number; | ||
@@ -681,0 +678,0 @@ rpid: string; |
{ | ||
"name": "@proton/js", | ||
"version": "26.1.59", | ||
"version": "26.1.64", | ||
"description": "Javascript Interface to the Proton Blockchain", | ||
@@ -33,2 +33,3 @@ "module": "dist/index.js", | ||
"@bloks/constants": "^26.1.59", | ||
"abortcontroller-polyfill": "^1.7.3", | ||
"base64url": "^3.0.1", | ||
@@ -95,3 +96,3 @@ "cross-fetch": "^3.1.4", | ||
}, | ||
"gitHead": "4df3806639e74189f72c6ce0ce70fbccdf31a7c0" | ||
"gitHead": "987107f738153f08abfbf4bb7488b35ce207eba9" | ||
} |
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
1584750
10
34
15642
+ Addedabortcontroller-polyfill@1.7.6(transitive)