package proofapi

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

service ProofApiService

proofapi.proto:10

The proof API service definition. Each proof API service is defined between two chains. One chain is the source chain, and the other chain is the target chain.

message Chain

proofapi.proto:162

The chain definition

Used in: InfoResponse

message SolanaPacketTxs

proofapi.proto:65

Transactions for a single packet (chunks + final instruction + cleanup) Submission order: alt_create_tx (if present) -> alt_extend_txs (sequential) -> chunks (parallel) -> final_tx -> cleanup_tx

Used in: SolanaRelayPacketBatch

message SolanaRelayPacketBatch

proofapi.proto:87

Batch of packet transactions for relay operations

message SolanaUpdateClient

proofapi.proto:48

Solana-specific update client transactions with chunking and ALT support Submission order: alt_create_tx -> alt_extend_txs (sequential) -> [chunk_txs (parallel)] -> assembly_tx -> cleanup_tx

Used in: SolanaRelayPacketBatch