UNPKG

axie-ronin-ethers-js-tools

Version:

A set of functions that make it easier for developers to interact with their Axies on the Ronin network and the maketplace.

4 lines (3 loc) 266 B
export declare function apiRequest<T>(url: string, body?: BodyInit | null, headers?: Record<string, string>, method?: 'GET' | 'POST'): Promise<T>; export declare const askToContinue: () => Promise<void>; export declare const getAxieId: () => Promise<number | null>;