UNPKG

@renegade-fi/node

Version:
6 lines 375 B
import { type RenegadeConfig, type WithdrawParameters, type WithdrawReturnType } from "@renegade-fi/core"; export type ExecuteWithdrawalParameters = WithdrawParameters & { awaitTask?: boolean; }; export declare function executeWithdrawal(config: RenegadeConfig, parameters: ExecuteWithdrawalParameters): WithdrawReturnType; //# sourceMappingURL=executeWithdrawal.d.ts.map