UNPKG

@aptos-labs/js-pro

Version:

State management and library of utilities for Aptos applications.

8 lines 282 B
import { NetworkInfo } from "./networks.js"; export type WithNetwork<T> = T & { /** * The network to use for the request. If not set, the network of the `AptosJSProClient` instance will be used. */ network?: NetworkInfo; }; //# sourceMappingURL=parameters.d.ts.map