Skip to main content

Interface: ITransactionEssence

Transaction payload.

Hierarchy

Table of contents

Properties

Properties

networkId

networkId: string

The network id of the block.


inputs

inputs: IUTXOInput[]

The inputs of the transaction.


inputsCommitment

inputsCommitment: string

The commitment to the referenced inputs.


outputs

outputs: OutputTypes[]

The outputs of the transaction.


payload

Optional payload: ITaggedDataPayload

Tagged data payload.


type

type: 1

The type of the object.

Inherited from

ITypeBase.type