o3-dapi-ont
Version:
Ontology Plugin for o3-dapi
15 lines • 444 B
TypeScript
interface RequestStakeWithdrawInput {
network: string;
nodePublicKey: string;
amount: number;
gasPrice?: number;
gasLimit?: number;
broadcastOverride?: boolean;
}
interface RequestStakeWithdrawOutput {
txid: string;
nodeUrl: string;
}
export declare function requestStakeWithdraw(data: RequestStakeWithdrawInput): Promise<RequestStakeWithdrawOutput>;
export {};
//# sourceMappingURL=requestStakeWithdraw.d.ts.map