UNPKG

@near-wallet-selector/core

Version:

This is the core package for NEAR Wallet Selector.

9 lines (8 loc) 309 B
import type { QueryResponseKind } from "near-api-js/lib/providers/provider.js"; export declare const createQueryResponseMock: () => QueryResponseKind; export declare const createViewAccessKeyResponseMock: () => { nonce: number; permission: string; block_height: number; block_hash: string; };