Documentation
¶
Index ¶
- Variables
- type BlobIdentifier
- func (*BlobIdentifier) Descriptor() ([]byte, []int)deprecated
- func (x *BlobIdentifier) GetCommitment() []byte
- func (x *BlobIdentifier) GetHeight() uint64
- func (*BlobIdentifier) ProtoMessage()
- func (x *BlobIdentifier) ProtoReflect() protoreflect.Message
- func (x *BlobIdentifier) Reset()
- func (x *BlobIdentifier) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_blobcast_primitives_v1_blob_identifier_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type BlobIdentifier ¶
type BlobIdentifier struct { Height uint64 `protobuf:"varint,1,opt,name=height,proto3" json:"height,omitempty"` Commitment []byte `protobuf:"bytes,2,opt,name=commitment,proto3" json:"commitment,omitempty"` // contains filtered or unexported fields }
func (*BlobIdentifier) Descriptor
deprecated
func (*BlobIdentifier) Descriptor() ([]byte, []int)
Deprecated: Use BlobIdentifier.ProtoReflect.Descriptor instead.
func (*BlobIdentifier) GetCommitment ¶
func (x *BlobIdentifier) GetCommitment() []byte
func (*BlobIdentifier) GetHeight ¶
func (x *BlobIdentifier) GetHeight() uint64
func (*BlobIdentifier) ProtoMessage ¶
func (*BlobIdentifier) ProtoMessage()
func (*BlobIdentifier) ProtoReflect ¶
func (x *BlobIdentifier) ProtoReflect() protoreflect.Message
func (*BlobIdentifier) Reset ¶
func (x *BlobIdentifier) Reset()
func (*BlobIdentifier) String ¶
func (x *BlobIdentifier) String() string
Click to show internal directories.
Click to hide internal directories.