コンテンツにスキップ

AggregateCompleteTransactionV3Descriptor⚓︎

AggregateCompleteTransactionV3Descriptor
Type safe descriptor used to generate a descriptor map for AggregateCompleteTransactionV3Descriptor.

Send transactions in batches to different accounts (V3, latest). Use this transaction when all required signatures are available when the transaction is created.

Constructors⚓︎

new AggregateCompleteTransactionV3Descriptor()⚓︎

new AggregateCompleteTransactionV3Descriptor(
   transactionsHash, 
   transactions?, 
   cosignatures?): AggregateCompleteTransactionV3Descriptor

Creates a descriptor for AggregateCompleteTransactionV3.

Parameters⚓︎

Parameter Type Description
transactionsHash Hash256 Hash of the aggregate's transaction.
transactions? EmbeddedTransaction[] Embedded transaction data. Transactions are variable-sized and the total payload size is in bytes. Embedded transactions cannot be aggregates.
cosignatures? Cosignature[] Cosignatures data. Fills up remaining body space after transactions.

Returns⚓︎

AggregateCompleteTransactionV3Descriptor

Properties⚓︎

Property Type
rawDescriptor object
rawDescriptor.transactionsHash Hash256
rawDescriptor.type string

Methods⚓︎

toMap()⚓︎

toMap(): object
AggregateCompleteTransactionV3Descriptor.toMap
Builds a representation of this descriptor that can be passed to a factory function.

Returns⚓︎

object

Descriptor that can be passed to a factory function.