SystemTransaction
For the complete documentation index, see llms.txt
Midnight 시스템 트랜잭션입니다.
type SystemTransaction implements Transaction {
id: Int!
hash: HexEncoded!
protocolVersion: Int!
raw: HexEncoded!
block: Block!
contractActions: [ContractAction!]!
unshieldedCreatedOutputs: [UnshieldedUtxo!]!
unshieldedSpentOutputs: [UnshieldedUtxo!]!
zswapLedgerEvents: [ZswapLedgerEvent!]!
dustLedgerEvents: [DustLedgerEvent!]!
}
Fields
SystemTransaction.id ● Int! non-null scalar
트랜잭션 ID입니다.
SystemTransaction.hash ● HexEncoded! non-null scalar
16진수로 인코딩된 트랜잭션 해시입니다.
SystemTransaction.protocolVersion ● Int! non-null scalar
프로토콜 버전입니다.
SystemTransaction.raw ● HexEncoded! non-null scalar
16진수로 인코딩된 직렬화 트랜잭션 내용입니다.
SystemTransaction.block ● Block! non-null object
이 트랜잭션이 포함된 블록입니다.
SystemTransaction.contractActions ● [ContractAction!]! non-null interface
이 트랜잭션의 컨트랙트 액션입니다.
SystemTransaction.unshieldedCreatedOutputs ● [UnshieldedUtxo!]! non-null object
이 트랜잭션으로 생성된 비차폐 UTXO입니다.
SystemTransaction.unshieldedSpentOutputs ● [UnshieldedUtxo!]! non-null object
이 트랜잭션으로 소비된 비차폐 UTXO입니다.
SystemTransaction.zswapLedgerEvents ● [ZswapLedgerEvent!]! non-null object
이 트랜잭션의 zswap 원장 이벤트입니다.
SystemTransaction.dustLedgerEvents ● [DustLedgerEvent!]! non-null interface
이 트랜잭션의 DUST 원장 이벤트입니다.
Interfaces
Transaction interface
Midnight 트랜잭션입니다.