Skip to content

Commit

Permalink
Add NotaryAssisted transaction attribute type
Browse files Browse the repository at this point in the history
Port neo-project/neo#3175.
Ref. neo-project/neo#2896.

Signed-off-by: Anna Shaleva <[email protected]>
  • Loading branch information
AnnaShaleva committed Mar 6, 2024
1 parent 3c16740 commit 24c6641
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ public enum TransactionAttributeType : byte
/// <summary>
/// Indicates that the transaction conflicts with <see cref="Conflicts.Hash"/>.
/// </summary>
Conflicts = 0x21
Conflicts = 0x21,

/// <summary>
/// Indicates that the transaction is aimed to service notary request with <see cref="NotaryAssisted.NKeys" number of keys/>.
/// </summary>
NotaryAssisted = 0x22
}
}

0 comments on commit 24c6641

Please sign in to comment.