PHP WebShell
Текущая директория: /opt/BitGoJS/node_modules/@aptos-labs/aptos-client/dist/node
Просмотр файла: index.node.d.ts
type AptosClientResponse<Res> = {
status: number;
statusText: string;
data: Res;
config?: any;
request?: any;
response?: any;
headers?: any;
};
type AptosClientRequest = {
url: string;
method: "GET" | "POST";
body?: any;
params?: any;
headers?: any;
overrides?: any;
};
declare function aptosClient<Res>(requestOptions: AptosClientRequest): Promise<AptosClientResponse<Res>>;
export { aptosClient as default };
Выполнить команду
Для локальной разработки. Не используйте в интернете!