@near-wallet-selector/wallet-utils
Advanced tools
Comparing version
@@ -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
189395
0.27%4833
0.56%+ Added
- Removed