UNPKG

@hot-labs/near-connect

Version:

![ezgif-26d74832f88c3c](https://github.com/user-attachments/assets/c4422057-38bb-4cd9-8bd0-568e29f46280)

4 lines (3 loc) 210 B
import type { Action } from "@near-js/transactions"; import { ConnectorAction } from "./types"; export declare const nearActionsToConnectorActions: (actions: (Action | ConnectorAction)[]) => ConnectorAction[];