Documentation ¶
Index ¶
- type TxIDIndexValProto
- func (*TxIDIndexValProto) Descriptor() ([]byte, []int)
- func (m *TxIDIndexValProto) GetBlkLocation() []byte
- func (m *TxIDIndexValProto) GetTxLocation() []byte
- func (m *TxIDIndexValProto) GetTxValidationCode() int32
- func (*TxIDIndexValProto) ProtoMessage()
- func (m *TxIDIndexValProto) Reset()
- func (m *TxIDIndexValProto) String() string
- func (m *TxIDIndexValProto) XXX_DiscardUnknown()
- func (m *TxIDIndexValProto) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *TxIDIndexValProto) XXX_Merge(src proto.Message)
- func (m *TxIDIndexValProto) XXX_Size() int
- func (m *TxIDIndexValProto) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TxIDIndexValProto ¶
type TxIDIndexValProto struct { BlkLocation []byte `protobuf:"bytes,1,opt,name=blk_location,json=blkLocation,proto3" json:"blk_location,omitempty"` TxLocation []byte `protobuf:"bytes,2,opt,name=tx_location,json=txLocation,proto3" json:"tx_location,omitempty"` TxValidationCode int32 `protobuf:"varint,3,opt,name=tx_validation_code,json=txValidationCode,proto3" json:"tx_validation_code,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*TxIDIndexValProto) Descriptor ¶
func (*TxIDIndexValProto) Descriptor() ([]byte, []int)
func (*TxIDIndexValProto) GetBlkLocation ¶
func (m *TxIDIndexValProto) GetBlkLocation() []byte
func (*TxIDIndexValProto) GetTxLocation ¶
func (m *TxIDIndexValProto) GetTxLocation() []byte
func (*TxIDIndexValProto) GetTxValidationCode ¶
func (m *TxIDIndexValProto) GetTxValidationCode() int32
func (*TxIDIndexValProto) ProtoMessage ¶
func (*TxIDIndexValProto) ProtoMessage()
func (*TxIDIndexValProto) Reset ¶
func (m *TxIDIndexValProto) Reset()
func (*TxIDIndexValProto) String ¶
func (m *TxIDIndexValProto) String() string
func (*TxIDIndexValProto) XXX_DiscardUnknown ¶
func (m *TxIDIndexValProto) XXX_DiscardUnknown()
func (*TxIDIndexValProto) XXX_Marshal ¶
func (m *TxIDIndexValProto) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*TxIDIndexValProto) XXX_Merge ¶
func (m *TxIDIndexValProto) XXX_Merge(src proto.Message)
func (*TxIDIndexValProto) XXX_Size ¶
func (m *TxIDIndexValProto) XXX_Size() int
func (*TxIDIndexValProto) XXX_Unmarshal ¶
func (m *TxIDIndexValProto) XXX_Unmarshal(b []byte) error
Click to show internal directories.
Click to hide internal directories.