UNPKG

@helium/http

Version:

HTTP library for interacting with the Helium blockchain API

28 lines 686 B
export declare const challengeFixture: (params?: {}) => { type: string; time: number; signature: string; secret: string; path: { witnesses: never[]; receipt: { timestamp: number; signature: string; signal: number; origin: string; gateway: string; data: string; }; challengee: string; }[]; onion_key_hash: string; height: number; hash: string; fee: number; challenger_owner: string; challenger_lon: number; challenger_loc: string; challenger_lat: number; challenger: string; }; //# sourceMappingURL=Challenges.spec.d.ts.map