Documentation
¶
Index ¶
- Variables
- type GetBlockCommitmentStreamRequest
- type GetBlockCommitmentStreamRequest_builder
- type GetBlockCommitmentStreamResponse
- func (x *GetBlockCommitmentStreamResponse) ClearCommitment()
- func (x *GetBlockCommitmentStreamResponse) GetCommitment() *SequencerBlockCommit
- func (x *GetBlockCommitmentStreamResponse) HasCommitment() bool
- func (*GetBlockCommitmentStreamResponse) ProtoMessage()
- func (x *GetBlockCommitmentStreamResponse) ProtoReflect() protoreflect.Message
- func (x *GetBlockCommitmentStreamResponse) Reset()
- func (x *GetBlockCommitmentStreamResponse) SetCommitment(v *SequencerBlockCommit)
- func (x *GetBlockCommitmentStreamResponse) String() string
- type GetBlockCommitmentStreamResponse_builder
- type GetOptimisticBlockStreamRequest
- func (x *GetOptimisticBlockStreamRequest) ClearRollupId()
- func (x *GetOptimisticBlockStreamRequest) GetRollupId() *v1.RollupId
- func (x *GetOptimisticBlockStreamRequest) HasRollupId() bool
- func (*GetOptimisticBlockStreamRequest) ProtoMessage()
- func (x *GetOptimisticBlockStreamRequest) ProtoReflect() protoreflect.Message
- func (x *GetOptimisticBlockStreamRequest) Reset()
- func (x *GetOptimisticBlockStreamRequest) SetRollupId(v *v1.RollupId)
- func (x *GetOptimisticBlockStreamRequest) String() string
- type GetOptimisticBlockStreamRequest_builder
- type GetOptimisticBlockStreamResponse
- func (x *GetOptimisticBlockStreamResponse) ClearBlock()
- func (x *GetOptimisticBlockStreamResponse) GetBlock() *v11.FilteredSequencerBlock
- func (x *GetOptimisticBlockStreamResponse) HasBlock() bool
- func (*GetOptimisticBlockStreamResponse) ProtoMessage()
- func (x *GetOptimisticBlockStreamResponse) ProtoReflect() protoreflect.Message
- func (x *GetOptimisticBlockStreamResponse) Reset()
- func (x *GetOptimisticBlockStreamResponse) SetBlock(v *v11.FilteredSequencerBlock)
- func (x *GetOptimisticBlockStreamResponse) String() string
- type GetOptimisticBlockStreamResponse_builder
- type SequencerBlockCommit
- func (x *SequencerBlockCommit) GetBlockHash() []byte
- func (x *SequencerBlockCommit) GetHeight() uint64
- func (*SequencerBlockCommit) ProtoMessage()
- func (x *SequencerBlockCommit) ProtoReflect() protoreflect.Message
- func (x *SequencerBlockCommit) Reset()
- func (x *SequencerBlockCommit) SetBlockHash(v []byte)
- func (x *SequencerBlockCommit) SetHeight(v uint64)
- func (x *SequencerBlockCommit) String() string
- type SequencerBlockCommit_builder
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 (x *GetBlockCommitmentStreamRequest) ProtoReflect() protoreflect.Message
func (*GetBlockCommitmentStreamRequest) Reset ¶
func (x *GetBlockCommitmentStreamRequest) Reset()
func (*GetBlockCommitmentStreamRequest) String ¶
func (x *GetBlockCommitmentStreamRequest) String() string
type GetBlockCommitmentStreamRequest_builder ¶
type GetBlockCommitmentStreamRequest_builder struct {
// contains filtered or unexported fields
}
func (GetBlockCommitmentStreamRequest_builder) Build ¶
func (b0 GetBlockCommitmentStreamRequest_builder) Build() *GetBlockCommitmentStreamRequest
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 (x *GetBlockCommitmentStreamResponse) GetCommitment() *SequencerBlockCommit
func (*GetBlockCommitmentStreamResponse) HasCommitment ¶
func (x *GetBlockCommitmentStreamResponse) HasCommitment() bool
func (*GetBlockCommitmentStreamResponse) ProtoMessage ¶
func (*GetBlockCommitmentStreamResponse) ProtoMessage()
func (*GetBlockCommitmentStreamResponse) ProtoReflect ¶
func (x *GetBlockCommitmentStreamResponse) ProtoReflect() protoreflect.Message
func (*GetBlockCommitmentStreamResponse) Reset ¶
func (x *GetBlockCommitmentStreamResponse) Reset()
func (*GetBlockCommitmentStreamResponse) SetCommitment ¶
func (x *GetBlockCommitmentStreamResponse) SetCommitment(v *SequencerBlockCommit)
func (*GetBlockCommitmentStreamResponse) String ¶
func (x *GetBlockCommitmentStreamResponse) String() string
type GetBlockCommitmentStreamResponse_builder ¶
type GetBlockCommitmentStreamResponse_builder struct {
Commitment *SequencerBlockCommit
// contains filtered or unexported fields
}
func (GetBlockCommitmentStreamResponse_builder) Build ¶
func (b0 GetBlockCommitmentStreamResponse_builder) Build() *GetBlockCommitmentStreamResponse
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 (x *GetOptimisticBlockStreamRequest) ProtoReflect() protoreflect.Message
func (*GetOptimisticBlockStreamRequest) Reset ¶
func (x *GetOptimisticBlockStreamRequest) Reset()
func (*GetOptimisticBlockStreamRequest) SetRollupId ¶
func (x *GetOptimisticBlockStreamRequest) SetRollupId(v *v1.RollupId)
func (*GetOptimisticBlockStreamRequest) String ¶
func (x *GetOptimisticBlockStreamRequest) String() 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 ¶
func (b0 GetOptimisticBlockStreamRequest_builder) Build() *GetOptimisticBlockStreamRequest
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 (x *GetOptimisticBlockStreamResponse) GetBlock() *v11.FilteredSequencerBlock
func (*GetOptimisticBlockStreamResponse) HasBlock ¶
func (x *GetOptimisticBlockStreamResponse) HasBlock() bool
func (*GetOptimisticBlockStreamResponse) ProtoMessage ¶
func (*GetOptimisticBlockStreamResponse) ProtoMessage()
func (*GetOptimisticBlockStreamResponse) ProtoReflect ¶
func (x *GetOptimisticBlockStreamResponse) ProtoReflect() protoreflect.Message
func (*GetOptimisticBlockStreamResponse) Reset ¶
func (x *GetOptimisticBlockStreamResponse) Reset()
func (*GetOptimisticBlockStreamResponse) SetBlock ¶
func (x *GetOptimisticBlockStreamResponse) SetBlock(v *v11.FilteredSequencerBlock)
func (*GetOptimisticBlockStreamResponse) String ¶
func (x *GetOptimisticBlockStreamResponse) String() 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 ¶
func (b0 GetOptimisticBlockStreamResponse_builder) Build() *GetOptimisticBlockStreamResponse
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 ¶
func (b0 SequencerBlockCommit_builder) Build() *SequencerBlockCommit
Source Files
¶
- service.pb.go
Click to show internal directories.
Click to hide internal directories.