Documentation ¶
Overview ¶
Code generated by protoc-gen-go-pulsar. DO NOT EDIT.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var File_cosmos_genutil_v1beta1_genesis_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type GenesisState ¶
type GenesisState struct { // gen_txs defines the genesis transactions. GenTxs [][]byte `protobuf:"bytes,1,rep,name=gen_txs,json=genTxs,proto3" json:"gen_txs,omitempty"` // contains filtered or unexported fields }
GenesisState defines the raw genesis transaction in JSON.
func (*GenesisState) Descriptor
deprecated
func (*GenesisState) Descriptor() ([]byte, []int)
Deprecated: Use GenesisState.ProtoReflect.Descriptor instead.
func (*GenesisState) GetGenTxs ¶
func (x *GenesisState) GetGenTxs() [][]byte
func (*GenesisState) ProtoMessage ¶
func (*GenesisState) ProtoMessage()
func (*GenesisState) ProtoReflect ¶
func (x *GenesisState) ProtoReflect() protoreflect.Message
func (*GenesisState) Reset ¶
func (x *GenesisState) Reset()
func (*GenesisState) String ¶
func (x *GenesisState) String() string
Click to show internal directories.
Click to hide internal directories.