Show / Hide Table of Contents

Interface IBatch

Inherited Members
ITransactionCommon.NetworkID
ITransactionCommon.Account
ITransactionCommon.AccountTxnID
ITransactionCommon.Fee
ITransactionCommon.LastLedgerSequence
ITransactionCommon.Memos
ITransactionCommon.MemoValue
ITransactionCommon.Sequence
ITransactionCommon.Signers
ITransactionCommon.SigningPublicKey
ITransactionCommon.TransactionSignature
ITransactionCommon.TransactionType
ITransactionCommon.SourceTag
ITransactionCommon.TicketSequence
ITransactionCommon.ToJson()
ITransactionCommon.ToDictionary()
Namespace: Xrpl.Models.Transactions
Assembly: Xrpl.dll
Syntax
public interface IBatch : ITransactionCommon

Properties

| Edit this page View Source

BatchSigners

Declaration
List<BatchSigner>? BatchSigners { get; set; }
Property Value
Type Description
List<BatchSigner>
| Edit this page View Source

Flags

Declaration
BatchFlags? Flags { get; set; }
Property Value
Type Description
BatchFlags?
| Edit this page View Source

RawTransactions

Declaration
List<RawTransactionWrapper> RawTransactions { get; set; }
Property Value
Type Description
List<RawTransactionWrapper>
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX