UNPKG

@near-wallet-selector/wallet-utils

Version:
5 lines (4 loc) 317 B
import type { Signer } 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<nearAPI.transactions.SignedTransaction[]>;