@martiandao/aptos-web3-bip44.js
Version:
Web3 SDK For Aptos
13 lines • 426 B
TypeScript
export declare const NetworkToIndexerAPI: Record<string, string>;
export declare const NetworkToNodeAPI: Record<string, string>;
export declare const NodeAPIToNetwork: Record<string, string>;
export declare enum Network {
MAINNET = "mainnet",
TESTNET = "testnet",
DEVNET = "devnet"
}
export interface CustomEndpoints {
fullnodeUrl: string;
indexerUrl?: string;
}
//# sourceMappingURL=api-endpoints.d.ts.map