Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var File_message_tx_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Message ¶
type Message struct { // Types that are assignable to Message: // // *Message_Tx Message isMessage_Message `protobuf_oneof:"message"` // contains filtered or unexported fields }
func (*Message) Descriptor
deprecated
func (*Message) GetMessage ¶
func (m *Message) GetMessage() isMessage_Message
func (*Message) ProtoMessage ¶
func (*Message) ProtoMessage()
func (*Message) ProtoReflect ¶
func (x *Message) ProtoReflect() protoreflect.Message
type Message_Tx ¶
type Message_Tx struct {
Tx *Tx `protobuf:"bytes,1,opt,name=tx,proto3,oneof"`
}
type Tx ¶
type Tx struct { // The byte representation of this transaction. Tx []byte `protobuf:"bytes,1,opt,name=tx,proto3" json:"tx,omitempty"` // contains filtered or unexported fields }
func (*Tx) Descriptor
deprecated
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.