Documentation ¶
Overview ¶
Package transientstore is a generated protocol buffer package.
It is generated from these files:
transientstore/transientstore.proto
It has these top-level messages:
TxPvtReadWriteSetWithConfigInfo
Index ¶
- type TxPvtReadWriteSetWithConfigInfo
- func (*TxPvtReadWriteSetWithConfigInfo) Descriptor() ([]byte, []int)
- func (m *TxPvtReadWriteSetWithConfigInfo) GetCollectionConfigs() map[string]*common2.CollectionConfigPackage
- func (m *TxPvtReadWriteSetWithConfigInfo) GetEndorsedAt() uint64
- func (m *TxPvtReadWriteSetWithConfigInfo) GetPvtRwset() *rwset.TxPvtReadWriteSet
- func (*TxPvtReadWriteSetWithConfigInfo) ProtoMessage()
- func (m *TxPvtReadWriteSetWithConfigInfo) Reset()
- func (m *TxPvtReadWriteSetWithConfigInfo) String() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TxPvtReadWriteSetWithConfigInfo ¶
type TxPvtReadWriteSetWithConfigInfo struct { EndorsedAt uint64 `protobuf:"varint,1,opt,name=endorsed_at,json=endorsedAt" json:"endorsed_at,omitempty"` PvtRwset *rwset.TxPvtReadWriteSet `protobuf:"bytes,2,opt,name=pvt_rwset,json=pvtRwset" json:"pvt_rwset,omitempty"` CollectionConfigs map[string]*common2.CollectionConfigPackage `` /* 179-byte string literal not displayed */ }
TxPvtReadWriteSetWithConfigInfo encapsulates the transaction's private read-write set and additional information about the configurations such as the latest collection config when the transaction is simulated
func (*TxPvtReadWriteSetWithConfigInfo) Descriptor ¶
func (*TxPvtReadWriteSetWithConfigInfo) Descriptor() ([]byte, []int)
func (*TxPvtReadWriteSetWithConfigInfo) GetCollectionConfigs ¶
func (m *TxPvtReadWriteSetWithConfigInfo) GetCollectionConfigs() map[string]*common2.CollectionConfigPackage
func (*TxPvtReadWriteSetWithConfigInfo) GetEndorsedAt ¶
func (m *TxPvtReadWriteSetWithConfigInfo) GetEndorsedAt() uint64
func (*TxPvtReadWriteSetWithConfigInfo) GetPvtRwset ¶
func (m *TxPvtReadWriteSetWithConfigInfo) GetPvtRwset() *rwset.TxPvtReadWriteSet
func (*TxPvtReadWriteSetWithConfigInfo) ProtoMessage ¶
func (*TxPvtReadWriteSetWithConfigInfo) ProtoMessage()
func (*TxPvtReadWriteSetWithConfigInfo) Reset ¶
func (m *TxPvtReadWriteSetWithConfigInfo) Reset()
func (*TxPvtReadWriteSetWithConfigInfo) String ¶
func (m *TxPvtReadWriteSetWithConfigInfo) String() string
Click to show internal directories.
Click to hide internal directories.