Skip to main content

Segment

For the complete documentation index, see llms.txt

One of many segments for a partially successful transaction result showing success for some segment.

type Segment {
id: Int!
success: Boolean!
}

Fields

Segment.id ● Int! non-null scalar

Segment ID.

Segment.success ● Boolean! non-null scalar

Successful or not.

Member Of

TransactionResult object