@helium/http
Version:
HTTP library for interacting with the Helium blockchain API
15 lines • 741 B
TypeScript
import { HTTPChallengeObject, HTTPGeocodeObject, HTTPPathObject, HTTPReceiptObject, HTTPWitnessesObject } from '../Challenge';
export declare const mockReceipt: HTTPReceiptObject;
export declare const mockLegacyWitness: () => HTTPWitnessesObject;
export declare const mockWitness: (isValid?: boolean) => HTTPWitnessesObject;
export declare const mockGeocode: HTTPGeocodeObject;
export declare const mockPathData: {
challengee_owner: string;
challengee_lon: number;
challengee_location: string;
challengee_location_hex: string;
challengee_lat: number;
challengee: string;
};
export declare const challengeJson: (path: HTTPPathObject[], v2?: boolean) => HTTPChallengeObject;
//# sourceMappingURL=Challenge.spec.d.ts.map