Class: PreparedTransactionProgress
A 'prepared transaction' progress.
Hierarchy
↳
PreparedTransactionProgress
Table of contents
Constructors
Properties
Constructors
constructor
• new PreparedTransactionProgress(essence
, inputsData
, remainder?
)
Parameters
Name | Type | Description |
---|---|---|
essence | TransactionEssence | The essence of the prepared transaction. |
inputsData | InputSigningData [] | Input signing parameters. |
remainder? | Remainder | Remainder output parameters. |
Overrides
TransactionProgress.constructor
Properties
type
• type: TransactionProgressType
Inherited from
essence
• essence: TransactionEssence
inputsData
• inputsData: InputSigningData
[]
remainder
• Optional
remainder: Remainder