blob: a93e74cd3b8310b5374f84e7b2ae2f70bb500427 [file] [log] [blame]
// Code generated by protoc-gen-go. DO NOT EDIT.
// source: docs.proto
package documents
import (
fmt "fmt"
_ "github.com/gogo/protobuf/gogoproto"
proto "github.com/golang/protobuf/proto"
timestamp "github.com/golang/protobuf/ptypes/timestamp"
_ "github.com/mwitkow/go-proto-validators"
math "math"
)
// Reference imports to suppress errors if they are not otherwise used.
var _ = proto.Marshal
var _ = fmt.Errorf
var _ = math.Inf
// This is a compile-time assertion to ensure that this generated file
// is compatible with the proto package it is being compiled against.
// A compilation error at this line likely means your copy of the
// proto package needs to be updated.
const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package
type SignedEnvelope struct {
Signature []byte `protobuf:"bytes,1,opt,name=Signature,proto3" json:"Signature,omitempty"`
SignerCID string `protobuf:"bytes,2,opt,name=SignerCID,proto3" json:"SignerCID,omitempty"`
Message []byte `protobuf:"bytes,3,opt,name=Message,proto3" json:"Message,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *SignedEnvelope) Reset() { *m = SignedEnvelope{} }
func (m *SignedEnvelope) String() string { return proto.CompactTextString(m) }
func (*SignedEnvelope) ProtoMessage() {}
func (*SignedEnvelope) Descriptor() ([]byte, []int) {
return fileDescriptor_2a25dace11219bce, []int{0}
}
func (m *SignedEnvelope) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_SignedEnvelope.Unmarshal(m, b)
}
func (m *SignedEnvelope) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_SignedEnvelope.Marshal(b, m, deterministic)
}
func (m *SignedEnvelope) XXX_Merge(src proto.Message) {
xxx_messageInfo_SignedEnvelope.Merge(m, src)
}
func (m *SignedEnvelope) XXX_Size() int {
return xxx_messageInfo_SignedEnvelope.Size(m)
}
func (m *SignedEnvelope) XXX_DiscardUnknown() {
xxx_messageInfo_SignedEnvelope.DiscardUnknown(m)
}
var xxx_messageInfo_SignedEnvelope proto.InternalMessageInfo
func (m *SignedEnvelope) GetSignature() []byte {
if m != nil {
return m.Signature
}
return nil
}
func (m *SignedEnvelope) GetSignerCID() string {
if m != nil {
return m.SignerCID
}
return ""
}
func (m *SignedEnvelope) GetMessage() []byte {
if m != nil {
return m.Message
}
return nil
}
type Envelope struct {
Header *Header `protobuf:"bytes,1,opt,name=Header,proto3" json:"Header,omitempty"`
Body []byte `protobuf:"bytes,2,opt,name=Body,proto3" json:"Body,omitempty"`
EncryptedBody []byte `protobuf:"bytes,3,opt,name=EncryptedBody,proto3" json:"EncryptedBody,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *Envelope) Reset() { *m = Envelope{} }
func (m *Envelope) String() string { return proto.CompactTextString(m) }
func (*Envelope) ProtoMessage() {}
func (*Envelope) Descriptor() ([]byte, []int) {
return fileDescriptor_2a25dace11219bce, []int{1}
}
func (m *Envelope) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_Envelope.Unmarshal(m, b)
}
func (m *Envelope) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_Envelope.Marshal(b, m, deterministic)
}
func (m *Envelope) XXX_Merge(src proto.Message) {
xxx_messageInfo_Envelope.Merge(m, src)
}
func (m *Envelope) XXX_Size() int {
return xxx_messageInfo_Envelope.Size(m)
}
func (m *Envelope) XXX_DiscardUnknown() {
xxx_messageInfo_Envelope.DiscardUnknown(m)
}
var xxx_messageInfo_Envelope proto.InternalMessageInfo
func (m *Envelope) GetHeader() *Header {
if m != nil {
return m.Header
}
return nil
}
func (m *Envelope) GetBody() []byte {
if m != nil {
return m.Body
}
return nil
}
func (m *Envelope) GetEncryptedBody() []byte {
if m != nil {
return m.EncryptedBody
}
return nil
}
type Header struct {
IPFSID string `protobuf:"bytes,1,opt,name=IPFSID,proto3" json:"IPFSID,omitempty"`
Version float32 `protobuf:"fixed32,2,opt,name=Version,proto3" json:"Version,omitempty"`
DateTime int64 `protobuf:"varint,3,opt,name=DateTime,proto3" json:"DateTime,omitempty"`
PreviousCID string `protobuf:"bytes,4,opt,name=PreviousCID,proto3" json:"PreviousCID,omitempty"`
BodyTypeCode float32 `protobuf:"fixed32,5,opt,name=BodyTypeCode,proto3" json:"BodyTypeCode,omitempty"`
BodyVersion float32 `protobuf:"fixed32,6,opt,name=BodyVersion,proto3" json:"BodyVersion,omitempty"`
EncryptedBodyTypeCode float32 `protobuf:"fixed32,7,opt,name=EncryptedBodyTypeCode,proto3" json:"EncryptedBodyTypeCode,omitempty"`
EncryptedBodyVersion float32 `protobuf:"fixed32,8,opt,name=EncryptedBodyVersion,proto3" json:"EncryptedBodyVersion,omitempty"`
EncryptedBodyIV []byte `protobuf:"bytes,9,opt,name=EncryptedBodyIV,proto3" json:"EncryptedBodyIV,omitempty"`
Recipients []*Recipient `protobuf:"bytes,10,rep,name=Recipients,proto3" json:"Recipients,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *Header) Reset() { *m = Header{} }
func (m *Header) String() string { return proto.CompactTextString(m) }
func (*Header) ProtoMessage() {}
func (*Header) Descriptor() ([]byte, []int) {
return fileDescriptor_2a25dace11219bce, []int{2}
}
func (m *Header) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_Header.Unmarshal(m, b)
}
func (m *Header) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_Header.Marshal(b, m, deterministic)
}
func (m *Header) XXX_Merge(src proto.Message) {
xxx_messageInfo_Header.Merge(m, src)
}
func (m *Header) XXX_Size() int {
return xxx_messageInfo_Header.Size(m)
}
func (m *Header) XXX_DiscardUnknown() {
xxx_messageInfo_Header.DiscardUnknown(m)
}
var xxx_messageInfo_Header proto.InternalMessageInfo
func (m *Header) GetIPFSID() string {
if m != nil {
return m.IPFSID
}
return ""
}
func (m *Header) GetVersion() float32 {
if m != nil {
return m.Version
}
return 0
}
func (m *Header) GetDateTime() int64 {
if m != nil {
return m.DateTime
}
return 0
}
func (m *Header) GetPreviousCID() string {
if m != nil {
return m.PreviousCID
}
return ""
}
func (m *Header) GetBodyTypeCode() float32 {
if m != nil {
return m.BodyTypeCode
}
return 0
}
func (m *Header) GetBodyVersion() float32 {
if m != nil {
return m.BodyVersion
}
return 0
}
func (m *Header) GetEncryptedBodyTypeCode() float32 {
if m != nil {
return m.EncryptedBodyTypeCode
}
return 0
}
func (m *Header) GetEncryptedBodyVersion() float32 {
if m != nil {
return m.EncryptedBodyVersion
}
return 0
}
func (m *Header) GetEncryptedBodyIV() []byte {
if m != nil {
return m.EncryptedBodyIV
}
return nil
}
func (m *Header) GetRecipients() []*Recipient {
if m != nil {
return m.Recipients
}
return nil
}
type Recipient struct {
Version float32 `protobuf:"fixed32,1,opt,name=Version,proto3" json:"Version,omitempty"`
CID string `protobuf:"bytes,2,opt,name=CID,proto3" json:"CID,omitempty"`
EncapsulatedKey []byte `protobuf:"bytes,3,opt,name=EncapsulatedKey,proto3" json:"EncapsulatedKey,omitempty"`
CipherText []byte `protobuf:"bytes,4,opt,name=CipherText,proto3" json:"CipherText,omitempty"`
IV []byte `protobuf:"bytes,5,opt,name=IV,proto3" json:"IV,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *Recipient) Reset() { *m = Recipient{} }
func (m *Recipient) String() string { return proto.CompactTextString(m) }
func (*Recipient) ProtoMessage() {}
func (*Recipient) Descriptor() ([]byte, []int) {
return fileDescriptor_2a25dace11219bce, []int{3}
}
func (m *Recipient) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_Recipient.Unmarshal(m, b)
}
func (m *Recipient) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_Recipient.Marshal(b, m, deterministic)
}
func (m *Recipient) XXX_Merge(src proto.Message) {
xxx_messageInfo_Recipient.Merge(m, src)
}
func (m *Recipient) XXX_Size() int {
return xxx_messageInfo_Recipient.Size(m)
}
func (m *Recipient) XXX_DiscardUnknown() {
xxx_messageInfo_Recipient.DiscardUnknown(m)
}
var xxx_messageInfo_Recipient proto.InternalMessageInfo
func (m *Recipient) GetVersion() float32 {
if m != nil {
return m.Version
}
return 0
}
func (m *Recipient) GetCID() string {
if m != nil {
return m.CID
}
return ""
}
func (m *Recipient) GetEncapsulatedKey() []byte {
if m != nil {
return m.EncapsulatedKey
}
return nil
}
func (m *Recipient) GetCipherText() []byte {
if m != nil {
return m.CipherText
}
return nil
}
func (m *Recipient) GetIV() []byte {
if m != nil {
return m.IV
}
return nil
}
type IDDocument struct {
AuthenticationReference string `protobuf:"bytes,1,opt,name=AuthenticationReference,proto3" json:"AuthenticationReference,omitempty"`
BeneficiaryECPublicKey []byte `protobuf:"bytes,2,opt,name=BeneficiaryECPublicKey,proto3" json:"BeneficiaryECPublicKey,omitempty"`
SikePublicKey []byte `protobuf:"bytes,3,opt,name=SikePublicKey,proto3" json:"SikePublicKey,omitempty"`
BLSPublicKey []byte `protobuf:"bytes,4,opt,name=BLSPublicKey,proto3" json:"BLSPublicKey,omitempty"`
Timestamp int64 `protobuf:"varint,5,opt,name=Timestamp,proto3" json:"Timestamp,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *IDDocument) Reset() { *m = IDDocument{} }
func (m *IDDocument) String() string { return proto.CompactTextString(m) }
func (*IDDocument) ProtoMessage() {}
func (*IDDocument) Descriptor() ([]byte, []int) {
return fileDescriptor_2a25dace11219bce, []int{4}
}
func (m *IDDocument) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_IDDocument.Unmarshal(m, b)
}
func (m *IDDocument) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_IDDocument.Marshal(b, m, deterministic)
}
func (m *IDDocument) XXX_Merge(src proto.Message) {
xxx_messageInfo_IDDocument.Merge(m, src)
}
func (m *IDDocument) XXX_Size() int {
return xxx_messageInfo_IDDocument.Size(m)
}
func (m *IDDocument) XXX_DiscardUnknown() {
xxx_messageInfo_IDDocument.DiscardUnknown(m)
}
var xxx_messageInfo_IDDocument proto.InternalMessageInfo
func (m *IDDocument) GetAuthenticationReference() string {
if m != nil {
return m.AuthenticationReference
}
return ""
}
func (m *IDDocument) GetBeneficiaryECPublicKey() []byte {
if m != nil {
return m.BeneficiaryECPublicKey
}
return nil
}
func (m *IDDocument) GetSikePublicKey() []byte {
if m != nil {
return m.SikePublicKey
}
return nil
}
func (m *IDDocument) GetBLSPublicKey() []byte {
if m != nil {
return m.BLSPublicKey
}
return nil
}
func (m *IDDocument) GetTimestamp() int64 {
if m != nil {
return m.Timestamp
}
return 0
}
type OrderDocument struct {
Type string `protobuf:"bytes,1,opt,name=Type,proto3" json:"Type,omitempty"`
Coin int64 `protobuf:"varint,2,opt,name=Coin,proto3" json:"Coin,omitempty"`
PrincipalCID string `protobuf:"bytes,3,opt,name=PrincipalCID,proto3" json:"PrincipalCID,omitempty"`
BeneficiaryCID string `protobuf:"bytes,4,opt,name=BeneficiaryCID,proto3" json:"BeneficiaryCID,omitempty"`
Reference string `protobuf:"bytes,5,opt,name=Reference,proto3" json:"Reference,omitempty"`
Timestamp int64 `protobuf:"varint,6,opt,name=Timestamp,proto3" json:"Timestamp,omitempty"`
OrderPart2 *OrderPart2 `protobuf:"bytes,7,opt,name=OrderPart2,proto3" json:"OrderPart2,omitempty"`
OrderPart3 *OrderPart3 `protobuf:"bytes,8,opt,name=OrderPart3,proto3" json:"OrderPart3,omitempty"`
OrderPart4 *OrderPart4 `protobuf:"bytes,9,opt,name=OrderPart4,proto3" json:"OrderPart4,omitempty"`
Policy *Policy `protobuf:"bytes,10,opt,name=policy,proto3" json:"policy,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *OrderDocument) Reset() { *m = OrderDocument{} }
func (m *OrderDocument) String() string { return proto.CompactTextString(m) }
func (*OrderDocument) ProtoMessage() {}
func (*OrderDocument) Descriptor() ([]byte, []int) {
return fileDescriptor_2a25dace11219bce, []int{5}
}
func (m *OrderDocument) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_OrderDocument.Unmarshal(m, b)
}
func (m *OrderDocument) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_OrderDocument.Marshal(b, m, deterministic)
}
func (m *OrderDocument) XXX_Merge(src proto.Message) {
xxx_messageInfo_OrderDocument.Merge(m, src)
}
func (m *OrderDocument) XXX_Size() int {
return xxx_messageInfo_OrderDocument.Size(m)
}
func (m *OrderDocument) XXX_DiscardUnknown() {
xxx_messageInfo_OrderDocument.DiscardUnknown(m)
}
var xxx_messageInfo_OrderDocument proto.InternalMessageInfo
func (m *OrderDocument) GetType() string {
if m != nil {
return m.Type
}
return ""
}
func (m *OrderDocument) GetCoin() int64 {
if m != nil {
return m.Coin
}
return 0
}
func (m *OrderDocument) GetPrincipalCID() string {
if m != nil {
return m.PrincipalCID
}
return ""
}
func (m *OrderDocument) GetBeneficiaryCID() string {
if m != nil {
return m.BeneficiaryCID
}
return ""
}
func (m *OrderDocument) GetReference() string {
if m != nil {
return m.Reference
}
return ""
}
func (m *OrderDocument) GetTimestamp() int64 {
if m != nil {
return m.Timestamp
}
return 0
}
func (m *OrderDocument) GetOrderPart2() *OrderPart2 {
if m != nil {
return m.OrderPart2
}
return nil
}
func (m *OrderDocument) GetOrderPart3() *OrderPart3 {
if m != nil {
return m.OrderPart3
}
return nil
}
func (m *OrderDocument) GetOrderPart4() *OrderPart4 {
if m != nil {
return m.OrderPart4
}
return nil
}
func (m *OrderDocument) GetPolicy() *Policy {
if m != nil {
return m.Policy
}
return nil
}
type OrderPart2 struct {
CommitmentPublicKey string `protobuf:"bytes,1,opt,name=CommitmentPublicKey,proto3" json:"CommitmentPublicKey,omitempty"`
PreviousOrderCID string `protobuf:"bytes,2,opt,name=PreviousOrderCID,proto3" json:"PreviousOrderCID,omitempty"`
Timestamp int64 `protobuf:"varint,3,opt,name=Timestamp,proto3" json:"Timestamp,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *OrderPart2) Reset() { *m = OrderPart2{} }
func (m *OrderPart2) String() string { return proto.CompactTextString(m) }
func (*OrderPart2) ProtoMessage() {}
func (*OrderPart2) Descriptor() ([]byte, []int) {
return fileDescriptor_2a25dace11219bce, []int{6}
}
func (m *OrderPart2) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_OrderPart2.Unmarshal(m, b)
}
func (m *OrderPart2) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_OrderPart2.Marshal(b, m, deterministic)
}
func (m *OrderPart2) XXX_Merge(src proto.Message) {
xxx_messageInfo_OrderPart2.Merge(m, src)
}
func (m *OrderPart2) XXX_Size() int {
return xxx_messageInfo_OrderPart2.Size(m)
}
func (m *OrderPart2) XXX_DiscardUnknown() {
xxx_messageInfo_OrderPart2.DiscardUnknown(m)
}
var xxx_messageInfo_OrderPart2 proto.InternalMessageInfo
func (m *OrderPart2) GetCommitmentPublicKey() string {
if m != nil {
return m.CommitmentPublicKey
}
return ""
}
func (m *OrderPart2) GetPreviousOrderCID() string {
if m != nil {
return m.PreviousOrderCID
}
return ""
}
func (m *OrderPart2) GetTimestamp() int64 {
if m != nil {
return m.Timestamp
}
return 0
}
type OrderPart3 struct {
Redemption string `protobuf:"bytes,1,opt,name=Redemption,proto3" json:"Redemption,omitempty"`
PreviousOrderCID string `protobuf:"bytes,2,opt,name=PreviousOrderCID,proto3" json:"PreviousOrderCID,omitempty"`
BeneficiaryEncryptedData []byte `protobuf:"bytes,3,opt,name=BeneficiaryEncryptedData,proto3" json:"BeneficiaryEncryptedData,omitempty"`
Timestamp int64 `protobuf:"varint,4,opt,name=Timestamp,proto3" json:"Timestamp,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *OrderPart3) Reset() { *m = OrderPart3{} }
func (m *OrderPart3) String() string { return proto.CompactTextString(m) }
func (*OrderPart3) ProtoMessage() {}
func (*OrderPart3) Descriptor() ([]byte, []int) {
return fileDescriptor_2a25dace11219bce, []int{7}
}
func (m *OrderPart3) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_OrderPart3.Unmarshal(m, b)
}
func (m *OrderPart3) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_OrderPart3.Marshal(b, m, deterministic)
}
func (m *OrderPart3) XXX_Merge(src proto.Message) {
xxx_messageInfo_OrderPart3.Merge(m, src)
}
func (m *OrderPart3) XXX_Size() int {
return xxx_messageInfo_OrderPart3.Size(m)
}
func (m *OrderPart3) XXX_DiscardUnknown() {
xxx_messageInfo_OrderPart3.DiscardUnknown(m)
}
var xxx_messageInfo_OrderPart3 proto.InternalMessageInfo
func (m *OrderPart3) GetRedemption() string {
if m != nil {
return m.Redemption
}
return ""
}
func (m *OrderPart3) GetPreviousOrderCID() string {
if m != nil {
return m.PreviousOrderCID
}
return ""
}
func (m *OrderPart3) GetBeneficiaryEncryptedData() []byte {
if m != nil {
return m.BeneficiaryEncryptedData
}
return nil
}
func (m *OrderPart3) GetTimestamp() int64 {
if m != nil {
return m.Timestamp
}
return 0
}
type OrderPart4 struct {
Secret string `protobuf:"bytes,1,opt,name=Secret,proto3" json:"Secret,omitempty"`
PreviousOrderCID string `protobuf:"bytes,2,opt,name=PreviousOrderCID,proto3" json:"PreviousOrderCID,omitempty"`
Timestamp int64 `protobuf:"varint,3,opt,name=Timestamp,proto3" json:"Timestamp,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *OrderPart4) Reset() { *m = OrderPart4{} }
func (m *OrderPart4) String() string { return proto.CompactTextString(m) }
func (*OrderPart4) ProtoMessage() {}
func (*OrderPart4) Descriptor() ([]byte, []int) {
return fileDescriptor_2a25dace11219bce, []int{8}
}
func (m *OrderPart4) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_OrderPart4.Unmarshal(m, b)
}
func (m *OrderPart4) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_OrderPart4.Marshal(b, m, deterministic)
}
func (m *OrderPart4) XXX_Merge(src proto.Message) {
xxx_messageInfo_OrderPart4.Merge(m, src)
}
func (m *OrderPart4) XXX_Size() int {
return xxx_messageInfo_OrderPart4.Size(m)
}
func (m *OrderPart4) XXX_DiscardUnknown() {
xxx_messageInfo_OrderPart4.DiscardUnknown(m)
}
var xxx_messageInfo_OrderPart4 proto.InternalMessageInfo
func (m *OrderPart4) GetSecret() string {
if m != nil {
return m.Secret
}
return ""
}
func (m *OrderPart4) GetPreviousOrderCID() string {
if m != nil {
return m.PreviousOrderCID
}
return ""
}
func (m *OrderPart4) GetTimestamp() int64 {
if m != nil {
return m.Timestamp
}
return 0
}
type PolicyWrapper struct {
Policy *Policy `protobuf:"bytes,1,opt,name=policy,proto3" json:"policy,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *PolicyWrapper) Reset() { *m = PolicyWrapper{} }
func (m *PolicyWrapper) String() string { return proto.CompactTextString(m) }
func (*PolicyWrapper) ProtoMessage() {}
func (*PolicyWrapper) Descriptor() ([]byte, []int) {
return fileDescriptor_2a25dace11219bce, []int{9}
}
func (m *PolicyWrapper) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_PolicyWrapper.Unmarshal(m, b)
}
func (m *PolicyWrapper) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_PolicyWrapper.Marshal(b, m, deterministic)
}
func (m *PolicyWrapper) XXX_Merge(src proto.Message) {
xxx_messageInfo_PolicyWrapper.Merge(m, src)
}
func (m *PolicyWrapper) XXX_Size() int {
return xxx_messageInfo_PolicyWrapper.Size(m)
}
func (m *PolicyWrapper) XXX_DiscardUnknown() {
xxx_messageInfo_PolicyWrapper.DiscardUnknown(m)
}
var xxx_messageInfo_PolicyWrapper proto.InternalMessageInfo
func (m *PolicyWrapper) GetPolicy() *Policy {
if m != nil {
return m.Policy
}
return nil
}
type Policy struct {
Example string `protobuf:"bytes,2,opt,name=Example,json=example,proto3" json:"Example,omitempty"`
WalletRef string `protobuf:"bytes,3,opt,name=WalletRef,json=walletRef,proto3" json:"WalletRef,omitempty"`
NodeId string `protobuf:"bytes,4,opt,name=NodeId,json=nodeId,proto3" json:"NodeId,omitempty"`
CoinType int64 `protobuf:"varint,5,opt,name=CoinType,json=coin,proto3" json:"CoinType,omitempty"`
SharingGroups []*SharingGroup `protobuf:"bytes,6,rep,name=SharingGroups,json=sharingGroups,proto3" json:"SharingGroups,omitempty"`
ParticipantCount int64 `protobuf:"varint,7,opt,name=ParticipantCount,json=participantCount,proto3" json:"ParticipantCount,omitempty"`
Threshold int64 `protobuf:"varint,8,opt,name=Threshold,json=threshold,proto3" json:"Threshold,omitempty"`
Signers []int64 `protobuf:"varint,9,rep,packed,name=Signers,json=signers,proto3" json:"Signers,omitempty"`
PublicAddress string `protobuf:"bytes,10,opt,name=PublicAddress,json=publicaddress,proto3" json:"PublicAddress,omitempty"`
BeneficiaryDocCID string `protobuf:"bytes,11,opt,name=BeneficiaryDocCID,json=beneficiarydocid,proto3" json:"BeneficiaryDocCID,omitempty"`
UpdatedAt *timestamp.Timestamp `protobuf:"bytes,12,opt,name=UpdatedAt,json=updatedAt,proto3" json:"UpdatedAt,omitempty"`
CreatedAt *timestamp.Timestamp `protobuf:"bytes,13,opt,name=CreatedAt,json=createdAt,proto3" json:"CreatedAt,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *Policy) Reset() { *m = Policy{} }
func (m *Policy) String() string { return proto.CompactTextString(m) }
func (*Policy) ProtoMessage() {}
func (*Policy) Descriptor() ([]byte, []int) {
return fileDescriptor_2a25dace11219bce, []int{10}
}
func (m *Policy) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_Policy.Unmarshal(m, b)
}
func (m *Policy) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_Policy.Marshal(b, m, deterministic)
}
func (m *Policy) XXX_Merge(src proto.Message) {
xxx_messageInfo_Policy.Merge(m, src)
}
func (m *Policy) XXX_Size() int {
return xxx_messageInfo_Policy.Size(m)
}
func (m *Policy) XXX_DiscardUnknown() {
xxx_messageInfo_Policy.DiscardUnknown(m)
}
var xxx_messageInfo_Policy proto.InternalMessageInfo
func (m *Policy) GetExample() string {
if m != nil {
return m.Example
}
return ""
}
func (m *Policy) GetWalletRef() string {
if m != nil {
return m.WalletRef
}
return ""
}
func (m *Policy) GetNodeId() string {
if m != nil {
return m.NodeId
}
return ""
}
func (m *Policy) GetCoinType() int64 {
if m != nil {
return m.CoinType
}
return 0
}
func (m *Policy) GetSharingGroups() []*SharingGroup {
if m != nil {
return m.SharingGroups
}
return nil
}
func (m *Policy) GetParticipantCount() int64 {
if m != nil {
return m.ParticipantCount
}
return 0
}
func (m *Policy) GetThreshold() int64 {
if m != nil {
return m.Threshold
}
return 0
}
func (m *Policy) GetSigners() []int64 {
if m != nil {
return m.Signers
}
return nil
}
func (m *Policy) GetPublicAddress() string {
if m != nil {
return m.PublicAddress
}
return ""
}
func (m *Policy) GetBeneficiaryDocCID() string {
if m != nil {
return m.BeneficiaryDocCID
}
return ""
}
func (m *Policy) GetUpdatedAt() *timestamp.Timestamp {
if m != nil {
return m.UpdatedAt
}
return nil
}
func (m *Policy) GetCreatedAt() *timestamp.Timestamp {
if m != nil {
return m.CreatedAt
}
return nil
}
type SharingGroup struct {
GroupID int64 `protobuf:"varint,1,opt,name=GroupID,json=groupId,proto3" json:"GroupID,omitempty"`
GroupRef string `protobuf:"bytes,2,opt,name=GroupRef,json=groupref,proto3" json:"GroupRef,omitempty"`
IDs []*Identity `protobuf:"bytes,3,rep,name=IDs,json=ids,proto3" json:"IDs,omitempty"`
Threshold int64 `protobuf:"varint,4,opt,name=Threshold,json=threshold,proto3" json:"Threshold,omitempty"`
Signature []byte `protobuf:"bytes,5,opt,name=Signature,json=signature,proto3" json:"Signature,omitempty"`
TimeStamp *timestamp.Timestamp `protobuf:"bytes,6,opt,name=TimeStamp,json=timeStamp,proto3" json:"TimeStamp,omitempty"`
Status string `protobuf:"bytes,7,opt,name=Status,json=status,proto3" json:"Status,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *SharingGroup) Reset() { *m = SharingGroup{} }
func (m *SharingGroup) String() string { return proto.CompactTextString(m) }
func (*SharingGroup) ProtoMessage() {}
func (*SharingGroup) Descriptor() ([]byte, []int) {
return fileDescriptor_2a25dace11219bce, []int{11}
}
func (m *SharingGroup) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_SharingGroup.Unmarshal(m, b)
}
func (m *SharingGroup) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_SharingGroup.Marshal(b, m, deterministic)
}
func (m *SharingGroup) XXX_Merge(src proto.Message) {
xxx_messageInfo_SharingGroup.Merge(m, src)
}
func (m *SharingGroup) XXX_Size() int {
return xxx_messageInfo_SharingGroup.Size(m)
}
func (m *SharingGroup) XXX_DiscardUnknown() {
xxx_messageInfo_SharingGroup.DiscardUnknown(m)
}
var xxx_messageInfo_SharingGroup proto.InternalMessageInfo
func (m *SharingGroup) GetGroupID() int64 {
if m != nil {
return m.GroupID
}
return 0
}
func (m *SharingGroup) GetGroupRef() string {
if m != nil {
return m.GroupRef
}
return ""
}
func (m *SharingGroup) GetIDs() []*Identity {
if m != nil {
return m.IDs
}
return nil
}
func (m *SharingGroup) GetThreshold() int64 {
if m != nil {
return m.Threshold
}
return 0
}
func (m *SharingGroup) GetSignature() []byte {
if m != nil {
return m.Signature
}
return nil
}
func (m *SharingGroup) GetTimeStamp() *timestamp.Timestamp {
if m != nil {
return m.TimeStamp
}
return nil
}
func (m *SharingGroup) GetStatus() string {
if m != nil {
return m.Status
}
return ""
}
// Identity of a sharing group
type Identity struct {
ID string `protobuf:"bytes,1,opt,name=ID,json=id,proto3" json:"ID,omitempty"`
IDRef string `protobuf:"bytes,2,opt,name=IDRef,json=idRef,proto3" json:"IDRef,omitempty"`
IDType string `protobuf:"bytes,3,opt,name=IDType,json=idType,proto3" json:"IDType,omitempty"`
Share []byte `protobuf:"bytes,4,opt,name=Share,json=share,proto3" json:"Share,omitempty"`
Status string `protobuf:"bytes,5,opt,name=Status,json=status,proto3" json:"Status,omitempty"`
TimeStamp *timestamp.Timestamp `protobuf:"bytes,6,opt,name=TimeStamp,json=timeStamp,proto3" json:"TimeStamp,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *Identity) Reset() { *m = Identity{} }
func (m *Identity) String() string { return proto.CompactTextString(m) }
func (*Identity) ProtoMessage() {}
func (*Identity) Descriptor() ([]byte, []int) {
return fileDescriptor_2a25dace11219bce, []int{12}
}
func (m *Identity) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_Identity.Unmarshal(m, b)
}
func (m *Identity) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_Identity.Marshal(b, m, deterministic)
}
func (m *Identity) XXX_Merge(src proto.Message) {
xxx_messageInfo_Identity.Merge(m, src)
}
func (m *Identity) XXX_Size() int {
return xxx_messageInfo_Identity.Size(m)
}
func (m *Identity) XXX_DiscardUnknown() {
xxx_messageInfo_Identity.DiscardUnknown(m)
}
var xxx_messageInfo_Identity proto.InternalMessageInfo
func (m *Identity) GetID() string {
if m != nil {
return m.ID
}
return ""
}
func (m *Identity) GetIDRef() string {
if m != nil {
return m.IDRef
}
return ""
}
func (m *Identity) GetIDType() string {
if m != nil {
return m.IDType
}
return ""
}
func (m *Identity) GetShare() []byte {
if m != nil {
return m.Share
}
return nil
}
func (m *Identity) GetStatus() string {
if m != nil {
return m.Status
}
return ""
}
func (m *Identity) GetTimeStamp() *timestamp.Timestamp {
if m != nil {
return m.TimeStamp
}
return nil
}
type PlainTestMessage1 struct {
Nametest1 string `protobuf:"bytes,1,opt,name=Nametest1,proto3" json:"Nametest1,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *PlainTestMessage1) Reset() { *m = PlainTestMessage1{} }
func (m *PlainTestMessage1) String() string { return proto.CompactTextString(m) }
func (*PlainTestMessage1) ProtoMessage() {}
func (*PlainTestMessage1) Descriptor() ([]byte, []int) {
return fileDescriptor_2a25dace11219bce, []int{13}
}
func (m *PlainTestMessage1) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_PlainTestMessage1.Unmarshal(m, b)
}
func (m *PlainTestMessage1) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_PlainTestMessage1.Marshal(b, m, deterministic)
}
func (m *PlainTestMessage1) XXX_Merge(src proto.Message) {
xxx_messageInfo_PlainTestMessage1.Merge(m, src)
}
func (m *PlainTestMessage1) XXX_Size() int {
return xxx_messageInfo_PlainTestMessage1.Size(m)
}
func (m *PlainTestMessage1) XXX_DiscardUnknown() {
xxx_messageInfo_PlainTestMessage1.DiscardUnknown(m)
}
var xxx_messageInfo_PlainTestMessage1 proto.InternalMessageInfo
func (m *PlainTestMessage1) GetNametest1() string {
if m != nil {
return m.Nametest1
}
return ""
}
type EncryptTestMessage1 struct {
Nametest2 string `protobuf:"bytes,1,opt,name=Nametest2,proto3" json:"Nametest2,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *EncryptTestMessage1) Reset() { *m = EncryptTestMessage1{} }
func (m *EncryptTestMessage1) String() string { return proto.CompactTextString(m) }
func (*EncryptTestMessage1) ProtoMessage() {}
func (*EncryptTestMessage1) Descriptor() ([]byte, []int) {
return fileDescriptor_2a25dace11219bce, []int{14}
}
func (m *EncryptTestMessage1) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_EncryptTestMessage1.Unmarshal(m, b)
}
func (m *EncryptTestMessage1) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_EncryptTestMessage1.Marshal(b, m, deterministic)
}
func (m *EncryptTestMessage1) XXX_Merge(src proto.Message) {
xxx_messageInfo_EncryptTestMessage1.Merge(m, src)
}
func (m *EncryptTestMessage1) XXX_Size() int {
return xxx_messageInfo_EncryptTestMessage1.Size(m)
}
func (m *EncryptTestMessage1) XXX_DiscardUnknown() {
xxx_messageInfo_EncryptTestMessage1.DiscardUnknown(m)
}
var xxx_messageInfo_EncryptTestMessage1 proto.InternalMessageInfo
func (m *EncryptTestMessage1) GetNametest2() string {
if m != nil {
return m.Nametest2
}
return ""
}
type SimpleString struct {
Content string `protobuf:"bytes,1,opt,name=Content,proto3" json:"Content,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *SimpleString) Reset() { *m = SimpleString{} }
func (m *SimpleString) String() string { return proto.CompactTextString(m) }
func (*SimpleString) ProtoMessage() {}
func (*SimpleString) Descriptor() ([]byte, []int) {
return fileDescriptor_2a25dace11219bce, []int{15}
}
func (m *SimpleString) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_SimpleString.Unmarshal(m, b)
}
func (m *SimpleString) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_SimpleString.Marshal(b, m, deterministic)
}
func (m *SimpleString) XXX_Merge(src proto.Message) {
xxx_messageInfo_SimpleString.Merge(m, src)
}
func (m *SimpleString) XXX_Size() int {
return xxx_messageInfo_SimpleString.Size(m)
}
func (m *SimpleString) XXX_DiscardUnknown() {
xxx_messageInfo_SimpleString.DiscardUnknown(m)
}
var xxx_messageInfo_SimpleString proto.InternalMessageInfo
func (m *SimpleString) GetContent() string {
if m != nil {
return m.Content
}
return ""
}
func init() {
proto.RegisterType((*SignedEnvelope)(nil), "documents.SignedEnvelope")
proto.RegisterType((*Envelope)(nil), "documents.Envelope")
proto.RegisterType((*Header)(nil), "documents.Header")
proto.RegisterType((*Recipient)(nil), "documents.Recipient")
proto.RegisterType((*IDDocument)(nil), "documents.IDDocument")
proto.RegisterType((*OrderDocument)(nil), "documents.OrderDocument")
proto.RegisterType((*OrderPart2)(nil), "documents.OrderPart2")
proto.RegisterType((*OrderPart3)(nil), "documents.OrderPart3")
proto.RegisterType((*OrderPart4)(nil), "documents.OrderPart4")
proto.RegisterType((*PolicyWrapper)(nil), "documents.PolicyWrapper")
proto.RegisterType((*Policy)(nil), "documents.Policy")
proto.RegisterType((*SharingGroup)(nil), "documents.SharingGroup")
proto.RegisterType((*Identity)(nil), "documents.Identity")
proto.RegisterType((*PlainTestMessage1)(nil), "documents.PlainTestMessage1")
proto.RegisterType((*EncryptTestMessage1)(nil), "documents.EncryptTestMessage1")
proto.RegisterType((*SimpleString)(nil), "documents.SimpleString")
}
func init() { proto.RegisterFile("docs.proto", fileDescriptor_2a25dace11219bce) }
var fileDescriptor_2a25dace11219bce = []byte{
// 1352 bytes of a gzipped FileDescriptorProto
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xc4, 0x56, 0xcf, 0x6f, 0x1b, 0xc5,
0x17, 0x97, 0xb3, 0xb6, 0xe3, 0x7d, 0xb1, 0xf3, 0x75, 0xa7, 0x69, 0xbb, 0xca, 0xb7, 0xfa, 0x26,
0xb2, 0xf2, 0x45, 0xe1, 0x47, 0x1c, 0xea, 0xa4, 0x55, 0x89, 0x40, 0xa8, 0xb1, 0x43, 0xb1, 0x80,
0x62, 0xc6, 0x21, 0x45, 0xaa, 0x5a, 0x69, 0xb3, 0xfb, 0x62, 0x8f, 0x6a, 0xef, 0xac, 0x76, 0xc7,
0x6d, 0x2d, 0xe0, 0xcc, 0x81, 0x23, 0x67, 0x2e, 0x48, 0xbd, 0x22, 0x4e, 0xf0, 0x0f, 0xf0, 0x57,
0x70, 0x89, 0xc8, 0x01, 0xc4, 0x5f, 0x00, 0x9c, 0x40, 0x33, 0xb3, 0x6b, 0xcf, 0xa6, 0x09, 0xae,
0x10, 0x12, 0x7b, 0xda, 0xf7, 0x6b, 0xe6, 0xfd, 0xf8, 0xbc, 0xf7, 0x06, 0xc0, 0xe7, 0x5e, 0x5c,
0x0f, 0x23, 0x2e, 0x38, 0xb1, 0x7d, 0xee, 0x8d, 0x86, 0x18, 0x88, 0x78, 0xf9, 0x46, 0x8f, 0x89,
0xfe, 0xe8, 0xb0, 0xee, 0xf1, 0xe1, 0xe6, 0xf0, 0x31, 0x13, 0x0f, 0xf9, 0xe3, 0xcd, 0x1e, 0xdf,
0x50, 0x7a, 0x1b, 0x8f, 0xdc, 0x01, 0xf3, 0x5d, 0xc1, 0xa3, 0x78, 0x73, 0xf2, 0xab, 0x8f, 0x58,
0xde, 0x30, 0xec, 0x7a, 0xbc, 0xc7, 0x37, 0x15, 0xfb, 0x70, 0x74, 0xa4, 0x28, 0x45, 0xa8, 0xbf,
0x44, 0x7d, 0xa5, 0xc7, 0x79, 0x6f, 0x80, 0x53, 0x2d, 0xc1, 0x86, 0x18, 0x0b, 0x77, 0x18, 0x6a,
0x85, 0xda, 0xe7, 0x39, 0x58, 0xec, 0xb2, 0x5e, 0x80, 0xfe, 0x5e, 0xf0, 0x08, 0x07, 0x3c, 0x44,
0xb2, 0x06, 0xb6, 0xe4, 0xb8, 0x62, 0x14, 0xa1, 0x93, 0x5b, 0xcd, 0xad, 0x97, 0x77, 0x8b, 0x27,
0xc7, 0x2b, 0x73, 0xe1, 0x12, 0x9d, 0x0a, 0xc8, 0x6b, 0x5a, 0x0b, 0xa3, 0x66, 0xbb, 0xe5, 0xcc,
0xad, 0xe6, 0xd6, 0xed, 0xdd, 0xff, 0x9e, 0x1c, 0xaf, 0x5c, 0x81, 0x4b, 0x0f, 0x3e, 0xb8, 0x77,
0x6f, 0xc7, 0x1d, 0x04, 0xa3, 0xe1, 0xce, 0xfd, 0xfb, 0x1f, 0x6f, 0x5f, 0xff, 0x74, 0xed, 0x93,
0x07, 0x6b, 0x74, 0xaa, 0x4d, 0x1c, 0x98, 0x7f, 0x0f, 0xe3, 0xd8, 0xed, 0xa1, 0x63, 0xc9, 0xe3,
0x69, 0x4a, 0xd6, 0x38, 0x94, 0x26, 0x6e, 0xbc, 0x08, 0xc5, 0xb7, 0xd1, 0xf5, 0x31, 0x52, 0x3e,
0x2c, 0x34, 0x2e, 0xd4, 0x27, 0xd9, 0xab, 0x6b, 0x01, 0x4d, 0x14, 0x08, 0x81, 0xfc, 0x2e, 0xf7,
0xc7, 0xca, 0x8d, 0x32, 0x55, 0xff, 0x64, 0x0d, 0x2a, 0x7b, 0x81, 0x17, 0x8d, 0x43, 0x81, 0xbe,
0x12, 0xea, 0xab, 0xb2, 0xcc, 0xda, 0x57, 0x56, 0x7a, 0x0b, 0xb9, 0x0c, 0xc5, 0x76, 0xe7, 0xad,
0x6e, 0xbb, 0xa5, 0xee, 0xb3, 0x69, 0x42, 0x49, 0x6f, 0x0f, 0x30, 0x8a, 0x19, 0x0f, 0xd4, 0xf9,
0x73, 0x34, 0x25, 0xc9, 0x2b, 0x50, 0x6a, 0xb9, 0x02, 0xf7, 0xd9, 0x50, 0x07, 0x62, 0xed, 0x56,
0x4f, 0x8e, 0x57, 0xca, 0xd5, 0xa7, 0x9f, 0xfd, 0xf4, 0x4b, 0xc1, 0x79, 0xfa, 0xfd, 0xb7, 0x5f,
0x8c, 0xe9, 0x44, 0x83, 0xac, 0xc2, 0x42, 0x27, 0xc2, 0x47, 0x8c, 0x8f, 0x62, 0x99, 0xb2, 0xbc,
0xba, 0xc4, 0x64, 0x91, 0x1a, 0x94, 0xa5, 0x53, 0xfb, 0xe3, 0x10, 0x9b, 0xdc, 0x47, 0xa7, 0xa0,
0xae, 0xcb, 0xf0, 0xe4, 0x29, 0x92, 0x4e, 0x3d, 0x2a, 0x2a, 0x15, 0x93, 0x45, 0xb6, 0xe1, 0x52,
0x26, 0xc6, 0xc9, 0x71, 0xf3, 0x4a, 0xf7, 0x6c, 0x21, 0x69, 0xc0, 0x52, 0x46, 0x90, 0x5e, 0x50,
0x52, 0x46, 0x67, 0xca, 0xc8, 0x3a, 0xfc, 0x27, 0xc3, 0x6f, 0x1f, 0x38, 0xb6, 0x4a, 0xf2, 0x69,
0x36, 0x79, 0x1d, 0x80, 0xa2, 0xc7, 0x42, 0x26, 0xab, 0xe7, 0xc0, 0xaa, 0xb5, 0xbe, 0xd0, 0x58,
0x32, 0xea, 0x39, 0x11, 0x6a, 0xa4, 0xf5, 0x97, 0xa8, 0xa1, 0x5f, 0xfb, 0x3a, 0x07, 0xf6, 0x84,
0x34, 0xeb, 0x91, 0xcb, 0xd6, 0x63, 0x03, 0xac, 0xe7, 0x04, 0xa3, 0xd4, 0x4b, 0xdc, 0x77, 0xc3,
0x78, 0x34, 0x70, 0x05, 0xfa, 0xef, 0x60, 0x8a, 0x91, 0xd3, 0x6c, 0xf2, 0x3f, 0x80, 0x26, 0x0b,
0xfb, 0x18, 0xed, 0xe3, 0x13, 0xa1, 0x2a, 0x57, 0xa6, 0x06, 0x87, 0x2c, 0xc2, 0x5c, 0xfb, 0x40,
0x95, 0xab, 0x4c, 0xe7, 0xda, 0x07, 0xb5, 0xdf, 0x72, 0x00, 0xed, 0x56, 0x2b, 0x09, 0x8f, 0xdc,
0x84, 0x2b, 0xb7, 0x46, 0xa2, 0x8f, 0x81, 0x60, 0x9e, 0x2b, 0x18, 0x0f, 0x28, 0x1e, 0x61, 0x84,
0x81, 0x87, 0x09, 0xd4, 0xce, 0x13, 0x93, 0x1b, 0x70, 0x79, 0x17, 0x03, 0x3c, 0x62, 0x1e, 0x73,
0xa3, 0xf1, 0x5e, 0xb3, 0x33, 0x3a, 0x1c, 0x30, 0x4f, 0x7a, 0xaa, 0xa1, 0x7e, 0x8e, 0x54, 0x82,
0xbf, 0xcb, 0x1e, 0xe2, 0x54, 0x3d, 0x01, 0x7f, 0x86, 0xa9, 0xf0, 0xf6, 0x6e, 0x77, 0xaa, 0xa4,
0x03, 0xcb, 0xf0, 0x48, 0x1d, 0xec, 0xfd, 0x74, 0x64, 0xa8, 0x08, 0xcf, 0x02, 0xf9, 0x54, 0xa5,
0xf6, 0xab, 0x05, 0x95, 0xf7, 0x23, 0x1f, 0xa3, 0x49, 0xf4, 0x04, 0xf2, 0x12, 0x65, 0x49, 0xa8,
0xea, 0x9f, 0xbc, 0x00, 0xf9, 0x26, 0x67, 0xba, 0xa1, 0xac, 0x5d, 0x72, 0x72, 0xbc, 0xb2, 0x58,
0xfd, 0x23, 0xfd, 0x72, 0xce, 0xcf, 0xf3, 0x54, 0xc9, 0xc9, 0x9b, 0x50, 0xee, 0x44, 0x2c, 0xf0,
0x58, 0xe8, 0x0e, 0x64, 0x69, 0xad, 0xd9, 0xa5, 0xcd, 0x18, 0x90, 0x26, 0x2c, 0x1a, 0x29, 0x9a,
0xf4, 0xdd, 0x5f, 0x1f, 0x71, 0xca, 0x44, 0x0e, 0xc4, 0x69, 0xc5, 0x0a, 0xca, 0x5e, 0xc1, 0xf4,
0xa3, 0x1c, 0x9d, 0x0a, 0xb2, 0x99, 0x2a, 0xce, 0xcc, 0x14, 0xb9, 0x0e, 0xa0, 0x12, 0xd5, 0x71,
0x23, 0xd1, 0x50, 0xcd, 0xb9, 0xd0, 0xb8, 0x64, 0xf4, 0xc4, 0x54, 0x48, 0x0d, 0xc5, 0x8c, 0xd9,
0x96, 0x6a, 0xcf, 0x73, 0xcc, 0xb6, 0x0c, 0xb3, 0xad, 0x8c, 0xd9, 0xb6, 0x6a, 0xd3, 0x73, 0xcc,
0xb6, 0x0d, 0xb3, 0x6d, 0x39, 0x84, 0x43, 0x3e, 0x60, 0xde, 0xd8, 0x81, 0x67, 0x86, 0x70, 0x47,
0x09, 0x68, 0xa2, 0x50, 0xfb, 0x2e, 0x67, 0x06, 0x44, 0x5e, 0x85, 0x8b, 0x4d, 0x3e, 0x1c, 0x32,
0x21, 0x95, 0xa7, 0x18, 0xd3, 0x28, 0x38, 0x4b, 0x44, 0x6e, 0x43, 0x35, 0x9d, 0x86, 0xea, 0x9c,
0xe7, 0xec, 0xe5, 0x67, 0x8c, 0xb2, 0x95, 0xb0, 0x66, 0x63, 0xf6, 0x47, 0xd3, 0xf3, 0x2d, 0xd9,
0xed, 0x14, 0x7d, 0x1c, 0x86, 0x22, 0x9d, 0x31, 0x36, 0x35, 0x38, 0xff, 0x9c, 0x9f, 0x3b, 0xe0,
0x98, 0xfd, 0x9b, 0xce, 0xcc, 0x96, 0x2b, 0xdc, 0xa4, 0x61, 0xcf, 0x95, 0x67, 0x63, 0xcc, 0xcf,
0x8e, 0xf1, 0x4b, 0x33, 0xc6, 0x6d, 0xb9, 0xec, 0xba, 0xe8, 0x45, 0x28, 0xd2, 0x65, 0xa7, 0xa9,
0x7f, 0xaf, 0x06, 0x3b, 0x50, 0xd1, 0x78, 0xba, 0x1b, 0xb9, 0x61, 0x88, 0x91, 0x81, 0xbc, 0xdc,
0x2c, 0xe4, 0xfd, 0x60, 0x41, 0x51, 0xb3, 0xe4, 0x72, 0xd8, 0x7b, 0xe2, 0x0e, 0xc3, 0x01, 0x6a,
0xb7, 0xe9, 0x3c, 0x6a, 0x92, 0x5c, 0x05, 0xfb, 0xae, 0x3b, 0x18, 0xa0, 0xa0, 0x78, 0xa4, 0xe7,
0x08, 0xb5, 0x1f, 0xa7, 0x0c, 0x99, 0x8f, 0x3b, 0xdc, 0xc7, 0xb6, 0x9f, 0xec, 0xe5, 0x62, 0xa0,
0x28, 0x72, 0x19, 0x4a, 0x72, 0x10, 0xa9, 0x01, 0xa6, 0xa6, 0x1f, 0xcd, 0x7b, 0x72, 0x30, 0xbd,
0x01, 0x95, 0x6e, 0xdf, 0x8d, 0x58, 0xd0, 0xbb, 0x1d, 0xf1, 0x51, 0x18, 0x3b, 0x45, 0xb5, 0xd3,
0xae, 0x18, 0x4e, 0x9a, 0x72, 0x5a, 0x89, 0x4d, 0x6d, 0xf2, 0x12, 0x54, 0x65, 0x1d, 0x98, 0x9c,
0x53, 0x81, 0x68, 0xf2, 0x51, 0x20, 0xd4, 0x04, 0xb0, 0x68, 0x35, 0x3c, 0xc5, 0x97, 0x8e, 0xef,
0xf7, 0x23, 0x8c, 0xfb, 0x7c, 0xe0, 0xab, 0x7e, 0xb7, 0xa8, 0x2d, 0x52, 0x86, 0x0c, 0x58, 0x3f,
0xac, 0x62, 0xc7, 0x5e, 0xb5, 0xd6, 0x2d, 0x3a, 0x1f, 0x6b, 0x52, 0xee, 0x00, 0xdd, 0x5b, 0xb7,
0x7c, 0x3f, 0xc2, 0x38, 0x56, 0x1d, 0x6c, 0xd3, 0x4a, 0xa8, 0x98, 0xae, 0x66, 0x92, 0x97, 0xe1,
0x82, 0x81, 0xb1, 0x16, 0xf7, 0x64, 0xc5, 0x17, 0x94, 0x66, 0xf5, 0x70, 0x2a, 0xf0, 0xb9, 0xc7,
0x7c, 0x72, 0x13, 0xec, 0x0f, 0x43, 0x5f, 0x6e, 0xc5, 0x5b, 0xc2, 0x29, 0xab, 0xb2, 0x2c, 0xd7,
0xf5, 0x0b, 0xb3, 0x9e, 0xbe, 0x30, 0xeb, 0x93, 0x9a, 0x52, 0x7b, 0x94, 0x2a, 0x4b, 0xcb, 0x66,
0x84, 0x89, 0x65, 0x65, 0xb6, 0xa5, 0x97, 0x2a, 0xd7, 0x7e, 0xcf, 0x41, 0xd9, 0x4c, 0xa5, 0x8c,
0x58, 0xfd, 0x24, 0x0f, 0x35, 0x8b, 0xce, 0xf7, 0x14, 0xe9, 0x93, 0x65, 0x28, 0xe9, 0x6c, 0xe3,
0x51, 0x52, 0xfd, 0x92, 0x12, 0x45, 0x78, 0x44, 0xfe, 0x0f, 0x56, 0xbb, 0x15, 0x3b, 0x96, 0x2a,
0xd3, 0x45, 0xa3, 0x4c, 0x6d, 0x5f, 0x2e, 0x5e, 0x31, 0xa6, 0x16, 0xf3, 0xe3, 0x6c, 0xb2, 0xf3,
0xa7, 0x93, 0x7d, 0xd5, 0x7c, 0x19, 0xeb, 0x75, 0x6f, 0xc7, 0x93, 0x17, 0xf1, 0x4d, 0x0d, 0xf9,
0xee, 0x64, 0x01, 0xcc, 0x88, 0x51, 0xa4, 0xca, 0xaa, 0x1b, 0x85, 0x2b, 0x46, 0xb1, 0x02, 0x81,
0x4d, 0x8b, 0xb1, 0xa2, 0x6a, 0xdf, 0xe4, 0xa0, 0x94, 0xfa, 0xa7, 0x1e, 0x19, 0xe9, 0xdb, 0x74,
0x8e, 0xf9, 0x64, 0x09, 0x0a, 0xed, 0xd6, 0x34, 0xd4, 0x02, 0xf3, 0x13, 0x20, 0xb7, 0x5b, 0x0a,
0xae, 0x1a, 0xe3, 0x45, 0xe6, 0xab, 0x8d, 0xbb, 0x04, 0x05, 0x99, 0x45, 0x4c, 0x96, 0x7c, 0x41,
0xe2, 0x11, 0x8d, 0x8b, 0x0b, 0xe6, 0xc5, 0x7f, 0x3f, 0x94, 0xda, 0x35, 0xb8, 0xd0, 0x19, 0xb8,
0x2c, 0xd8, 0xc7, 0x58, 0x24, 0xaf, 0xfa, 0x6b, 0x32, 0x6f, 0x77, 0xdc, 0x21, 0x0a, 0x8c, 0xc5,
0xb5, 0x24, 0x82, 0x29, 0xa3, 0xb6, 0x05, 0x17, 0x93, 0xd9, 0x76, 0x9e, 0x51, 0xe3, 0xb4, 0x51,
0xa3, 0xb6, 0x0e, 0xe5, 0x2e, 0x93, 0x8d, 0xdd, 0x15, 0x12, 0x1a, 0x12, 0x15, 0x4d, 0x1e, 0x08,
0x0c, 0xd2, 0x89, 0x96, 0x92, 0x87, 0x45, 0xe5, 0xf0, 0xd6, 0x9f, 0x01, 0x00, 0x00, 0xff, 0xff,
0xea, 0x0c, 0x11, 0xd2, 0x89, 0x0d, 0x00, 0x00,
}