Documentation ¶
Index ¶
- Variables
- type Query
- type Tx
- func (*Tx) Descriptor() ([]byte, []int)deprecated
- func (x *Tx) GetMethod() string
- func (x *Tx) GetNodeId() string
- func (x *Tx) GetNonce() []byte
- func (x *Tx) GetParams() []byte
- func (x *Tx) GetSignature() []byte
- func (*Tx) ProtoMessage()
- func (x *Tx) ProtoReflect() protoreflect.Message
- func (x *Tx) Reset()
- func (x *Tx) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_tendermint_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Query ¶
type Query struct { Method string `protobuf:"bytes,1,opt,name=method,proto3" json:"method,omitempty"` Params []byte `protobuf:"bytes,2,opt,name=params,proto3" json:"params,omitempty"` // contains filtered or unexported fields }
func (*Query) Descriptor
deprecated
func (*Query) ProtoMessage ¶
func (*Query) ProtoMessage()
func (*Query) ProtoReflect ¶
func (x *Query) ProtoReflect() protoreflect.Message
type Tx ¶
type Tx struct { Method string `protobuf:"bytes,1,opt,name=method,proto3" json:"method,omitempty"` Params []byte `protobuf:"bytes,2,opt,name=params,proto3" json:"params,omitempty"` Nonce []byte `protobuf:"bytes,3,opt,name=nonce,proto3" json:"nonce,omitempty"` Signature []byte `protobuf:"bytes,4,opt,name=signature,proto3" json:"signature,omitempty"` NodeId string `protobuf:"bytes,5,opt,name=node_id,json=nodeId,proto3" json:"node_id,omitempty"` // contains filtered or unexported fields }
func (*Tx) Descriptor
deprecated
func (*Tx) GetSignature ¶
func (*Tx) ProtoMessage ¶
func (*Tx) ProtoMessage()
func (*Tx) ProtoReflect ¶
func (x *Tx) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.