Class BatchUtils
Inheritance
object
BatchUtils
Assembly: Xrpl.dll
Syntax
public static class BatchUtils
Methods
|
Edit this page
View Source
Build(string, IEnumerable<ITransactionRequest>, BatchFlags?, List<BatchSigner>?)
Превращает список произвольных «обычных» транзакций (твоих C# моделей) во внутренние RawTransactions
с нужными полями для Batch (Fee= "0", SigningPubKey = "", + tfInnerBatchTxn; без TxnSignature/Signers/LastLedgerSequence).
Declaration
public static Batch Build(string account, IEnumerable<ITransactionRequest> transactions, BatchFlags? mode = null, List<BatchSigner>? batchSigners = null)
Parameters
Returns
|
Edit this page
View Source
GetBatchSignerAccounts(Dictionary<string, object>)
Declaration
public static BatchSignerAccounts GetBatchSignerAccounts(this Dictionary<string, object> tx)
Parameters
| Type |
Name |
Description |
| Dictionary<string, object> |
tx |
|
Returns
|
Edit this page
View Source
ToBatchTx(ITransactionRequest)
Declaration
public static RawTransactionWrapper ToBatchTx(this ITransactionRequest tx)
Parameters
Returns