UNPKG

@fairmint/canton-node-sdk

Version:
15 lines 451 B
/** * 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