Skip to content

Commit

Permalink
feat: add chain id to member (#225)
Browse files Browse the repository at this point in the history
  • Loading branch information
neekolas authored Oct 23, 2024
1 parent 3b52250 commit 2469962
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions proto/identity/associations/association.proto
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ message Member {
MemberIdentifier identifier = 1;
optional MemberIdentifier added_by_entity = 2;
optional uint64 client_timestamp_ns = 3;
optional uint64 added_on_chain_id = 4;
}

// The first entry of any XID log. The XID must be deterministically derivable
Expand Down

0 comments on commit 2469962

Please sign in to comment.