@wormhole-foundation/sdk-evm
Version:
SDK for EVM chains, used in conjunction with @wormhole-foundation/sdk
14 lines • 583 B
TypeScript
import { Balances, Chain, Network } from "@wormhole-foundation/sdk-connect";
export declare class GoldRushClient {
private key;
constructor(key: string);
supportsChain(network: Network, chain: Chain): boolean;
getBalances(network: Network, chain: Chain, walletAddr: string): Promise<Balances>;
}
export declare class AlchemyClient {
private key;
constructor(key: string);
supportsChain(network: Network, chain: Chain): boolean;
getBalances(network: Network, chain: Chain, walletAddr: string): Promise<Balances>;
}
//# sourceMappingURL=indexer.d.ts.map