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