Documentation ¶
Index ¶
- Variables
- type TxPvtReadWriteSetWithConfigInfo
- func (*TxPvtReadWriteSetWithConfigInfo) Descriptor() ([]byte, []int)deprecated
- func (x *TxPvtReadWriteSetWithConfigInfo) GetCollectionConfigs() map[string]*ppeer.CollectionConfigPackage
- func (x *TxPvtReadWriteSetWithConfigInfo) GetEndorsedAt() uint64
- func (x *TxPvtReadWriteSetWithConfigInfo) GetPvtRwset() *rwset.TxPvtReadWriteSet
- func (*TxPvtReadWriteSetWithConfigInfo) ProtoMessage()
- func (x *TxPvtReadWriteSetWithConfigInfo) ProtoReflect() protoreflect.Message
- func (x *TxPvtReadWriteSetWithConfigInfo) Reset()
- func (x *TxPvtReadWriteSetWithConfigInfo) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_transientstore_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type TxPvtReadWriteSetWithConfigInfo ¶
type TxPvtReadWriteSetWithConfigInfo struct { EndorsedAt uint64 `protobuf:"varint,1,opt,name=endorsed_at,json=endorsedAt,proto3" json:"endorsed_at,omitempty"` PvtRwset *rwset.TxPvtReadWriteSet `protobuf:"bytes,2,opt,name=pvt_rwset,json=pvtRwset,proto3" json:"pvt_rwset,omitempty"` CollectionConfigs map[string]*ppeer.CollectionConfigPackage `` /* 200-byte string literal not displayed */ // contains filtered or unexported fields }
func (*TxPvtReadWriteSetWithConfigInfo) Descriptor
deprecated
func (*TxPvtReadWriteSetWithConfigInfo) Descriptor() ([]byte, []int)
Deprecated: Use TxPvtReadWriteSetWithConfigInfo.ProtoReflect.Descriptor instead.
func (*TxPvtReadWriteSetWithConfigInfo) GetCollectionConfigs ¶
func (x *TxPvtReadWriteSetWithConfigInfo) GetCollectionConfigs() map[string]*ppeer.CollectionConfigPackage
func (*TxPvtReadWriteSetWithConfigInfo) GetEndorsedAt ¶
func (x *TxPvtReadWriteSetWithConfigInfo) GetEndorsedAt() uint64
func (*TxPvtReadWriteSetWithConfigInfo) GetPvtRwset ¶
func (x *TxPvtReadWriteSetWithConfigInfo) GetPvtRwset() *rwset.TxPvtReadWriteSet
func (*TxPvtReadWriteSetWithConfigInfo) ProtoMessage ¶
func (*TxPvtReadWriteSetWithConfigInfo) ProtoMessage()
func (*TxPvtReadWriteSetWithConfigInfo) ProtoReflect ¶
func (x *TxPvtReadWriteSetWithConfigInfo) ProtoReflect() protoreflect.Message
func (*TxPvtReadWriteSetWithConfigInfo) Reset ¶
func (x *TxPvtReadWriteSetWithConfigInfo) Reset()
func (*TxPvtReadWriteSetWithConfigInfo) String ¶
func (x *TxPvtReadWriteSetWithConfigInfo) String() string
Click to show internal directories.
Click to hide internal directories.