API Operations

GetEventsByContractId

Parameters

Parameters not yet documented - please refer to the source code

Response Type

{ /* OpenAPI response type: EventsByContractIdResponse */ }

Method

POST

Examples

No examples available

Usage

import { LedgerJsonApiClient, EnvLoader } from '@fairmint/canton-node-sdk';

const config = EnvLoader.getConfig('LEDGER_JSON_API', {
  network: 'devnet',
  provider: '5n'
});

const client = new LedgerJsonApiClient(config);

// Example usage for GetEventsByContractId

Generated from: src/clients/ledger-json-api/operations/v2/events/get-events-by-contract-id.ts