@tenderly/actions-test
Version:
Helper library for testing Web3 Actions.
9 lines • 337 B
TypeScript
import { Gateways, Network } from "@tenderly/actions";
export declare class TestGateways implements Gateways {
private gatewayConfig;
private metadata;
constructor();
getGateway(network?: Network, name?: string | undefined): string;
setConfig(name: string, config: any): void;
}
//# sourceMappingURL=gateways.d.ts.map