Segment
For the complete documentation index, see llms.txt
부분 성공한 트랜잭션 결과의 세그먼트 중 하나로, 해당 세그먼트의 성공 여부를 나타냅니다.
type Segment {
id: Int!
success: Boolean!
}
Fields
Segment.id ● Int! non-null scalar
세그먼트 ID입니다.
Segment.success ● Boolean! non-null scalar
성공 여부입니다.
Member Of
TransactionResult object