UNPKG

@near-wallet-selector/core

Version:

This is the core package for NEAR Wallet Selector.

5 lines (4 loc) 296 B
import type { InternalAction } from "../wallet/transactions.types"; import { type Action as NAJAction } from "@near-js/transactions"; export declare const najActionToInternal: (action: NAJAction) => InternalAction; export declare const internalActionToNaj: (action: InternalAction) => NAJAction;