Class BatchResponse
Inheritance
object
BatchResponse
Assembly: Xrpl.dll
Syntax
public sealed class BatchResponse : TransactionResponse, ITransactionResponse, IBaseTransactionResponse, IBatch, ITransactionCommon
Properties
|
Edit this page
View Source
BatchSigners
Declaration
[JsonPropertyName("BatchSigners")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
public List<BatchSigner>? BatchSigners { get; set; }
Property Value
|
Edit this page
View Source
Flags
Declaration
[JsonPropertyName("Flags")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
public BatchFlags? Flags { get; set; }
Property Value
|
Edit this page
View Source
RawTransactions
Declaration
[JsonPropertyName("RawTransactions")]
[JsonRequired]
public List<RawTransactionWrapper> RawTransactions { get; set; }
Property Value
Implements