FinalizedTxData
For the complete documentation index, see llms.txt
Midnight.js API Reference v4.0.4
Midnight.js API Reference / @midnight-ntwrk/midnight-js-types / FinalizedTxData
Interface: FinalizedTxData
확정된 트랜잭션의 데이터입니다.
Properties
blockAuthor
readonlyblockAuthor:string|null
트랜잭션이 포함된 블록의 작성자입니다.
blockHash
readonlyblockHash:string
트랜잭션이 포함된 블록의 블록 해시입니다.
blockHeight
readonlyblockHeight:number
트랜잭션이 포함된 블록의 블록 높이입니다.
blockTimestamp
readonlyblockTimestamp:number
트랜잭션이 포함된 블록의 타임스탬프입니다.
fees
readonlyfees:Fees
지불 수수료와 예상 수수료를 모두 포함하는 트랜잭션 관련 수수료입니다.
identifiers
readonlyidentifiers: readonlystring[]
제출된 트랜잭션의 모든 트랜잭션 ID입니다.
indexerId
readonlyindexerId:number
인덱서 내부 DB ID입니다.
protocolVersion
readonlyprotocolVersion:number
트랜잭션의 프로토콜 버전입니다.
segmentStatusMap
readonlysegmentStatusMap:Map<number,SegmentStatus> |undefined
The map that associates segment identifiers (numbers) with their corresponding status SegmentStatus. The segment identifier is represented as a number (key in the map), and the status indicates the success or failure of the transaction update.
status
readonlystatus:TxStatus
제출된 트랜잭션의 상태입니다.
tx
readonlytx:Transaction<SignatureEnabled,Proof,Binding>
확정된 트랜잭션입니다.
txHash
readonlytxHash:string
원본 트랜잭션이 포함된 트랜잭션의 트랜잭션 해시입니다.
txId
readonlytxId:string
제출된 트랜잭션의 트랜잭션 ID 중 하나입니다.
unshielded
readonlyunshielded:UnshieldedUtxos
Represents the unshielded outputs, typically used for transactions or operations involving data or values that are not encrypted or concealed.