Show / Hide Table of Contents

Class BatchResponse

Inheritance
object
BaseTransactionResponse
TransactionResponse
BatchResponse
Implements
ITransactionResponse
IBaseTransactionResponse
IBatch
ITransactionCommon
Inherited Members
TransactionResponse.NetworkID
TransactionResponse.Account
TransactionResponse.AccountTxnID
TransactionResponse.Fee
TransactionResponse.LastLedgerSequence
TransactionResponse.Memos
TransactionResponse.MemoValue
TransactionResponse.Sequence
TransactionResponse.SigningPublicKey
TransactionResponse.Signers
TransactionResponse.TransactionType
TransactionResponse.TransactionSignature
TransactionResponse.Meta
TransactionResponse.ToJson()
TransactionResponse.ToDictionary()
TransactionResponse.SourceTag
TransactionResponse.TicketSequence
BaseTransactionResponse.Date
BaseTransactionResponse.Hash
BaseTransactionResponse.InLedger
BaseTransactionResponse.LedgerIndex
BaseTransactionResponse.Validated
Namespace: Xrpl.Models.Transactions
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
Type Description
List<BatchSigner>
| Edit this page View Source

Flags

Declaration
[JsonPropertyName("Flags")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
public BatchFlags? Flags { get; set; }
Property Value
Type Description
BatchFlags?
| Edit this page View Source

RawTransactions

Declaration
[JsonPropertyName("RawTransactions")]
[JsonRequired]
public List<RawTransactionWrapper> RawTransactions { get; set; }
Property Value
Type Description
List<RawTransactionWrapper>

Implements

ITransactionResponse
IBaseTransactionResponse
IBatch
ITransactionCommon
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX