optimisticv1alpha1

package
v1.36.10-2025052917301... Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: unknown License: MIT Imports: 6 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_astria_sequencerblock_optimistic_v1alpha1_service_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type GetBlockCommitmentStreamRequest

type GetBlockCommitmentStreamRequest struct {
	// contains filtered or unexported fields
}

func (*GetBlockCommitmentStreamRequest) ProtoMessage

func (*GetBlockCommitmentStreamRequest) ProtoMessage()

func (*GetBlockCommitmentStreamRequest) ProtoReflect

func (*GetBlockCommitmentStreamRequest) Reset

func (*GetBlockCommitmentStreamRequest) String

type GetBlockCommitmentStreamRequest_builder

type GetBlockCommitmentStreamRequest_builder struct {
	// contains filtered or unexported fields
}

func (GetBlockCommitmentStreamRequest_builder) Build

type GetBlockCommitmentStreamResponse

type GetBlockCommitmentStreamResponse struct {
	Commitment *SequencerBlockCommit `protobuf:"bytes,1,opt,name=commitment,proto3" json:"commitment,omitempty"`
	// contains filtered or unexported fields
}

func (*GetBlockCommitmentStreamResponse) ClearCommitment

func (x *GetBlockCommitmentStreamResponse) ClearCommitment()

func (*GetBlockCommitmentStreamResponse) GetCommitment

func (*GetBlockCommitmentStreamResponse) HasCommitment

func (x *GetBlockCommitmentStreamResponse) HasCommitment() bool

func (*GetBlockCommitmentStreamResponse) ProtoMessage

func (*GetBlockCommitmentStreamResponse) ProtoMessage()

func (*GetBlockCommitmentStreamResponse) ProtoReflect

func (*GetBlockCommitmentStreamResponse) Reset

func (*GetBlockCommitmentStreamResponse) SetCommitment

func (*GetBlockCommitmentStreamResponse) String

type GetBlockCommitmentStreamResponse_builder

type GetBlockCommitmentStreamResponse_builder struct {
	Commitment *SequencerBlockCommit
	// contains filtered or unexported fields
}

func (GetBlockCommitmentStreamResponse_builder) Build

type GetOptimisticBlockStreamRequest

type GetOptimisticBlockStreamRequest struct {

	// The rollup id for which the Sequencer block is being streamed.
	RollupId *v1.RollupId `protobuf:"bytes,1,opt,name=rollup_id,json=rollupId,proto3" json:"rollup_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetOptimisticBlockStreamRequest) ClearRollupId

func (x *GetOptimisticBlockStreamRequest) ClearRollupId()

func (*GetOptimisticBlockStreamRequest) GetRollupId

func (x *GetOptimisticBlockStreamRequest) GetRollupId() *v1.RollupId

func (*GetOptimisticBlockStreamRequest) HasRollupId

func (x *GetOptimisticBlockStreamRequest) HasRollupId() bool

func (*GetOptimisticBlockStreamRequest) ProtoMessage

func (*GetOptimisticBlockStreamRequest) ProtoMessage()

func (*GetOptimisticBlockStreamRequest) ProtoReflect

func (*GetOptimisticBlockStreamRequest) Reset

func (*GetOptimisticBlockStreamRequest) SetRollupId

func (x *GetOptimisticBlockStreamRequest) SetRollupId(v *v1.RollupId)

func (*GetOptimisticBlockStreamRequest) String

type GetOptimisticBlockStreamRequest_builder

type GetOptimisticBlockStreamRequest_builder struct {

	// The rollup id for which the Sequencer block is being streamed.
	RollupId *v1.RollupId
	// contains filtered or unexported fields
}

func (GetOptimisticBlockStreamRequest_builder) Build

type GetOptimisticBlockStreamResponse

type GetOptimisticBlockStreamResponse struct {

	// The optimistic Sequencer block that is being streamed, filtered for the provided rollup id.
	Block *v11.FilteredSequencerBlock `protobuf:"bytes,1,opt,name=block,proto3" json:"block,omitempty"`
	// contains filtered or unexported fields
}

func (*GetOptimisticBlockStreamResponse) ClearBlock

func (x *GetOptimisticBlockStreamResponse) ClearBlock()

func (*GetOptimisticBlockStreamResponse) GetBlock

func (*GetOptimisticBlockStreamResponse) HasBlock

func (x *GetOptimisticBlockStreamResponse) HasBlock() bool

func (*GetOptimisticBlockStreamResponse) ProtoMessage

func (*GetOptimisticBlockStreamResponse) ProtoMessage()

func (*GetOptimisticBlockStreamResponse) ProtoReflect

func (*GetOptimisticBlockStreamResponse) Reset

func (*GetOptimisticBlockStreamResponse) SetBlock

func (*GetOptimisticBlockStreamResponse) String

type GetOptimisticBlockStreamResponse_builder

type GetOptimisticBlockStreamResponse_builder struct {

	// The optimistic Sequencer block that is being streamed, filtered for the provided rollup id.
	Block *v11.FilteredSequencerBlock
	// contains filtered or unexported fields
}

func (GetOptimisticBlockStreamResponse_builder) Build

type SequencerBlockCommit

type SequencerBlockCommit struct {

	// Height of the sequencer block that was committed.
	Height uint64 `protobuf:"varint,1,opt,name=height,proto3" json:"height,omitempty"`
	// Hash of the sequencer block that was committed.
	BlockHash []byte `protobuf:"bytes,2,opt,name=block_hash,json=blockHash,proto3" json:"block_hash,omitempty"`
	// contains filtered or unexported fields
}

Identifying metadata for blocks that have been successfully committed in the Sequencer.

func (*SequencerBlockCommit) GetBlockHash

func (x *SequencerBlockCommit) GetBlockHash() []byte

func (*SequencerBlockCommit) GetHeight

func (x *SequencerBlockCommit) GetHeight() uint64

func (*SequencerBlockCommit) ProtoMessage

func (*SequencerBlockCommit) ProtoMessage()

func (*SequencerBlockCommit) ProtoReflect

func (x *SequencerBlockCommit) ProtoReflect() protoreflect.Message

func (*SequencerBlockCommit) Reset

func (x *SequencerBlockCommit) Reset()

func (*SequencerBlockCommit) SetBlockHash

func (x *SequencerBlockCommit) SetBlockHash(v []byte)

func (*SequencerBlockCommit) SetHeight

func (x *SequencerBlockCommit) SetHeight(v uint64)

func (*SequencerBlockCommit) String

func (x *SequencerBlockCommit) String() string

type SequencerBlockCommit_builder

type SequencerBlockCommit_builder struct {

	// Height of the sequencer block that was committed.
	Height uint64
	// Hash of the sequencer block that was committed.
	BlockHash []byte
	// contains filtered or unexported fields
}

func (SequencerBlockCommit_builder) Build

Source Files

  • service.pb.go

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL