Skip to content

Commit

Permalink
submit from server with sequence
Browse files Browse the repository at this point in the history
  • Loading branch information
Platonenkov committed Jul 30, 2023
1 parent 72151fb commit 64b9d9c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Xrpl/Models/Transactions/Submit.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@ public class Submit //todo rename to SubmitResponse extends BaseResponse
[JsonProperty("tx_blob")]
public string TxBlob { get; set; }

/// <summary>
/// Next account sequence number.
/// </summary>
[JsonProperty("account_sequence_next")]
public uint? AccountSequenceNext { get; set; }
/// <summary>
/// The complete transaction in JSON format.
/// </summary>
Expand Down

0 comments on commit 64b9d9c

Please sign in to comment.