github.com/inklabsfoundation/inkchain@v0.17.1-0.20181025012015-c3cef8062f19/protos/ledger/ledgerset.pb.go (about)

     1  // Code generated by protoc-gen-go. DO NOT EDIT.
     2  // source: ledger/ledgerset.proto
     3  
     4  /*
     5  Package ledger is a generated protocol buffer package.
     6  
     7  It is generated from these files:
     8  	ledger/ledgerset.proto
     9  
    10  It has these top-level messages:
    11  	LedgerSet
    12  */
    13  package ledger
    14  
    15  import proto "github.com/golang/protobuf/proto"
    16  import fmt "fmt"
    17  import math "math"
    18  
    19  // Reference imports to suppress errors if they are not otherwise used.
    20  var _ = proto.Marshal
    21  var _ = fmt.Errorf
    22  var _ = math.Inf
    23  
    24  // This is a compile-time assertion to ensure that this generated file
    25  // is compatible with the proto package it is being compiled against.
    26  // A compilation error at this line likely means your copy of the
    27  // proto package needs to be updated.
    28  const _ = proto.ProtoPackageIsVersion2 // please upgrade the proto package
    29  
    30  // LedgerSet encapsulates the read-write set and transfer set for a transaction
    31  type LedgerSet struct {
    32  	Txrwset []byte `protobuf:"bytes,1,opt,name=txrwset,proto3" json:"txrwset,omitempty"`
    33  	Transet []byte `protobuf:"bytes,2,opt,name=transet,proto3" json:"transet,omitempty"`
    34  }
    35  
    36  func (m *LedgerSet) Reset()                    { *m = LedgerSet{} }
    37  func (m *LedgerSet) String() string            { return proto.CompactTextString(m) }
    38  func (*LedgerSet) ProtoMessage()               {}
    39  func (*LedgerSet) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{0} }
    40  
    41  func (m *LedgerSet) GetTxrwset() []byte {
    42  	if m != nil {
    43  		return m.Txrwset
    44  	}
    45  	return nil
    46  }
    47  
    48  func (m *LedgerSet) GetTranset() []byte {
    49  	if m != nil {
    50  		return m.Transet
    51  	}
    52  	return nil
    53  }
    54  
    55  func init() {
    56  	proto.RegisterType((*LedgerSet)(nil), "ledger.LedgerSet")
    57  }
    58  
    59  func init() { proto.RegisterFile("ledger/ledgerset.proto", fileDescriptor0) }
    60  
    61  var fileDescriptor0 = []byte{
    62  	// 155 bytes of a gzipped FileDescriptorProto
    63  	0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x12, 0xcb, 0x49, 0x4d, 0x49,
    64  	0x4f, 0x2d, 0xd2, 0x87, 0x50, 0xc5, 0xa9, 0x25, 0x7a, 0x05, 0x45, 0xf9, 0x25, 0xf9, 0x42, 0x6c,
    65  	0x10, 0x01, 0x25, 0x7b, 0x2e, 0x4e, 0x1f, 0x30, 0x2b, 0x38, 0xb5, 0x44, 0x48, 0x82, 0x8b, 0xbd,
    66  	0xa4, 0xa2, 0xa8, 0xbc, 0x38, 0xb5, 0x44, 0x82, 0x51, 0x81, 0x51, 0x83, 0x27, 0x08, 0xc6, 0x05,
    67  	0xcb, 0x14, 0x25, 0xe6, 0x81, 0x64, 0x98, 0xa0, 0x32, 0x10, 0xae, 0x53, 0x32, 0x97, 0x4e, 0x7e,
    68  	0x51, 0xba, 0x5e, 0x66, 0x5e, 0x76, 0x4e, 0x62, 0x52, 0x71, 0x5a, 0x7e, 0x69, 0x5e, 0x4a, 0x62,
    69  	0x49, 0x66, 0x7e, 0x1e, 0x48, 0x24, 0x39, 0x23, 0x31, 0x33, 0x0f, 0x62, 0x61, 0xb1, 0x1e, 0xc4,
    70  	0xc2, 0x28, 0xe3, 0xf4, 0xcc, 0x92, 0x8c, 0xd2, 0x24, 0xbd, 0xe4, 0xfc, 0x5c, 0x7d, 0x0c, 0x4d,
    71  	0xfa, 0x30, 0x4d, 0xfa, 0x10, 0x4d, 0x50, 0x67, 0x27, 0xb1, 0x81, 0xb9, 0xc6, 0x80, 0x00, 0x00,
    72  	0x00, 0xff, 0xff, 0x62, 0xfd, 0x85, 0x5c, 0xce, 0x00, 0x00, 0x00,
    73  }