Module v2alpha

Module v2alpha 

Modules§

event_literal
Nested message and enum types in EventLiteral.
event_predicate
Nested message and enum types in EventPredicate.
get_checkpoint_object_proof_response
Nested message and enum types in GetCheckpointObjectProofResponse.
ledger_service_client
Generated client implementations.
ledger_service_server
Generated server implementations.
list_checkpoints_response
Nested message and enum types in ListCheckpointsResponse.
list_events_response
Nested message and enum types in ListEventsResponse.
list_transactions_response
Nested message and enum types in ListTransactionsResponse.
merkle_node
Nested message and enum types in MerkleNode.
proof_service_client
Generated client implementations.
proof_service_server
Generated server implementations.
transaction_literal
Nested message and enum types in TransactionLiteral.
transaction_predicate
Nested message and enum types in TransactionPredicate.

Structs§

AffectedAddressFilter
Match by any address whose state moved as a side effect of the transaction: object ownership changes (in either direction), prior owners of removed/wrapped objects, and address-balance changes via accumulator events.
AffectedObjectFilter
Match by changed object ID.
CheckpointItem
One checkpoint item.
EmitModuleFilter
Match by an event’s package/module fields, specified as a ::-delimited Move path. These identify the top-level Move call that triggered the event.
EventFilter
DNF filter for events: any term may match, and each term is an AND of signed literals. Sender predicates match all events from matching transactions; emit-module, event-type, and event-stream-head predicates match individual event-space dimensions. An absent filter matches everything. A present filter must have at least one term, and every term must have at least one included literal.
EventItem
One event item.
EventLiteral
One signed event predicate literal.
EventPredicate
One event-index predicate.
EventStreamHeadFilter
Match by authenticated event stream head.
EventTerm
One conjunction in an event DNF filter.
EventTypeFilter
Match by event struct type, specified as a Move type string.
GetCheckpointObjectProofRequest
Request for a GetCheckpointObjectProof call.
GetCheckpointObjectProofResponse
Response containing a checkpoint-object proof and the materials needed to verify it end-to-end.
ListCheckpointsRequest
Request message for LedgerService.ListCheckpoints.
ListCheckpointsResponse
Response message for LedgerService.ListCheckpoints.
ListEventsRequest
Request message for LedgerService.ListEvents.
ListEventsResponse
Response message for LedgerService.ListEvents.
ListTransactionsRequest
Request message for LedgerService.ListTransactions.
ListTransactionsResponse
Response message for LedgerService.ListTransactions.
MerkleNeighbourLeaf
A neighbour leaf in a MerkleNonInclusionProof: an object reference at a specific sorted position in the OCS tree, plus the inclusion proof that authenticates it against the tree root.
MerkleNode
A node in a Blake2b256 Merkle tree.
MerkleNonInclusionProof
A non-inclusion proof for a Blake2b256 Merkle tree built over leaves in sorted order.
MerkleProof
An inclusion proof for a leaf in a Blake2b256 Merkle tree.
MoveCallFilter
Match by Move function call, specified as a ::-delimited Move path.
OcsInclusionProof
An Object Checkpoint State (OCS) inclusion proof.
OcsNonInclusionProof
An Object Checkpoint State (OCS) non-inclusion proof.
QueryEnd
Final response frame for a successful query stream. Every successful stream returns exactly one QueryEnd after all item and watermark frames.
QueryOptions
Cursor-bounded query options.
SenderFilter
Match by transaction sender address.
TransactionFilter
DNF filter for transactions: any term may match, and each term is an AND of signed literals. An absent filter matches everything. A present filter must have at least one term, and every term must have at least one included literal.
TransactionItem
One transaction item.
TransactionLiteral
One signed transaction predicate literal.
TransactionPredicate
One transaction-index predicate.
TransactionTerm
One conjunction in a transaction DNF filter.
Watermark
Progress markers for a query scan. Carried both on every item and as standalone wire frames between items when the underlying scan advances without producing a matching item.

Enums§

Ordering
Ordering for the returned result set.
QueryEndReason
Reason the server stopped this query response.

Constants§

FILE_DESCRIPTOR_SET
Byte encoded FILE_DESCRIPTOR_SET.