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