Interface AccountTransaction<T, P>

Describes account transactions. This does not describe the transaction format that is serialized and submitted to chain, but rather a "pre-transaction format", i.e. the input required to create and sign a transaction to be submitted to chain.

Type Parameters

Hierarchy

  • AccountTransaction

Properties

Properties

The header data to be processed with the payload to form the complete transaction header.

payload: P

The input specific to creating a transaction of type.

type: T

The transaction type

Generated using TypeDoc