Skip to main content

UnshieldedTransaction

For the complete documentation index, see llms.txt

UTXO를 생성 및/또는 소비한 트랜잭션으로, 관련 정보를 함께 포함합니다.

type UnshieldedTransaction {
transaction: Transaction!
createdUtxos: [UnshieldedUtxo!]!
spentUtxos: [UnshieldedUtxo!]!
}

Fields

UnshieldedTransaction.transaction ● Transaction! non-null interface

UTXO를 생성 및/또는 소비한 트랜잭션입니다.

UnshieldedTransaction.createdUtxos ● [UnshieldedUtxo!]! non-null object

위 트랜잭션에서 생성된 UTXO입니다(없을 수도 있음).

UnshieldedTransaction.spentUtxos ● [UnshieldedUtxo!]! non-null object

위 트랜잭션에서 소비된 UTXO입니다(없을 수도 있음).

Implemented By

UnshieldedTransactionsEvent union