Class TransactionV1Payload

Class representing the payload for a V1 transaction.

Hierarchy

  • TransactionV1Payload

Constructors

Properties

chainName: string

Name of the chain the transaction should be executed on.

Serialized fields associated with the transaction.

initiatorAddr: InitiatorAddr

Address of the transaction initiator.

pricingMode: PricingMode

Pricing mode used for the transaction.

timestamp: Timestamp

Timestamp when the transaction was created.

Time-to-live (TTL) duration of the transaction.

Methods

  • Serializes the transaction payload into a Uint8Array.

    Returns

    A Uint8Array representing the serialized transaction payload.

    Returns Uint8Array

Generated using TypeDoc