UNPKG

@near-wallet-selector/wallet-utils

Version:
4 lines (3 loc) 182 B
import * as nearAPI from "near-api-js"; import type { Action } from "@near-wallet-selector/core"; export declare const createAction: (action: Action) => nearAPI.transactions.Action;