Interface IBatch
Inherited Members
Namespace: Xrpl.Models.Transactions
Assembly: Xrpl.dll
Syntax
public interface IBatch : ITransactionCommon
Properties
| Edit this page View SourceBatchSigners
Declaration
List<BatchSigner>? BatchSigners { get; set; }
Property Value
| Type | Description |
|---|---|
| List<BatchSigner> |
Flags
Declaration
BatchFlags? Flags { get; set; }
Property Value
| Type | Description |
|---|---|
| BatchFlags? |
RawTransactions
Declaration
List<RawTransactionWrapper> RawTransactions { get; set; }
Property Value
| Type | Description |
|---|---|
| List<RawTransactionWrapper> |