Commit e4ffc1b4 authored by vipwzw's avatar vipwzw

auto ci

parent 05eef4b4
......@@ -3,13 +3,13 @@
package types
import proto "github.com/golang/protobuf/proto"
import fmt "fmt"
import math "math"
import types "github.com/33cn/chain33/types"
import (
context "golang.org/x/net/context"
context "context"
fmt "fmt"
math "math"
types "github.com/33cn/chain33/types"
proto "github.com/golang/protobuf/proto"
grpc "google.golang.org/grpc"
)
......@@ -24,10 +24,10 @@ var _ = math.Inf
// proto package needs to be updated.
const _ = proto.ProtoPackageIsVersion2 // please upgrade the proto package
// ////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////
// message for Privacy
// start/////////////////////////////////////////////////////
// ////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////
type PrivacyAction struct {
// Types that are valid to be assigned to Value:
// *PrivacyAction_Public2Privacy
......@@ -44,16 +44,17 @@ func (m *PrivacyAction) Reset() { *m = PrivacyAction{} }
func (m *PrivacyAction) String() string { return proto.CompactTextString(m) }
func (*PrivacyAction) ProtoMessage() {}
func (*PrivacyAction) Descriptor() ([]byte, []int) {
return fileDescriptor_privacy_72b9788f10887058, []int{0}
return fileDescriptor_dde03d4df7a6e99a, []int{0}
}
func (m *PrivacyAction) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_PrivacyAction.Unmarshal(m, b)
}
func (m *PrivacyAction) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_PrivacyAction.Marshal(b, m, deterministic)
}
func (dst *PrivacyAction) XXX_Merge(src proto.Message) {
xxx_messageInfo_PrivacyAction.Merge(dst, src)
func (m *PrivacyAction) XXX_Merge(src proto.Message) {
xxx_messageInfo_PrivacyAction.Merge(m, src)
}
func (m *PrivacyAction) XXX_Size() int {
return xxx_messageInfo_PrivacyAction.Size(m)
......@@ -228,16 +229,17 @@ func (m *Public2Privacy) Reset() { *m = Public2Privacy{} }
func (m *Public2Privacy) String() string { return proto.CompactTextString(m) }
func (*Public2Privacy) ProtoMessage() {}
func (*Public2Privacy) Descriptor() ([]byte, []int) {
return fileDescriptor_privacy_72b9788f10887058, []int{1}
return fileDescriptor_dde03d4df7a6e99a, []int{1}
}
func (m *Public2Privacy) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_Public2Privacy.Unmarshal(m, b)
}
func (m *Public2Privacy) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_Public2Privacy.Marshal(b, m, deterministic)
}
func (dst *Public2Privacy) XXX_Merge(src proto.Message) {
xxx_messageInfo_Public2Privacy.Merge(dst, src)
func (m *Public2Privacy) XXX_Merge(src proto.Message) {
xxx_messageInfo_Public2Privacy.Merge(m, src)
}
func (m *Public2Privacy) XXX_Size() int {
return xxx_messageInfo_Public2Privacy.Size(m)
......@@ -291,16 +293,17 @@ func (m *Privacy2Privacy) Reset() { *m = Privacy2Privacy{} }
func (m *Privacy2Privacy) String() string { return proto.CompactTextString(m) }
func (*Privacy2Privacy) ProtoMessage() {}
func (*Privacy2Privacy) Descriptor() ([]byte, []int) {
return fileDescriptor_privacy_72b9788f10887058, []int{2}
return fileDescriptor_dde03d4df7a6e99a, []int{2}
}
func (m *Privacy2Privacy) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_Privacy2Privacy.Unmarshal(m, b)
}
func (m *Privacy2Privacy) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_Privacy2Privacy.Marshal(b, m, deterministic)
}
func (dst *Privacy2Privacy) XXX_Merge(src proto.Message) {
xxx_messageInfo_Privacy2Privacy.Merge(dst, src)
func (m *Privacy2Privacy) XXX_Merge(src proto.Message) {
xxx_messageInfo_Privacy2Privacy.Merge(m, src)
}
func (m *Privacy2Privacy) XXX_Size() int {
return xxx_messageInfo_Privacy2Privacy.Size(m)
......@@ -362,16 +365,17 @@ func (m *Privacy2Public) Reset() { *m = Privacy2Public{} }
func (m *Privacy2Public) String() string { return proto.CompactTextString(m) }
func (*Privacy2Public) ProtoMessage() {}
func (*Privacy2Public) Descriptor() ([]byte, []int) {
return fileDescriptor_privacy_72b9788f10887058, []int{3}
return fileDescriptor_dde03d4df7a6e99a, []int{3}
}
func (m *Privacy2Public) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_Privacy2Public.Unmarshal(m, b)
}
func (m *Privacy2Public) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_Privacy2Public.Marshal(b, m, deterministic)
}
func (dst *Privacy2Public) XXX_Merge(src proto.Message) {
xxx_messageInfo_Privacy2Public.Merge(dst, src)
func (m *Privacy2Public) XXX_Merge(src proto.Message) {
xxx_messageInfo_Privacy2Public.Merge(m, src)
}
func (m *Privacy2Public) XXX_Size() int {
return xxx_messageInfo_Privacy2Public.Size(m)
......@@ -425,8 +429,8 @@ func (m *Privacy2Public) GetOutput() *PrivacyOutput {
}
type UTXOGlobalIndex struct {
// int64 height = 1;
// int32 txindex = 2;
// int64 height = 1;
// int32 txindex = 2;
Txhash []byte `protobuf:"bytes,3,opt,name=txhash,proto3" json:"txhash,omitempty"`
Outindex int32 `protobuf:"varint,4,opt,name=outindex,proto3" json:"outindex,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
......@@ -438,16 +442,17 @@ func (m *UTXOGlobalIndex) Reset() { *m = UTXOGlobalIndex{} }
func (m *UTXOGlobalIndex) String() string { return proto.CompactTextString(m) }
func (*UTXOGlobalIndex) ProtoMessage() {}
func (*UTXOGlobalIndex) Descriptor() ([]byte, []int) {
return fileDescriptor_privacy_72b9788f10887058, []int{4}
return fileDescriptor_dde03d4df7a6e99a, []int{4}
}
func (m *UTXOGlobalIndex) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_UTXOGlobalIndex.Unmarshal(m, b)
}
func (m *UTXOGlobalIndex) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_UTXOGlobalIndex.Marshal(b, m, deterministic)
}
func (dst *UTXOGlobalIndex) XXX_Merge(src proto.Message) {
xxx_messageInfo_UTXOGlobalIndex.Merge(dst, src)
func (m *UTXOGlobalIndex) XXX_Merge(src proto.Message) {
xxx_messageInfo_UTXOGlobalIndex.Merge(m, src)
}
func (m *UTXOGlobalIndex) XXX_Size() int {
return xxx_messageInfo_UTXOGlobalIndex.Size(m)
......@@ -486,16 +491,17 @@ func (m *KeyInput) Reset() { *m = KeyInput{} }
func (m *KeyInput) String() string { return proto.CompactTextString(m) }
func (*KeyInput) ProtoMessage() {}
func (*KeyInput) Descriptor() ([]byte, []int) {
return fileDescriptor_privacy_72b9788f10887058, []int{5}
return fileDescriptor_dde03d4df7a6e99a, []int{5}
}
func (m *KeyInput) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_KeyInput.Unmarshal(m, b)
}
func (m *KeyInput) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_KeyInput.Marshal(b, m, deterministic)
}
func (dst *KeyInput) XXX_Merge(src proto.Message) {
xxx_messageInfo_KeyInput.Merge(dst, src)
func (m *KeyInput) XXX_Merge(src proto.Message) {
xxx_messageInfo_KeyInput.Merge(m, src)
}
func (m *KeyInput) XXX_Size() int {
return xxx_messageInfo_KeyInput.Size(m)
......@@ -538,16 +544,17 @@ func (m *PrivacyInput) Reset() { *m = PrivacyInput{} }
func (m *PrivacyInput) String() string { return proto.CompactTextString(m) }
func (*PrivacyInput) ProtoMessage() {}
func (*PrivacyInput) Descriptor() ([]byte, []int) {
return fileDescriptor_privacy_72b9788f10887058, []int{6}
return fileDescriptor_dde03d4df7a6e99a, []int{6}
}
func (m *PrivacyInput) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_PrivacyInput.Unmarshal(m, b)
}
func (m *PrivacyInput) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_PrivacyInput.Marshal(b, m, deterministic)
}
func (dst *PrivacyInput) XXX_Merge(src proto.Message) {
xxx_messageInfo_PrivacyInput.Merge(dst, src)
func (m *PrivacyInput) XXX_Merge(src proto.Message) {
xxx_messageInfo_PrivacyInput.Merge(m, src)
}
func (m *PrivacyInput) XXX_Size() int {
return xxx_messageInfo_PrivacyInput.Size(m)
......@@ -578,16 +585,17 @@ func (m *KeyOutput) Reset() { *m = KeyOutput{} }
func (m *KeyOutput) String() string { return proto.CompactTextString(m) }
func (*KeyOutput) ProtoMessage() {}
func (*KeyOutput) Descriptor() ([]byte, []int) {
return fileDescriptor_privacy_72b9788f10887058, []int{7}
return fileDescriptor_dde03d4df7a6e99a, []int{7}
}
func (m *KeyOutput) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_KeyOutput.Unmarshal(m, b)
}
func (m *KeyOutput) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_KeyOutput.Marshal(b, m, deterministic)
}
func (dst *KeyOutput) XXX_Merge(src proto.Message) {
xxx_messageInfo_KeyOutput.Merge(dst, src)
func (m *KeyOutput) XXX_Merge(src proto.Message) {
xxx_messageInfo_KeyOutput.Merge(m, src)
}
func (m *KeyOutput) XXX_Size() int {
return xxx_messageInfo_KeyOutput.Size(m)
......@@ -624,16 +632,17 @@ func (m *PrivacyOutput) Reset() { *m = PrivacyOutput{} }
func (m *PrivacyOutput) String() string { return proto.CompactTextString(m) }
func (*PrivacyOutput) ProtoMessage() {}
func (*PrivacyOutput) Descriptor() ([]byte, []int) {
return fileDescriptor_privacy_72b9788f10887058, []int{8}
return fileDescriptor_dde03d4df7a6e99a, []int{8}
}
func (m *PrivacyOutput) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_PrivacyOutput.Unmarshal(m, b)
}
func (m *PrivacyOutput) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_PrivacyOutput.Marshal(b, m, deterministic)
}
func (dst *PrivacyOutput) XXX_Merge(src proto.Message) {
xxx_messageInfo_PrivacyOutput.Merge(dst, src)
func (m *PrivacyOutput) XXX_Merge(src proto.Message) {
xxx_messageInfo_PrivacyOutput.Merge(m, src)
}
func (m *PrivacyOutput) XXX_Size() int {
return xxx_messageInfo_PrivacyOutput.Size(m)
......@@ -670,16 +679,17 @@ func (m *GroupUTXOGlobalIndex) Reset() { *m = GroupUTXOGlobalIndex{} }
func (m *GroupUTXOGlobalIndex) String() string { return proto.CompactTextString(m) }
func (*GroupUTXOGlobalIndex) ProtoMessage() {}
func (*GroupUTXOGlobalIndex) Descriptor() ([]byte, []int) {
return fileDescriptor_privacy_72b9788f10887058, []int{9}
return fileDescriptor_dde03d4df7a6e99a, []int{9}
}
func (m *GroupUTXOGlobalIndex) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_GroupUTXOGlobalIndex.Unmarshal(m, b)
}
func (m *GroupUTXOGlobalIndex) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_GroupUTXOGlobalIndex.Marshal(b, m, deterministic)
}
func (dst *GroupUTXOGlobalIndex) XXX_Merge(src proto.Message) {
xxx_messageInfo_GroupUTXOGlobalIndex.Merge(dst, src)
func (m *GroupUTXOGlobalIndex) XXX_Merge(src proto.Message) {
xxx_messageInfo_GroupUTXOGlobalIndex.Merge(m, src)
}
func (m *GroupUTXOGlobalIndex) XXX_Size() int {
return xxx_messageInfo_GroupUTXOGlobalIndex.Size(m)
......@@ -719,16 +729,17 @@ func (m *LocalUTXOItem) Reset() { *m = LocalUTXOItem{} }
func (m *LocalUTXOItem) String() string { return proto.CompactTextString(m) }
func (*LocalUTXOItem) ProtoMessage() {}
func (*LocalUTXOItem) Descriptor() ([]byte, []int) {
return fileDescriptor_privacy_72b9788f10887058, []int{10}
return fileDescriptor_dde03d4df7a6e99a, []int{10}
}
func (m *LocalUTXOItem) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_LocalUTXOItem.Unmarshal(m, b)
}
func (m *LocalUTXOItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_LocalUTXOItem.Marshal(b, m, deterministic)
}
func (dst *LocalUTXOItem) XXX_Merge(src proto.Message) {
xxx_messageInfo_LocalUTXOItem.Merge(dst, src)
func (m *LocalUTXOItem) XXX_Merge(src proto.Message) {
xxx_messageInfo_LocalUTXOItem.Merge(m, src)
}
func (m *LocalUTXOItem) XXX_Size() int {
return xxx_messageInfo_LocalUTXOItem.Size(m)
......@@ -786,16 +797,17 @@ func (m *ReqUTXOPubKeys) Reset() { *m = ReqUTXOPubKeys{} }
func (m *ReqUTXOPubKeys) String() string { return proto.CompactTextString(m) }
func (*ReqUTXOPubKeys) ProtoMessage() {}
func (*ReqUTXOPubKeys) Descriptor() ([]byte, []int) {
return fileDescriptor_privacy_72b9788f10887058, []int{11}
return fileDescriptor_dde03d4df7a6e99a, []int{11}
}
func (m *ReqUTXOPubKeys) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_ReqUTXOPubKeys.Unmarshal(m, b)
}
func (m *ReqUTXOPubKeys) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_ReqUTXOPubKeys.Marshal(b, m, deterministic)
}
func (dst *ReqUTXOPubKeys) XXX_Merge(src proto.Message) {
xxx_messageInfo_ReqUTXOPubKeys.Merge(dst, src)
func (m *ReqUTXOPubKeys) XXX_Merge(src proto.Message) {
xxx_messageInfo_ReqUTXOPubKeys.Merge(m, src)
}
func (m *ReqUTXOPubKeys) XXX_Size() int {
return xxx_messageInfo_ReqUTXOPubKeys.Size(m)
......@@ -832,16 +844,17 @@ func (m *PublicKeyData) Reset() { *m = PublicKeyData{} }
func (m *PublicKeyData) String() string { return proto.CompactTextString(m) }
func (*PublicKeyData) ProtoMessage() {}
func (*PublicKeyData) Descriptor() ([]byte, []int) {
return fileDescriptor_privacy_72b9788f10887058, []int{12}
return fileDescriptor_dde03d4df7a6e99a, []int{12}
}
func (m *PublicKeyData) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_PublicKeyData.Unmarshal(m, b)
}
func (m *PublicKeyData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_PublicKeyData.Marshal(b, m, deterministic)
}
func (dst *PublicKeyData) XXX_Merge(src proto.Message) {
xxx_messageInfo_PublicKeyData.Merge(dst, src)
func (m *PublicKeyData) XXX_Merge(src proto.Message) {
xxx_messageInfo_PublicKeyData.Merge(m, src)
}
func (m *PublicKeyData) XXX_Size() int {
return xxx_messageInfo_PublicKeyData.Size(m)
......@@ -872,16 +885,17 @@ func (m *GroupUTXOPubKey) Reset() { *m = GroupUTXOPubKey{} }
func (m *GroupUTXOPubKey) String() string { return proto.CompactTextString(m) }
func (*GroupUTXOPubKey) ProtoMessage() {}
func (*GroupUTXOPubKey) Descriptor() ([]byte, []int) {
return fileDescriptor_privacy_72b9788f10887058, []int{13}
return fileDescriptor_dde03d4df7a6e99a, []int{13}
}
func (m *GroupUTXOPubKey) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_GroupUTXOPubKey.Unmarshal(m, b)
}
func (m *GroupUTXOPubKey) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_GroupUTXOPubKey.Marshal(b, m, deterministic)
}
func (dst *GroupUTXOPubKey) XXX_Merge(src proto.Message) {
xxx_messageInfo_GroupUTXOPubKey.Merge(dst, src)
func (m *GroupUTXOPubKey) XXX_Merge(src proto.Message) {
xxx_messageInfo_GroupUTXOPubKey.Merge(m, src)
}
func (m *GroupUTXOPubKey) XXX_Size() int {
return xxx_messageInfo_GroupUTXOPubKey.Size(m)
......@@ -917,16 +931,17 @@ func (m *ResUTXOPubKeys) Reset() { *m = ResUTXOPubKeys{} }
func (m *ResUTXOPubKeys) String() string { return proto.CompactTextString(m) }
func (*ResUTXOPubKeys) ProtoMessage() {}
func (*ResUTXOPubKeys) Descriptor() ([]byte, []int) {
return fileDescriptor_privacy_72b9788f10887058, []int{14}
return fileDescriptor_dde03d4df7a6e99a, []int{14}
}
func (m *ResUTXOPubKeys) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_ResUTXOPubKeys.Unmarshal(m, b)
}
func (m *ResUTXOPubKeys) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_ResUTXOPubKeys.Marshal(b, m, deterministic)
}
func (dst *ResUTXOPubKeys) XXX_Merge(src proto.Message) {
xxx_messageInfo_ResUTXOPubKeys.Merge(dst, src)
func (m *ResUTXOPubKeys) XXX_Merge(src proto.Message) {
xxx_messageInfo_ResUTXOPubKeys.Merge(m, src)
}
func (m *ResUTXOPubKeys) XXX_Size() int {
return xxx_messageInfo_ResUTXOPubKeys.Size(m)
......@@ -956,16 +971,17 @@ func (m *ReqPrivacyToken) Reset() { *m = ReqPrivacyToken{} }
func (m *ReqPrivacyToken) String() string { return proto.CompactTextString(m) }
func (*ReqPrivacyToken) ProtoMessage() {}
func (*ReqPrivacyToken) Descriptor() ([]byte, []int) {
return fileDescriptor_privacy_72b9788f10887058, []int{15}
return fileDescriptor_dde03d4df7a6e99a, []int{15}
}
func (m *ReqPrivacyToken) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_ReqPrivacyToken.Unmarshal(m, b)
}
func (m *ReqPrivacyToken) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_ReqPrivacyToken.Marshal(b, m, deterministic)
}
func (dst *ReqPrivacyToken) XXX_Merge(src proto.Message) {
xxx_messageInfo_ReqPrivacyToken.Merge(dst, src)
func (m *ReqPrivacyToken) XXX_Merge(src proto.Message) {
xxx_messageInfo_ReqPrivacyToken.Merge(m, src)
}
func (m *ReqPrivacyToken) XXX_Size() int {
return xxx_messageInfo_ReqPrivacyToken.Size(m)
......@@ -1002,16 +1018,17 @@ func (m *AmountDetail) Reset() { *m = AmountDetail{} }
func (m *AmountDetail) String() string { return proto.CompactTextString(m) }
func (*AmountDetail) ProtoMessage() {}
func (*AmountDetail) Descriptor() ([]byte, []int) {
return fileDescriptor_privacy_72b9788f10887058, []int{16}
return fileDescriptor_dde03d4df7a6e99a, []int{16}
}
func (m *AmountDetail) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_AmountDetail.Unmarshal(m, b)
}
func (m *AmountDetail) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_AmountDetail.Marshal(b, m, deterministic)
}
func (dst *AmountDetail) XXX_Merge(src proto.Message) {
xxx_messageInfo_AmountDetail.Merge(dst, src)
func (m *AmountDetail) XXX_Merge(src proto.Message) {
xxx_messageInfo_AmountDetail.Merge(m, src)
}
func (m *AmountDetail) XXX_Size() int {
return xxx_messageInfo_AmountDetail.Size(m)
......@@ -1047,16 +1064,17 @@ func (m *ReplyPrivacyAmounts) Reset() { *m = ReplyPrivacyAmounts{} }
func (m *ReplyPrivacyAmounts) String() string { return proto.CompactTextString(m) }
func (*ReplyPrivacyAmounts) ProtoMessage() {}
func (*ReplyPrivacyAmounts) Descriptor() ([]byte, []int) {
return fileDescriptor_privacy_72b9788f10887058, []int{17}
return fileDescriptor_dde03d4df7a6e99a, []int{17}
}
func (m *ReplyPrivacyAmounts) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_ReplyPrivacyAmounts.Unmarshal(m, b)
}
func (m *ReplyPrivacyAmounts) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_ReplyPrivacyAmounts.Marshal(b, m, deterministic)
}
func (dst *ReplyPrivacyAmounts) XXX_Merge(src proto.Message) {
xxx_messageInfo_ReplyPrivacyAmounts.Merge(dst, src)
func (m *ReplyPrivacyAmounts) XXX_Merge(src proto.Message) {
xxx_messageInfo_ReplyPrivacyAmounts.Merge(m, src)
}
func (m *ReplyPrivacyAmounts) XXX_Size() int {
return xxx_messageInfo_ReplyPrivacyAmounts.Size(m)
......@@ -1085,16 +1103,17 @@ func (m *ReplyUTXOsOfAmount) Reset() { *m = ReplyUTXOsOfAmount{} }
func (m *ReplyUTXOsOfAmount) String() string { return proto.CompactTextString(m) }
func (*ReplyUTXOsOfAmount) ProtoMessage() {}
func (*ReplyUTXOsOfAmount) Descriptor() ([]byte, []int) {
return fileDescriptor_privacy_72b9788f10887058, []int{18}
return fileDescriptor_dde03d4df7a6e99a, []int{18}
}
func (m *ReplyUTXOsOfAmount) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_ReplyUTXOsOfAmount.Unmarshal(m, b)
}
func (m *ReplyUTXOsOfAmount) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_ReplyUTXOsOfAmount.Marshal(b, m, deterministic)
}
func (dst *ReplyUTXOsOfAmount) XXX_Merge(src proto.Message) {
xxx_messageInfo_ReplyUTXOsOfAmount.Merge(dst, src)
func (m *ReplyUTXOsOfAmount) XXX_Merge(src proto.Message) {
xxx_messageInfo_ReplyUTXOsOfAmount.Merge(m, src)
}
func (m *ReplyUTXOsOfAmount) XXX_Size() int {
return xxx_messageInfo_ReplyUTXOsOfAmount.Size(m)
......@@ -1124,16 +1143,17 @@ func (m *ReceiptPrivacyOutput) Reset() { *m = ReceiptPrivacyOutput{} }
func (m *ReceiptPrivacyOutput) String() string { return proto.CompactTextString(m) }
func (*ReceiptPrivacyOutput) ProtoMessage() {}
func (*ReceiptPrivacyOutput) Descriptor() ([]byte, []int) {
return fileDescriptor_privacy_72b9788f10887058, []int{19}
return fileDescriptor_dde03d4df7a6e99a, []int{19}
}
func (m *ReceiptPrivacyOutput) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_ReceiptPrivacyOutput.Unmarshal(m, b)
}
func (m *ReceiptPrivacyOutput) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_ReceiptPrivacyOutput.Marshal(b, m, deterministic)
}
func (dst *ReceiptPrivacyOutput) XXX_Merge(src proto.Message) {
xxx_messageInfo_ReceiptPrivacyOutput.Merge(dst, src)
func (m *ReceiptPrivacyOutput) XXX_Merge(src proto.Message) {
xxx_messageInfo_ReceiptPrivacyOutput.Merge(m, src)
}
func (m *ReceiptPrivacyOutput) XXX_Size() int {
return xxx_messageInfo_ReceiptPrivacyOutput.Size(m)
......@@ -1158,7 +1178,7 @@ func (m *ReceiptPrivacyOutput) GetKeyoutput() []*KeyOutput {
return nil
}
// 各种amount额度的UTXO在链上的数量
//各种amount额度的UTXO在链上的数量
type AmountsOfUTXO struct {
AmountMap map[int64]int64 `protobuf:"bytes,1,rep,name=amountMap,proto3" json:"amountMap,omitempty" protobuf_key:"varint,1,opt,name=key,proto3" protobuf_val:"varint,2,opt,name=value,proto3"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
......@@ -1170,16 +1190,17 @@ func (m *AmountsOfUTXO) Reset() { *m = AmountsOfUTXO{} }
func (m *AmountsOfUTXO) String() string { return proto.CompactTextString(m) }
func (*AmountsOfUTXO) ProtoMessage() {}
func (*AmountsOfUTXO) Descriptor() ([]byte, []int) {
return fileDescriptor_privacy_72b9788f10887058, []int{20}
return fileDescriptor_dde03d4df7a6e99a, []int{20}
}
func (m *AmountsOfUTXO) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_AmountsOfUTXO.Unmarshal(m, b)
}
func (m *AmountsOfUTXO) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_AmountsOfUTXO.Marshal(b, m, deterministic)
}
func (dst *AmountsOfUTXO) XXX_Merge(src proto.Message) {
xxx_messageInfo_AmountsOfUTXO.Merge(dst, src)
func (m *AmountsOfUTXO) XXX_Merge(src proto.Message) {
xxx_messageInfo_AmountsOfUTXO.Merge(m, src)
}
func (m *AmountsOfUTXO) XXX_Size() int {
return xxx_messageInfo_AmountsOfUTXO.Size(m)
......@@ -1208,16 +1229,17 @@ func (m *TokenNamesOfUTXO) Reset() { *m = TokenNamesOfUTXO{} }
func (m *TokenNamesOfUTXO) String() string { return proto.CompactTextString(m) }
func (*TokenNamesOfUTXO) ProtoMessage() {}
func (*TokenNamesOfUTXO) Descriptor() ([]byte, []int) {
return fileDescriptor_privacy_72b9788f10887058, []int{21}
return fileDescriptor_dde03d4df7a6e99a, []int{21}
}
func (m *TokenNamesOfUTXO) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_TokenNamesOfUTXO.Unmarshal(m, b)
}
func (m *TokenNamesOfUTXO) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_TokenNamesOfUTXO.Marshal(b, m, deterministic)
}
func (dst *TokenNamesOfUTXO) XXX_Merge(src proto.Message) {
xxx_messageInfo_TokenNamesOfUTXO.Merge(dst, src)
func (m *TokenNamesOfUTXO) XXX_Merge(src proto.Message) {
xxx_messageInfo_TokenNamesOfUTXO.Merge(m, src)
}
func (m *TokenNamesOfUTXO) XXX_Size() int {
return xxx_messageInfo_TokenNamesOfUTXO.Size(m)
......@@ -1248,16 +1270,17 @@ func (m *UTXOGlobalIndex4Print) Reset() { *m = UTXOGlobalIndex4Print{} }
func (m *UTXOGlobalIndex4Print) String() string { return proto.CompactTextString(m) }
func (*UTXOGlobalIndex4Print) ProtoMessage() {}
func (*UTXOGlobalIndex4Print) Descriptor() ([]byte, []int) {
return fileDescriptor_privacy_72b9788f10887058, []int{22}
return fileDescriptor_dde03d4df7a6e99a, []int{22}
}
func (m *UTXOGlobalIndex4Print) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_UTXOGlobalIndex4Print.Unmarshal(m, b)
}
func (m *UTXOGlobalIndex4Print) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_UTXOGlobalIndex4Print.Marshal(b, m, deterministic)
}
func (dst *UTXOGlobalIndex4Print) XXX_Merge(src proto.Message) {
xxx_messageInfo_UTXOGlobalIndex4Print.Merge(dst, src)
func (m *UTXOGlobalIndex4Print) XXX_Merge(src proto.Message) {
xxx_messageInfo_UTXOGlobalIndex4Print.Merge(m, src)
}
func (m *UTXOGlobalIndex4Print) XXX_Size() int {
return xxx_messageInfo_UTXOGlobalIndex4Print.Size(m)
......@@ -1295,16 +1318,17 @@ func (m *KeyInput4Print) Reset() { *m = KeyInput4Print{} }
func (m *KeyInput4Print) String() string { return proto.CompactTextString(m) }
func (*KeyInput4Print) ProtoMessage() {}
func (*KeyInput4Print) Descriptor() ([]byte, []int) {
return fileDescriptor_privacy_72b9788f10887058, []int{23}
return fileDescriptor_dde03d4df7a6e99a, []int{23}
}
func (m *KeyInput4Print) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_KeyInput4Print.Unmarshal(m, b)
}
func (m *KeyInput4Print) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_KeyInput4Print.Marshal(b, m, deterministic)
}
func (dst *KeyInput4Print) XXX_Merge(src proto.Message) {
xxx_messageInfo_KeyInput4Print.Merge(dst, src)
func (m *KeyInput4Print) XXX_Merge(src proto.Message) {
xxx_messageInfo_KeyInput4Print.Merge(m, src)
}
func (m *KeyInput4Print) XXX_Size() int {
return xxx_messageInfo_KeyInput4Print.Size(m)
......@@ -1348,16 +1372,17 @@ func (m *KeyOutput4Print) Reset() { *m = KeyOutput4Print{} }
func (m *KeyOutput4Print) String() string { return proto.CompactTextString(m) }
func (*KeyOutput4Print) ProtoMessage() {}
func (*KeyOutput4Print) Descriptor() ([]byte, []int) {
return fileDescriptor_privacy_72b9788f10887058, []int{24}
return fileDescriptor_dde03d4df7a6e99a, []int{24}
}
func (m *KeyOutput4Print) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_KeyOutput4Print.Unmarshal(m, b)
}
func (m *KeyOutput4Print) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_KeyOutput4Print.Marshal(b, m, deterministic)
}
func (dst *KeyOutput4Print) XXX_Merge(src proto.Message) {
xxx_messageInfo_KeyOutput4Print.Merge(dst, src)
func (m *KeyOutput4Print) XXX_Merge(src proto.Message) {
xxx_messageInfo_KeyOutput4Print.Merge(m, src)
}
func (m *KeyOutput4Print) XXX_Size() int {
return xxx_messageInfo_KeyOutput4Print.Size(m)
......@@ -1393,16 +1418,17 @@ func (m *PrivacyInput4Print) Reset() { *m = PrivacyInput4Print{} }
func (m *PrivacyInput4Print) String() string { return proto.CompactTextString(m) }
func (*PrivacyInput4Print) ProtoMessage() {}
func (*PrivacyInput4Print) Descriptor() ([]byte, []int) {
return fileDescriptor_privacy_72b9788f10887058, []int{25}
return fileDescriptor_dde03d4df7a6e99a, []int{25}
}
func (m *PrivacyInput4Print) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_PrivacyInput4Print.Unmarshal(m, b)
}
func (m *PrivacyInput4Print) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_PrivacyInput4Print.Marshal(b, m, deterministic)
}
func (dst *PrivacyInput4Print) XXX_Merge(src proto.Message) {
xxx_messageInfo_PrivacyInput4Print.Merge(dst, src)
func (m *PrivacyInput4Print) XXX_Merge(src proto.Message) {
xxx_messageInfo_PrivacyInput4Print.Merge(m, src)
}
func (m *PrivacyInput4Print) XXX_Size() int {
return xxx_messageInfo_PrivacyInput4Print.Size(m)
......@@ -1432,16 +1458,17 @@ func (m *PrivacyOutput4Print) Reset() { *m = PrivacyOutput4Print{} }
func (m *PrivacyOutput4Print) String() string { return proto.CompactTextString(m) }
func (*PrivacyOutput4Print) ProtoMessage() {}
func (*PrivacyOutput4Print) Descriptor() ([]byte, []int) {
return fileDescriptor_privacy_72b9788f10887058, []int{26}
return fileDescriptor_dde03d4df7a6e99a, []int{26}
}
func (m *PrivacyOutput4Print) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_PrivacyOutput4Print.Unmarshal(m, b)
}
func (m *PrivacyOutput4Print) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_PrivacyOutput4Print.Marshal(b, m, deterministic)
}
func (dst *PrivacyOutput4Print) XXX_Merge(src proto.Message) {
xxx_messageInfo_PrivacyOutput4Print.Merge(dst, src)
func (m *PrivacyOutput4Print) XXX_Merge(src proto.Message) {
xxx_messageInfo_PrivacyOutput4Print.Merge(m, src)
}
func (m *PrivacyOutput4Print) XXX_Size() int {
return xxx_messageInfo_PrivacyOutput4Print.Size(m)
......@@ -1480,16 +1507,17 @@ func (m *Public2Privacy4Print) Reset() { *m = Public2Privacy4Print{} }
func (m *Public2Privacy4Print) String() string { return proto.CompactTextString(m) }
func (*Public2Privacy4Print) ProtoMessage() {}
func (*Public2Privacy4Print) Descriptor() ([]byte, []int) {
return fileDescriptor_privacy_72b9788f10887058, []int{27}
return fileDescriptor_dde03d4df7a6e99a, []int{27}
}
func (m *Public2Privacy4Print) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_Public2Privacy4Print.Unmarshal(m, b)
}
func (m *Public2Privacy4Print) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_Public2Privacy4Print.Marshal(b, m, deterministic)
}
func (dst *Public2Privacy4Print) XXX_Merge(src proto.Message) {
xxx_messageInfo_Public2Privacy4Print.Merge(dst, src)
func (m *Public2Privacy4Print) XXX_Merge(src proto.Message) {
xxx_messageInfo_Public2Privacy4Print.Merge(m, src)
}
func (m *Public2Privacy4Print) XXX_Size() int {
return xxx_messageInfo_Public2Privacy4Print.Size(m)
......@@ -1543,16 +1571,17 @@ func (m *Privacy2Privacy4Print) Reset() { *m = Privacy2Privacy4Print{} }
func (m *Privacy2Privacy4Print) String() string { return proto.CompactTextString(m) }
func (*Privacy2Privacy4Print) ProtoMessage() {}
func (*Privacy2Privacy4Print) Descriptor() ([]byte, []int) {
return fileDescriptor_privacy_72b9788f10887058, []int{28}
return fileDescriptor_dde03d4df7a6e99a, []int{28}
}
func (m *Privacy2Privacy4Print) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_Privacy2Privacy4Print.Unmarshal(m, b)
}
func (m *Privacy2Privacy4Print) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_Privacy2Privacy4Print.Marshal(b, m, deterministic)
}
func (dst *Privacy2Privacy4Print) XXX_Merge(src proto.Message) {
xxx_messageInfo_Privacy2Privacy4Print.Merge(dst, src)
func (m *Privacy2Privacy4Print) XXX_Merge(src proto.Message) {
xxx_messageInfo_Privacy2Privacy4Print.Merge(m, src)
}
func (m *Privacy2Privacy4Print) XXX_Size() int {
return xxx_messageInfo_Privacy2Privacy4Print.Size(m)
......@@ -1613,16 +1642,17 @@ func (m *Privacy2Public4Print) Reset() { *m = Privacy2Public4Print{} }
func (m *Privacy2Public4Print) String() string { return proto.CompactTextString(m) }
func (*Privacy2Public4Print) ProtoMessage() {}
func (*Privacy2Public4Print) Descriptor() ([]byte, []int) {
return fileDescriptor_privacy_72b9788f10887058, []int{29}
return fileDescriptor_dde03d4df7a6e99a, []int{29}
}
func (m *Privacy2Public4Print) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_Privacy2Public4Print.Unmarshal(m, b)
}
func (m *Privacy2Public4Print) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_Privacy2Public4Print.Marshal(b, m, deterministic)
}
func (dst *Privacy2Public4Print) XXX_Merge(src proto.Message) {
xxx_messageInfo_Privacy2Public4Print.Merge(dst, src)
func (m *Privacy2Public4Print) XXX_Merge(src proto.Message) {
xxx_messageInfo_Privacy2Public4Print.Merge(m, src)
}
func (m *Privacy2Public4Print) XXX_Size() int {
return xxx_messageInfo_Privacy2Public4Print.Size(m)
......@@ -1684,16 +1714,17 @@ func (m *PrivacyAction4Print) Reset() { *m = PrivacyAction4Print{} }
func (m *PrivacyAction4Print) String() string { return proto.CompactTextString(m) }
func (*PrivacyAction4Print) ProtoMessage() {}
func (*PrivacyAction4Print) Descriptor() ([]byte, []int) {
return fileDescriptor_privacy_72b9788f10887058, []int{30}
return fileDescriptor_dde03d4df7a6e99a, []int{30}
}
func (m *PrivacyAction4Print) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_PrivacyAction4Print.Unmarshal(m, b)
}
func (m *PrivacyAction4Print) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_PrivacyAction4Print.Marshal(b, m, deterministic)
}
func (dst *PrivacyAction4Print) XXX_Merge(src proto.Message) {
xxx_messageInfo_PrivacyAction4Print.Merge(dst, src)
func (m *PrivacyAction4Print) XXX_Merge(src proto.Message) {
xxx_messageInfo_PrivacyAction4Print.Merge(m, src)
}
func (m *PrivacyAction4Print) XXX_Size() int {
return xxx_messageInfo_PrivacyAction4Print.Size(m)
......@@ -1873,16 +1904,17 @@ func (m *ReqCreateUTXOs) Reset() { *m = ReqCreateUTXOs{} }
func (m *ReqCreateUTXOs) String() string { return proto.CompactTextString(m) }
func (*ReqCreateUTXOs) ProtoMessage() {}
func (*ReqCreateUTXOs) Descriptor() ([]byte, []int) {
return fileDescriptor_privacy_72b9788f10887058, []int{31}
return fileDescriptor_dde03d4df7a6e99a, []int{31}
}
func (m *ReqCreateUTXOs) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_ReqCreateUTXOs.Unmarshal(m, b)
}
func (m *ReqCreateUTXOs) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_ReqCreateUTXOs.Marshal(b, m, deterministic)
}
func (dst *ReqCreateUTXOs) XXX_Merge(src proto.Message) {
xxx_messageInfo_ReqCreateUTXOs.Merge(dst, src)
func (m *ReqCreateUTXOs) XXX_Merge(src proto.Message) {
xxx_messageInfo_ReqCreateUTXOs.Merge(m, src)
}
func (m *ReqCreateUTXOs) XXX_Size() int {
return xxx_messageInfo_ReqCreateUTXOs.Size(m)
......@@ -1956,16 +1988,17 @@ func (m *ReplyPrivacyPkPair) Reset() { *m = ReplyPrivacyPkPair{} }
func (m *ReplyPrivacyPkPair) String() string { return proto.CompactTextString(m) }
func (*ReplyPrivacyPkPair) ProtoMessage() {}
func (*ReplyPrivacyPkPair) Descriptor() ([]byte, []int) {
return fileDescriptor_privacy_72b9788f10887058, []int{32}
return fileDescriptor_dde03d4df7a6e99a, []int{32}
}
func (m *ReplyPrivacyPkPair) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_ReplyPrivacyPkPair.Unmarshal(m, b)
}
func (m *ReplyPrivacyPkPair) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_ReplyPrivacyPkPair.Marshal(b, m, deterministic)
}
func (dst *ReplyPrivacyPkPair) XXX_Merge(src proto.Message) {
xxx_messageInfo_ReplyPrivacyPkPair.Merge(dst, src)
func (m *ReplyPrivacyPkPair) XXX_Merge(src proto.Message) {
xxx_messageInfo_ReplyPrivacyPkPair.Merge(m, src)
}
func (m *ReplyPrivacyPkPair) XXX_Size() int {
return xxx_messageInfo_ReplyPrivacyPkPair.Size(m)
......@@ -2002,16 +2035,17 @@ func (m *ReqPrivBal4AddrToken) Reset() { *m = ReqPrivBal4AddrToken{} }
func (m *ReqPrivBal4AddrToken) String() string { return proto.CompactTextString(m) }
func (*ReqPrivBal4AddrToken) ProtoMessage() {}
func (*ReqPrivBal4AddrToken) Descriptor() ([]byte, []int) {
return fileDescriptor_privacy_72b9788f10887058, []int{33}
return fileDescriptor_dde03d4df7a6e99a, []int{33}
}
func (m *ReqPrivBal4AddrToken) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_ReqPrivBal4AddrToken.Unmarshal(m, b)
}
func (m *ReqPrivBal4AddrToken) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_ReqPrivBal4AddrToken.Marshal(b, m, deterministic)
}
func (dst *ReqPrivBal4AddrToken) XXX_Merge(src proto.Message) {
xxx_messageInfo_ReqPrivBal4AddrToken.Merge(dst, src)
func (m *ReqPrivBal4AddrToken) XXX_Merge(src proto.Message) {
xxx_messageInfo_ReqPrivBal4AddrToken.Merge(m, src)
}
func (m *ReqPrivBal4AddrToken) XXX_Size() int {
return xxx_messageInfo_ReqPrivBal4AddrToken.Size(m)
......@@ -2048,16 +2082,17 @@ func (m *ReplyPrivacyBalance) Reset() { *m = ReplyPrivacyBalance{} }
func (m *ReplyPrivacyBalance) String() string { return proto.CompactTextString(m) }
func (*ReplyPrivacyBalance) ProtoMessage() {}
func (*ReplyPrivacyBalance) Descriptor() ([]byte, []int) {
return fileDescriptor_privacy_72b9788f10887058, []int{34}
return fileDescriptor_dde03d4df7a6e99a, []int{34}
}
func (m *ReplyPrivacyBalance) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_ReplyPrivacyBalance.Unmarshal(m, b)
}
func (m *ReplyPrivacyBalance) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_ReplyPrivacyBalance.Marshal(b, m, deterministic)
}
func (dst *ReplyPrivacyBalance) XXX_Merge(src proto.Message) {
xxx_messageInfo_ReplyPrivacyBalance.Merge(dst, src)
func (m *ReplyPrivacyBalance) XXX_Merge(src proto.Message) {
xxx_messageInfo_ReplyPrivacyBalance.Merge(m, src)
}
func (m *ReplyPrivacyBalance) XXX_Size() int {
return xxx_messageInfo_ReplyPrivacyBalance.Size(m)
......@@ -2102,16 +2137,17 @@ func (m *PrivacyDBStore) Reset() { *m = PrivacyDBStore{} }
func (m *PrivacyDBStore) String() string { return proto.CompactTextString(m) }
func (*PrivacyDBStore) ProtoMessage() {}
func (*PrivacyDBStore) Descriptor() ([]byte, []int) {
return fileDescriptor_privacy_72b9788f10887058, []int{35}
return fileDescriptor_dde03d4df7a6e99a, []int{35}
}
func (m *PrivacyDBStore) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_PrivacyDBStore.Unmarshal(m, b)
}
func (m *PrivacyDBStore) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_PrivacyDBStore.Marshal(b, m, deterministic)
}
func (dst *PrivacyDBStore) XXX_Merge(src proto.Message) {
xxx_messageInfo_PrivacyDBStore.Merge(dst, src)
func (m *PrivacyDBStore) XXX_Merge(src proto.Message) {
xxx_messageInfo_PrivacyDBStore.Merge(m, src)
}
func (m *PrivacyDBStore) XXX_Size() int {
return xxx_messageInfo_PrivacyDBStore.Size(m)
......@@ -2204,16 +2240,17 @@ func (m *UTXO) Reset() { *m = UTXO{} }
func (m *UTXO) String() string { return proto.CompactTextString(m) }
func (*UTXO) ProtoMessage() {}
func (*UTXO) Descriptor() ([]byte, []int) {
return fileDescriptor_privacy_72b9788f10887058, []int{36}
return fileDescriptor_dde03d4df7a6e99a, []int{36}
}
func (m *UTXO) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_UTXO.Unmarshal(m, b)
}
func (m *UTXO) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_UTXO.Marshal(b, m, deterministic)
}
func (dst *UTXO) XXX_Merge(src proto.Message) {
xxx_messageInfo_UTXO.Merge(dst, src)
func (m *UTXO) XXX_Merge(src proto.Message) {
xxx_messageInfo_UTXO.Merge(m, src)
}
func (m *UTXO) XXX_Size() int {
return xxx_messageInfo_UTXO.Size(m)
......@@ -2251,16 +2288,17 @@ func (m *UTXOHaveTxHash) Reset() { *m = UTXOHaveTxHash{} }
func (m *UTXOHaveTxHash) String() string { return proto.CompactTextString(m) }
func (*UTXOHaveTxHash) ProtoMessage() {}
func (*UTXOHaveTxHash) Descriptor() ([]byte, []int) {
return fileDescriptor_privacy_72b9788f10887058, []int{37}
return fileDescriptor_dde03d4df7a6e99a, []int{37}
}
func (m *UTXOHaveTxHash) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_UTXOHaveTxHash.Unmarshal(m, b)
}
func (m *UTXOHaveTxHash) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_UTXOHaveTxHash.Marshal(b, m, deterministic)
}
func (dst *UTXOHaveTxHash) XXX_Merge(src proto.Message) {
xxx_messageInfo_UTXOHaveTxHash.Merge(dst, src)
func (m *UTXOHaveTxHash) XXX_Merge(src proto.Message) {
xxx_messageInfo_UTXOHaveTxHash.Merge(m, src)
}
func (m *UTXOHaveTxHash) XXX_Size() int {
return xxx_messageInfo_UTXOHaveTxHash.Size(m)
......@@ -2303,16 +2341,17 @@ func (m *UTXOs) Reset() { *m = UTXOs{} }
func (m *UTXOs) String() string { return proto.CompactTextString(m) }
func (*UTXOs) ProtoMessage() {}
func (*UTXOs) Descriptor() ([]byte, []int) {
return fileDescriptor_privacy_72b9788f10887058, []int{38}
return fileDescriptor_dde03d4df7a6e99a, []int{38}
}
func (m *UTXOs) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_UTXOs.Unmarshal(m, b)
}
func (m *UTXOs) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_UTXOs.Marshal(b, m, deterministic)
}
func (dst *UTXOs) XXX_Merge(src proto.Message) {
xxx_messageInfo_UTXOs.Merge(dst, src)
func (m *UTXOs) XXX_Merge(src proto.Message) {
xxx_messageInfo_UTXOs.Merge(m, src)
}
func (m *UTXOs) XXX_Size() int {
return xxx_messageInfo_UTXOs.Size(m)
......@@ -2341,16 +2380,17 @@ func (m *UTXOHaveTxHashs) Reset() { *m = UTXOHaveTxHashs{} }
func (m *UTXOHaveTxHashs) String() string { return proto.CompactTextString(m) }
func (*UTXOHaveTxHashs) ProtoMessage() {}
func (*UTXOHaveTxHashs) Descriptor() ([]byte, []int) {
return fileDescriptor_privacy_72b9788f10887058, []int{39}
return fileDescriptor_dde03d4df7a6e99a, []int{39}
}
func (m *UTXOHaveTxHashs) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_UTXOHaveTxHashs.Unmarshal(m, b)
}
func (m *UTXOHaveTxHashs) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_UTXOHaveTxHashs.Marshal(b, m, deterministic)
}
func (dst *UTXOHaveTxHashs) XXX_Merge(src proto.Message) {
xxx_messageInfo_UTXOHaveTxHashs.Merge(dst, src)
func (m *UTXOHaveTxHashs) XXX_Merge(src proto.Message) {
xxx_messageInfo_UTXOHaveTxHashs.Merge(m, src)
}
func (m *UTXOHaveTxHashs) XXX_Size() int {
return xxx_messageInfo_UTXOHaveTxHashs.Size(m)
......@@ -2381,16 +2421,17 @@ func (m *ReqUTXOGlobalIndex) Reset() { *m = ReqUTXOGlobalIndex{} }
func (m *ReqUTXOGlobalIndex) String() string { return proto.CompactTextString(m) }
func (*ReqUTXOGlobalIndex) ProtoMessage() {}
func (*ReqUTXOGlobalIndex) Descriptor() ([]byte, []int) {
return fileDescriptor_privacy_72b9788f10887058, []int{40}
return fileDescriptor_dde03d4df7a6e99a, []int{40}
}
func (m *ReqUTXOGlobalIndex) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_ReqUTXOGlobalIndex.Unmarshal(m, b)
}
func (m *ReqUTXOGlobalIndex) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_ReqUTXOGlobalIndex.Marshal(b, m, deterministic)
}
func (dst *ReqUTXOGlobalIndex) XXX_Merge(src proto.Message) {
xxx_messageInfo_ReqUTXOGlobalIndex.Merge(dst, src)
func (m *ReqUTXOGlobalIndex) XXX_Merge(src proto.Message) {
xxx_messageInfo_ReqUTXOGlobalIndex.Merge(m, src)
}
func (m *ReqUTXOGlobalIndex) XXX_Size() int {
return xxx_messageInfo_ReqUTXOGlobalIndex.Size(m)
......@@ -2434,16 +2475,17 @@ func (m *UTXOBasic) Reset() { *m = UTXOBasic{} }
func (m *UTXOBasic) String() string { return proto.CompactTextString(m) }
func (*UTXOBasic) ProtoMessage() {}
func (*UTXOBasic) Descriptor() ([]byte, []int) {
return fileDescriptor_privacy_72b9788f10887058, []int{41}
return fileDescriptor_dde03d4df7a6e99a, []int{41}
}
func (m *UTXOBasic) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_UTXOBasic.Unmarshal(m, b)
}
func (m *UTXOBasic) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_UTXOBasic.Marshal(b, m, deterministic)
}
func (dst *UTXOBasic) XXX_Merge(src proto.Message) {
xxx_messageInfo_UTXOBasic.Merge(dst, src)
func (m *UTXOBasic) XXX_Merge(src proto.Message) {
xxx_messageInfo_UTXOBasic.Merge(m, src)
}
func (m *UTXOBasic) XXX_Size() int {
return xxx_messageInfo_UTXOBasic.Size(m)
......@@ -2480,16 +2522,17 @@ func (m *UTXOIndex4Amount) Reset() { *m = UTXOIndex4Amount{} }
func (m *UTXOIndex4Amount) String() string { return proto.CompactTextString(m) }
func (*UTXOIndex4Amount) ProtoMessage() {}
func (*UTXOIndex4Amount) Descriptor() ([]byte, []int) {
return fileDescriptor_privacy_72b9788f10887058, []int{42}
return fileDescriptor_dde03d4df7a6e99a, []int{42}
}
func (m *UTXOIndex4Amount) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_UTXOIndex4Amount.Unmarshal(m, b)
}
func (m *UTXOIndex4Amount) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_UTXOIndex4Amount.Marshal(b, m, deterministic)
}
func (dst *UTXOIndex4Amount) XXX_Merge(src proto.Message) {
xxx_messageInfo_UTXOIndex4Amount.Merge(dst, src)
func (m *UTXOIndex4Amount) XXX_Merge(src proto.Message) {
xxx_messageInfo_UTXOIndex4Amount.Merge(m, src)
}
func (m *UTXOIndex4Amount) XXX_Size() int {
return xxx_messageInfo_UTXOIndex4Amount.Size(m)
......@@ -2527,16 +2570,17 @@ func (m *ResUTXOGlobalIndex) Reset() { *m = ResUTXOGlobalIndex{} }
func (m *ResUTXOGlobalIndex) String() string { return proto.CompactTextString(m) }
func (*ResUTXOGlobalIndex) ProtoMessage() {}
func (*ResUTXOGlobalIndex) Descriptor() ([]byte, []int) {
return fileDescriptor_privacy_72b9788f10887058, []int{43}
return fileDescriptor_dde03d4df7a6e99a, []int{43}
}
func (m *ResUTXOGlobalIndex) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_ResUTXOGlobalIndex.Unmarshal(m, b)
}
func (m *ResUTXOGlobalIndex) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_ResUTXOGlobalIndex.Marshal(b, m, deterministic)
}
func (dst *ResUTXOGlobalIndex) XXX_Merge(src proto.Message) {
xxx_messageInfo_ResUTXOGlobalIndex.Merge(dst, src)
func (m *ResUTXOGlobalIndex) XXX_Merge(src proto.Message) {
xxx_messageInfo_ResUTXOGlobalIndex.Merge(m, src)
}
func (m *ResUTXOGlobalIndex) XXX_Size() int {
return xxx_messageInfo_ResUTXOGlobalIndex.Size(m)
......@@ -2584,16 +2628,17 @@ func (m *FTXOsSTXOsInOneTx) Reset() { *m = FTXOsSTXOsInOneTx{} }
func (m *FTXOsSTXOsInOneTx) String() string { return proto.CompactTextString(m) }
func (*FTXOsSTXOsInOneTx) ProtoMessage() {}
func (*FTXOsSTXOsInOneTx) Descriptor() ([]byte, []int) {
return fileDescriptor_privacy_72b9788f10887058, []int{44}
return fileDescriptor_dde03d4df7a6e99a, []int{44}
}
func (m *FTXOsSTXOsInOneTx) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_FTXOsSTXOsInOneTx.Unmarshal(m, b)
}
func (m *FTXOsSTXOsInOneTx) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_FTXOsSTXOsInOneTx.Marshal(b, m, deterministic)
}
func (dst *FTXOsSTXOsInOneTx) XXX_Merge(src proto.Message) {
xxx_messageInfo_FTXOsSTXOsInOneTx.Merge(dst, src)
func (m *FTXOsSTXOsInOneTx) XXX_Merge(src proto.Message) {
xxx_messageInfo_FTXOsSTXOsInOneTx.Merge(m, src)
}
func (m *FTXOsSTXOsInOneTx) XXX_Size() int {
return xxx_messageInfo_FTXOsSTXOsInOneTx.Size(m)
......@@ -2651,16 +2696,17 @@ func (m *RealKeyInput) Reset() { *m = RealKeyInput{} }
func (m *RealKeyInput) String() string { return proto.CompactTextString(m) }
func (*RealKeyInput) ProtoMessage() {}
func (*RealKeyInput) Descriptor() ([]byte, []int) {
return fileDescriptor_privacy_72b9788f10887058, []int{45}
return fileDescriptor_dde03d4df7a6e99a, []int{45}
}
func (m *RealKeyInput) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_RealKeyInput.Unmarshal(m, b)
}
func (m *RealKeyInput) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_RealKeyInput.Marshal(b, m, deterministic)
}
func (dst *RealKeyInput) XXX_Merge(src proto.Message) {
xxx_messageInfo_RealKeyInput.Merge(dst, src)
func (m *RealKeyInput) XXX_Merge(src proto.Message) {
xxx_messageInfo_RealKeyInput.Merge(m, src)
}
func (m *RealKeyInput) XXX_Size() int {
return xxx_messageInfo_RealKeyInput.Size(m)
......@@ -2696,16 +2742,17 @@ func (m *UTXOBasics) Reset() { *m = UTXOBasics{} }
func (m *UTXOBasics) String() string { return proto.CompactTextString(m) }
func (*UTXOBasics) ProtoMessage() {}
func (*UTXOBasics) Descriptor() ([]byte, []int) {
return fileDescriptor_privacy_72b9788f10887058, []int{46}
return fileDescriptor_dde03d4df7a6e99a, []int{46}
}
func (m *UTXOBasics) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_UTXOBasics.Unmarshal(m, b)
}
func (m *UTXOBasics) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_UTXOBasics.Marshal(b, m, deterministic)
}
func (dst *UTXOBasics) XXX_Merge(src proto.Message) {
xxx_messageInfo_UTXOBasics.Merge(dst, src)
func (m *UTXOBasics) XXX_Merge(src proto.Message) {
xxx_messageInfo_UTXOBasics.Merge(m, src)
}
func (m *UTXOBasics) XXX_Size() int {
return xxx_messageInfo_UTXOBasics.Size(m)
......@@ -2748,16 +2795,17 @@ func (m *CreateTransactionCache) Reset() { *m = CreateTransactionCache{}
func (m *CreateTransactionCache) String() string { return proto.CompactTextString(m) }
func (*CreateTransactionCache) ProtoMessage() {}
func (*CreateTransactionCache) Descriptor() ([]byte, []int) {
return fileDescriptor_privacy_72b9788f10887058, []int{47}
return fileDescriptor_dde03d4df7a6e99a, []int{47}
}
func (m *CreateTransactionCache) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_CreateTransactionCache.Unmarshal(m, b)
}
func (m *CreateTransactionCache) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_CreateTransactionCache.Marshal(b, m, deterministic)
}
func (dst *CreateTransactionCache) XXX_Merge(src proto.Message) {
xxx_messageInfo_CreateTransactionCache.Merge(dst, src)
func (m *CreateTransactionCache) XXX_Merge(src proto.Message) {
xxx_messageInfo_CreateTransactionCache.Merge(m, src)
}
func (m *CreateTransactionCache) XXX_Size() int {
return xxx_messageInfo_CreateTransactionCache.Size(m)
......@@ -2843,16 +2891,17 @@ func (m *ReqCacheTxList) Reset() { *m = ReqCacheTxList{} }
func (m *ReqCacheTxList) String() string { return proto.CompactTextString(m) }
func (*ReqCacheTxList) ProtoMessage() {}
func (*ReqCacheTxList) Descriptor() ([]byte, []int) {
return fileDescriptor_privacy_72b9788f10887058, []int{48}
return fileDescriptor_dde03d4df7a6e99a, []int{48}
}
func (m *ReqCacheTxList) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_ReqCacheTxList.Unmarshal(m, b)
}
func (m *ReqCacheTxList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_ReqCacheTxList.Marshal(b, m, deterministic)
}
func (dst *ReqCacheTxList) XXX_Merge(src proto.Message) {
xxx_messageInfo_ReqCacheTxList.Merge(dst, src)
func (m *ReqCacheTxList) XXX_Merge(src proto.Message) {
xxx_messageInfo_ReqCacheTxList.Merge(m, src)
}
func (m *ReqCacheTxList) XXX_Size() int {
return xxx_messageInfo_ReqCacheTxList.Size(m)
......@@ -2888,16 +2937,17 @@ func (m *ReplyCacheTxList) Reset() { *m = ReplyCacheTxList{} }
func (m *ReplyCacheTxList) String() string { return proto.CompactTextString(m) }
func (*ReplyCacheTxList) ProtoMessage() {}
func (*ReplyCacheTxList) Descriptor() ([]byte, []int) {
return fileDescriptor_privacy_72b9788f10887058, []int{49}
return fileDescriptor_dde03d4df7a6e99a, []int{49}
}
func (m *ReplyCacheTxList) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_ReplyCacheTxList.Unmarshal(m, b)
}
func (m *ReplyCacheTxList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_ReplyCacheTxList.Marshal(b, m, deterministic)
}
func (dst *ReplyCacheTxList) XXX_Merge(src proto.Message) {
xxx_messageInfo_ReplyCacheTxList.Merge(dst, src)
func (m *ReplyCacheTxList) XXX_Merge(src proto.Message) {
xxx_messageInfo_ReplyCacheTxList.Merge(m, src)
}
func (m *ReplyCacheTxList) XXX_Size() int {
return xxx_messageInfo_ReplyCacheTxList.Size(m)
......@@ -2927,16 +2977,17 @@ func (m *ReqPrivacyAccount) Reset() { *m = ReqPrivacyAccount{} }
func (m *ReqPrivacyAccount) String() string { return proto.CompactTextString(m) }
func (*ReqPrivacyAccount) ProtoMessage() {}
func (*ReqPrivacyAccount) Descriptor() ([]byte, []int) {
return fileDescriptor_privacy_72b9788f10887058, []int{50}
return fileDescriptor_dde03d4df7a6e99a, []int{50}
}
func (m *ReqPrivacyAccount) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_ReqPrivacyAccount.Unmarshal(m, b)
}
func (m *ReqPrivacyAccount) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_ReqPrivacyAccount.Marshal(b, m, deterministic)
}
func (dst *ReqPrivacyAccount) XXX_Merge(src proto.Message) {
xxx_messageInfo_ReqPrivacyAccount.Merge(dst, src)
func (m *ReqPrivacyAccount) XXX_Merge(src proto.Message) {
xxx_messageInfo_ReqPrivacyAccount.Merge(m, src)
}
func (m *ReqPrivacyAccount) XXX_Size() int {
return xxx_messageInfo_ReqPrivacyAccount.Size(m)
......@@ -2979,16 +3030,17 @@ func (m *ReqPPrivacyAccount) Reset() { *m = ReqPPrivacyAccount{} }
func (m *ReqPPrivacyAccount) String() string { return proto.CompactTextString(m) }
func (*ReqPPrivacyAccount) ProtoMessage() {}
func (*ReqPPrivacyAccount) Descriptor() ([]byte, []int) {
return fileDescriptor_privacy_72b9788f10887058, []int{51}
return fileDescriptor_dde03d4df7a6e99a, []int{51}
}
func (m *ReqPPrivacyAccount) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_ReqPPrivacyAccount.Unmarshal(m, b)
}
func (m *ReqPPrivacyAccount) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_ReqPPrivacyAccount.Marshal(b, m, deterministic)
}
func (dst *ReqPPrivacyAccount) XXX_Merge(src proto.Message) {
xxx_messageInfo_ReqPPrivacyAccount.Merge(dst, src)
func (m *ReqPPrivacyAccount) XXX_Merge(src proto.Message) {
xxx_messageInfo_ReqPPrivacyAccount.Merge(m, src)
}
func (m *ReqPPrivacyAccount) XXX_Size() int {
return xxx_messageInfo_ReqPPrivacyAccount.Size(m)
......@@ -3036,16 +3088,17 @@ func (m *ReplyPrivacyAccount) Reset() { *m = ReplyPrivacyAccount{} }
func (m *ReplyPrivacyAccount) String() string { return proto.CompactTextString(m) }
func (*ReplyPrivacyAccount) ProtoMessage() {}
func (*ReplyPrivacyAccount) Descriptor() ([]byte, []int) {
return fileDescriptor_privacy_72b9788f10887058, []int{52}
return fileDescriptor_dde03d4df7a6e99a, []int{52}
}
func (m *ReplyPrivacyAccount) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_ReplyPrivacyAccount.Unmarshal(m, b)
}
func (m *ReplyPrivacyAccount) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_ReplyPrivacyAccount.Marshal(b, m, deterministic)
}
func (dst *ReplyPrivacyAccount) XXX_Merge(src proto.Message) {
xxx_messageInfo_ReplyPrivacyAccount.Merge(dst, src)
func (m *ReplyPrivacyAccount) XXX_Merge(src proto.Message) {
xxx_messageInfo_ReplyPrivacyAccount.Merge(m, src)
}
func (m *ReplyPrivacyAccount) XXX_Size() int {
return xxx_messageInfo_ReplyPrivacyAccount.Size(m)
......@@ -3089,16 +3142,17 @@ func (m *ReqCreateCacheTxKey) Reset() { *m = ReqCreateCacheTxKey{} }
func (m *ReqCreateCacheTxKey) String() string { return proto.CompactTextString(m) }
func (*ReqCreateCacheTxKey) ProtoMessage() {}
func (*ReqCreateCacheTxKey) Descriptor() ([]byte, []int) {
return fileDescriptor_privacy_72b9788f10887058, []int{53}
return fileDescriptor_dde03d4df7a6e99a, []int{53}
}
func (m *ReqCreateCacheTxKey) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_ReqCreateCacheTxKey.Unmarshal(m, b)
}
func (m *ReqCreateCacheTxKey) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_ReqCreateCacheTxKey.Marshal(b, m, deterministic)
}
func (dst *ReqCreateCacheTxKey) XXX_Merge(src proto.Message) {
xxx_messageInfo_ReqCreateCacheTxKey.Merge(dst, src)
func (m *ReqCreateCacheTxKey) XXX_Merge(src proto.Message) {
xxx_messageInfo_ReqCreateCacheTxKey.Merge(m, src)
}
func (m *ReqCreateCacheTxKey) XXX_Size() int {
return xxx_messageInfo_ReqCreateCacheTxKey.Size(m)
......@@ -3143,16 +3197,17 @@ func (m *ReqPrivacyTransactionList) Reset() { *m = ReqPrivacyTransaction
func (m *ReqPrivacyTransactionList) String() string { return proto.CompactTextString(m) }
func (*ReqPrivacyTransactionList) ProtoMessage() {}
func (*ReqPrivacyTransactionList) Descriptor() ([]byte, []int) {
return fileDescriptor_privacy_72b9788f10887058, []int{54}
return fileDescriptor_dde03d4df7a6e99a, []int{54}
}
func (m *ReqPrivacyTransactionList) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_ReqPrivacyTransactionList.Unmarshal(m, b)
}
func (m *ReqPrivacyTransactionList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_ReqPrivacyTransactionList.Marshal(b, m, deterministic)
}
func (dst *ReqPrivacyTransactionList) XXX_Merge(src proto.Message) {
xxx_messageInfo_ReqPrivacyTransactionList.Merge(dst, src)
func (m *ReqPrivacyTransactionList) XXX_Merge(src proto.Message) {
xxx_messageInfo_ReqPrivacyTransactionList.Merge(m, src)
}
func (m *ReqPrivacyTransactionList) XXX_Size() int {
return xxx_messageInfo_ReqPrivacyTransactionList.Size(m)
......@@ -3224,16 +3279,17 @@ func (m *ReqRescanUtxos) Reset() { *m = ReqRescanUtxos{} }
func (m *ReqRescanUtxos) String() string { return proto.CompactTextString(m) }
func (*ReqRescanUtxos) ProtoMessage() {}
func (*ReqRescanUtxos) Descriptor() ([]byte, []int) {
return fileDescriptor_privacy_72b9788f10887058, []int{55}
return fileDescriptor_dde03d4df7a6e99a, []int{55}
}
func (m *ReqRescanUtxos) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_ReqRescanUtxos.Unmarshal(m, b)
}
func (m *ReqRescanUtxos) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_ReqRescanUtxos.Marshal(b, m, deterministic)
}
func (dst *ReqRescanUtxos) XXX_Merge(src proto.Message) {
xxx_messageInfo_ReqRescanUtxos.Merge(dst, src)
func (m *ReqRescanUtxos) XXX_Merge(src proto.Message) {
xxx_messageInfo_ReqRescanUtxos.Merge(m, src)
}
func (m *ReqRescanUtxos) XXX_Size() int {
return xxx_messageInfo_ReqRescanUtxos.Size(m)
......@@ -3270,16 +3326,17 @@ func (m *RepRescanResult) Reset() { *m = RepRescanResult{} }
func (m *RepRescanResult) String() string { return proto.CompactTextString(m) }
func (*RepRescanResult) ProtoMessage() {}
func (*RepRescanResult) Descriptor() ([]byte, []int) {
return fileDescriptor_privacy_72b9788f10887058, []int{56}
return fileDescriptor_dde03d4df7a6e99a, []int{56}
}
func (m *RepRescanResult) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_RepRescanResult.Unmarshal(m, b)
}
func (m *RepRescanResult) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_RepRescanResult.Marshal(b, m, deterministic)
}
func (dst *RepRescanResult) XXX_Merge(src proto.Message) {
xxx_messageInfo_RepRescanResult.Merge(dst, src)
func (m *RepRescanResult) XXX_Merge(src proto.Message) {
xxx_messageInfo_RepRescanResult.Merge(m, src)
}
func (m *RepRescanResult) XXX_Size() int {
return xxx_messageInfo_RepRescanResult.Size(m)
......@@ -3316,16 +3373,17 @@ func (m *RepRescanUtxos) Reset() { *m = RepRescanUtxos{} }
func (m *RepRescanUtxos) String() string { return proto.CompactTextString(m) }
func (*RepRescanUtxos) ProtoMessage() {}
func (*RepRescanUtxos) Descriptor() ([]byte, []int) {
return fileDescriptor_privacy_72b9788f10887058, []int{57}
return fileDescriptor_dde03d4df7a6e99a, []int{57}
}
func (m *RepRescanUtxos) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_RepRescanUtxos.Unmarshal(m, b)
}
func (m *RepRescanUtxos) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_RepRescanUtxos.Marshal(b, m, deterministic)
}
func (dst *RepRescanUtxos) XXX_Merge(src proto.Message) {
xxx_messageInfo_RepRescanUtxos.Merge(dst, src)
func (m *RepRescanUtxos) XXX_Merge(src proto.Message) {
xxx_messageInfo_RepRescanUtxos.Merge(m, src)
}
func (m *RepRescanUtxos) XXX_Size() int {
return xxx_messageInfo_RepRescanUtxos.Size(m)
......@@ -3361,16 +3419,17 @@ func (m *ReqEnablePrivacy) Reset() { *m = ReqEnablePrivacy{} }
func (m *ReqEnablePrivacy) String() string { return proto.CompactTextString(m) }
func (*ReqEnablePrivacy) ProtoMessage() {}
func (*ReqEnablePrivacy) Descriptor() ([]byte, []int) {
return fileDescriptor_privacy_72b9788f10887058, []int{58}
return fileDescriptor_dde03d4df7a6e99a, []int{58}
}
func (m *ReqEnablePrivacy) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_ReqEnablePrivacy.Unmarshal(m, b)
}
func (m *ReqEnablePrivacy) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_ReqEnablePrivacy.Marshal(b, m, deterministic)
}
func (dst *ReqEnablePrivacy) XXX_Merge(src proto.Message) {
xxx_messageInfo_ReqEnablePrivacy.Merge(dst, src)
func (m *ReqEnablePrivacy) XXX_Merge(src proto.Message) {
xxx_messageInfo_ReqEnablePrivacy.Merge(m, src)
}
func (m *ReqEnablePrivacy) XXX_Size() int {
return xxx_messageInfo_ReqEnablePrivacy.Size(m)
......@@ -3401,16 +3460,17 @@ func (m *PriAddrResult) Reset() { *m = PriAddrResult{} }
func (m *PriAddrResult) String() string { return proto.CompactTextString(m) }
func (*PriAddrResult) ProtoMessage() {}
func (*PriAddrResult) Descriptor() ([]byte, []int) {
return fileDescriptor_privacy_72b9788f10887058, []int{59}
return fileDescriptor_dde03d4df7a6e99a, []int{59}
}
func (m *PriAddrResult) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_PriAddrResult.Unmarshal(m, b)
}
func (m *PriAddrResult) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_PriAddrResult.Marshal(b, m, deterministic)
}
func (dst *PriAddrResult) XXX_Merge(src proto.Message) {
xxx_messageInfo_PriAddrResult.Merge(dst, src)
func (m *PriAddrResult) XXX_Merge(src proto.Message) {
xxx_messageInfo_PriAddrResult.Merge(m, src)
}
func (m *PriAddrResult) XXX_Size() int {
return xxx_messageInfo_PriAddrResult.Size(m)
......@@ -3453,16 +3513,17 @@ func (m *RepEnablePrivacy) Reset() { *m = RepEnablePrivacy{} }
func (m *RepEnablePrivacy) String() string { return proto.CompactTextString(m) }
func (*RepEnablePrivacy) ProtoMessage() {}
func (*RepEnablePrivacy) Descriptor() ([]byte, []int) {
return fileDescriptor_privacy_72b9788f10887058, []int{60}
return fileDescriptor_dde03d4df7a6e99a, []int{60}
}
func (m *RepEnablePrivacy) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_RepEnablePrivacy.Unmarshal(m, b)
}
func (m *RepEnablePrivacy) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_RepEnablePrivacy.Marshal(b, m, deterministic)
}
func (dst *RepEnablePrivacy) XXX_Merge(src proto.Message) {
xxx_messageInfo_RepEnablePrivacy.Merge(dst, src)
func (m *RepEnablePrivacy) XXX_Merge(src proto.Message) {
xxx_messageInfo_RepEnablePrivacy.Merge(m, src)
}
func (m *RepEnablePrivacy) XXX_Size() int {
return xxx_messageInfo_RepEnablePrivacy.Size(m)
......@@ -3494,16 +3555,17 @@ func (m *PrivacySignatureParam) Reset() { *m = PrivacySignatureParam{} }
func (m *PrivacySignatureParam) String() string { return proto.CompactTextString(m) }
func (*PrivacySignatureParam) ProtoMessage() {}
func (*PrivacySignatureParam) Descriptor() ([]byte, []int) {
return fileDescriptor_privacy_72b9788f10887058, []int{61}
return fileDescriptor_dde03d4df7a6e99a, []int{61}
}
func (m *PrivacySignatureParam) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_PrivacySignatureParam.Unmarshal(m, b)
}
func (m *PrivacySignatureParam) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_PrivacySignatureParam.Marshal(b, m, deterministic)
}
func (dst *PrivacySignatureParam) XXX_Merge(src proto.Message) {
xxx_messageInfo_PrivacySignatureParam.Merge(dst, src)
func (m *PrivacySignatureParam) XXX_Merge(src proto.Message) {
xxx_messageInfo_PrivacySignatureParam.Merge(m, src)
}
func (m *PrivacySignatureParam) XXX_Size() int {
return xxx_messageInfo_PrivacySignatureParam.Size(m)
......@@ -3549,16 +3611,17 @@ func (m *WalletAccountPrivacy) Reset() { *m = WalletAccountPrivacy{} }
func (m *WalletAccountPrivacy) String() string { return proto.CompactTextString(m) }
func (*WalletAccountPrivacy) ProtoMessage() {}
func (*WalletAccountPrivacy) Descriptor() ([]byte, []int) {
return fileDescriptor_privacy_72b9788f10887058, []int{62}
return fileDescriptor_dde03d4df7a6e99a, []int{62}
}
func (m *WalletAccountPrivacy) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_WalletAccountPrivacy.Unmarshal(m, b)
}
func (m *WalletAccountPrivacy) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_WalletAccountPrivacy.Marshal(b, m, deterministic)
}
func (dst *WalletAccountPrivacy) XXX_Merge(src proto.Message) {
xxx_messageInfo_WalletAccountPrivacy.Merge(dst, src)
func (m *WalletAccountPrivacy) XXX_Merge(src proto.Message) {
xxx_messageInfo_WalletAccountPrivacy.Merge(m, src)
}
func (m *WalletAccountPrivacy) XXX_Size() int {
return xxx_messageInfo_WalletAccountPrivacy.Size(m)
......@@ -3624,16 +3687,17 @@ func (m *ReqCreatePrivacyTx) Reset() { *m = ReqCreatePrivacyTx{} }
func (m *ReqCreatePrivacyTx) String() string { return proto.CompactTextString(m) }
func (*ReqCreatePrivacyTx) ProtoMessage() {}
func (*ReqCreatePrivacyTx) Descriptor() ([]byte, []int) {
return fileDescriptor_privacy_72b9788f10887058, []int{63}
return fileDescriptor_dde03d4df7a6e99a, []int{63}
}
func (m *ReqCreatePrivacyTx) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_ReqCreatePrivacyTx.Unmarshal(m, b)
}
func (m *ReqCreatePrivacyTx) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_ReqCreatePrivacyTx.Marshal(b, m, deterministic)
}
func (dst *ReqCreatePrivacyTx) XXX_Merge(src proto.Message) {
xxx_messageInfo_ReqCreatePrivacyTx.Merge(dst, src)
func (m *ReqCreatePrivacyTx) XXX_Merge(src proto.Message) {
xxx_messageInfo_ReqCreatePrivacyTx.Merge(m, src)
}
func (m *ReqCreatePrivacyTx) XXX_Size() int {
return xxx_messageInfo_ReqCreatePrivacyTx.Size(m)
......@@ -3776,6 +3840,158 @@ func init() {
proto.RegisterType((*ReqCreatePrivacyTx)(nil), "types.ReqCreatePrivacyTx")
}
func init() { proto.RegisterFile("privacy.proto", fileDescriptor_dde03d4df7a6e99a) }
var fileDescriptor_dde03d4df7a6e99a = []byte{
// 2332 bytes of a gzipped FileDescriptorProto
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xb4, 0x19, 0x4b, 0x6f, 0x23, 0x49,
0x39, 0xed, 0x47, 0x92, 0xfe, 0xe2, 0x24, 0x9e, 0x5a, 0x27, 0xeb, 0xf1, 0x44, 0xa3, 0xa1, 0x76,
0x35, 0x0c, 0x0b, 0x0a, 0xda, 0x10, 0x69, 0x1f, 0x0c, 0x9a, 0x8d, 0x33, 0x99, 0x99, 0x28, 0x3b,
0x93, 0x50, 0xc9, 0x0a, 0x84, 0x16, 0x89, 0x8a, 0x5d, 0x49, 0x5a, 0x69, 0x77, 0x77, 0xba, 0xdb,
0x89, 0x7d, 0x5a, 0x4e, 0x88, 0x03, 0x07, 0x24, 0x10, 0x17, 0x10, 0x37, 0xee, 0x1c, 0xf8, 0x01,
0x48, 0x08, 0x4e, 0xf0, 0x1b, 0xb8, 0x73, 0xe0, 0x37, 0xa0, 0x7a, 0x74, 0x57, 0x55, 0xbb, 0x9d,
0x64, 0x20, 0x5c, 0xac, 0xae, 0xaf, 0xbe, 0xfa, 0xea, 0x7b, 0x3f, 0xca, 0xb0, 0x18, 0xc5, 0xde,
0x25, 0xed, 0x8d, 0xd7, 0xa3, 0x38, 0x4c, 0x43, 0x54, 0x4f, 0xc7, 0x11, 0x4b, 0x3a, 0x8d, 0x5e,
0x38, 0x18, 0x84, 0x81, 0x04, 0x76, 0xee, 0xa5, 0x31, 0x0d, 0x12, 0xda, 0x4b, 0xbd, 0x0c, 0x84,
0xff, 0xed, 0xc0, 0xe2, 0x81, 0x3c, 0xb9, 0x25, 0xe0, 0xe8, 0x19, 0x2c, 0x45, 0xc3, 0x63, 0xdf,
0xeb, 0x6d, 0x28, 0x8a, 0x6d, 0xe7, 0x91, 0xf3, 0x64, 0x61, 0x63, 0x65, 0x5d, 0x90, 0x5c, 0x3f,
0x90, 0x9b, 0xea, 0xd0, 0xab, 0x19, 0x52, 0x40, 0x47, 0x5d, 0x58, 0x56, 0x9f, 0x39, 0x85, 0x8a,
0xa0, 0xb0, 0x9a, 0x51, 0x50, 0xbb, 0x9a, 0x44, 0xf1, 0x80, 0x60, 0x22, 0x03, 0x09, 0xea, 0xed,
0xaa, 0xcd, 0x44, 0x46, 0x42, 0x6c, 0x0a, 0x26, 0x2c, 0x74, 0xb4, 0x04, 0x95, 0x74, 0xdc, 0xae,
0x3d, 0x72, 0x9e, 0xd4, 0x49, 0x25, 0x1d, 0x77, 0xe7, 0xa0, 0x7e, 0x49, 0xfd, 0x21, 0xc3, 0x3f,
0x77, 0x60, 0xc9, 0x16, 0x01, 0xad, 0x81, 0x9b, 0x86, 0xe7, 0x2c, 0x08, 0xe8, 0x80, 0x09, 0x61,
0x5d, 0xa2, 0x01, 0x68, 0x15, 0x66, 0xe9, 0x20, 0x1c, 0x06, 0xa9, 0x90, 0xa2, 0x4a, 0xd4, 0x0a,
0x21, 0xa8, 0x05, 0x61, 0xca, 0xda, 0x75, 0x71, 0x40, 0x7c, 0xa3, 0x6f, 0xc1, 0x6c, 0x38, 0x4c,
0xa3, 0x61, 0xda, 0x9e, 0x13, 0xec, 0xb6, 0x6c, 0x76, 0xf7, 0xc5, 0x1e, 0x51, 0x38, 0xf8, 0x4f,
0x0e, 0x2c, 0x17, 0x74, 0x71, 0x87, 0xbc, 0x7c, 0x03, 0xea, 0x5e, 0xc0, 0x59, 0x99, 0x15, 0xac,
0xbc, 0x63, 0xb3, 0xb2, 0xcb, 0xb7, 0x88, 0xc4, 0x78, 0x4b, 0xb6, 0xff, 0xc2, 0x35, 0x68, 0xe9,
0xff, 0x7f, 0xe4, 0xba, 0x6a, 0x70, 0xcd, 0xed, 0x16, 0x0a, 0x96, 0x5d, 0x52, 0x49, 0x43, 0x2d,
0x45, 0xed, 0x2d, 0xa4, 0xa8, 0xdf, 0x42, 0x8a, 0x1d, 0x58, 0xfe, 0xe2, 0xe8, 0x87, 0xfb, 0x2f,
0xfd, 0xf0, 0x98, 0xfa, 0xbb, 0x41, 0x9f, 0x8d, 0x38, 0x9f, 0xe9, 0xe8, 0x8c, 0x26, 0x67, 0x82,
0xa3, 0x06, 0x51, 0x2b, 0xd4, 0x81, 0xf9, 0x70, 0x98, 0x7a, 0x1c, 0x47, 0x79, 0x54, 0xbe, 0xc6,
0x3f, 0x75, 0x60, 0x7e, 0x8f, 0x49, 0x46, 0x0c, 0x41, 0x1d, 0x4b, 0xd0, 0xcf, 0x60, 0x79, 0x98,
0x8e, 0x42, 0xe3, 0xae, 0x76, 0xe5, 0x51, 0xd5, 0x88, 0x88, 0x02, 0x27, 0xa4, 0x88, 0xce, 0x59,
0x38, 0x67, 0xe3, 0xdd, 0x01, 0x3d, 0x65, 0x8a, 0xb9, 0x7c, 0x8d, 0xbf, 0x0b, 0x0d, 0x53, 0x1d,
0xe8, 0x9b, 0x02, 0x57, 0x6a, 0xcd, 0x11, 0xd7, 0x2c, 0xab, 0x6b, 0x32, 0x46, 0x49, 0x8e, 0x80,
0x77, 0xc1, 0x3d, 0x67, 0x4a, 0x37, 0x53, 0xf9, 0x7f, 0x1f, 0x16, 0xc3, 0x80, 0xa5, 0xde, 0x80,
0x45, 0xc3, 0xe3, 0x73, 0x26, 0xe3, 0xb9, 0x41, 0x6c, 0x20, 0xfe, 0x71, 0x9e, 0x49, 0x14, 0xb9,
0x35, 0x70, 0x49, 0x34, 0x3c, 0xde, 0x63, 0xe3, 0x74, 0x24, 0x28, 0x36, 0x88, 0x06, 0xa0, 0x75,
0x71, 0xb3, 0xb2, 0x98, 0x54, 0x47, 0x53, 0xf1, 0x99, 0x73, 0x44, 0x34, 0x0a, 0x8e, 0xa0, 0xf5,
0x32, 0x0e, 0x87, 0x51, 0x89, 0xd5, 0xfe, 0x3f, 0x4a, 0xc7, 0xbf, 0x75, 0x60, 0xf1, 0xf3, 0xb0,
0x47, 0x7d, 0x8e, 0xb9, 0x9b, 0xb2, 0x01, 0xbf, 0xeb, 0x8c, 0x79, 0xa7, 0x67, 0xf9, 0x5d, 0x72,
0x85, 0xda, 0x30, 0x97, 0x8e, 0x3c, 0x75, 0x07, 0x77, 0x90, 0x6c, 0x69, 0xf9, 0x4e, 0xd5, 0xf6,
0x1d, 0xc3, 0xdf, 0x6a, 0x96, 0xbf, 0x4d, 0xa8, 0xbb, 0x5e, 0xa6, 0xee, 0xaf, 0x60, 0x89, 0xb0,
0x0b, 0xce, 0xda, 0x81, 0x50, 0x69, 0x92, 0x47, 0xe1, 0x9b, 0x62, 0x14, 0x72, 0x00, 0xda, 0x87,
0xd6, 0x69, 0x89, 0xfe, 0x94, 0x52, 0x1e, 0x28, 0xa5, 0x94, 0xa9, 0x98, 0x94, 0x1e, 0xc4, 0xef,
0xc1, 0xa2, 0x0c, 0xff, 0x3d, 0x36, 0x7e, 0x4e, 0x53, 0xca, 0xe3, 0xb9, 0x4f, 0x53, 0x2a, 0x9c,
0xae, 0x41, 0xc4, 0x37, 0xde, 0x82, 0xe5, 0x9c, 0xa4, 0xe4, 0x73, 0xaa, 0xc1, 0x56, 0x61, 0x36,
0x77, 0x2f, 0x4e, 0x40, 0xad, 0xf0, 0x11, 0x17, 0x34, 0x31, 0x05, 0xed, 0x42, 0xf3, 0xd4, 0x26,
0x9a, 0x28, 0x4f, 0x5f, 0x2d, 0x8a, 0x21, 0xb7, 0xc9, 0x04, 0x3e, 0x7e, 0x06, 0xcb, 0x84, 0x5d,
0x28, 0x87, 0x3d, 0xe2, 0x5a, 0x42, 0x2d, 0xa8, 0x0b, 0x75, 0x29, 0xdd, 0xc9, 0xc5, 0xb4, 0xec,
0x85, 0x9f, 0x42, 0x63, 0x4b, 0x7c, 0x3d, 0x67, 0x29, 0xf5, 0xfc, 0xa9, 0x62, 0xb5, 0xa0, 0xde,
0x33, 0x8e, 0xcb, 0x05, 0x7e, 0x03, 0xef, 0x10, 0x16, 0xf9, 0xe3, 0xac, 0xf6, 0x0a, 0xdc, 0x04,
0x7d, 0x04, 0x0d, 0x6a, 0x10, 0x55, 0x52, 0x65, 0x59, 0xcf, 0xbc, 0x8f, 0x58, 0x88, 0x98, 0x00,
0x8a, 0x39, 0x3d, 0x2e, 0x62, 0xb2, 0x7f, 0x22, 0x31, 0xd1, 0x53, 0x58, 0xf2, 0x4d, 0x07, 0xce,
0xd4, 0x94, 0xa5, 0x46, 0xcb, 0xbb, 0x49, 0x01, 0x17, 0x7f, 0x09, 0x2d, 0xc2, 0x7a, 0xcc, 0x8b,
0x52, 0x3b, 0xae, 0xcb, 0xf5, 0xf4, 0xb6, 0xf1, 0xfc, 0x4b, 0x07, 0x16, 0x95, 0xd8, 0xfb, 0x27,
0xfc, 0x52, 0xb4, 0x05, 0xae, 0x94, 0xe9, 0x35, 0x8d, 0x14, 0xa3, 0xef, 0x59, 0x92, 0x2b, 0x44,
0xb5, 0x7a, 0x4d, 0xa3, 0x9d, 0x20, 0x8d, 0xc7, 0x44, 0x9f, 0xea, 0x3c, 0x85, 0x25, 0x7b, 0x13,
0x35, 0xa1, 0xca, 0x5d, 0x4a, 0xda, 0x84, 0x7f, 0x72, 0xf6, 0x45, 0x2b, 0x90, 0x19, 0x44, 0x2c,
0x3e, 0xad, 0x7c, 0xec, 0xe0, 0xdf, 0x38, 0xd0, 0x3c, 0xca, 0x02, 0x26, 0xe3, 0xea, 0xb9, 0x8a,
0xaa, 0x44, 0x73, 0xf5, 0x58, 0x71, 0x55, 0xc4, 0x95, 0x80, 0x44, 0x33, 0x96, 0x1f, 0xe4, 0x8c,
0xd9, 0x9b, 0x26, 0x63, 0x6e, 0x09, 0x63, 0xae, 0xc9, 0xd8, 0x1e, 0xac, 0x14, 0xa2, 0x6f, 0xf3,
0x20, 0xf6, 0x64, 0xcc, 0xa8, 0x14, 0x22, 0xe9, 0x94, 0x95, 0xac, 0x4a, 0xa1, 0x64, 0xfd, 0xc2,
0x81, 0xa5, 0xac, 0x12, 0x68, 0x32, 0xa5, 0xbe, 0xfb, 0x62, 0x5a, 0x0e, 0x5d, 0x2b, 0xcf, 0xa1,
0x92, 0xdc, 0xcd, 0xe5, 0xcb, 0x35, 0xca, 0xd7, 0x3e, 0x2c, 0xe7, 0xfe, 0x71, 0x03, 0x3b, 0xa5,
0x75, 0xc8, 0x2d, 0x26, 0xc6, 0x97, 0x80, 0xcc, 0x7a, 0xa8, 0x68, 0x7e, 0x38, 0x51, 0x15, 0x57,
0x0a, 0x55, 0x51, 0x31, 0xaf, 0x6b, 0xa3, 0x07, 0xef, 0x58, 0x8e, 0xaf, 0x28, 0x4d, 0x94, 0x35,
0xd7, 0x2c, 0x6b, 0x9b, 0x93, 0x61, 0xb0, 0x5a, 0x0c, 0x03, 0x75, 0x93, 0x11, 0x0c, 0xbf, 0x76,
0xa0, 0x65, 0x77, 0xa5, 0xfa, 0xb2, 0x3b, 0xea, 0x07, 0x37, 0x0a, 0x4d, 0x5e, 0xa7, 0xac, 0x3d,
0x52, 0x9c, 0x65, 0x4d, 0xd2, 0xdf, 0x1c, 0x58, 0x29, 0x74, 0xa8, 0x77, 0xce, 0xd7, 0xb7, 0xed,
0x3e, 0xf5, 0x7e, 0x49, 0x87, 0xa7, 0xb8, 0x52, 0x7d, 0xde, 0x7f, 0x23, 0xc8, 0x5f, 0xb9, 0x7e,
0xad, 0x9e, 0xf5, 0x4e, 0xe4, 0xa8, 0x96, 0xc9, 0x51, 0x7b, 0x6b, 0x39, 0xea, 0xb7, 0x96, 0xe3,
0x67, 0x95, 0xdc, 0x27, 0xe5, 0xb8, 0xa6, 0xc4, 0xd8, 0x99, 0x32, 0xb4, 0x3d, 0x28, 0x1d, 0xda,
0xe4, 0xa1, 0x92, 0xd1, 0xed, 0xd5, 0xb4, 0xd1, 0x6d, 0xad, 0x7c, 0x74, 0xcb, 0x09, 0x4d, 0x0c,
0x70, 0x3b, 0x53, 0x06, 0xb8, 0x07, 0xa5, 0x03, 0x9c, 0xc1, 0xd0, 0x2d, 0xc7, 0xb8, 0x3f, 0x3b,
0xa2, 0xfd, 0xd9, 0x8e, 0x19, 0x4d, 0x99, 0x28, 0x7a, 0xb6, 0x29, 0xab, 0xd3, 0x4d, 0x59, 0xbb,
0xd1, 0x25, 0x57, 0x61, 0x36, 0x61, 0x41, 0x9f, 0xc5, 0x6a, 0x10, 0x51, 0x2b, 0x5d, 0xca, 0xe7,
0x04, 0x43, 0x72, 0x81, 0x1e, 0x02, 0xc8, 0xcc, 0x13, 0x51, 0x2f, 0x6e, 0xcf, 0x8b, 0x13, 0x06,
0x84, 0x53, 0x63, 0xa3, 0xc8, 0x8b, 0x59, 0xdb, 0x95, 0x37, 0xcb, 0x15, 0xfe, 0x12, 0x90, 0xd9,
0x02, 0x1c, 0x9c, 0x1f, 0x70, 0xec, 0xc7, 0xb0, 0x94, 0x9c, 0x85, 0x57, 0x87, 0xc3, 0x5e, 0x8f,
0x25, 0xc9, 0xc9, 0xd0, 0x17, 0x96, 0x9c, 0x27, 0x05, 0x68, 0xe1, 0xd6, 0x5a, 0xf1, 0x56, 0xfc,
0x19, 0x2f, 0xde, 0xa2, 0xbf, 0xe9, 0x52, 0x7f, 0x73, 0xab, 0xdf, 0x8f, 0x65, 0x93, 0x83, 0xa0,
0x46, 0xfb, 0xfd, 0x58, 0xf9, 0xba, 0xf8, 0xd6, 0x05, 0xbd, 0x62, 0x14, 0x74, 0xfc, 0x7d, 0xbb,
0x45, 0xe9, 0x52, 0x9f, 0x06, 0x3d, 0x86, 0x1e, 0xc1, 0x82, 0xca, 0xb7, 0x06, 0x1d, 0x13, 0xc4,
0xbb, 0xe1, 0x63, 0x89, 0xac, 0xc2, 0x26, 0x5b, 0xe2, 0x3f, 0x56, 0xf2, 0xd1, 0xf1, 0x79, 0xf7,
0x30, 0x0d, 0x63, 0x56, 0xa8, 0x60, 0xba, 0x09, 0xb6, 0xac, 0x59, 0x99, 0x6e, 0xcd, 0xaa, 0x65,
0x4d, 0x59, 0xf7, 0x76, 0x0b, 0xa3, 0x9a, 0x2c, 0x42, 0x18, 0x1a, 0xe9, 0x28, 0xef, 0x58, 0x89,
0xea, 0xaa, 0x2d, 0x18, 0xfa, 0x00, 0x9a, 0x4a, 0x92, 0x1c, 0x28, 0x7c, 0xa0, 0x41, 0x26, 0xe0,
0x5c, 0x6b, 0xe1, 0x55, 0xc0, 0x62, 0xe1, 0x0d, 0x2e, 0x91, 0x0b, 0x63, 0x44, 0x98, 0x9f, 0x36,
0x22, 0xb8, 0xf6, 0x88, 0xb0, 0x06, 0xee, 0xb1, 0x1f, 0xf6, 0xce, 0x85, 0x12, 0x40, 0x8e, 0x49,
0x39, 0x00, 0xbf, 0x81, 0x9a, 0x68, 0x43, 0xa6, 0xd5, 0xc4, 0x75, 0x70, 0x79, 0xb5, 0xed, 0xd2,
0xc4, 0xeb, 0xa9, 0x60, 0x6d, 0x1a, 0xc5, 0x59, 0xc0, 0x89, 0x46, 0xc1, 0x11, 0x2c, 0x71, 0xf8,
0x2b, 0x7a, 0xc9, 0x8e, 0x46, 0xaf, 0xb8, 0xa6, 0xaf, 0xe9, 0xc7, 0x53, 0x81, 0xa1, 0xd4, 0xaf,
0x56, 0xf6, 0x8d, 0xd5, 0x9b, 0x6f, 0xfc, 0x00, 0xea, 0x32, 0x40, 0xbf, 0x06, 0x75, 0x0e, 0xcd,
0x9a, 0xd0, 0x05, 0xe3, 0x10, 0x91, 0x3b, 0x98, 0xc8, 0xa9, 0x5c, 0x73, 0x97, 0xa0, 0x67, 0xb2,
0x07, 0x31, 0x40, 0x85, 0xfa, 0x6d, 0x1f, 0x20, 0x45, 0x6c, 0x7c, 0xc2, 0xe3, 0xec, 0xa2, 0x38,
0x36, 0x5e, 0x9f, 0xf8, 0x3b, 0x30, 0x3f, 0xf0, 0x46, 0xdb, 0x79, 0xea, 0xaf, 0x93, 0x7c, 0x6d,
0xf9, 0x5e, 0xd5, 0x18, 0x08, 0x12, 0x70, 0x73, 0xf9, 0xcb, 0xa6, 0x4f, 0xc7, 0x7a, 0x04, 0xbb,
0x71, 0xe4, 0xd7, 0xcd, 0xce, 0x41, 0xd9, 0xd0, 0x2d, 0x81, 0x98, 0x40, 0x53, 0x34, 0xec, 0xa2,
0xfb, 0xda, 0x1a, 0x14, 0x18, 0xb4, 0x0d, 0xfa, 0x38, 0xd3, 0xbf, 0xdd, 0x9d, 0x6b, 0xa3, 0x29,
0x23, 0xfc, 0xca, 0xe1, 0x1a, 0x4b, 0xee, 0x4e, 0x63, 0xdb, 0xd0, 0xe4, 0x94, 0x4d, 0x26, 0x85,
0xee, 0x16, 0x36, 0xde, 0x35, 0x78, 0x30, 0xb7, 0xc9, 0xc4, 0x01, 0xfc, 0x3b, 0x07, 0xee, 0xbd,
0xe0, 0x7e, 0x74, 0xc8, 0x7f, 0x76, 0x83, 0xfd, 0x80, 0x1d, 0x8d, 0x6e, 0xae, 0xdf, 0x2a, 0x91,
0x57, 0xac, 0x44, 0xae, 0x53, 0x72, 0xd5, 0x4c, 0xc9, 0x85, 0x89, 0x5c, 0xb7, 0xd3, 0xb9, 0xe7,
0xd6, 0xa7, 0x7a, 0xee, 0x8f, 0xa0, 0x41, 0x18, 0xf5, 0xf3, 0xb7, 0x20, 0x0c, 0x8d, 0x98, 0x51,
0x5f, 0x94, 0xfa, 0xac, 0xcf, 0xaf, 0x13, 0x0b, 0xc6, 0x73, 0x7d, 0xd6, 0xba, 0xc6, 0xde, 0xa5,
0xb6, 0x71, 0x01, 0x8a, 0x37, 0x01, 0x72, 0x23, 0x25, 0xda, 0x8c, 0xce, 0xf5, 0x66, 0xfc, 0x7b,
0x05, 0x56, 0x65, 0x7d, 0x3c, 0xd2, 0xcf, 0xbe, 0xdb, 0xb4, 0x77, 0xc6, 0xcc, 0xd9, 0xa3, 0x21,
0x67, 0x8f, 0x87, 0x00, 0x3d, 0x81, 0xcb, 0xef, 0x55, 0x69, 0xdb, 0x80, 0x70, 0xf3, 0x26, 0xde,
0x69, 0x20, 0x76, 0xa5, 0xce, 0xf2, 0xb5, 0xd0, 0x72, 0x4a, 0xd3, 0x61, 0xa2, 0x52, 0xae, 0x5a,
0xa1, 0x4d, 0x58, 0x30, 0x1e, 0x9c, 0x55, 0x97, 0x83, 0xb2, 0xd9, 0x49, 0xef, 0x10, 0x13, 0x6d,
0x6a, 0xf1, 0xfd, 0x48, 0x2a, 0x34, 0x6f, 0xe2, 0xe7, 0xac, 0xd1, 0xd8, 0xd4, 0x3d, 0xb1, 0x10,
0xd1, 0xd7, 0x33, 0x7d, 0xcd, 0x8b, 0x13, 0xf7, 0x8a, 0xfa, 0x4a, 0x94, 0xc2, 0x6c, 0x5f, 0x72,
0x0b, 0xbe, 0x84, 0xbb, 0xb2, 0xe1, 0xe0, 0xfa, 0x3b, 0x1a, 0x7d, 0xee, 0x25, 0x69, 0x69, 0x29,
0xbd, 0xb6, 0x6c, 0xe1, 0x8f, 0xa1, 0x29, 0x4a, 0xaa, 0x49, 0xe5, 0x7d, 0xa8, 0xa6, 0xa3, 0xcc,
0x98, 0x65, 0xda, 0xe1, 0xdb, 0x78, 0x07, 0xee, 0xe9, 0xe7, 0x8a, 0xad, 0x9e, 0xec, 0x3c, 0xae,
0x77, 0xfe, 0x8c, 0xbd, 0x8a, 0x66, 0x0f, 0xff, 0x44, 0xe4, 0xc2, 0x83, 0x02, 0x9d, 0x5b, 0xf7,
0x04, 0xbc, 0xf8, 0xf7, 0xbd, 0x24, 0xf2, 0xe9, 0x78, 0x10, 0xf6, 0x99, 0x7a, 0xd1, 0x32, 0x41,
0xf8, 0xab, 0xc2, 0xc3, 0x86, 0xba, 0x02, 0x6b, 0xa7, 0xe5, 0x5e, 0xd0, 0x30, 0x8c, 0x90, 0xeb,
0x1f, 0x43, 0xfd, 0x44, 0xe5, 0xa7, 0x12, 0x1c, 0xb1, 0x75, 0x0b, 0x06, 0x5e, 0x73, 0x06, 0x54,
0x63, 0xa8, 0xf4, 0xcc, 0xab, 0xf5, 0xf5, 0xba, 0x6a, 0xc3, 0x1c, 0x0f, 0x74, 0x1d, 0x82, 0xd9,
0x12, 0xff, 0xd3, 0x81, 0xfb, 0xc6, 0x43, 0x91, 0xb6, 0x8b, 0x30, 0xde, 0xf5, 0x54, 0x31, 0x34,
0xb8, 0xf3, 0x12, 0xd6, 0xbb, 0x7c, 0xe1, 0xd3, 0x53, 0x95, 0x17, 0x2d, 0x18, 0xa7, 0xd0, 0xf7,
0x62, 0x26, 0x43, 0x44, 0x8a, 0xa3, 0x01, 0xba, 0xe3, 0xac, 0x99, 0x1d, 0x27, 0x82, 0xda, 0x49,
0x1c, 0x0e, 0xb2, 0x9e, 0x95, 0x7f, 0x73, 0x09, 0xb8, 0xdd, 0x58, 0x92, 0xa8, 0xb8, 0xc9, 0x96,
0x3c, 0xb4, 0x13, 0xc6, 0xfa, 0x2a, 0xb1, 0xcd, 0x09, 0xf1, 0x0c, 0x08, 0xfe, 0x54, 0x38, 0x36,
0x61, 0x49, 0x8f, 0x06, 0x5f, 0x08, 0x25, 0xb7, 0xa0, 0xce, 0x0f, 0x4b, 0xa7, 0x74, 0x89, 0x5c,
0x88, 0x5b, 0xb5, 0x14, 0xe2, 0x1b, 0x7f, 0x02, 0xcb, 0x84, 0x45, 0xf2, 0x2c, 0x61, 0xc9, 0xd0,
0x2f, 0x77, 0xa6, 0xb2, 0xa3, 0x67, 0xfc, 0xda, 0xc8, 0xbc, 0x36, 0xc3, 0x72, 0x34, 0x16, 0xea,
0x42, 0x33, 0xb6, 0x2f, 0x48, 0x0a, 0x53, 0x75, 0xe1, 0x7e, 0x32, 0x81, 0x8f, 0x9f, 0xf0, 0xa8,
0xbb, 0xd8, 0x09, 0xe8, 0xb1, 0xcf, 0xb2, 0xff, 0x59, 0x72, 0x11, 0x2b, 0x86, 0x88, 0x78, 0x57,
0x3c, 0x61, 0xf3, 0x66, 0xf9, 0x7a, 0x61, 0x76, 0x93, 0xfd, 0x3d, 0x21, 0xcc, 0x3c, 0x11, 0xdf,
0x3c, 0xa1, 0x0e, 0x92, 0x53, 0x35, 0x75, 0xf0, 0x4f, 0xdc, 0x15, 0xa1, 0x6e, 0x5f, 0xba, 0x0e,
0x73, 0xb1, 0x92, 0xc1, 0x7e, 0x87, 0xb3, 0x2e, 0x25, 0x19, 0x12, 0xfe, 0x83, 0x1e, 0xbf, 0x0f,
0xbd, 0xd3, 0x80, 0xa6, 0xc3, 0x98, 0x1d, 0xd0, 0x98, 0x0e, 0xb8, 0x4d, 0xa5, 0x17, 0x1e, 0x8d,
0x23, 0xa6, 0x14, 0x66, 0x40, 0xd0, 0x87, 0x00, 0x3c, 0xa6, 0x8e, 0x45, 0x7e, 0x53, 0x0a, 0x2b,
0x49, 0x7c, 0x06, 0x12, 0xfa, 0x04, 0x16, 0x63, 0x23, 0x89, 0x26, 0xaa, 0x42, 0x97, 0x26, 0x58,
0x1b, 0x13, 0xff, 0xde, 0x81, 0xd6, 0x0f, 0xa8, 0xef, 0xb3, 0x54, 0x85, 0x7b, 0x26, 0xf0, 0x43,
0x80, 0x4b, 0x8f, 0x5d, 0xa9, 0x06, 0x46, 0x96, 0x1b, 0x03, 0xc2, 0xa3, 0x59, 0xac, 0x62, 0xef,
0x72, 0x2f, 0x0f, 0x3d, 0x13, 0xc4, 0x31, 0x92, 0x88, 0x05, 0x7d, 0x45, 0x42, 0xfe, 0xf7, 0x61,
0x82, 0x44, 0x90, 0x89, 0xa5, 0x22, 0x22, 0xdf, 0xd2, 0x2d, 0x18, 0xfe, 0x97, 0xe8, 0x68, 0x54,
0x52, 0xc8, 0x42, 0x79, 0x74, 0x73, 0xfe, 0xe4, 0xa2, 0x67, 0x4e, 0xcb, 0xbf, 0xa7, 0xce, 0x1d,
0xd9, 0x14, 0x59, 0x33, 0xa6, 0xc8, 0xb2, 0x28, 0x2d, 0xfe, 0xbd, 0x65, 0x4f, 0x71, 0x30, 0x31,
0x3b, 0xca, 0xae, 0x4a, 0xa6, 0x80, 0x85, 0xbc, 0xab, 0xea, 0x65, 0x6d, 0x9e, 0x6a, 0x62, 0x1a,
0x66, 0x13, 0xb3, 0xf1, 0x8f, 0x0a, 0xcc, 0x19, 0xff, 0xa3, 0x1e, 0x9e, 0x85, 0x57, 0x4a, 0x64,
0xae, 0xd0, 0x66, 0x6e, 0xcf, 0x8b, 0xc3, 0x34, 0xf6, 0x82, 0xd3, 0xce, 0x7d, 0x1d, 0x48, 0x85,
0x61, 0x14, 0xcf, 0xf0, 0x1a, 0x6e, 0xce, 0xd8, 0x2b, 0xfa, 0xb4, 0x01, 0xee, 0x34, 0x4c, 0x12,
0x78, 0x06, 0x7d, 0x0f, 0x16, 0xcc, 0xc0, 0x36, 0x4e, 0x19, 0xe0, 0xce, 0x4a, 0x31, 0x82, 0x05,
0x18, 0xcf, 0xa0, 0x6d, 0x58, 0xb4, 0x03, 0xe7, 0x5d, 0x4d, 0xc0, 0xda, 0xe8, 0xe8, 0x0d, 0x3b,
0xd4, 0xf0, 0x0c, 0x7a, 0x09, 0x2d, 0xc9, 0x22, 0xa1, 0x57, 0x46, 0xda, 0x46, 0xf7, 0x8b, 0x22,
0xe4, 0xfe, 0xd0, 0x29, 0xa9, 0xbe, 0x78, 0xe6, 0x78, 0x56, 0xfc, 0x53, 0xfe, 0x9d, 0xff, 0x04,
0x00, 0x00, 0xff, 0xff, 0x81, 0xb7, 0xef, 0x60, 0x62, 0x1f, 0x00, 0x00,
}
// Reference imports to suppress errors if they are not otherwise used.
var _ context.Context
var _ grpc.ClientConn
......@@ -3991,155 +4207,3 @@ var _Privacy_serviceDesc = grpc.ServiceDesc{
Streams: []grpc.StreamDesc{},
Metadata: "privacy.proto",
}
func init() { proto.RegisterFile("privacy.proto", fileDescriptor_privacy_72b9788f10887058) }
var fileDescriptor_privacy_72b9788f10887058 = []byte{
// 2332 bytes of a gzipped FileDescriptorProto
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xb4, 0x19, 0x4b, 0x6f, 0x23, 0x49,
0x39, 0xed, 0x47, 0x92, 0xfe, 0xe2, 0x24, 0x9e, 0x5a, 0x27, 0xeb, 0xf1, 0x44, 0xa3, 0xa1, 0x76,
0x35, 0x0c, 0x0b, 0x0a, 0xda, 0x10, 0x69, 0x1f, 0x0c, 0x9a, 0x8d, 0x33, 0x99, 0x99, 0x28, 0x3b,
0x93, 0x50, 0xc9, 0x0a, 0x84, 0x16, 0x89, 0x8a, 0x5d, 0x49, 0x5a, 0x69, 0x77, 0x77, 0xba, 0xdb,
0x89, 0x7d, 0x5a, 0x4e, 0x88, 0x03, 0x07, 0x24, 0x10, 0x17, 0x10, 0x37, 0xee, 0x1c, 0xf8, 0x01,
0x48, 0x08, 0x4e, 0xf0, 0x1b, 0xb8, 0x73, 0xe0, 0x37, 0xa0, 0x7a, 0x74, 0x57, 0x55, 0xbb, 0x9d,
0x64, 0x20, 0x5c, 0xac, 0xae, 0xaf, 0xbe, 0xfa, 0xea, 0x7b, 0x3f, 0xca, 0xb0, 0x18, 0xc5, 0xde,
0x25, 0xed, 0x8d, 0xd7, 0xa3, 0x38, 0x4c, 0x43, 0x54, 0x4f, 0xc7, 0x11, 0x4b, 0x3a, 0x8d, 0x5e,
0x38, 0x18, 0x84, 0x81, 0x04, 0x76, 0xee, 0xa5, 0x31, 0x0d, 0x12, 0xda, 0x4b, 0xbd, 0x0c, 0x84,
0xff, 0xed, 0xc0, 0xe2, 0x81, 0x3c, 0xb9, 0x25, 0xe0, 0xe8, 0x19, 0x2c, 0x45, 0xc3, 0x63, 0xdf,
0xeb, 0x6d, 0x28, 0x8a, 0x6d, 0xe7, 0x91, 0xf3, 0x64, 0x61, 0x63, 0x65, 0x5d, 0x90, 0x5c, 0x3f,
0x90, 0x9b, 0xea, 0xd0, 0xab, 0x19, 0x52, 0x40, 0x47, 0x5d, 0x58, 0x56, 0x9f, 0x39, 0x85, 0x8a,
0xa0, 0xb0, 0x9a, 0x51, 0x50, 0xbb, 0x9a, 0x44, 0xf1, 0x80, 0x60, 0x22, 0x03, 0x09, 0xea, 0xed,
0xaa, 0xcd, 0x44, 0x46, 0x42, 0x6c, 0x0a, 0x26, 0x2c, 0x74, 0xb4, 0x04, 0x95, 0x74, 0xdc, 0xae,
0x3d, 0x72, 0x9e, 0xd4, 0x49, 0x25, 0x1d, 0x77, 0xe7, 0xa0, 0x7e, 0x49, 0xfd, 0x21, 0xc3, 0x3f,
0x77, 0x60, 0xc9, 0x16, 0x01, 0xad, 0x81, 0x9b, 0x86, 0xe7, 0x2c, 0x08, 0xe8, 0x80, 0x09, 0x61,
0x5d, 0xa2, 0x01, 0x68, 0x15, 0x66, 0xe9, 0x20, 0x1c, 0x06, 0xa9, 0x90, 0xa2, 0x4a, 0xd4, 0x0a,
0x21, 0xa8, 0x05, 0x61, 0xca, 0xda, 0x75, 0x71, 0x40, 0x7c, 0xa3, 0x6f, 0xc1, 0x6c, 0x38, 0x4c,
0xa3, 0x61, 0xda, 0x9e, 0x13, 0xec, 0xb6, 0x6c, 0x76, 0xf7, 0xc5, 0x1e, 0x51, 0x38, 0xf8, 0x4f,
0x0e, 0x2c, 0x17, 0x74, 0x71, 0x87, 0xbc, 0x7c, 0x03, 0xea, 0x5e, 0xc0, 0x59, 0x99, 0x15, 0xac,
0xbc, 0x63, 0xb3, 0xb2, 0xcb, 0xb7, 0x88, 0xc4, 0x78, 0x4b, 0xb6, 0xff, 0xc2, 0x35, 0x68, 0xe9,
0xff, 0x7f, 0xe4, 0xba, 0x6a, 0x70, 0xcd, 0xed, 0x16, 0x0a, 0x96, 0x5d, 0x52, 0x49, 0x43, 0x2d,
0x45, 0xed, 0x2d, 0xa4, 0xa8, 0xdf, 0x42, 0x8a, 0x1d, 0x58, 0xfe, 0xe2, 0xe8, 0x87, 0xfb, 0x2f,
0xfd, 0xf0, 0x98, 0xfa, 0xbb, 0x41, 0x9f, 0x8d, 0x38, 0x9f, 0xe9, 0xe8, 0x8c, 0x26, 0x67, 0x82,
0xa3, 0x06, 0x51, 0x2b, 0xd4, 0x81, 0xf9, 0x70, 0x98, 0x7a, 0x1c, 0x47, 0x79, 0x54, 0xbe, 0xc6,
0x3f, 0x75, 0x60, 0x7e, 0x8f, 0x49, 0x46, 0x0c, 0x41, 0x1d, 0x4b, 0xd0, 0xcf, 0x60, 0x79, 0x98,
0x8e, 0x42, 0xe3, 0xae, 0x76, 0xe5, 0x51, 0xd5, 0x88, 0x88, 0x02, 0x27, 0xa4, 0x88, 0xce, 0x59,
0x38, 0x67, 0xe3, 0xdd, 0x01, 0x3d, 0x65, 0x8a, 0xb9, 0x7c, 0x8d, 0xbf, 0x0b, 0x0d, 0x53, 0x1d,
0xe8, 0x9b, 0x02, 0x57, 0x6a, 0xcd, 0x11, 0xd7, 0x2c, 0xab, 0x6b, 0x32, 0x46, 0x49, 0x8e, 0x80,
0x77, 0xc1, 0x3d, 0x67, 0x4a, 0x37, 0x53, 0xf9, 0x7f, 0x1f, 0x16, 0xc3, 0x80, 0xa5, 0xde, 0x80,
0x45, 0xc3, 0xe3, 0x73, 0x26, 0xe3, 0xb9, 0x41, 0x6c, 0x20, 0xfe, 0x71, 0x9e, 0x49, 0x14, 0xb9,
0x35, 0x70, 0x49, 0x34, 0x3c, 0xde, 0x63, 0xe3, 0x74, 0x24, 0x28, 0x36, 0x88, 0x06, 0xa0, 0x75,
0x71, 0xb3, 0xb2, 0x98, 0x54, 0x47, 0x53, 0xf1, 0x99, 0x73, 0x44, 0x34, 0x0a, 0x8e, 0xa0, 0xf5,
0x32, 0x0e, 0x87, 0x51, 0x89, 0xd5, 0xfe, 0x3f, 0x4a, 0xc7, 0xbf, 0x75, 0x60, 0xf1, 0xf3, 0xb0,
0x47, 0x7d, 0x8e, 0xb9, 0x9b, 0xb2, 0x01, 0xbf, 0xeb, 0x8c, 0x79, 0xa7, 0x67, 0xf9, 0x5d, 0x72,
0x85, 0xda, 0x30, 0x97, 0x8e, 0x3c, 0x75, 0x07, 0x77, 0x90, 0x6c, 0x69, 0xf9, 0x4e, 0xd5, 0xf6,
0x1d, 0xc3, 0xdf, 0x6a, 0x96, 0xbf, 0x4d, 0xa8, 0xbb, 0x5e, 0xa6, 0xee, 0xaf, 0x60, 0x89, 0xb0,
0x0b, 0xce, 0xda, 0x81, 0x50, 0x69, 0x92, 0x47, 0xe1, 0x9b, 0x62, 0x14, 0x72, 0x00, 0xda, 0x87,
0xd6, 0x69, 0x89, 0xfe, 0x94, 0x52, 0x1e, 0x28, 0xa5, 0x94, 0xa9, 0x98, 0x94, 0x1e, 0xc4, 0xef,
0xc1, 0xa2, 0x0c, 0xff, 0x3d, 0x36, 0x7e, 0x4e, 0x53, 0xca, 0xe3, 0xb9, 0x4f, 0x53, 0x2a, 0x9c,
0xae, 0x41, 0xc4, 0x37, 0xde, 0x82, 0xe5, 0x9c, 0xa4, 0xe4, 0x73, 0xaa, 0xc1, 0x56, 0x61, 0x36,
0x77, 0x2f, 0x4e, 0x40, 0xad, 0xf0, 0x11, 0x17, 0x34, 0x31, 0x05, 0xed, 0x42, 0xf3, 0xd4, 0x26,
0x9a, 0x28, 0x4f, 0x5f, 0x2d, 0x8a, 0x21, 0xb7, 0xc9, 0x04, 0x3e, 0x7e, 0x06, 0xcb, 0x84, 0x5d,
0x28, 0x87, 0x3d, 0xe2, 0x5a, 0x42, 0x2d, 0xa8, 0x0b, 0x75, 0x29, 0xdd, 0xc9, 0xc5, 0xb4, 0xec,
0x85, 0x9f, 0x42, 0x63, 0x4b, 0x7c, 0x3d, 0x67, 0x29, 0xf5, 0xfc, 0xa9, 0x62, 0xb5, 0xa0, 0xde,
0x33, 0x8e, 0xcb, 0x05, 0x7e, 0x03, 0xef, 0x10, 0x16, 0xf9, 0xe3, 0xac, 0xf6, 0x0a, 0xdc, 0x04,
0x7d, 0x04, 0x0d, 0x6a, 0x10, 0x55, 0x52, 0x65, 0x59, 0xcf, 0xbc, 0x8f, 0x58, 0x88, 0x98, 0x00,
0x8a, 0x39, 0x3d, 0x2e, 0x62, 0xb2, 0x7f, 0x22, 0x31, 0xd1, 0x53, 0x58, 0xf2, 0x4d, 0x07, 0xce,
0xd4, 0x94, 0xa5, 0x46, 0xcb, 0xbb, 0x49, 0x01, 0x17, 0x7f, 0x09, 0x2d, 0xc2, 0x7a, 0xcc, 0x8b,
0x52, 0x3b, 0xae, 0xcb, 0xf5, 0xf4, 0xb6, 0xf1, 0xfc, 0x4b, 0x07, 0x16, 0x95, 0xd8, 0xfb, 0x27,
0xfc, 0x52, 0xb4, 0x05, 0xae, 0x94, 0xe9, 0x35, 0x8d, 0x14, 0xa3, 0xef, 0x59, 0x92, 0x2b, 0x44,
0xb5, 0x7a, 0x4d, 0xa3, 0x9d, 0x20, 0x8d, 0xc7, 0x44, 0x9f, 0xea, 0x3c, 0x85, 0x25, 0x7b, 0x13,
0x35, 0xa1, 0xca, 0x5d, 0x4a, 0xda, 0x84, 0x7f, 0x72, 0xf6, 0x45, 0x2b, 0x90, 0x19, 0x44, 0x2c,
0x3e, 0xad, 0x7c, 0xec, 0xe0, 0xdf, 0x38, 0xd0, 0x3c, 0xca, 0x02, 0x26, 0xe3, 0xea, 0xb9, 0x8a,
0xaa, 0x44, 0x73, 0xf5, 0x58, 0x71, 0x55, 0xc4, 0x95, 0x80, 0x44, 0x33, 0x96, 0x1f, 0xe4, 0x8c,
0xd9, 0x9b, 0x26, 0x63, 0x6e, 0x09, 0x63, 0xae, 0xc9, 0xd8, 0x1e, 0xac, 0x14, 0xa2, 0x6f, 0xf3,
0x20, 0xf6, 0x64, 0xcc, 0xa8, 0x14, 0x22, 0xe9, 0x94, 0x95, 0xac, 0x4a, 0xa1, 0x64, 0xfd, 0xc2,
0x81, 0xa5, 0xac, 0x12, 0x68, 0x32, 0xa5, 0xbe, 0xfb, 0x62, 0x5a, 0x0e, 0x5d, 0x2b, 0xcf, 0xa1,
0x92, 0xdc, 0xcd, 0xe5, 0xcb, 0x35, 0xca, 0xd7, 0x3e, 0x2c, 0xe7, 0xfe, 0x71, 0x03, 0x3b, 0xa5,
0x75, 0xc8, 0x2d, 0x26, 0xc6, 0x97, 0x80, 0xcc, 0x7a, 0xa8, 0x68, 0x7e, 0x38, 0x51, 0x15, 0x57,
0x0a, 0x55, 0x51, 0x31, 0xaf, 0x6b, 0xa3, 0x07, 0xef, 0x58, 0x8e, 0xaf, 0x28, 0x4d, 0x94, 0x35,
0xd7, 0x2c, 0x6b, 0x9b, 0x93, 0x61, 0xb0, 0x5a, 0x0c, 0x03, 0x75, 0x93, 0x11, 0x0c, 0xbf, 0x76,
0xa0, 0x65, 0x77, 0xa5, 0xfa, 0xb2, 0x3b, 0xea, 0x07, 0x37, 0x0a, 0x4d, 0x5e, 0xa7, 0xac, 0x3d,
0x52, 0x9c, 0x65, 0x4d, 0xd2, 0xdf, 0x1c, 0x58, 0x29, 0x74, 0xa8, 0x77, 0xce, 0xd7, 0xb7, 0xed,
0x3e, 0xf5, 0x7e, 0x49, 0x87, 0xa7, 0xb8, 0x52, 0x7d, 0xde, 0x7f, 0x23, 0xc8, 0x5f, 0xb9, 0x7e,
0xad, 0x9e, 0xf5, 0x4e, 0xe4, 0xa8, 0x96, 0xc9, 0x51, 0x7b, 0x6b, 0x39, 0xea, 0xb7, 0x96, 0xe3,
0x67, 0x95, 0xdc, 0x27, 0xe5, 0xb8, 0xa6, 0xc4, 0xd8, 0x99, 0x32, 0xb4, 0x3d, 0x28, 0x1d, 0xda,
0xe4, 0xa1, 0x92, 0xd1, 0xed, 0xd5, 0xb4, 0xd1, 0x6d, 0xad, 0x7c, 0x74, 0xcb, 0x09, 0x4d, 0x0c,
0x70, 0x3b, 0x53, 0x06, 0xb8, 0x07, 0xa5, 0x03, 0x9c, 0xc1, 0xd0, 0x2d, 0xc7, 0xb8, 0x3f, 0x3b,
0xa2, 0xfd, 0xd9, 0x8e, 0x19, 0x4d, 0x99, 0x28, 0x7a, 0xb6, 0x29, 0xab, 0xd3, 0x4d, 0x59, 0xbb,
0xd1, 0x25, 0x57, 0x61, 0x36, 0x61, 0x41, 0x9f, 0xc5, 0x6a, 0x10, 0x51, 0x2b, 0x5d, 0xca, 0xe7,
0x04, 0x43, 0x72, 0x81, 0x1e, 0x02, 0xc8, 0xcc, 0x13, 0x51, 0x2f, 0x6e, 0xcf, 0x8b, 0x13, 0x06,
0x84, 0x53, 0x63, 0xa3, 0xc8, 0x8b, 0x59, 0xdb, 0x95, 0x37, 0xcb, 0x15, 0xfe, 0x12, 0x90, 0xd9,
0x02, 0x1c, 0x9c, 0x1f, 0x70, 0xec, 0xc7, 0xb0, 0x94, 0x9c, 0x85, 0x57, 0x87, 0xc3, 0x5e, 0x8f,
0x25, 0xc9, 0xc9, 0xd0, 0x17, 0x96, 0x9c, 0x27, 0x05, 0x68, 0xe1, 0xd6, 0x5a, 0xf1, 0x56, 0xfc,
0x19, 0x2f, 0xde, 0xa2, 0xbf, 0xe9, 0x52, 0x7f, 0x73, 0xab, 0xdf, 0x8f, 0x65, 0x93, 0x83, 0xa0,
0x46, 0xfb, 0xfd, 0x58, 0xf9, 0xba, 0xf8, 0xd6, 0x05, 0xbd, 0x62, 0x14, 0x74, 0xfc, 0x7d, 0xbb,
0x45, 0xe9, 0x52, 0x9f, 0x06, 0x3d, 0x86, 0x1e, 0xc1, 0x82, 0xca, 0xb7, 0x06, 0x1d, 0x13, 0xc4,
0xbb, 0xe1, 0x63, 0x89, 0xac, 0xc2, 0x26, 0x5b, 0xe2, 0x3f, 0x56, 0xf2, 0xd1, 0xf1, 0x79, 0xf7,
0x30, 0x0d, 0x63, 0x56, 0xa8, 0x60, 0xba, 0x09, 0xb6, 0xac, 0x59, 0x99, 0x6e, 0xcd, 0xaa, 0x65,
0x4d, 0x59, 0xf7, 0x76, 0x0b, 0xa3, 0x9a, 0x2c, 0x42, 0x18, 0x1a, 0xe9, 0x28, 0xef, 0x58, 0x89,
0xea, 0xaa, 0x2d, 0x18, 0xfa, 0x00, 0x9a, 0x4a, 0x92, 0x1c, 0x28, 0x7c, 0xa0, 0x41, 0x26, 0xe0,
0x5c, 0x6b, 0xe1, 0x55, 0xc0, 0x62, 0xe1, 0x0d, 0x2e, 0x91, 0x0b, 0x63, 0x44, 0x98, 0x9f, 0x36,
0x22, 0xb8, 0xf6, 0x88, 0xb0, 0x06, 0xee, 0xb1, 0x1f, 0xf6, 0xce, 0x85, 0x12, 0x40, 0x8e, 0x49,
0x39, 0x00, 0xbf, 0x81, 0x9a, 0x68, 0x43, 0xa6, 0xd5, 0xc4, 0x75, 0x70, 0x79, 0xb5, 0xed, 0xd2,
0xc4, 0xeb, 0xa9, 0x60, 0x6d, 0x1a, 0xc5, 0x59, 0xc0, 0x89, 0x46, 0xc1, 0x11, 0x2c, 0x71, 0xf8,
0x2b, 0x7a, 0xc9, 0x8e, 0x46, 0xaf, 0xb8, 0xa6, 0xaf, 0xe9, 0xc7, 0x53, 0x81, 0xa1, 0xd4, 0xaf,
0x56, 0xf6, 0x8d, 0xd5, 0x9b, 0x6f, 0xfc, 0x00, 0xea, 0x32, 0x40, 0xbf, 0x06, 0x75, 0x0e, 0xcd,
0x9a, 0xd0, 0x05, 0xe3, 0x10, 0x91, 0x3b, 0x98, 0xc8, 0xa9, 0x5c, 0x73, 0x97, 0xa0, 0x67, 0xb2,
0x07, 0x31, 0x40, 0x85, 0xfa, 0x6d, 0x1f, 0x20, 0x45, 0x6c, 0x7c, 0xc2, 0xe3, 0xec, 0xa2, 0x38,
0x36, 0x5e, 0x9f, 0xf8, 0x3b, 0x30, 0x3f, 0xf0, 0x46, 0xdb, 0x79, 0xea, 0xaf, 0x93, 0x7c, 0x6d,
0xf9, 0x5e, 0xd5, 0x18, 0x08, 0x12, 0x70, 0x73, 0xf9, 0xcb, 0xa6, 0x4f, 0xc7, 0x7a, 0x04, 0xbb,
0x71, 0xe4, 0xd7, 0xcd, 0xce, 0x41, 0xd9, 0xd0, 0x2d, 0x81, 0x98, 0x40, 0x53, 0x34, 0xec, 0xa2,
0xfb, 0xda, 0x1a, 0x14, 0x18, 0xb4, 0x0d, 0xfa, 0x38, 0xd3, 0xbf, 0xdd, 0x9d, 0x6b, 0xa3, 0x29,
0x23, 0xfc, 0xca, 0xe1, 0x1a, 0x4b, 0xee, 0x4e, 0x63, 0xdb, 0xd0, 0xe4, 0x94, 0x4d, 0x26, 0x85,
0xee, 0x16, 0x36, 0xde, 0x35, 0x78, 0x30, 0xb7, 0xc9, 0xc4, 0x01, 0xfc, 0x3b, 0x07, 0xee, 0xbd,
0xe0, 0x7e, 0x74, 0xc8, 0x7f, 0x76, 0x83, 0xfd, 0x80, 0x1d, 0x8d, 0x6e, 0xae, 0xdf, 0x2a, 0x91,
0x57, 0xac, 0x44, 0xae, 0x53, 0x72, 0xd5, 0x4c, 0xc9, 0x85, 0x89, 0x5c, 0xb7, 0xd3, 0xb9, 0xe7,
0xd6, 0xa7, 0x7a, 0xee, 0x8f, 0xa0, 0x41, 0x18, 0xf5, 0xf3, 0xb7, 0x20, 0x0c, 0x8d, 0x98, 0x51,
0x5f, 0x94, 0xfa, 0xac, 0xcf, 0xaf, 0x13, 0x0b, 0xc6, 0x73, 0x7d, 0xd6, 0xba, 0xc6, 0xde, 0xa5,
0xb6, 0x71, 0x01, 0x8a, 0x37, 0x01, 0x72, 0x23, 0x25, 0xda, 0x8c, 0xce, 0xf5, 0x66, 0xfc, 0x7b,
0x05, 0x56, 0x65, 0x7d, 0x3c, 0xd2, 0xcf, 0xbe, 0xdb, 0xb4, 0x77, 0xc6, 0xcc, 0xd9, 0xa3, 0x21,
0x67, 0x8f, 0x87, 0x00, 0x3d, 0x81, 0xcb, 0xef, 0x55, 0x69, 0xdb, 0x80, 0x70, 0xf3, 0x26, 0xde,
0x69, 0x20, 0x76, 0xa5, 0xce, 0xf2, 0xb5, 0xd0, 0x72, 0x4a, 0xd3, 0x61, 0xa2, 0x52, 0xae, 0x5a,
0xa1, 0x4d, 0x58, 0x30, 0x1e, 0x9c, 0x55, 0x97, 0x83, 0xb2, 0xd9, 0x49, 0xef, 0x10, 0x13, 0x6d,
0x6a, 0xf1, 0xfd, 0x48, 0x2a, 0x34, 0x6f, 0xe2, 0xe7, 0xac, 0xd1, 0xd8, 0xd4, 0x3d, 0xb1, 0x10,
0xd1, 0xd7, 0x33, 0x7d, 0xcd, 0x8b, 0x13, 0xf7, 0x8a, 0xfa, 0x4a, 0x94, 0xc2, 0x6c, 0x5f, 0x72,
0x0b, 0xbe, 0x84, 0xbb, 0xb2, 0xe1, 0xe0, 0xfa, 0x3b, 0x1a, 0x7d, 0xee, 0x25, 0x69, 0x69, 0x29,
0xbd, 0xb6, 0x6c, 0xe1, 0x8f, 0xa1, 0x29, 0x4a, 0xaa, 0x49, 0xe5, 0x7d, 0xa8, 0xa6, 0xa3, 0xcc,
0x98, 0x65, 0xda, 0xe1, 0xdb, 0x78, 0x07, 0xee, 0xe9, 0xe7, 0x8a, 0xad, 0x9e, 0xec, 0x3c, 0xae,
0x77, 0xfe, 0x8c, 0xbd, 0x8a, 0x66, 0x0f, 0xff, 0x44, 0xe4, 0xc2, 0x83, 0x02, 0x9d, 0x5b, 0xf7,
0x04, 0xbc, 0xf8, 0xf7, 0xbd, 0x24, 0xf2, 0xe9, 0x78, 0x10, 0xf6, 0x99, 0x7a, 0xd1, 0x32, 0x41,
0xf8, 0xab, 0xc2, 0xc3, 0x86, 0xba, 0x02, 0x6b, 0xa7, 0xe5, 0x5e, 0xd0, 0x30, 0x8c, 0x90, 0xeb,
0x1f, 0x43, 0xfd, 0x44, 0xe5, 0xa7, 0x12, 0x1c, 0xb1, 0x75, 0x0b, 0x06, 0x5e, 0x73, 0x06, 0x54,
0x63, 0xa8, 0xf4, 0xcc, 0xab, 0xf5, 0xf5, 0xba, 0x6a, 0xc3, 0x1c, 0x0f, 0x74, 0x1d, 0x82, 0xd9,
0x12, 0xff, 0xd3, 0x81, 0xfb, 0xc6, 0x43, 0x91, 0xb6, 0x8b, 0x30, 0xde, 0xf5, 0x54, 0x31, 0x34,
0xb8, 0xf3, 0x12, 0xd6, 0xbb, 0x7c, 0xe1, 0xd3, 0x53, 0x95, 0x17, 0x2d, 0x18, 0xa7, 0xd0, 0xf7,
0x62, 0x26, 0x43, 0x44, 0x8a, 0xa3, 0x01, 0xba, 0xe3, 0xac, 0x99, 0x1d, 0x27, 0x82, 0xda, 0x49,
0x1c, 0x0e, 0xb2, 0x9e, 0x95, 0x7f, 0x73, 0x09, 0xb8, 0xdd, 0x58, 0x92, 0xa8, 0xb8, 0xc9, 0x96,
0x3c, 0xb4, 0x13, 0xc6, 0xfa, 0x2a, 0xb1, 0xcd, 0x09, 0xf1, 0x0c, 0x08, 0xfe, 0x54, 0x38, 0x36,
0x61, 0x49, 0x8f, 0x06, 0x5f, 0x08, 0x25, 0xb7, 0xa0, 0xce, 0x0f, 0x4b, 0xa7, 0x74, 0x89, 0x5c,
0x88, 0x5b, 0xb5, 0x14, 0xe2, 0x1b, 0x7f, 0x02, 0xcb, 0x84, 0x45, 0xf2, 0x2c, 0x61, 0xc9, 0xd0,
0x2f, 0x77, 0xa6, 0xb2, 0xa3, 0x67, 0xfc, 0xda, 0xc8, 0xbc, 0x36, 0xc3, 0x72, 0x34, 0x16, 0xea,
0x42, 0x33, 0xb6, 0x2f, 0x48, 0x0a, 0x53, 0x75, 0xe1, 0x7e, 0x32, 0x81, 0x8f, 0x9f, 0xf0, 0xa8,
0xbb, 0xd8, 0x09, 0xe8, 0xb1, 0xcf, 0xb2, 0xff, 0x59, 0x72, 0x11, 0x2b, 0x86, 0x88, 0x78, 0x57,
0x3c, 0x61, 0xf3, 0x66, 0xf9, 0x7a, 0x61, 0x76, 0x93, 0xfd, 0x3d, 0x21, 0xcc, 0x3c, 0x11, 0xdf,
0x3c, 0xa1, 0x0e, 0x92, 0x53, 0x35, 0x75, 0xf0, 0x4f, 0xdc, 0x15, 0xa1, 0x6e, 0x5f, 0xba, 0x0e,
0x73, 0xb1, 0x92, 0xc1, 0x7e, 0x87, 0xb3, 0x2e, 0x25, 0x19, 0x12, 0xfe, 0x83, 0x1e, 0xbf, 0x0f,
0xbd, 0xd3, 0x80, 0xa6, 0xc3, 0x98, 0x1d, 0xd0, 0x98, 0x0e, 0xb8, 0x4d, 0xa5, 0x17, 0x1e, 0x8d,
0x23, 0xa6, 0x14, 0x66, 0x40, 0xd0, 0x87, 0x00, 0x3c, 0xa6, 0x8e, 0x45, 0x7e, 0x53, 0x0a, 0x2b,
0x49, 0x7c, 0x06, 0x12, 0xfa, 0x04, 0x16, 0x63, 0x23, 0x89, 0x26, 0xaa, 0x42, 0x97, 0x26, 0x58,
0x1b, 0x13, 0xff, 0xde, 0x81, 0xd6, 0x0f, 0xa8, 0xef, 0xb3, 0x54, 0x85, 0x7b, 0x26, 0xf0, 0x43,
0x80, 0x4b, 0x8f, 0x5d, 0xa9, 0x06, 0x46, 0x96, 0x1b, 0x03, 0xc2, 0xa3, 0x59, 0xac, 0x62, 0xef,
0x72, 0x2f, 0x0f, 0x3d, 0x13, 0xc4, 0x31, 0x92, 0x88, 0x05, 0x7d, 0x45, 0x42, 0xfe, 0xf7, 0x61,
0x82, 0x44, 0x90, 0x89, 0xa5, 0x22, 0x22, 0xdf, 0xd2, 0x2d, 0x18, 0xfe, 0x97, 0xe8, 0x68, 0x54,
0x52, 0xc8, 0x42, 0x79, 0x74, 0x73, 0xfe, 0xe4, 0xa2, 0x67, 0x4e, 0xcb, 0xbf, 0xa7, 0xce, 0x1d,
0xd9, 0x14, 0x59, 0x33, 0xa6, 0xc8, 0xb2, 0x28, 0x2d, 0xfe, 0xbd, 0x65, 0x4f, 0x71, 0x30, 0x31,
0x3b, 0xca, 0xae, 0x4a, 0xa6, 0x80, 0x85, 0xbc, 0xab, 0xea, 0x65, 0x6d, 0x9e, 0x6a, 0x62, 0x1a,
0x66, 0x13, 0xb3, 0xf1, 0x8f, 0x0a, 0xcc, 0x19, 0xff, 0xa3, 0x1e, 0x9e, 0x85, 0x57, 0x4a, 0x64,
0xae, 0xd0, 0x66, 0x6e, 0xcf, 0x8b, 0xc3, 0x34, 0xf6, 0x82, 0xd3, 0xce, 0x7d, 0x1d, 0x48, 0x85,
0x61, 0x14, 0xcf, 0xf0, 0x1a, 0x6e, 0xce, 0xd8, 0x2b, 0xfa, 0xb4, 0x01, 0xee, 0x34, 0x4c, 0x12,
0x78, 0x06, 0x7d, 0x0f, 0x16, 0xcc, 0xc0, 0x36, 0x4e, 0x19, 0xe0, 0xce, 0x4a, 0x31, 0x82, 0x05,
0x18, 0xcf, 0xa0, 0x6d, 0x58, 0xb4, 0x03, 0xe7, 0x5d, 0x4d, 0xc0, 0xda, 0xe8, 0xe8, 0x0d, 0x3b,
0xd4, 0xf0, 0x0c, 0x7a, 0x09, 0x2d, 0xc9, 0x22, 0xa1, 0x57, 0x46, 0xda, 0x46, 0xf7, 0x8b, 0x22,
0xe4, 0xfe, 0xd0, 0x29, 0xa9, 0xbe, 0x78, 0xe6, 0x78, 0x56, 0xfc, 0x53, 0xfe, 0x9d, 0xff, 0x04,
0x00, 0x00, 0xff, 0xff, 0x81, 0xb7, 0xef, 0x60, 0x62, 0x1f, 0x00, 0x00,
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment