Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adapt the Ledger API definitions #17382

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,9 @@ message UnassignedEvent {
string target = 5;

// Party on whose behalf the unassign command was executed.
// Empty if the unassignment happened offline via the repair service.
// Must be a valid PartyIdString (as described in ``value.proto``).
// Required
// Optional
string submitter = 6;

// Each corresponding assigned and unassigned event has the same reassignment_counter. This strictly increases
Expand Down Expand Up @@ -126,8 +127,9 @@ message AssignedEvent {
string unassign_id = 3;

// Party on whose behalf the assign command was executed.
// Empty if the assignment happened offline via the repair service.
// Must be a valid PartyIdString (as described in ``value.proto``).
// Required
// Optional
string submitter = 4;

// Each corresponding assigned and unassigned event has the same reassignment_counter. This strictly increases
Expand Down