@atlantis-l/radix-tool
Version:
A tool to interact with the radix network
8 lines (7 loc) • 308 B
TypeScript
import { GatewayApiClient } from "@radixdlt/babylon-gateway-api-sdk";
declare const NETWORK_API: {
STOKENET_API: GatewayApiClient;
MAINNET_API: GatewayApiClient;
};
declare function setNetwork(networkId: number, isDefault: boolean, customBasePath?: string): void;
export { NETWORK_API, setNetwork };