@fairmint/canton-node-sdk
Version:
Canton Node SDK
15 lines • 451 B
TypeScript
/**
* Withdraw a transfer offer by contract ID
*
* @example
* ```typescript
* const result = await client.withdrawTransferOffer({ contractId: 'contract123' });
*
* ```;
*/
export declare const WithdrawTransferOffer: new (client: import("../../../../../../core").BaseClient) => import("../../../../../../core").ApiOperation<{
contractId: string;
}, {
withdrawn_offer_contract_id: string;
}>;
//# sourceMappingURL=withdraw.d.ts.map