UNPKG

@hot-labs/near-connect

Version:

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

11 lines (10 loc) 937 B
export { type DataStorage, LocalStorage } from "./helpers/storage"; export { ParentFrameWallet } from "./ParentFrameWallet"; export { SandboxWallet } from "./SandboxedWallet"; export { InjectedWallet } from "./InjectedWallet"; export { NearConnector } from "./NearConnector"; export type { NearConnectorOptions } from "./NearConnector"; export { nearActionsToConnectorActions } from "./actions"; export type { ConnectorAction } from "./actions/types"; export type { WalletPlugin } from "./types/plugin"; export type { FooterBranding, NearWalletBase, WalletManifest, EventNearWalletInjected, SignMessageParams, SignedMessage, SignAndSendTransactionParams, SignAndSendTransactionsParams, SignDelegateActionsParams, NearConnector_ConnectOptions, SignInAndSignMessageParams, Account, AccountWithSignedMessage, EventMap, EventType, AddFunctionCallKeyParams, AddFunctionCallKey_AllowMethods, AddFunctionCallKey_GasAllowance, } from "./types";