Class AggregateCompleteTransactionV2Descriptor

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

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

Constructors

Properties

Methods

Constructors

  • Creates a descriptor for AggregateCompleteTransactionV2.

    Parameters

    • transactionsHash: Hash256

      Hash of the aggregate's transaction.

    • Optional transactions: EmbeddedTransaction[]

      Embedded transaction data. Transactions are variable-sized and the total payload size is in bytes. Embedded transactions cannot be aggregates.

    • Optional cosignatures: Cosignature[]

      Cosignatures data. Fills up remaining body space after transactions.

    Returns AggregateCompleteTransactionV2Descriptor

Properties

rawDescriptor: {
    transactionsHash: Hash256;
    type: string;
}

Type declaration

  • transactionsHash: Hash256
  • type: string

Methods

  • 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.