Class IncludedTransactions

IncludedTransactions defines the transactions included in a block, their index and last valid round.

Implements

Constructors

Properties

intra: number

The index of the transaction in the block

lastValid: bigint
encodingSchema: NamedMapSchema = ...

Methods

  • Extract the encoding data for this object. This data, after being prepared by the encoding Schema, can be encoded to msgpack or JSON.

    Returns Map<string, unknown>

Generated using TypeDoc