Class AggregateCompleteTransactionV1Descriptor
- All Implemented Interfaces:
SymbolTransactionDescriptor,SymbolTypedDescriptor,TypedDescriptor
- AggregateCompleteTransactionV1Descriptor
Type safe descriptor used to generate a descriptor map for AggregateCompleteTransactionV1Descriptor.
Send transactions in batches to different accounts (V1, deprecated). Use this transaction when all required signatures are available when the transaction is created.
-
Constructor Summary
ConstructorsConstructorDescriptionAggregateCompleteTransactionV1Descriptor(CryptoTypes.Hash256 transactionsHash, List<EmbeddedTransaction> transactions, List<Cosignature> cosignatures) Creates a descriptor for AggregateCompleteTransactionV1. -
Method Summary
-
Constructor Details
-
AggregateCompleteTransactionV1Descriptor
public AggregateCompleteTransactionV1Descriptor(CryptoTypes.Hash256 transactionsHash, List<EmbeddedTransaction> transactions, List<Cosignature> cosignatures) Creates a descriptor for AggregateCompleteTransactionV1.- Parameters:
transactionsHash- Hash of the aggregate's transaction.transactions- Embedded transaction data. Transactions are variable-sized and the total payload size is in bytes. Embedded transactions cannot be aggregates. (field is omitted when null)cosignatures- Cosignatures data. Fills up remaining body space after transactions. (field is omitted when null)
-
-
Method Details
-
toMap
- AggregateCompleteTransactionV1Descriptor.toMap
Builds a representation of this descriptor that can be passed to a factory function.
- Specified by:
toMapin interfaceTypedDescriptor- Returns:
Descriptor map that can be passed to a transaction factory.
-