mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2025-01-20 08:31:11 +00:00
518 lines
19 KiB
Go
518 lines
19 KiB
Go
// Code generated by protoc-gen-go. DO NOT EDIT.
|
|
// source: proto/beacon/rpc/v1/services.proto
|
|
|
|
package ethereum_beacon_rpc_v1
|
|
|
|
import proto "github.com/golang/protobuf/proto"
|
|
import fmt "fmt"
|
|
import math "math"
|
|
import v1 "github.com/prysmaticlabs/prysm/proto/beacon/p2p/v1"
|
|
import v11 "github.com/prysmaticlabs/prysm/proto/sharding/p2p/v1"
|
|
|
|
import (
|
|
context "golang.org/x/net/context"
|
|
grpc "google.golang.org/grpc"
|
|
)
|
|
|
|
// Reference imports to suppress errors if they are not otherwise used.
|
|
var _ = proto.Marshal
|
|
var _ = fmt.Errorf
|
|
var _ = math.Inf
|
|
|
|
// This is a compile-time assertion to ensure that this generated file
|
|
// is compatible with the proto package it is being compiled against.
|
|
// A compilation error at this line likely means your copy of the
|
|
// proto package needs to be updated.
|
|
const _ = proto.ProtoPackageIsVersion2 // please upgrade the proto package
|
|
|
|
type ShuffleRequest struct {
|
|
ValidatorCount uint64 `protobuf:"varint,1,opt,name=validator_count,json=validatorCount,proto3" json:"validator_count,omitempty"`
|
|
ValidatorIndex uint64 `protobuf:"varint,2,opt,name=validator_index,json=validatorIndex,proto3" json:"validator_index,omitempty"`
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
XXX_sizecache int32 `json:"-"`
|
|
}
|
|
|
|
func (m *ShuffleRequest) Reset() { *m = ShuffleRequest{} }
|
|
func (m *ShuffleRequest) String() string { return proto.CompactTextString(m) }
|
|
func (*ShuffleRequest) ProtoMessage() {}
|
|
func (*ShuffleRequest) Descriptor() ([]byte, []int) {
|
|
return fileDescriptor_services_eb4c3b1ec0eff100, []int{0}
|
|
}
|
|
func (m *ShuffleRequest) XXX_Unmarshal(b []byte) error {
|
|
return xxx_messageInfo_ShuffleRequest.Unmarshal(m, b)
|
|
}
|
|
func (m *ShuffleRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
return xxx_messageInfo_ShuffleRequest.Marshal(b, m, deterministic)
|
|
}
|
|
func (dst *ShuffleRequest) XXX_Merge(src proto.Message) {
|
|
xxx_messageInfo_ShuffleRequest.Merge(dst, src)
|
|
}
|
|
func (m *ShuffleRequest) XXX_Size() int {
|
|
return xxx_messageInfo_ShuffleRequest.Size(m)
|
|
}
|
|
func (m *ShuffleRequest) XXX_DiscardUnknown() {
|
|
xxx_messageInfo_ShuffleRequest.DiscardUnknown(m)
|
|
}
|
|
|
|
var xxx_messageInfo_ShuffleRequest proto.InternalMessageInfo
|
|
|
|
func (m *ShuffleRequest) GetValidatorCount() uint64 {
|
|
if m != nil {
|
|
return m.ValidatorCount
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *ShuffleRequest) GetValidatorIndex() uint64 {
|
|
if m != nil {
|
|
return m.ValidatorIndex
|
|
}
|
|
return 0
|
|
}
|
|
|
|
type ShuffleResponse struct {
|
|
IsProposer bool `protobuf:"varint,1,opt,name=is_proposer,json=isProposer,proto3" json:"is_proposer,omitempty"`
|
|
IsAttester bool `protobuf:"varint,2,opt,name=is_attester,json=isAttester,proto3" json:"is_attester,omitempty"`
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
XXX_sizecache int32 `json:"-"`
|
|
}
|
|
|
|
func (m *ShuffleResponse) Reset() { *m = ShuffleResponse{} }
|
|
func (m *ShuffleResponse) String() string { return proto.CompactTextString(m) }
|
|
func (*ShuffleResponse) ProtoMessage() {}
|
|
func (*ShuffleResponse) Descriptor() ([]byte, []int) {
|
|
return fileDescriptor_services_eb4c3b1ec0eff100, []int{1}
|
|
}
|
|
func (m *ShuffleResponse) XXX_Unmarshal(b []byte) error {
|
|
return xxx_messageInfo_ShuffleResponse.Unmarshal(m, b)
|
|
}
|
|
func (m *ShuffleResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
return xxx_messageInfo_ShuffleResponse.Marshal(b, m, deterministic)
|
|
}
|
|
func (dst *ShuffleResponse) XXX_Merge(src proto.Message) {
|
|
xxx_messageInfo_ShuffleResponse.Merge(dst, src)
|
|
}
|
|
func (m *ShuffleResponse) XXX_Size() int {
|
|
return xxx_messageInfo_ShuffleResponse.Size(m)
|
|
}
|
|
func (m *ShuffleResponse) XXX_DiscardUnknown() {
|
|
xxx_messageInfo_ShuffleResponse.DiscardUnknown(m)
|
|
}
|
|
|
|
var xxx_messageInfo_ShuffleResponse proto.InternalMessageInfo
|
|
|
|
func (m *ShuffleResponse) GetIsProposer() bool {
|
|
if m != nil {
|
|
return m.IsProposer
|
|
}
|
|
return false
|
|
}
|
|
|
|
func (m *ShuffleResponse) GetIsAttester() bool {
|
|
if m != nil {
|
|
return m.IsAttester
|
|
}
|
|
return false
|
|
}
|
|
|
|
type ProposeRequest struct {
|
|
RandaoReveal []byte `protobuf:"bytes,1,opt,name=randao_reveal,json=randaoReveal,proto3" json:"randao_reveal,omitempty"`
|
|
AttestationBitmask []byte `protobuf:"bytes,2,opt,name=attestation_bitmask,json=attestationBitmask,proto3" json:"attestation_bitmask,omitempty"`
|
|
AttestationAggregateSig []uint32 `protobuf:"varint,3,rep,packed,name=attestation_aggregate_sig,json=attestationAggregateSig,proto3" json:"attestation_aggregate_sig,omitempty"`
|
|
ShardAggregateVotes []*v1.AggregateVote `protobuf:"bytes,5,rep,name=shard_aggregate_votes,json=shardAggregateVotes,proto3" json:"shard_aggregate_votes,omitempty"`
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
XXX_sizecache int32 `json:"-"`
|
|
}
|
|
|
|
func (m *ProposeRequest) Reset() { *m = ProposeRequest{} }
|
|
func (m *ProposeRequest) String() string { return proto.CompactTextString(m) }
|
|
func (*ProposeRequest) ProtoMessage() {}
|
|
func (*ProposeRequest) Descriptor() ([]byte, []int) {
|
|
return fileDescriptor_services_eb4c3b1ec0eff100, []int{2}
|
|
}
|
|
func (m *ProposeRequest) XXX_Unmarshal(b []byte) error {
|
|
return xxx_messageInfo_ProposeRequest.Unmarshal(m, b)
|
|
}
|
|
func (m *ProposeRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
return xxx_messageInfo_ProposeRequest.Marshal(b, m, deterministic)
|
|
}
|
|
func (dst *ProposeRequest) XXX_Merge(src proto.Message) {
|
|
xxx_messageInfo_ProposeRequest.Merge(dst, src)
|
|
}
|
|
func (m *ProposeRequest) XXX_Size() int {
|
|
return xxx_messageInfo_ProposeRequest.Size(m)
|
|
}
|
|
func (m *ProposeRequest) XXX_DiscardUnknown() {
|
|
xxx_messageInfo_ProposeRequest.DiscardUnknown(m)
|
|
}
|
|
|
|
var xxx_messageInfo_ProposeRequest proto.InternalMessageInfo
|
|
|
|
func (m *ProposeRequest) GetRandaoReveal() []byte {
|
|
if m != nil {
|
|
return m.RandaoReveal
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (m *ProposeRequest) GetAttestationBitmask() []byte {
|
|
if m != nil {
|
|
return m.AttestationBitmask
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (m *ProposeRequest) GetAttestationAggregateSig() []uint32 {
|
|
if m != nil {
|
|
return m.AttestationAggregateSig
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (m *ProposeRequest) GetShardAggregateVotes() []*v1.AggregateVote {
|
|
if m != nil {
|
|
return m.ShardAggregateVotes
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type ProposeResponse struct {
|
|
BlockHash []byte `protobuf:"bytes,1,opt,name=block_hash,json=blockHash,proto3" json:"block_hash,omitempty"`
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
XXX_sizecache int32 `json:"-"`
|
|
}
|
|
|
|
func (m *ProposeResponse) Reset() { *m = ProposeResponse{} }
|
|
func (m *ProposeResponse) String() string { return proto.CompactTextString(m) }
|
|
func (*ProposeResponse) ProtoMessage() {}
|
|
func (*ProposeResponse) Descriptor() ([]byte, []int) {
|
|
return fileDescriptor_services_eb4c3b1ec0eff100, []int{3}
|
|
}
|
|
func (m *ProposeResponse) XXX_Unmarshal(b []byte) error {
|
|
return xxx_messageInfo_ProposeResponse.Unmarshal(m, b)
|
|
}
|
|
func (m *ProposeResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
return xxx_messageInfo_ProposeResponse.Marshal(b, m, deterministic)
|
|
}
|
|
func (dst *ProposeResponse) XXX_Merge(src proto.Message) {
|
|
xxx_messageInfo_ProposeResponse.Merge(dst, src)
|
|
}
|
|
func (m *ProposeResponse) XXX_Size() int {
|
|
return xxx_messageInfo_ProposeResponse.Size(m)
|
|
}
|
|
func (m *ProposeResponse) XXX_DiscardUnknown() {
|
|
xxx_messageInfo_ProposeResponse.DiscardUnknown(m)
|
|
}
|
|
|
|
var xxx_messageInfo_ProposeResponse proto.InternalMessageInfo
|
|
|
|
func (m *ProposeResponse) GetBlockHash() []byte {
|
|
if m != nil {
|
|
return m.BlockHash
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type SignRequest struct {
|
|
BlockHash []byte `protobuf:"bytes,1,opt,name=block_hash,json=blockHash,proto3" json:"block_hash,omitempty"`
|
|
Signature *v11.Signature `protobuf:"bytes,2,opt,name=signature,proto3" json:"signature,omitempty"`
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
XXX_sizecache int32 `json:"-"`
|
|
}
|
|
|
|
func (m *SignRequest) Reset() { *m = SignRequest{} }
|
|
func (m *SignRequest) String() string { return proto.CompactTextString(m) }
|
|
func (*SignRequest) ProtoMessage() {}
|
|
func (*SignRequest) Descriptor() ([]byte, []int) {
|
|
return fileDescriptor_services_eb4c3b1ec0eff100, []int{4}
|
|
}
|
|
func (m *SignRequest) XXX_Unmarshal(b []byte) error {
|
|
return xxx_messageInfo_SignRequest.Unmarshal(m, b)
|
|
}
|
|
func (m *SignRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
return xxx_messageInfo_SignRequest.Marshal(b, m, deterministic)
|
|
}
|
|
func (dst *SignRequest) XXX_Merge(src proto.Message) {
|
|
xxx_messageInfo_SignRequest.Merge(dst, src)
|
|
}
|
|
func (m *SignRequest) XXX_Size() int {
|
|
return xxx_messageInfo_SignRequest.Size(m)
|
|
}
|
|
func (m *SignRequest) XXX_DiscardUnknown() {
|
|
xxx_messageInfo_SignRequest.DiscardUnknown(m)
|
|
}
|
|
|
|
var xxx_messageInfo_SignRequest proto.InternalMessageInfo
|
|
|
|
func (m *SignRequest) GetBlockHash() []byte {
|
|
if m != nil {
|
|
return m.BlockHash
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (m *SignRequest) GetSignature() *v11.Signature {
|
|
if m != nil {
|
|
return m.Signature
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type SignResponse struct {
|
|
Signed bool `protobuf:"varint,1,opt,name=signed,proto3" json:"signed,omitempty"`
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
XXX_sizecache int32 `json:"-"`
|
|
}
|
|
|
|
func (m *SignResponse) Reset() { *m = SignResponse{} }
|
|
func (m *SignResponse) String() string { return proto.CompactTextString(m) }
|
|
func (*SignResponse) ProtoMessage() {}
|
|
func (*SignResponse) Descriptor() ([]byte, []int) {
|
|
return fileDescriptor_services_eb4c3b1ec0eff100, []int{5}
|
|
}
|
|
func (m *SignResponse) XXX_Unmarshal(b []byte) error {
|
|
return xxx_messageInfo_SignResponse.Unmarshal(m, b)
|
|
}
|
|
func (m *SignResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
return xxx_messageInfo_SignResponse.Marshal(b, m, deterministic)
|
|
}
|
|
func (dst *SignResponse) XXX_Merge(src proto.Message) {
|
|
xxx_messageInfo_SignResponse.Merge(dst, src)
|
|
}
|
|
func (m *SignResponse) XXX_Size() int {
|
|
return xxx_messageInfo_SignResponse.Size(m)
|
|
}
|
|
func (m *SignResponse) XXX_DiscardUnknown() {
|
|
xxx_messageInfo_SignResponse.DiscardUnknown(m)
|
|
}
|
|
|
|
var xxx_messageInfo_SignResponse proto.InternalMessageInfo
|
|
|
|
func (m *SignResponse) GetSigned() bool {
|
|
if m != nil {
|
|
return m.Signed
|
|
}
|
|
return false
|
|
}
|
|
|
|
func init() {
|
|
proto.RegisterType((*ShuffleRequest)(nil), "ethereum.beacon.rpc.v1.ShuffleRequest")
|
|
proto.RegisterType((*ShuffleResponse)(nil), "ethereum.beacon.rpc.v1.ShuffleResponse")
|
|
proto.RegisterType((*ProposeRequest)(nil), "ethereum.beacon.rpc.v1.ProposeRequest")
|
|
proto.RegisterType((*ProposeResponse)(nil), "ethereum.beacon.rpc.v1.ProposeResponse")
|
|
proto.RegisterType((*SignRequest)(nil), "ethereum.beacon.rpc.v1.SignRequest")
|
|
proto.RegisterType((*SignResponse)(nil), "ethereum.beacon.rpc.v1.SignResponse")
|
|
}
|
|
|
|
// Reference imports to suppress errors if they are not otherwise used.
|
|
var _ context.Context
|
|
var _ grpc.ClientConn
|
|
|
|
// This is a compile-time assertion to ensure that this generated file
|
|
// is compatible with the grpc package it is being compiled against.
|
|
const _ = grpc.SupportPackageIsVersion4
|
|
|
|
// BeaconServiceClient is the client API for BeaconService service.
|
|
//
|
|
// For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
|
|
type BeaconServiceClient interface {
|
|
ShuffleValidators(ctx context.Context, in *ShuffleRequest, opts ...grpc.CallOption) (BeaconService_ShuffleValidatorsClient, error)
|
|
SignBlock(ctx context.Context, in *SignRequest, opts ...grpc.CallOption) (*SignResponse, error)
|
|
ProposeBlock(ctx context.Context, in *ProposeRequest, opts ...grpc.CallOption) (*ProposeResponse, error)
|
|
}
|
|
|
|
type beaconServiceClient struct {
|
|
cc *grpc.ClientConn
|
|
}
|
|
|
|
func NewBeaconServiceClient(cc *grpc.ClientConn) BeaconServiceClient {
|
|
return &beaconServiceClient{cc}
|
|
}
|
|
|
|
func (c *beaconServiceClient) ShuffleValidators(ctx context.Context, in *ShuffleRequest, opts ...grpc.CallOption) (BeaconService_ShuffleValidatorsClient, error) {
|
|
stream, err := c.cc.NewStream(ctx, &_BeaconService_serviceDesc.Streams[0], "/ethereum.beacon.rpc.v1.BeaconService/ShuffleValidators", opts...)
|
|
if err != nil {
|
|
return nil, err
|
|
}
|
|
x := &beaconServiceShuffleValidatorsClient{stream}
|
|
if err := x.ClientStream.SendMsg(in); err != nil {
|
|
return nil, err
|
|
}
|
|
if err := x.ClientStream.CloseSend(); err != nil {
|
|
return nil, err
|
|
}
|
|
return x, nil
|
|
}
|
|
|
|
type BeaconService_ShuffleValidatorsClient interface {
|
|
Recv() (*ShuffleResponse, error)
|
|
grpc.ClientStream
|
|
}
|
|
|
|
type beaconServiceShuffleValidatorsClient struct {
|
|
grpc.ClientStream
|
|
}
|
|
|
|
func (x *beaconServiceShuffleValidatorsClient) Recv() (*ShuffleResponse, error) {
|
|
m := new(ShuffleResponse)
|
|
if err := x.ClientStream.RecvMsg(m); err != nil {
|
|
return nil, err
|
|
}
|
|
return m, nil
|
|
}
|
|
|
|
func (c *beaconServiceClient) SignBlock(ctx context.Context, in *SignRequest, opts ...grpc.CallOption) (*SignResponse, error) {
|
|
out := new(SignResponse)
|
|
err := c.cc.Invoke(ctx, "/ethereum.beacon.rpc.v1.BeaconService/SignBlock", in, out, opts...)
|
|
if err != nil {
|
|
return nil, err
|
|
}
|
|
return out, nil
|
|
}
|
|
|
|
func (c *beaconServiceClient) ProposeBlock(ctx context.Context, in *ProposeRequest, opts ...grpc.CallOption) (*ProposeResponse, error) {
|
|
out := new(ProposeResponse)
|
|
err := c.cc.Invoke(ctx, "/ethereum.beacon.rpc.v1.BeaconService/ProposeBlock", in, out, opts...)
|
|
if err != nil {
|
|
return nil, err
|
|
}
|
|
return out, nil
|
|
}
|
|
|
|
// BeaconServiceServer is the server API for BeaconService service.
|
|
type BeaconServiceServer interface {
|
|
ShuffleValidators(*ShuffleRequest, BeaconService_ShuffleValidatorsServer) error
|
|
SignBlock(context.Context, *SignRequest) (*SignResponse, error)
|
|
ProposeBlock(context.Context, *ProposeRequest) (*ProposeResponse, error)
|
|
}
|
|
|
|
func RegisterBeaconServiceServer(s *grpc.Server, srv BeaconServiceServer) {
|
|
s.RegisterService(&_BeaconService_serviceDesc, srv)
|
|
}
|
|
|
|
func _BeaconService_ShuffleValidators_Handler(srv interface{}, stream grpc.ServerStream) error {
|
|
m := new(ShuffleRequest)
|
|
if err := stream.RecvMsg(m); err != nil {
|
|
return err
|
|
}
|
|
return srv.(BeaconServiceServer).ShuffleValidators(m, &beaconServiceShuffleValidatorsServer{stream})
|
|
}
|
|
|
|
type BeaconService_ShuffleValidatorsServer interface {
|
|
Send(*ShuffleResponse) error
|
|
grpc.ServerStream
|
|
}
|
|
|
|
type beaconServiceShuffleValidatorsServer struct {
|
|
grpc.ServerStream
|
|
}
|
|
|
|
func (x *beaconServiceShuffleValidatorsServer) Send(m *ShuffleResponse) error {
|
|
return x.ServerStream.SendMsg(m)
|
|
}
|
|
|
|
func _BeaconService_SignBlock_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
|
|
in := new(SignRequest)
|
|
if err := dec(in); err != nil {
|
|
return nil, err
|
|
}
|
|
if interceptor == nil {
|
|
return srv.(BeaconServiceServer).SignBlock(ctx, in)
|
|
}
|
|
info := &grpc.UnaryServerInfo{
|
|
Server: srv,
|
|
FullMethod: "/ethereum.beacon.rpc.v1.BeaconService/SignBlock",
|
|
}
|
|
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
|
|
return srv.(BeaconServiceServer).SignBlock(ctx, req.(*SignRequest))
|
|
}
|
|
return interceptor(ctx, in, info, handler)
|
|
}
|
|
|
|
func _BeaconService_ProposeBlock_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
|
|
in := new(ProposeRequest)
|
|
if err := dec(in); err != nil {
|
|
return nil, err
|
|
}
|
|
if interceptor == nil {
|
|
return srv.(BeaconServiceServer).ProposeBlock(ctx, in)
|
|
}
|
|
info := &grpc.UnaryServerInfo{
|
|
Server: srv,
|
|
FullMethod: "/ethereum.beacon.rpc.v1.BeaconService/ProposeBlock",
|
|
}
|
|
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
|
|
return srv.(BeaconServiceServer).ProposeBlock(ctx, req.(*ProposeRequest))
|
|
}
|
|
return interceptor(ctx, in, info, handler)
|
|
}
|
|
|
|
var _BeaconService_serviceDesc = grpc.ServiceDesc{
|
|
ServiceName: "ethereum.beacon.rpc.v1.BeaconService",
|
|
HandlerType: (*BeaconServiceServer)(nil),
|
|
Methods: []grpc.MethodDesc{
|
|
{
|
|
MethodName: "SignBlock",
|
|
Handler: _BeaconService_SignBlock_Handler,
|
|
},
|
|
{
|
|
MethodName: "ProposeBlock",
|
|
Handler: _BeaconService_ProposeBlock_Handler,
|
|
},
|
|
},
|
|
Streams: []grpc.StreamDesc{
|
|
{
|
|
StreamName: "ShuffleValidators",
|
|
Handler: _BeaconService_ShuffleValidators_Handler,
|
|
ServerStreams: true,
|
|
},
|
|
},
|
|
Metadata: "proto/beacon/rpc/v1/services.proto",
|
|
}
|
|
|
|
func init() {
|
|
proto.RegisterFile("proto/beacon/rpc/v1/services.proto", fileDescriptor_services_eb4c3b1ec0eff100)
|
|
}
|
|
|
|
var fileDescriptor_services_eb4c3b1ec0eff100 = []byte{
|
|
// 498 bytes of a gzipped FileDescriptorProto
|
|
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x53, 0x4f, 0x6f, 0xda, 0x4e,
|
|
0x10, 0x15, 0xe1, 0xf7, 0x8b, 0xca, 0xf0, 0x4f, 0xdd, 0xa8, 0x29, 0x45, 0xaa, 0x8a, 0x4c, 0x9a,
|
|
0x70, 0xb2, 0x03, 0xbd, 0xf5, 0x06, 0xbd, 0xb4, 0xb7, 0xca, 0x96, 0x90, 0x7a, 0xb2, 0x16, 0x33,
|
|
0xd8, 0xab, 0x80, 0xd7, 0xdd, 0x59, 0xac, 0x7e, 0xac, 0x7e, 0xc1, 0x4a, 0x95, 0xd7, 0x6b, 0xc0,
|
|
0x28, 0xa4, 0xc7, 0x7d, 0xf3, 0xde, 0xcc, 0x9b, 0x3f, 0x0b, 0x4e, 0xa6, 0xa4, 0x96, 0xde, 0x0a,
|
|
0x79, 0x24, 0x53, 0x4f, 0x65, 0x91, 0x97, 0x4f, 0x3d, 0x42, 0x95, 0x8b, 0x08, 0xc9, 0x35, 0x41,
|
|
0x76, 0x8b, 0x3a, 0x41, 0x85, 0xfb, 0x9d, 0x5b, 0xd2, 0x5c, 0x95, 0x45, 0x6e, 0x3e, 0x1d, 0xde,
|
|
0x95, 0x5a, 0x4a, 0xb8, 0x5a, 0x8b, 0x34, 0xf6, 0xb2, 0x59, 0x56, 0xa8, 0x77, 0x48, 0xc4, 0xe3,
|
|
0x4a, 0x3d, 0xac, 0x57, 0x78, 0x96, 0xe3, 0xac, 0xa0, 0x17, 0x24, 0xfb, 0xcd, 0x66, 0x8b, 0x3e,
|
|
0xfe, 0xdc, 0x23, 0x69, 0xf6, 0x00, 0xfd, 0x9c, 0x6f, 0xc5, 0x9a, 0x6b, 0xa9, 0xc2, 0x48, 0xee,
|
|
0x53, 0x3d, 0x68, 0x8c, 0x1a, 0x93, 0xff, 0xfc, 0xde, 0x01, 0xfe, 0x52, 0xa0, 0x75, 0xa2, 0x48,
|
|
0xd7, 0xf8, 0x6b, 0x70, 0x75, 0x46, 0xfc, 0x56, 0xa0, 0x4e, 0x00, 0xfd, 0x43, 0x0d, 0xca, 0x64,
|
|
0x4a, 0xc8, 0x3e, 0x40, 0x5b, 0x50, 0x98, 0x29, 0x99, 0x49, 0x42, 0x65, 0x0a, 0xbc, 0xf2, 0x41,
|
|
0xd0, 0x77, 0x8b, 0x58, 0x02, 0xd7, 0x1a, 0x49, 0xa3, 0x32, 0x89, 0x0d, 0x61, 0x6e, 0x11, 0xe7,
|
|
0x4f, 0x03, 0x7a, 0x96, 0x5d, 0x39, 0x1f, 0x43, 0x57, 0xf1, 0x74, 0xcd, 0x65, 0xa8, 0x30, 0x47,
|
|
0xbe, 0x35, 0x69, 0x3b, 0x7e, 0xa7, 0x04, 0x7d, 0x83, 0x31, 0x0f, 0x6e, 0xca, 0xac, 0x5c, 0x0b,
|
|
0x99, 0x86, 0x2b, 0xa1, 0x77, 0x9c, 0x9e, 0x4c, 0x81, 0x8e, 0xcf, 0x4e, 0x42, 0x8b, 0x32, 0xc2,
|
|
0x3e, 0xc3, 0xbb, 0x53, 0x01, 0x8f, 0x63, 0x85, 0x31, 0xd7, 0x18, 0x92, 0x88, 0x07, 0xcd, 0x51,
|
|
0x73, 0xd2, 0xf5, 0xdf, 0x9e, 0x10, 0xe6, 0x55, 0x3c, 0x10, 0x31, 0xfb, 0x01, 0x6f, 0xcc, 0x8e,
|
|
0x4e, 0x54, 0xb9, 0xd4, 0x48, 0x83, 0xff, 0x47, 0xcd, 0x49, 0x7b, 0xf6, 0xd1, 0x3d, 0xdf, 0x6f,
|
|
0x36, 0xcb, 0xdc, 0x7c, 0xea, 0x1e, 0x92, 0x2c, 0xa5, 0x46, 0xff, 0xc6, 0xe4, 0xa8, 0x61, 0xe4,
|
|
0x3c, 0x42, 0xff, 0xd0, 0xbe, 0x1d, 0xea, 0x7b, 0x80, 0xd5, 0x56, 0x46, 0x4f, 0x61, 0xc2, 0x29,
|
|
0xb1, 0xcd, 0xb7, 0x0c, 0xf2, 0x95, 0x53, 0xe2, 0x48, 0x68, 0x07, 0x22, 0x4e, 0xab, 0x69, 0xbd,
|
|
0xcc, 0x66, 0x73, 0x68, 0x91, 0x88, 0x53, 0xae, 0xf7, 0x0a, 0xcd, 0x74, 0xda, 0xb3, 0xf1, 0xd1,
|
|
0x6e, 0x75, 0x79, 0x95, 0xe1, 0xa0, 0xa2, 0xfa, 0x47, 0x95, 0x73, 0x0f, 0x9d, 0xb2, 0xa0, 0xf5,
|
|
0x77, 0x0b, 0xd7, 0x45, 0x10, 0xd7, 0x76, 0xdf, 0xf6, 0x35, 0xfb, 0x7d, 0x05, 0xdd, 0x85, 0xe9,
|
|
0x3f, 0x28, 0xcf, 0x9f, 0x6d, 0xe0, 0xb5, 0xbd, 0x98, 0x65, 0x75, 0x4a, 0xc4, 0xee, 0xdd, 0xe7,
|
|
0x7f, 0x83, 0x5b, 0x3f, 0xe0, 0xe1, 0xc3, 0x3f, 0x79, 0xa5, 0x9f, 0xc7, 0x06, 0x5b, 0x42, 0xab,
|
|
0x70, 0xb8, 0x28, 0xba, 0x66, 0xe3, 0x8b, 0xba, 0xe3, 0xd4, 0x86, 0x77, 0x2f, 0x93, 0x6c, 0xa7,
|
|
0x21, 0x74, 0xec, 0x72, 0xca, 0xd4, 0x17, 0xad, 0xd7, 0x2f, 0xf8, 0xb2, 0xf5, 0xb3, 0x55, 0xaf,
|
|
0xae, 0xcd, 0xef, 0xfd, 0xf4, 0x37, 0x00, 0x00, 0xff, 0xff, 0x20, 0xdb, 0xd3, 0xf3, 0x45, 0x04,
|
|
0x00, 0x00,
|
|
}
|