@fairmint/canton-fairmint-sdk 0.0.9 → 0.0.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -420,7 +420,7 @@ class CantonDbClient {
|
|
|
420
420
|
WITH data AS (
|
|
421
421
|
SELECT
|
|
422
422
|
unnest($1::bigint[]) AS transaction_id,
|
|
423
|
-
unnest($2::text[]) AS kind,
|
|
423
|
+
unnest($2::text[])::canton_transaction_event_kind AS kind,
|
|
424
424
|
unnest($3::bigint[]) AS contract_id,
|
|
425
425
|
unnest($4::bigint[]) AS package_id
|
|
426
426
|
)
|