Documentation ¶
Index ¶
- type TxPvtReadWriteSetWithConfigInfo
- func (*TxPvtReadWriteSetWithConfigInfo) Descriptor() ([]byte, []int)
- func (m *TxPvtReadWriteSetWithConfigInfo) GetCollectionConfigs() map[string]*common.CollectionConfigPackage
- func (m *TxPvtReadWriteSetWithConfigInfo) GetEndorsedAt() uint64
- func (m *TxPvtReadWriteSetWithConfigInfo) GetPvtRwset() *rwset.TxPvtReadWriteSet
- func (*TxPvtReadWriteSetWithConfigInfo) ProtoMessage()
- func (m *TxPvtReadWriteSetWithConfigInfo) Reset()
- func (m *TxPvtReadWriteSetWithConfigInfo) String() string
- func (m *TxPvtReadWriteSetWithConfigInfo) XXX_DiscardUnknown()
- func (m *TxPvtReadWriteSetWithConfigInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *TxPvtReadWriteSetWithConfigInfo) XXX_Merge(src proto.Message)
- func (m *TxPvtReadWriteSetWithConfigInfo) XXX_Size() int
- func (m *TxPvtReadWriteSetWithConfigInfo) XXX_Unmarshal(b []byte) error
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,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]*common.CollectionConfigPackage `` /* 200-byte string literal not displayed */ XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
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]*common.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
func (*TxPvtReadWriteSetWithConfigInfo) XXX_DiscardUnknown ¶ added in v1.3.0
func (m *TxPvtReadWriteSetWithConfigInfo) XXX_DiscardUnknown()
func (*TxPvtReadWriteSetWithConfigInfo) XXX_Marshal ¶ added in v1.3.0
func (m *TxPvtReadWriteSetWithConfigInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*TxPvtReadWriteSetWithConfigInfo) XXX_Merge ¶ added in v1.3.0
func (dst *TxPvtReadWriteSetWithConfigInfo) XXX_Merge(src proto.Message)
func (*TxPvtReadWriteSetWithConfigInfo) XXX_Size ¶ added in v1.3.0
func (m *TxPvtReadWriteSetWithConfigInfo) XXX_Size() int
func (*TxPvtReadWriteSetWithConfigInfo) XXX_Unmarshal ¶ added in v1.3.0
func (m *TxPvtReadWriteSetWithConfigInfo) XXX_Unmarshal(b []byte) error
Click to show internal directories.
Click to hide internal directories.