blockchain-api
Version:
API utilities for interacting with the Exatechl2 blockchain
28 lines (25 loc) • 526 B
TypeScript
/**
* @param url
*/
export declare function setRpcUrl(url: string): void;
/**
* @returns
*/
export declare function getRpcUrl(): string;
/**
*
* @param url
*/
export declare function setExplorerApiUrl(url: string): void;
/**
*
* @returns
*/
export declare function getExplorerApiUrl(): string;
declare const _default: {
getRpcUrl: typeof getRpcUrl;
setRpcUrl: typeof setRpcUrl;
getExplorerApiUrl: typeof getExplorerApiUrl;
setExplorerApiUrl: typeof setExplorerApiUrl;
};
export default _default;