Interface: IOutputMetadataResponse
Details of an output.
Table of contents
Properties
- blockId
- transactionId
- outputIndex
- isSpent
- milestoneIndexSpent
- milestoneTimestampSpent
- transactionIdSpent
- milestoneIndexBooked
- milestoneTimestampBooked
- ledgerIndex
Properties
blockId
• blockId: string
The block id the output was contained in.
transactionId
• transactionId: string
The transaction id for the output.
outputIndex
• outputIndex: number
The index for the output.
isSpent
• isSpent: boolean
Is the output spent.
milestoneIndexSpent
• Optional
milestoneIndexSpent: number
The milestone index at which this output was spent.
milestoneTimestampSpent
• Optional
milestoneTimestampSpent: number
The milestone timestamp this output was spent.
transactionIdSpent
• Optional
transactionIdSpent: string
The transaction this output was spent with.
milestoneIndexBooked
• milestoneIndexBooked: number
The milestone index at which this output was booked into the ledger.
milestoneTimestampBooked
• milestoneTimestampBooked: number
The milestone timestamp this output was booked in the ledger.
ledgerIndex
• ledgerIndex: number
The ledger index at which these output was available at.