Skip to content
Documentation/canton-network-docs/Admin APIgRPC APIPackagescom.digitalasset.canton.admin.participant.v30ServicesParticipantRepairServiceView on canton-network-docs
canton-network-docs/Admin APIgRPC APIPackagescom.digitalasset.canton.admin.participant.v30ServicesParticipantRepairService

ImportAcsOld

Documentation Index

Fetch the complete documentation index at: https://docs.canton.network/llms.txt

Use this file to discover all available pages before exploring further.

Participant AdministrationProtobufcom.digitalasset.canton.admin.participant.v30ImportAcsOld

com.digitalasset.canton.admin.participant.v30

ImportAcsOld

gRPCSince 3.4.0
RPC/com.digitalasset.canton.admin.participant.v30.ParticipantRepairService/ImportAcsOld

Protocol Details

Inputs

ImportAcsOldRequest

acs_snapshotbytes
workflow_id_prefixstring
allow_contract_id_suffix_recomputationbool

Outputs

ImportAcsOldResponse

contract_id_mappingrepeated map

Lifecycle Changes

3.4.0introduced

com.digitalasset.canton.admin.participant.v30.ImportAcsOldRequest

acs_snapshotbytes
workflow_id_prefixstring
allow_contract_id_suffix_recomputationbool

com.digitalasset.canton.admin.participant.v30.ImportAcsOldResponse

contract_id_mappingrepeated map
grpcurl
grpcurl
# Add -plaintext if the server is not using TLS.
# This RPC uses streaming semantics. Send additional JSON messages on stdin as needed.
grpcurl \
  -d @ \
  <HOST:PORT> \
  com.digitalasset.canton.admin.participant.v30.ParticipantRepairService/ImportAcsOld <<'EOF'
{
  "acsSnapshot": "BASE64_ENCODED_BYTES",
  "workflowIdPrefix": "string",
  "allowContractIdSuffixRecomputation": true
}
EOF
OKapplication/json
OK
{
  "contractIdMapping": [
    {
      "key": "string"
    }
  ]
}