Skip to main content

Class: PreparedTransactionProgress

A 'prepared transaction' progress.

Hierarchy

Table of contents

Constructors

Properties

Constructors

constructor

new PreparedTransactionProgress(essence, inputsData, remainder?)

Parameters

NameTypeDescription
essenceTransactionEssenceThe essence of the prepared transaction.
inputsDataInputSigningData[]Input signing parameters.
remainder?RemainderRemainder output parameters.

Overrides

TransactionProgress.constructor

Properties

type

type: TransactionProgressType

Inherited from

TransactionProgress.type


essence

essence: TransactionEssence


inputsData

inputsData: InputSigningData[]


remainder

Optional remainder: Remainder