RelevantTransaction
For the complete documentation index, see llms.txt
구독 중인 지갑에 관련된 트랜잭션이며, 선택적으로 축소된 머클 트리를 포함합니다.
type RelevantTransaction {
transaction: RegularTransaction!
collapsedMerkleTree: CollapsedMerkleTree
}
Fields
RelevantTransaction.transaction ● RegularTransaction! non-null object
구독 중인 지갑에 관련된 트랜잭션입니다.
RelevantTransaction.collapsedMerkleTree ● CollapsedMerkleTree object
선택적 축소 머클 트리입니다.