🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more →

@near-wallet-selector/wallet-utils

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@near-wallet-selector/wallet-utils - npm Package Compare versions

Comparing version

to
7.9.3

@@ -1,3 +0,3 @@

import { transactions } from "near-api-js";
import * as nearAPI from "near-api-js";
import type { Action } from "@near-wallet-selector/core";
export declare const createAction: (action: Action) => transactions.Action;
export declare const createAction: (action: Action) => nearAPI.transactions.Action;
import type { Signer } from "near-api-js";
import { transactions as nearTransactions } from "near-api-js";
import * as nearAPI from "near-api-js";
import type { Network, Transaction } from "@near-wallet-selector/core";
export declare const signTransactions: (transactions: Array<Transaction>, signer: Signer, network: Network) => Promise<nearTransactions.SignedTransaction[]>;
export declare const signTransactions: (transactions: Array<Transaction>, signer: Signer, network: Network) => Promise<nearAPI.transactions.SignedTransaction[]>;
{
"name": "@near-wallet-selector/wallet-utils",
"version": "7.9.2",
"version": "7.9.3",
"description": "Wallet utils package for NEAR Wallet Selector.",

@@ -31,4 +31,4 @@ "keywords": [

"bn.js": "^5.2.0",
"@near-wallet-selector/core": "7.9.2"
"@near-wallet-selector/core": "7.9.3"
}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display