UNPKG

@near-wallet-selector/core

Version:

This is the core package for NEAR Wallet Selector.

9 lines (8 loc) 286 B
import type { QueryResponseKind } from "@near-js/types"; export declare const createQueryResponseMock: () => QueryResponseKind; export declare const createViewAccessKeyResponseMock: () => { nonce: number; permission: string; block_height: number; block_hash: string; };