getClients
This function is used to get the clients from the AptosJSProClient.
Usage
import { AptosJSProClient } from "@aptos-labs/js-pro";
const { aptos, indexer, account, network, signer } = new AptosJSProClient({
/* ... */
});Parameters
| Name | Type | Default |
|---|---|---|
network | NetworkInfoThe network to use for the request. If not set, the network of the |
Return Type
Last updated on