...

Package transientstore

import "github.com/hyperledger/fabric/protos/transientstore"
Overview
Index

Overview ▾

type TxPvtReadWriteSetWithConfigInfo

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

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 `protobuf:"bytes,3,rep,name=collection_configs,json=collectionConfigs,proto3" json:"collection_configs,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
    XXX_NoUnkeyedLiteral struct{}                                   `json:"-"`
    XXX_unrecognized     []byte                                     `json:"-"`
    XXX_sizecache        int32                                      `json:"-"`
}

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

func (m *TxPvtReadWriteSetWithConfigInfo) XXX_DiscardUnknown()

func (*TxPvtReadWriteSetWithConfigInfo) XXX_Marshal

func (m *TxPvtReadWriteSetWithConfigInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TxPvtReadWriteSetWithConfigInfo) XXX_Merge

func (dst *TxPvtReadWriteSetWithConfigInfo) XXX_Merge(src proto.Message)

func (*TxPvtReadWriteSetWithConfigInfo) XXX_Size

func (m *TxPvtReadWriteSetWithConfigInfo) XXX_Size() int

func (*TxPvtReadWriteSetWithConfigInfo) XXX_Unmarshal

func (m *TxPvtReadWriteSetWithConfigInfo) XXX_Unmarshal(b []byte) error