@renegade-fi/node
Version:
Node.js library for Renegade
6 lines • 375 B
TypeScript
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