From a5838657e39a1fc1f07ba3591eacf456959a7b80 Mon Sep 17 00:00:00 2001 From: Cam Sweeney Date: Fri, 21 Jul 2023 16:49:40 -0700 Subject: [PATCH 1/3] change package from access to executiondata --- protobuf/flow/executiondata/executiondata.proto | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/protobuf/flow/executiondata/executiondata.proto b/protobuf/flow/executiondata/executiondata.proto index 98fc423ee..703d35649 100644 --- a/protobuf/flow/executiondata/executiondata.proto +++ b/protobuf/flow/executiondata/executiondata.proto @@ -1,9 +1,9 @@ syntax = "proto3"; -package flow.access; +package flow.executiondata; -option go_package = "github.com/onflow/flow/protobuf/go/flow/access"; -option java_package = "org.onflow.protobuf.access"; +option go_package = "github.com/onflow/flow/protobuf/go/flow/executiondata"; +option java_package = "org.onflow.protobuf.executiondata"; import "flow/entities/block_execution_data.proto"; import "flow/entities/event.proto"; From 791baf04233d2fb4964f0403d0fc8099ecb1ca1e Mon Sep 17 00:00:00 2001 From: Cam Sweeney Date: Fri, 21 Jul 2023 17:13:36 -0700 Subject: [PATCH 2/3] regenerate proto files --- protobuf/README.md | 1 + protobuf/go/flow/access/access.pb.go | 4361 +++++++++++------ protobuf/go/flow/access/access_grpc.pb.go | 4 + protobuf/go/flow/entities/account.pb.go | 385 +- protobuf/go/flow/entities/block.pb.go | 365 +- .../flow/entities/block_execution_data.pb.go | 781 +-- protobuf/go/flow/entities/block_header.pb.go | 586 ++- protobuf/go/flow/entities/block_seal.pb.go | 338 +- protobuf/go/flow/entities/collection.pb.go | 330 +- protobuf/go/flow/entities/event.pb.go | 222 +- .../go/flow/entities/execution_result.pb.go | 634 ++- protobuf/go/flow/entities/metadata.pb.go | 204 +- .../go/flow/entities/node_version_info.pb.go | 234 +- protobuf/go/flow/entities/transaction.pb.go | 558 ++- protobuf/go/flow/execution/execution.pb.go | 1936 +++++--- .../go/flow/execution/execution_grpc.pb.go | 4 + .../go/flow/executiondata/executiondata.pb.go | 1011 ++-- .../executiondata/executiondata_grpc.pb.go | 20 +- protobuf/go/flow/legacy/access/access.pb.go | 2961 +++++++---- .../go/flow/legacy/access/access_grpc.pb.go | 4 + .../go/flow/legacy/entities/account.pb.go | 355 +- protobuf/go/flow/legacy/entities/block.pb.go | 259 +- .../flow/legacy/entities/block_header.pb.go | 216 +- .../go/flow/legacy/entities/block_seal.pb.go | 210 +- .../go/flow/legacy/entities/collection.pb.go | 278 +- protobuf/go/flow/legacy/entities/event.pb.go | 223 +- .../go/flow/legacy/entities/transaction.pb.go | 558 ++- .../go/flow/legacy/execution/execution.pb.go | 1133 +++-- .../legacy/execution/execution_grpc.pb.go | 4 + 29 files changed, 11898 insertions(+), 6277 deletions(-) diff --git a/protobuf/README.md b/protobuf/README.md index 6a581a671..a71671a73 100644 --- a/protobuf/README.md +++ b/protobuf/README.md @@ -11,6 +11,7 @@ Check out the [Flow Access API specification](/docs/content/access-api.md). You can use [buf](https://github.com/bufbuild/buf) to generate gRPC client stubs in a variety of languages. Please make sure you have `protoc-gen-go-grpc` installed, for example using command ```shell script +go install google.golang.org/protobuf/cmd/protoc-gen-go@v1.28 go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@v1.2.0 ``` diff --git a/protobuf/go/flow/access/access.pb.go b/protobuf/go/flow/access/access.pb.go index e051151fc..67fb39eeb 100644 --- a/protobuf/go/flow/access/access.pb.go +++ b/protobuf/go/flow/access/access.pb.go @@ -1,2201 +1,3592 @@ // Code generated by protoc-gen-go. DO NOT EDIT. +// versions: +// protoc-gen-go v1.28.1 +// protoc (unknown) // source: flow/access/access.proto package access import ( - fmt "fmt" - proto "github.com/golang/protobuf/proto" entities "github.com/onflow/flow/protobuf/go/flow/entities" + protoreflect "google.golang.org/protobuf/reflect/protoreflect" + protoimpl "google.golang.org/protobuf/runtime/protoimpl" timestamppb "google.golang.org/protobuf/types/known/timestamppb" - math "math" + reflect "reflect" + sync "sync" ) -// Reference imports to suppress errors if they are not otherwise used. -var _ = proto.Marshal -var _ = fmt.Errorf -var _ = math.Inf - -// This is a compile-time assertion to ensure that this generated file -// is compatible with the proto package it is being compiled against. -// A compilation error at this line likely means your copy of the -// proto package needs to be updated. -const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package +const ( + // Verify that this generated code is sufficiently up-to-date. + _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) + // Verify that runtime/protoimpl is sufficiently up-to-date. + _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) +) type PingRequest struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields } -func (m *PingRequest) Reset() { *m = PingRequest{} } -func (m *PingRequest) String() string { return proto.CompactTextString(m) } -func (*PingRequest) ProtoMessage() {} -func (*PingRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_4382e32bb8e3e8e5, []int{0} +func (x *PingRequest) Reset() { + *x = PingRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_flow_access_access_proto_msgTypes[0] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } } -func (m *PingRequest) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_PingRequest.Unmarshal(m, b) +func (x *PingRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*PingRequest) ProtoMessage() {} + +func (x *PingRequest) ProtoReflect() protoreflect.Message { + mi := &file_flow_access_access_proto_msgTypes[0] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) } -func (m *PingRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_PingRequest.Marshal(b, m, deterministic) + +// Deprecated: Use PingRequest.ProtoReflect.Descriptor instead. +func (*PingRequest) Descriptor() ([]byte, []int) { + return file_flow_access_access_proto_rawDescGZIP(), []int{0} } -func (m *PingRequest) XXX_Merge(src proto.Message) { - xxx_messageInfo_PingRequest.Merge(m, src) + +type PingResponse struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields } -func (m *PingRequest) XXX_Size() int { - return xxx_messageInfo_PingRequest.Size(m) + +func (x *PingResponse) Reset() { + *x = PingResponse{} + if protoimpl.UnsafeEnabled { + mi := &file_flow_access_access_proto_msgTypes[1] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } } -func (m *PingRequest) XXX_DiscardUnknown() { - xxx_messageInfo_PingRequest.DiscardUnknown(m) + +func (x *PingResponse) String() string { + return protoimpl.X.MessageStringOf(x) } -var xxx_messageInfo_PingRequest proto.InternalMessageInfo +func (*PingResponse) ProtoMessage() {} -type PingResponse struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` +func (x *PingResponse) ProtoReflect() protoreflect.Message { + mi := &file_flow_access_access_proto_msgTypes[1] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) } -func (m *PingResponse) Reset() { *m = PingResponse{} } -func (m *PingResponse) String() string { return proto.CompactTextString(m) } -func (*PingResponse) ProtoMessage() {} +// Deprecated: Use PingResponse.ProtoReflect.Descriptor instead. func (*PingResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_4382e32bb8e3e8e5, []int{1} + return file_flow_access_access_proto_rawDescGZIP(), []int{1} } -func (m *PingResponse) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_PingResponse.Unmarshal(m, b) -} -func (m *PingResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_PingResponse.Marshal(b, m, deterministic) -} -func (m *PingResponse) XXX_Merge(src proto.Message) { - xxx_messageInfo_PingResponse.Merge(m, src) +type GetNodeVersionInfoRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields } -func (m *PingResponse) XXX_Size() int { - return xxx_messageInfo_PingResponse.Size(m) + +func (x *GetNodeVersionInfoRequest) Reset() { + *x = GetNodeVersionInfoRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_flow_access_access_proto_msgTypes[2] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } } -func (m *PingResponse) XXX_DiscardUnknown() { - xxx_messageInfo_PingResponse.DiscardUnknown(m) + +func (x *GetNodeVersionInfoRequest) String() string { + return protoimpl.X.MessageStringOf(x) } -var xxx_messageInfo_PingResponse proto.InternalMessageInfo +func (*GetNodeVersionInfoRequest) ProtoMessage() {} -type GetNodeVersionInfoRequest struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` +func (x *GetNodeVersionInfoRequest) ProtoReflect() protoreflect.Message { + mi := &file_flow_access_access_proto_msgTypes[2] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) } -func (m *GetNodeVersionInfoRequest) Reset() { *m = GetNodeVersionInfoRequest{} } -func (m *GetNodeVersionInfoRequest) String() string { return proto.CompactTextString(m) } -func (*GetNodeVersionInfoRequest) ProtoMessage() {} +// Deprecated: Use GetNodeVersionInfoRequest.ProtoReflect.Descriptor instead. func (*GetNodeVersionInfoRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_4382e32bb8e3e8e5, []int{2} + return file_flow_access_access_proto_rawDescGZIP(), []int{2} } -func (m *GetNodeVersionInfoRequest) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_GetNodeVersionInfoRequest.Unmarshal(m, b) -} -func (m *GetNodeVersionInfoRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_GetNodeVersionInfoRequest.Marshal(b, m, deterministic) -} -func (m *GetNodeVersionInfoRequest) XXX_Merge(src proto.Message) { - xxx_messageInfo_GetNodeVersionInfoRequest.Merge(m, src) +type GetNodeVersionInfoResponse struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Info *entities.NodeVersionInfo `protobuf:"bytes,1,opt,name=info,proto3" json:"info,omitempty"` } -func (m *GetNodeVersionInfoRequest) XXX_Size() int { - return xxx_messageInfo_GetNodeVersionInfoRequest.Size(m) + +func (x *GetNodeVersionInfoResponse) Reset() { + *x = GetNodeVersionInfoResponse{} + if protoimpl.UnsafeEnabled { + mi := &file_flow_access_access_proto_msgTypes[3] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } } -func (m *GetNodeVersionInfoRequest) XXX_DiscardUnknown() { - xxx_messageInfo_GetNodeVersionInfoRequest.DiscardUnknown(m) + +func (x *GetNodeVersionInfoResponse) String() string { + return protoimpl.X.MessageStringOf(x) } -var xxx_messageInfo_GetNodeVersionInfoRequest proto.InternalMessageInfo +func (*GetNodeVersionInfoResponse) ProtoMessage() {} -type GetNodeVersionInfoResponse struct { - Info *entities.NodeVersionInfo `protobuf:"bytes,1,opt,name=info,proto3" json:"info,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` +func (x *GetNodeVersionInfoResponse) ProtoReflect() protoreflect.Message { + mi := &file_flow_access_access_proto_msgTypes[3] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) } -func (m *GetNodeVersionInfoResponse) Reset() { *m = GetNodeVersionInfoResponse{} } -func (m *GetNodeVersionInfoResponse) String() string { return proto.CompactTextString(m) } -func (*GetNodeVersionInfoResponse) ProtoMessage() {} +// Deprecated: Use GetNodeVersionInfoResponse.ProtoReflect.Descriptor instead. func (*GetNodeVersionInfoResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_4382e32bb8e3e8e5, []int{3} -} - -func (m *GetNodeVersionInfoResponse) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_GetNodeVersionInfoResponse.Unmarshal(m, b) -} -func (m *GetNodeVersionInfoResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_GetNodeVersionInfoResponse.Marshal(b, m, deterministic) -} -func (m *GetNodeVersionInfoResponse) XXX_Merge(src proto.Message) { - xxx_messageInfo_GetNodeVersionInfoResponse.Merge(m, src) -} -func (m *GetNodeVersionInfoResponse) XXX_Size() int { - return xxx_messageInfo_GetNodeVersionInfoResponse.Size(m) -} -func (m *GetNodeVersionInfoResponse) XXX_DiscardUnknown() { - xxx_messageInfo_GetNodeVersionInfoResponse.DiscardUnknown(m) + return file_flow_access_access_proto_rawDescGZIP(), []int{3} } -var xxx_messageInfo_GetNodeVersionInfoResponse proto.InternalMessageInfo - -func (m *GetNodeVersionInfoResponse) GetInfo() *entities.NodeVersionInfo { - if m != nil { - return m.Info +func (x *GetNodeVersionInfoResponse) GetInfo() *entities.NodeVersionInfo { + if x != nil { + return x.Info } return nil } type GetLatestBlockHeaderRequest struct { - IsSealed bool `protobuf:"varint,1,opt,name=is_sealed,json=isSealed,proto3" json:"is_sealed,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields -func (m *GetLatestBlockHeaderRequest) Reset() { *m = GetLatestBlockHeaderRequest{} } -func (m *GetLatestBlockHeaderRequest) String() string { return proto.CompactTextString(m) } -func (*GetLatestBlockHeaderRequest) ProtoMessage() {} -func (*GetLatestBlockHeaderRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_4382e32bb8e3e8e5, []int{4} + IsSealed bool `protobuf:"varint,1,opt,name=is_sealed,json=isSealed,proto3" json:"is_sealed,omitempty"` } -func (m *GetLatestBlockHeaderRequest) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_GetLatestBlockHeaderRequest.Unmarshal(m, b) -} -func (m *GetLatestBlockHeaderRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_GetLatestBlockHeaderRequest.Marshal(b, m, deterministic) -} -func (m *GetLatestBlockHeaderRequest) XXX_Merge(src proto.Message) { - xxx_messageInfo_GetLatestBlockHeaderRequest.Merge(m, src) +func (x *GetLatestBlockHeaderRequest) Reset() { + *x = GetLatestBlockHeaderRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_flow_access_access_proto_msgTypes[4] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } } -func (m *GetLatestBlockHeaderRequest) XXX_Size() int { - return xxx_messageInfo_GetLatestBlockHeaderRequest.Size(m) + +func (x *GetLatestBlockHeaderRequest) String() string { + return protoimpl.X.MessageStringOf(x) } -func (m *GetLatestBlockHeaderRequest) XXX_DiscardUnknown() { - xxx_messageInfo_GetLatestBlockHeaderRequest.DiscardUnknown(m) + +func (*GetLatestBlockHeaderRequest) ProtoMessage() {} + +func (x *GetLatestBlockHeaderRequest) ProtoReflect() protoreflect.Message { + mi := &file_flow_access_access_proto_msgTypes[4] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) } -var xxx_messageInfo_GetLatestBlockHeaderRequest proto.InternalMessageInfo +// Deprecated: Use GetLatestBlockHeaderRequest.ProtoReflect.Descriptor instead. +func (*GetLatestBlockHeaderRequest) Descriptor() ([]byte, []int) { + return file_flow_access_access_proto_rawDescGZIP(), []int{4} +} -func (m *GetLatestBlockHeaderRequest) GetIsSealed() bool { - if m != nil { - return m.IsSealed +func (x *GetLatestBlockHeaderRequest) GetIsSealed() bool { + if x != nil { + return x.IsSealed } return false } type GetBlockHeaderByIDRequest struct { - Id []byte `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields -func (m *GetBlockHeaderByIDRequest) Reset() { *m = GetBlockHeaderByIDRequest{} } -func (m *GetBlockHeaderByIDRequest) String() string { return proto.CompactTextString(m) } -func (*GetBlockHeaderByIDRequest) ProtoMessage() {} -func (*GetBlockHeaderByIDRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_4382e32bb8e3e8e5, []int{5} + Id []byte `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` } -func (m *GetBlockHeaderByIDRequest) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_GetBlockHeaderByIDRequest.Unmarshal(m, b) -} -func (m *GetBlockHeaderByIDRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_GetBlockHeaderByIDRequest.Marshal(b, m, deterministic) -} -func (m *GetBlockHeaderByIDRequest) XXX_Merge(src proto.Message) { - xxx_messageInfo_GetBlockHeaderByIDRequest.Merge(m, src) +func (x *GetBlockHeaderByIDRequest) Reset() { + *x = GetBlockHeaderByIDRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_flow_access_access_proto_msgTypes[5] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } } -func (m *GetBlockHeaderByIDRequest) XXX_Size() int { - return xxx_messageInfo_GetBlockHeaderByIDRequest.Size(m) + +func (x *GetBlockHeaderByIDRequest) String() string { + return protoimpl.X.MessageStringOf(x) } -func (m *GetBlockHeaderByIDRequest) XXX_DiscardUnknown() { - xxx_messageInfo_GetBlockHeaderByIDRequest.DiscardUnknown(m) + +func (*GetBlockHeaderByIDRequest) ProtoMessage() {} + +func (x *GetBlockHeaderByIDRequest) ProtoReflect() protoreflect.Message { + mi := &file_flow_access_access_proto_msgTypes[5] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) } -var xxx_messageInfo_GetBlockHeaderByIDRequest proto.InternalMessageInfo +// Deprecated: Use GetBlockHeaderByIDRequest.ProtoReflect.Descriptor instead. +func (*GetBlockHeaderByIDRequest) Descriptor() ([]byte, []int) { + return file_flow_access_access_proto_rawDescGZIP(), []int{5} +} -func (m *GetBlockHeaderByIDRequest) GetId() []byte { - if m != nil { - return m.Id +func (x *GetBlockHeaderByIDRequest) GetId() []byte { + if x != nil { + return x.Id } return nil } type GetBlockHeaderByHeightRequest struct { - Height uint64 `protobuf:"varint,1,opt,name=height,proto3" json:"height,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields -func (m *GetBlockHeaderByHeightRequest) Reset() { *m = GetBlockHeaderByHeightRequest{} } -func (m *GetBlockHeaderByHeightRequest) String() string { return proto.CompactTextString(m) } -func (*GetBlockHeaderByHeightRequest) ProtoMessage() {} -func (*GetBlockHeaderByHeightRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_4382e32bb8e3e8e5, []int{6} + Height uint64 `protobuf:"varint,1,opt,name=height,proto3" json:"height,omitempty"` } -func (m *GetBlockHeaderByHeightRequest) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_GetBlockHeaderByHeightRequest.Unmarshal(m, b) -} -func (m *GetBlockHeaderByHeightRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_GetBlockHeaderByHeightRequest.Marshal(b, m, deterministic) -} -func (m *GetBlockHeaderByHeightRequest) XXX_Merge(src proto.Message) { - xxx_messageInfo_GetBlockHeaderByHeightRequest.Merge(m, src) +func (x *GetBlockHeaderByHeightRequest) Reset() { + *x = GetBlockHeaderByHeightRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_flow_access_access_proto_msgTypes[6] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } } -func (m *GetBlockHeaderByHeightRequest) XXX_Size() int { - return xxx_messageInfo_GetBlockHeaderByHeightRequest.Size(m) + +func (x *GetBlockHeaderByHeightRequest) String() string { + return protoimpl.X.MessageStringOf(x) } -func (m *GetBlockHeaderByHeightRequest) XXX_DiscardUnknown() { - xxx_messageInfo_GetBlockHeaderByHeightRequest.DiscardUnknown(m) + +func (*GetBlockHeaderByHeightRequest) ProtoMessage() {} + +func (x *GetBlockHeaderByHeightRequest) ProtoReflect() protoreflect.Message { + mi := &file_flow_access_access_proto_msgTypes[6] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) } -var xxx_messageInfo_GetBlockHeaderByHeightRequest proto.InternalMessageInfo +// Deprecated: Use GetBlockHeaderByHeightRequest.ProtoReflect.Descriptor instead. +func (*GetBlockHeaderByHeightRequest) Descriptor() ([]byte, []int) { + return file_flow_access_access_proto_rawDescGZIP(), []int{6} +} -func (m *GetBlockHeaderByHeightRequest) GetHeight() uint64 { - if m != nil { - return m.Height +func (x *GetBlockHeaderByHeightRequest) GetHeight() uint64 { + if x != nil { + return x.Height } return 0 } type BlockHeaderResponse struct { - Block *entities.BlockHeader `protobuf:"bytes,1,opt,name=block,proto3" json:"block,omitempty"` - BlockStatus entities.BlockStatus `protobuf:"varint,2,opt,name=block_status,json=blockStatus,proto3,enum=flow.entities.BlockStatus" json:"block_status,omitempty"` - Metadata *entities.Metadata `protobuf:"bytes,3,opt,name=metadata,proto3" json:"metadata,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields -func (m *BlockHeaderResponse) Reset() { *m = BlockHeaderResponse{} } -func (m *BlockHeaderResponse) String() string { return proto.CompactTextString(m) } -func (*BlockHeaderResponse) ProtoMessage() {} -func (*BlockHeaderResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_4382e32bb8e3e8e5, []int{7} + Block *entities.BlockHeader `protobuf:"bytes,1,opt,name=block,proto3" json:"block,omitempty"` + BlockStatus entities.BlockStatus `protobuf:"varint,2,opt,name=block_status,json=blockStatus,proto3,enum=flow.entities.BlockStatus" json:"block_status,omitempty"` + Metadata *entities.Metadata `protobuf:"bytes,3,opt,name=metadata,proto3" json:"metadata,omitempty"` } -func (m *BlockHeaderResponse) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_BlockHeaderResponse.Unmarshal(m, b) -} -func (m *BlockHeaderResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_BlockHeaderResponse.Marshal(b, m, deterministic) -} -func (m *BlockHeaderResponse) XXX_Merge(src proto.Message) { - xxx_messageInfo_BlockHeaderResponse.Merge(m, src) +func (x *BlockHeaderResponse) Reset() { + *x = BlockHeaderResponse{} + if protoimpl.UnsafeEnabled { + mi := &file_flow_access_access_proto_msgTypes[7] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } } -func (m *BlockHeaderResponse) XXX_Size() int { - return xxx_messageInfo_BlockHeaderResponse.Size(m) + +func (x *BlockHeaderResponse) String() string { + return protoimpl.X.MessageStringOf(x) } -func (m *BlockHeaderResponse) XXX_DiscardUnknown() { - xxx_messageInfo_BlockHeaderResponse.DiscardUnknown(m) + +func (*BlockHeaderResponse) ProtoMessage() {} + +func (x *BlockHeaderResponse) ProtoReflect() protoreflect.Message { + mi := &file_flow_access_access_proto_msgTypes[7] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) } -var xxx_messageInfo_BlockHeaderResponse proto.InternalMessageInfo +// Deprecated: Use BlockHeaderResponse.ProtoReflect.Descriptor instead. +func (*BlockHeaderResponse) Descriptor() ([]byte, []int) { + return file_flow_access_access_proto_rawDescGZIP(), []int{7} +} -func (m *BlockHeaderResponse) GetBlock() *entities.BlockHeader { - if m != nil { - return m.Block +func (x *BlockHeaderResponse) GetBlock() *entities.BlockHeader { + if x != nil { + return x.Block } return nil } -func (m *BlockHeaderResponse) GetBlockStatus() entities.BlockStatus { - if m != nil { - return m.BlockStatus +func (x *BlockHeaderResponse) GetBlockStatus() entities.BlockStatus { + if x != nil { + return x.BlockStatus } - return entities.BlockStatus_BLOCK_UNKNOWN + return entities.BlockStatus(0) } -func (m *BlockHeaderResponse) GetMetadata() *entities.Metadata { - if m != nil { - return m.Metadata +func (x *BlockHeaderResponse) GetMetadata() *entities.Metadata { + if x != nil { + return x.Metadata } return nil } type GetLatestBlockRequest struct { - IsSealed bool `protobuf:"varint,1,opt,name=is_sealed,json=isSealed,proto3" json:"is_sealed,omitempty"` - FullBlockResponse bool `protobuf:"varint,2,opt,name=full_block_response,json=fullBlockResponse,proto3" json:"full_block_response,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields -func (m *GetLatestBlockRequest) Reset() { *m = GetLatestBlockRequest{} } -func (m *GetLatestBlockRequest) String() string { return proto.CompactTextString(m) } -func (*GetLatestBlockRequest) ProtoMessage() {} -func (*GetLatestBlockRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_4382e32bb8e3e8e5, []int{8} + IsSealed bool `protobuf:"varint,1,opt,name=is_sealed,json=isSealed,proto3" json:"is_sealed,omitempty"` + FullBlockResponse bool `protobuf:"varint,2,opt,name=full_block_response,json=fullBlockResponse,proto3" json:"full_block_response,omitempty"` } -func (m *GetLatestBlockRequest) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_GetLatestBlockRequest.Unmarshal(m, b) -} -func (m *GetLatestBlockRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_GetLatestBlockRequest.Marshal(b, m, deterministic) -} -func (m *GetLatestBlockRequest) XXX_Merge(src proto.Message) { - xxx_messageInfo_GetLatestBlockRequest.Merge(m, src) +func (x *GetLatestBlockRequest) Reset() { + *x = GetLatestBlockRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_flow_access_access_proto_msgTypes[8] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } } -func (m *GetLatestBlockRequest) XXX_Size() int { - return xxx_messageInfo_GetLatestBlockRequest.Size(m) + +func (x *GetLatestBlockRequest) String() string { + return protoimpl.X.MessageStringOf(x) } -func (m *GetLatestBlockRequest) XXX_DiscardUnknown() { - xxx_messageInfo_GetLatestBlockRequest.DiscardUnknown(m) + +func (*GetLatestBlockRequest) ProtoMessage() {} + +func (x *GetLatestBlockRequest) ProtoReflect() protoreflect.Message { + mi := &file_flow_access_access_proto_msgTypes[8] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) } -var xxx_messageInfo_GetLatestBlockRequest proto.InternalMessageInfo +// Deprecated: Use GetLatestBlockRequest.ProtoReflect.Descriptor instead. +func (*GetLatestBlockRequest) Descriptor() ([]byte, []int) { + return file_flow_access_access_proto_rawDescGZIP(), []int{8} +} -func (m *GetLatestBlockRequest) GetIsSealed() bool { - if m != nil { - return m.IsSealed +func (x *GetLatestBlockRequest) GetIsSealed() bool { + if x != nil { + return x.IsSealed } return false } -func (m *GetLatestBlockRequest) GetFullBlockResponse() bool { - if m != nil { - return m.FullBlockResponse +func (x *GetLatestBlockRequest) GetFullBlockResponse() bool { + if x != nil { + return x.FullBlockResponse } return false } type GetBlockByIDRequest struct { - Id []byte `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` - FullBlockResponse bool `protobuf:"varint,2,opt,name=full_block_response,json=fullBlockResponse,proto3" json:"full_block_response,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields -func (m *GetBlockByIDRequest) Reset() { *m = GetBlockByIDRequest{} } -func (m *GetBlockByIDRequest) String() string { return proto.CompactTextString(m) } -func (*GetBlockByIDRequest) ProtoMessage() {} -func (*GetBlockByIDRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_4382e32bb8e3e8e5, []int{9} + Id []byte `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` + FullBlockResponse bool `protobuf:"varint,2,opt,name=full_block_response,json=fullBlockResponse,proto3" json:"full_block_response,omitempty"` } -func (m *GetBlockByIDRequest) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_GetBlockByIDRequest.Unmarshal(m, b) -} -func (m *GetBlockByIDRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_GetBlockByIDRequest.Marshal(b, m, deterministic) -} -func (m *GetBlockByIDRequest) XXX_Merge(src proto.Message) { - xxx_messageInfo_GetBlockByIDRequest.Merge(m, src) +func (x *GetBlockByIDRequest) Reset() { + *x = GetBlockByIDRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_flow_access_access_proto_msgTypes[9] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } } -func (m *GetBlockByIDRequest) XXX_Size() int { - return xxx_messageInfo_GetBlockByIDRequest.Size(m) + +func (x *GetBlockByIDRequest) String() string { + return protoimpl.X.MessageStringOf(x) } -func (m *GetBlockByIDRequest) XXX_DiscardUnknown() { - xxx_messageInfo_GetBlockByIDRequest.DiscardUnknown(m) + +func (*GetBlockByIDRequest) ProtoMessage() {} + +func (x *GetBlockByIDRequest) ProtoReflect() protoreflect.Message { + mi := &file_flow_access_access_proto_msgTypes[9] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) } -var xxx_messageInfo_GetBlockByIDRequest proto.InternalMessageInfo +// Deprecated: Use GetBlockByIDRequest.ProtoReflect.Descriptor instead. +func (*GetBlockByIDRequest) Descriptor() ([]byte, []int) { + return file_flow_access_access_proto_rawDescGZIP(), []int{9} +} -func (m *GetBlockByIDRequest) GetId() []byte { - if m != nil { - return m.Id +func (x *GetBlockByIDRequest) GetId() []byte { + if x != nil { + return x.Id } return nil } -func (m *GetBlockByIDRequest) GetFullBlockResponse() bool { - if m != nil { - return m.FullBlockResponse +func (x *GetBlockByIDRequest) GetFullBlockResponse() bool { + if x != nil { + return x.FullBlockResponse } return false } type GetBlockByHeightRequest struct { - Height uint64 `protobuf:"varint,1,opt,name=height,proto3" json:"height,omitempty"` - FullBlockResponse bool `protobuf:"varint,2,opt,name=full_block_response,json=fullBlockResponse,proto3" json:"full_block_response,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields -func (m *GetBlockByHeightRequest) Reset() { *m = GetBlockByHeightRequest{} } -func (m *GetBlockByHeightRequest) String() string { return proto.CompactTextString(m) } -func (*GetBlockByHeightRequest) ProtoMessage() {} -func (*GetBlockByHeightRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_4382e32bb8e3e8e5, []int{10} + Height uint64 `protobuf:"varint,1,opt,name=height,proto3" json:"height,omitempty"` + FullBlockResponse bool `protobuf:"varint,2,opt,name=full_block_response,json=fullBlockResponse,proto3" json:"full_block_response,omitempty"` } -func (m *GetBlockByHeightRequest) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_GetBlockByHeightRequest.Unmarshal(m, b) -} -func (m *GetBlockByHeightRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_GetBlockByHeightRequest.Marshal(b, m, deterministic) -} -func (m *GetBlockByHeightRequest) XXX_Merge(src proto.Message) { - xxx_messageInfo_GetBlockByHeightRequest.Merge(m, src) +func (x *GetBlockByHeightRequest) Reset() { + *x = GetBlockByHeightRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_flow_access_access_proto_msgTypes[10] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } } -func (m *GetBlockByHeightRequest) XXX_Size() int { - return xxx_messageInfo_GetBlockByHeightRequest.Size(m) + +func (x *GetBlockByHeightRequest) String() string { + return protoimpl.X.MessageStringOf(x) } -func (m *GetBlockByHeightRequest) XXX_DiscardUnknown() { - xxx_messageInfo_GetBlockByHeightRequest.DiscardUnknown(m) + +func (*GetBlockByHeightRequest) ProtoMessage() {} + +func (x *GetBlockByHeightRequest) ProtoReflect() protoreflect.Message { + mi := &file_flow_access_access_proto_msgTypes[10] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) } -var xxx_messageInfo_GetBlockByHeightRequest proto.InternalMessageInfo +// Deprecated: Use GetBlockByHeightRequest.ProtoReflect.Descriptor instead. +func (*GetBlockByHeightRequest) Descriptor() ([]byte, []int) { + return file_flow_access_access_proto_rawDescGZIP(), []int{10} +} -func (m *GetBlockByHeightRequest) GetHeight() uint64 { - if m != nil { - return m.Height +func (x *GetBlockByHeightRequest) GetHeight() uint64 { + if x != nil { + return x.Height } return 0 } -func (m *GetBlockByHeightRequest) GetFullBlockResponse() bool { - if m != nil { - return m.FullBlockResponse +func (x *GetBlockByHeightRequest) GetFullBlockResponse() bool { + if x != nil { + return x.FullBlockResponse } return false } type BlockResponse struct { - Block *entities.Block `protobuf:"bytes,1,opt,name=block,proto3" json:"block,omitempty"` - BlockStatus entities.BlockStatus `protobuf:"varint,2,opt,name=block_status,json=blockStatus,proto3,enum=flow.entities.BlockStatus" json:"block_status,omitempty"` - Metadata *entities.Metadata `protobuf:"bytes,3,opt,name=metadata,proto3" json:"metadata,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields -func (m *BlockResponse) Reset() { *m = BlockResponse{} } -func (m *BlockResponse) String() string { return proto.CompactTextString(m) } -func (*BlockResponse) ProtoMessage() {} -func (*BlockResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_4382e32bb8e3e8e5, []int{11} + Block *entities.Block `protobuf:"bytes,1,opt,name=block,proto3" json:"block,omitempty"` + BlockStatus entities.BlockStatus `protobuf:"varint,2,opt,name=block_status,json=blockStatus,proto3,enum=flow.entities.BlockStatus" json:"block_status,omitempty"` + Metadata *entities.Metadata `protobuf:"bytes,3,opt,name=metadata,proto3" json:"metadata,omitempty"` } -func (m *BlockResponse) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_BlockResponse.Unmarshal(m, b) -} -func (m *BlockResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_BlockResponse.Marshal(b, m, deterministic) -} -func (m *BlockResponse) XXX_Merge(src proto.Message) { - xxx_messageInfo_BlockResponse.Merge(m, src) +func (x *BlockResponse) Reset() { + *x = BlockResponse{} + if protoimpl.UnsafeEnabled { + mi := &file_flow_access_access_proto_msgTypes[11] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } } -func (m *BlockResponse) XXX_Size() int { - return xxx_messageInfo_BlockResponse.Size(m) + +func (x *BlockResponse) String() string { + return protoimpl.X.MessageStringOf(x) } -func (m *BlockResponse) XXX_DiscardUnknown() { - xxx_messageInfo_BlockResponse.DiscardUnknown(m) + +func (*BlockResponse) ProtoMessage() {} + +func (x *BlockResponse) ProtoReflect() protoreflect.Message { + mi := &file_flow_access_access_proto_msgTypes[11] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) } -var xxx_messageInfo_BlockResponse proto.InternalMessageInfo +// Deprecated: Use BlockResponse.ProtoReflect.Descriptor instead. +func (*BlockResponse) Descriptor() ([]byte, []int) { + return file_flow_access_access_proto_rawDescGZIP(), []int{11} +} -func (m *BlockResponse) GetBlock() *entities.Block { - if m != nil { - return m.Block +func (x *BlockResponse) GetBlock() *entities.Block { + if x != nil { + return x.Block } return nil } -func (m *BlockResponse) GetBlockStatus() entities.BlockStatus { - if m != nil { - return m.BlockStatus +func (x *BlockResponse) GetBlockStatus() entities.BlockStatus { + if x != nil { + return x.BlockStatus } - return entities.BlockStatus_BLOCK_UNKNOWN + return entities.BlockStatus(0) } -func (m *BlockResponse) GetMetadata() *entities.Metadata { - if m != nil { - return m.Metadata +func (x *BlockResponse) GetMetadata() *entities.Metadata { + if x != nil { + return x.Metadata } return nil } type GetCollectionByIDRequest struct { - Id []byte `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields -func (m *GetCollectionByIDRequest) Reset() { *m = GetCollectionByIDRequest{} } -func (m *GetCollectionByIDRequest) String() string { return proto.CompactTextString(m) } -func (*GetCollectionByIDRequest) ProtoMessage() {} -func (*GetCollectionByIDRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_4382e32bb8e3e8e5, []int{12} + Id []byte `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` } -func (m *GetCollectionByIDRequest) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_GetCollectionByIDRequest.Unmarshal(m, b) -} -func (m *GetCollectionByIDRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_GetCollectionByIDRequest.Marshal(b, m, deterministic) -} -func (m *GetCollectionByIDRequest) XXX_Merge(src proto.Message) { - xxx_messageInfo_GetCollectionByIDRequest.Merge(m, src) +func (x *GetCollectionByIDRequest) Reset() { + *x = GetCollectionByIDRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_flow_access_access_proto_msgTypes[12] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } } -func (m *GetCollectionByIDRequest) XXX_Size() int { - return xxx_messageInfo_GetCollectionByIDRequest.Size(m) + +func (x *GetCollectionByIDRequest) String() string { + return protoimpl.X.MessageStringOf(x) } -func (m *GetCollectionByIDRequest) XXX_DiscardUnknown() { - xxx_messageInfo_GetCollectionByIDRequest.DiscardUnknown(m) + +func (*GetCollectionByIDRequest) ProtoMessage() {} + +func (x *GetCollectionByIDRequest) ProtoReflect() protoreflect.Message { + mi := &file_flow_access_access_proto_msgTypes[12] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) } -var xxx_messageInfo_GetCollectionByIDRequest proto.InternalMessageInfo +// Deprecated: Use GetCollectionByIDRequest.ProtoReflect.Descriptor instead. +func (*GetCollectionByIDRequest) Descriptor() ([]byte, []int) { + return file_flow_access_access_proto_rawDescGZIP(), []int{12} +} -func (m *GetCollectionByIDRequest) GetId() []byte { - if m != nil { - return m.Id +func (x *GetCollectionByIDRequest) GetId() []byte { + if x != nil { + return x.Id } return nil } type CollectionResponse struct { - Collection *entities.Collection `protobuf:"bytes,1,opt,name=collection,proto3" json:"collection,omitempty"` - Metadata *entities.Metadata `protobuf:"bytes,2,opt,name=metadata,proto3" json:"metadata,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields -func (m *CollectionResponse) Reset() { *m = CollectionResponse{} } -func (m *CollectionResponse) String() string { return proto.CompactTextString(m) } -func (*CollectionResponse) ProtoMessage() {} -func (*CollectionResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_4382e32bb8e3e8e5, []int{13} + Collection *entities.Collection `protobuf:"bytes,1,opt,name=collection,proto3" json:"collection,omitempty"` + Metadata *entities.Metadata `protobuf:"bytes,2,opt,name=metadata,proto3" json:"metadata,omitempty"` } -func (m *CollectionResponse) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_CollectionResponse.Unmarshal(m, b) -} -func (m *CollectionResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_CollectionResponse.Marshal(b, m, deterministic) -} -func (m *CollectionResponse) XXX_Merge(src proto.Message) { - xxx_messageInfo_CollectionResponse.Merge(m, src) +func (x *CollectionResponse) Reset() { + *x = CollectionResponse{} + if protoimpl.UnsafeEnabled { + mi := &file_flow_access_access_proto_msgTypes[13] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } } -func (m *CollectionResponse) XXX_Size() int { - return xxx_messageInfo_CollectionResponse.Size(m) + +func (x *CollectionResponse) String() string { + return protoimpl.X.MessageStringOf(x) } -func (m *CollectionResponse) XXX_DiscardUnknown() { - xxx_messageInfo_CollectionResponse.DiscardUnknown(m) + +func (*CollectionResponse) ProtoMessage() {} + +func (x *CollectionResponse) ProtoReflect() protoreflect.Message { + mi := &file_flow_access_access_proto_msgTypes[13] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) } -var xxx_messageInfo_CollectionResponse proto.InternalMessageInfo +// Deprecated: Use CollectionResponse.ProtoReflect.Descriptor instead. +func (*CollectionResponse) Descriptor() ([]byte, []int) { + return file_flow_access_access_proto_rawDescGZIP(), []int{13} +} -func (m *CollectionResponse) GetCollection() *entities.Collection { - if m != nil { - return m.Collection +func (x *CollectionResponse) GetCollection() *entities.Collection { + if x != nil { + return x.Collection } return nil } -func (m *CollectionResponse) GetMetadata() *entities.Metadata { - if m != nil { - return m.Metadata +func (x *CollectionResponse) GetMetadata() *entities.Metadata { + if x != nil { + return x.Metadata } return nil } type SendTransactionRequest struct { - Transaction *entities.Transaction `protobuf:"bytes,1,opt,name=transaction,proto3" json:"transaction,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields -func (m *SendTransactionRequest) Reset() { *m = SendTransactionRequest{} } -func (m *SendTransactionRequest) String() string { return proto.CompactTextString(m) } -func (*SendTransactionRequest) ProtoMessage() {} -func (*SendTransactionRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_4382e32bb8e3e8e5, []int{14} + Transaction *entities.Transaction `protobuf:"bytes,1,opt,name=transaction,proto3" json:"transaction,omitempty"` } -func (m *SendTransactionRequest) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_SendTransactionRequest.Unmarshal(m, b) -} -func (m *SendTransactionRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_SendTransactionRequest.Marshal(b, m, deterministic) -} -func (m *SendTransactionRequest) XXX_Merge(src proto.Message) { - xxx_messageInfo_SendTransactionRequest.Merge(m, src) +func (x *SendTransactionRequest) Reset() { + *x = SendTransactionRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_flow_access_access_proto_msgTypes[14] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } } -func (m *SendTransactionRequest) XXX_Size() int { - return xxx_messageInfo_SendTransactionRequest.Size(m) + +func (x *SendTransactionRequest) String() string { + return protoimpl.X.MessageStringOf(x) } -func (m *SendTransactionRequest) XXX_DiscardUnknown() { - xxx_messageInfo_SendTransactionRequest.DiscardUnknown(m) + +func (*SendTransactionRequest) ProtoMessage() {} + +func (x *SendTransactionRequest) ProtoReflect() protoreflect.Message { + mi := &file_flow_access_access_proto_msgTypes[14] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) } -var xxx_messageInfo_SendTransactionRequest proto.InternalMessageInfo +// Deprecated: Use SendTransactionRequest.ProtoReflect.Descriptor instead. +func (*SendTransactionRequest) Descriptor() ([]byte, []int) { + return file_flow_access_access_proto_rawDescGZIP(), []int{14} +} -func (m *SendTransactionRequest) GetTransaction() *entities.Transaction { - if m != nil { - return m.Transaction +func (x *SendTransactionRequest) GetTransaction() *entities.Transaction { + if x != nil { + return x.Transaction } return nil } type SendTransactionResponse struct { - Id []byte `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` - Metadata *entities.Metadata `protobuf:"bytes,2,opt,name=metadata,proto3" json:"metadata,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields -func (m *SendTransactionResponse) Reset() { *m = SendTransactionResponse{} } -func (m *SendTransactionResponse) String() string { return proto.CompactTextString(m) } -func (*SendTransactionResponse) ProtoMessage() {} -func (*SendTransactionResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_4382e32bb8e3e8e5, []int{15} + Id []byte `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` + Metadata *entities.Metadata `protobuf:"bytes,2,opt,name=metadata,proto3" json:"metadata,omitempty"` } -func (m *SendTransactionResponse) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_SendTransactionResponse.Unmarshal(m, b) -} -func (m *SendTransactionResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_SendTransactionResponse.Marshal(b, m, deterministic) -} -func (m *SendTransactionResponse) XXX_Merge(src proto.Message) { - xxx_messageInfo_SendTransactionResponse.Merge(m, src) +func (x *SendTransactionResponse) Reset() { + *x = SendTransactionResponse{} + if protoimpl.UnsafeEnabled { + mi := &file_flow_access_access_proto_msgTypes[15] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } } -func (m *SendTransactionResponse) XXX_Size() int { - return xxx_messageInfo_SendTransactionResponse.Size(m) + +func (x *SendTransactionResponse) String() string { + return protoimpl.X.MessageStringOf(x) } -func (m *SendTransactionResponse) XXX_DiscardUnknown() { - xxx_messageInfo_SendTransactionResponse.DiscardUnknown(m) + +func (*SendTransactionResponse) ProtoMessage() {} + +func (x *SendTransactionResponse) ProtoReflect() protoreflect.Message { + mi := &file_flow_access_access_proto_msgTypes[15] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) } -var xxx_messageInfo_SendTransactionResponse proto.InternalMessageInfo +// Deprecated: Use SendTransactionResponse.ProtoReflect.Descriptor instead. +func (*SendTransactionResponse) Descriptor() ([]byte, []int) { + return file_flow_access_access_proto_rawDescGZIP(), []int{15} +} -func (m *SendTransactionResponse) GetId() []byte { - if m != nil { - return m.Id +func (x *SendTransactionResponse) GetId() []byte { + if x != nil { + return x.Id } return nil } -func (m *SendTransactionResponse) GetMetadata() *entities.Metadata { - if m != nil { - return m.Metadata +func (x *SendTransactionResponse) GetMetadata() *entities.Metadata { + if x != nil { + return x.Metadata } return nil } type GetTransactionRequest struct { - Id []byte `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` - BlockId []byte `protobuf:"bytes,2,opt,name=block_id,json=blockId,proto3" json:"block_id,omitempty"` - CollectionId []byte `protobuf:"bytes,3,opt,name=collection_id,json=collectionId,proto3" json:"collection_id,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields -func (m *GetTransactionRequest) Reset() { *m = GetTransactionRequest{} } -func (m *GetTransactionRequest) String() string { return proto.CompactTextString(m) } -func (*GetTransactionRequest) ProtoMessage() {} -func (*GetTransactionRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_4382e32bb8e3e8e5, []int{16} + Id []byte `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` + BlockId []byte `protobuf:"bytes,2,opt,name=block_id,json=blockId,proto3" json:"block_id,omitempty"` + CollectionId []byte `protobuf:"bytes,3,opt,name=collection_id,json=collectionId,proto3" json:"collection_id,omitempty"` } -func (m *GetTransactionRequest) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_GetTransactionRequest.Unmarshal(m, b) -} -func (m *GetTransactionRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_GetTransactionRequest.Marshal(b, m, deterministic) -} -func (m *GetTransactionRequest) XXX_Merge(src proto.Message) { - xxx_messageInfo_GetTransactionRequest.Merge(m, src) +func (x *GetTransactionRequest) Reset() { + *x = GetTransactionRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_flow_access_access_proto_msgTypes[16] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } } -func (m *GetTransactionRequest) XXX_Size() int { - return xxx_messageInfo_GetTransactionRequest.Size(m) + +func (x *GetTransactionRequest) String() string { + return protoimpl.X.MessageStringOf(x) } -func (m *GetTransactionRequest) XXX_DiscardUnknown() { - xxx_messageInfo_GetTransactionRequest.DiscardUnknown(m) + +func (*GetTransactionRequest) ProtoMessage() {} + +func (x *GetTransactionRequest) ProtoReflect() protoreflect.Message { + mi := &file_flow_access_access_proto_msgTypes[16] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) } -var xxx_messageInfo_GetTransactionRequest proto.InternalMessageInfo +// Deprecated: Use GetTransactionRequest.ProtoReflect.Descriptor instead. +func (*GetTransactionRequest) Descriptor() ([]byte, []int) { + return file_flow_access_access_proto_rawDescGZIP(), []int{16} +} -func (m *GetTransactionRequest) GetId() []byte { - if m != nil { - return m.Id +func (x *GetTransactionRequest) GetId() []byte { + if x != nil { + return x.Id } return nil } -func (m *GetTransactionRequest) GetBlockId() []byte { - if m != nil { - return m.BlockId +func (x *GetTransactionRequest) GetBlockId() []byte { + if x != nil { + return x.BlockId } return nil } -func (m *GetTransactionRequest) GetCollectionId() []byte { - if m != nil { - return m.CollectionId +func (x *GetTransactionRequest) GetCollectionId() []byte { + if x != nil { + return x.CollectionId } return nil } type GetTransactionByIndexRequest struct { - BlockId []byte `protobuf:"bytes,1,opt,name=block_id,json=blockId,proto3" json:"block_id,omitempty"` - Index uint32 `protobuf:"varint,2,opt,name=index,proto3" json:"index,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields -func (m *GetTransactionByIndexRequest) Reset() { *m = GetTransactionByIndexRequest{} } -func (m *GetTransactionByIndexRequest) String() string { return proto.CompactTextString(m) } -func (*GetTransactionByIndexRequest) ProtoMessage() {} -func (*GetTransactionByIndexRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_4382e32bb8e3e8e5, []int{17} + BlockId []byte `protobuf:"bytes,1,opt,name=block_id,json=blockId,proto3" json:"block_id,omitempty"` + Index uint32 `protobuf:"varint,2,opt,name=index,proto3" json:"index,omitempty"` } -func (m *GetTransactionByIndexRequest) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_GetTransactionByIndexRequest.Unmarshal(m, b) -} -func (m *GetTransactionByIndexRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_GetTransactionByIndexRequest.Marshal(b, m, deterministic) -} -func (m *GetTransactionByIndexRequest) XXX_Merge(src proto.Message) { - xxx_messageInfo_GetTransactionByIndexRequest.Merge(m, src) +func (x *GetTransactionByIndexRequest) Reset() { + *x = GetTransactionByIndexRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_flow_access_access_proto_msgTypes[17] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } } -func (m *GetTransactionByIndexRequest) XXX_Size() int { - return xxx_messageInfo_GetTransactionByIndexRequest.Size(m) + +func (x *GetTransactionByIndexRequest) String() string { + return protoimpl.X.MessageStringOf(x) } -func (m *GetTransactionByIndexRequest) XXX_DiscardUnknown() { - xxx_messageInfo_GetTransactionByIndexRequest.DiscardUnknown(m) + +func (*GetTransactionByIndexRequest) ProtoMessage() {} + +func (x *GetTransactionByIndexRequest) ProtoReflect() protoreflect.Message { + mi := &file_flow_access_access_proto_msgTypes[17] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) } -var xxx_messageInfo_GetTransactionByIndexRequest proto.InternalMessageInfo +// Deprecated: Use GetTransactionByIndexRequest.ProtoReflect.Descriptor instead. +func (*GetTransactionByIndexRequest) Descriptor() ([]byte, []int) { + return file_flow_access_access_proto_rawDescGZIP(), []int{17} +} -func (m *GetTransactionByIndexRequest) GetBlockId() []byte { - if m != nil { - return m.BlockId +func (x *GetTransactionByIndexRequest) GetBlockId() []byte { + if x != nil { + return x.BlockId } return nil } -func (m *GetTransactionByIndexRequest) GetIndex() uint32 { - if m != nil { - return m.Index +func (x *GetTransactionByIndexRequest) GetIndex() uint32 { + if x != nil { + return x.Index } return 0 } type GetTransactionsByBlockIDRequest struct { - BlockId []byte `protobuf:"bytes,1,opt,name=block_id,json=blockId,proto3" json:"block_id,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields -func (m *GetTransactionsByBlockIDRequest) Reset() { *m = GetTransactionsByBlockIDRequest{} } -func (m *GetTransactionsByBlockIDRequest) String() string { return proto.CompactTextString(m) } -func (*GetTransactionsByBlockIDRequest) ProtoMessage() {} -func (*GetTransactionsByBlockIDRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_4382e32bb8e3e8e5, []int{18} + BlockId []byte `protobuf:"bytes,1,opt,name=block_id,json=blockId,proto3" json:"block_id,omitempty"` } -func (m *GetTransactionsByBlockIDRequest) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_GetTransactionsByBlockIDRequest.Unmarshal(m, b) -} -func (m *GetTransactionsByBlockIDRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_GetTransactionsByBlockIDRequest.Marshal(b, m, deterministic) -} -func (m *GetTransactionsByBlockIDRequest) XXX_Merge(src proto.Message) { - xxx_messageInfo_GetTransactionsByBlockIDRequest.Merge(m, src) +func (x *GetTransactionsByBlockIDRequest) Reset() { + *x = GetTransactionsByBlockIDRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_flow_access_access_proto_msgTypes[18] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } } -func (m *GetTransactionsByBlockIDRequest) XXX_Size() int { - return xxx_messageInfo_GetTransactionsByBlockIDRequest.Size(m) + +func (x *GetTransactionsByBlockIDRequest) String() string { + return protoimpl.X.MessageStringOf(x) } -func (m *GetTransactionsByBlockIDRequest) XXX_DiscardUnknown() { - xxx_messageInfo_GetTransactionsByBlockIDRequest.DiscardUnknown(m) + +func (*GetTransactionsByBlockIDRequest) ProtoMessage() {} + +func (x *GetTransactionsByBlockIDRequest) ProtoReflect() protoreflect.Message { + mi := &file_flow_access_access_proto_msgTypes[18] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) } -var xxx_messageInfo_GetTransactionsByBlockIDRequest proto.InternalMessageInfo +// Deprecated: Use GetTransactionsByBlockIDRequest.ProtoReflect.Descriptor instead. +func (*GetTransactionsByBlockIDRequest) Descriptor() ([]byte, []int) { + return file_flow_access_access_proto_rawDescGZIP(), []int{18} +} -func (m *GetTransactionsByBlockIDRequest) GetBlockId() []byte { - if m != nil { - return m.BlockId +func (x *GetTransactionsByBlockIDRequest) GetBlockId() []byte { + if x != nil { + return x.BlockId } return nil } type TransactionResultsResponse struct { - TransactionResults []*TransactionResultResponse `protobuf:"bytes,1,rep,name=transaction_results,json=transactionResults,proto3" json:"transaction_results,omitempty"` - Metadata *entities.Metadata `protobuf:"bytes,2,opt,name=metadata,proto3" json:"metadata,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields -func (m *TransactionResultsResponse) Reset() { *m = TransactionResultsResponse{} } -func (m *TransactionResultsResponse) String() string { return proto.CompactTextString(m) } -func (*TransactionResultsResponse) ProtoMessage() {} -func (*TransactionResultsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_4382e32bb8e3e8e5, []int{19} + TransactionResults []*TransactionResultResponse `protobuf:"bytes,1,rep,name=transaction_results,json=transactionResults,proto3" json:"transaction_results,omitempty"` + Metadata *entities.Metadata `protobuf:"bytes,2,opt,name=metadata,proto3" json:"metadata,omitempty"` } -func (m *TransactionResultsResponse) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_TransactionResultsResponse.Unmarshal(m, b) -} -func (m *TransactionResultsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_TransactionResultsResponse.Marshal(b, m, deterministic) -} -func (m *TransactionResultsResponse) XXX_Merge(src proto.Message) { - xxx_messageInfo_TransactionResultsResponse.Merge(m, src) +func (x *TransactionResultsResponse) Reset() { + *x = TransactionResultsResponse{} + if protoimpl.UnsafeEnabled { + mi := &file_flow_access_access_proto_msgTypes[19] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } } -func (m *TransactionResultsResponse) XXX_Size() int { - return xxx_messageInfo_TransactionResultsResponse.Size(m) + +func (x *TransactionResultsResponse) String() string { + return protoimpl.X.MessageStringOf(x) } -func (m *TransactionResultsResponse) XXX_DiscardUnknown() { - xxx_messageInfo_TransactionResultsResponse.DiscardUnknown(m) + +func (*TransactionResultsResponse) ProtoMessage() {} + +func (x *TransactionResultsResponse) ProtoReflect() protoreflect.Message { + mi := &file_flow_access_access_proto_msgTypes[19] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) } -var xxx_messageInfo_TransactionResultsResponse proto.InternalMessageInfo +// Deprecated: Use TransactionResultsResponse.ProtoReflect.Descriptor instead. +func (*TransactionResultsResponse) Descriptor() ([]byte, []int) { + return file_flow_access_access_proto_rawDescGZIP(), []int{19} +} -func (m *TransactionResultsResponse) GetTransactionResults() []*TransactionResultResponse { - if m != nil { - return m.TransactionResults +func (x *TransactionResultsResponse) GetTransactionResults() []*TransactionResultResponse { + if x != nil { + return x.TransactionResults } return nil } -func (m *TransactionResultsResponse) GetMetadata() *entities.Metadata { - if m != nil { - return m.Metadata +func (x *TransactionResultsResponse) GetMetadata() *entities.Metadata { + if x != nil { + return x.Metadata } return nil } type TransactionsResponse struct { - Transactions []*entities.Transaction `protobuf:"bytes,1,rep,name=transactions,proto3" json:"transactions,omitempty"` - Metadata *entities.Metadata `protobuf:"bytes,2,opt,name=metadata,proto3" json:"metadata,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields -func (m *TransactionsResponse) Reset() { *m = TransactionsResponse{} } -func (m *TransactionsResponse) String() string { return proto.CompactTextString(m) } -func (*TransactionsResponse) ProtoMessage() {} -func (*TransactionsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_4382e32bb8e3e8e5, []int{20} + Transactions []*entities.Transaction `protobuf:"bytes,1,rep,name=transactions,proto3" json:"transactions,omitempty"` + Metadata *entities.Metadata `protobuf:"bytes,2,opt,name=metadata,proto3" json:"metadata,omitempty"` } -func (m *TransactionsResponse) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_TransactionsResponse.Unmarshal(m, b) -} -func (m *TransactionsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_TransactionsResponse.Marshal(b, m, deterministic) -} -func (m *TransactionsResponse) XXX_Merge(src proto.Message) { - xxx_messageInfo_TransactionsResponse.Merge(m, src) +func (x *TransactionsResponse) Reset() { + *x = TransactionsResponse{} + if protoimpl.UnsafeEnabled { + mi := &file_flow_access_access_proto_msgTypes[20] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } } -func (m *TransactionsResponse) XXX_Size() int { - return xxx_messageInfo_TransactionsResponse.Size(m) + +func (x *TransactionsResponse) String() string { + return protoimpl.X.MessageStringOf(x) } -func (m *TransactionsResponse) XXX_DiscardUnknown() { - xxx_messageInfo_TransactionsResponse.DiscardUnknown(m) + +func (*TransactionsResponse) ProtoMessage() {} + +func (x *TransactionsResponse) ProtoReflect() protoreflect.Message { + mi := &file_flow_access_access_proto_msgTypes[20] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) } -var xxx_messageInfo_TransactionsResponse proto.InternalMessageInfo +// Deprecated: Use TransactionsResponse.ProtoReflect.Descriptor instead. +func (*TransactionsResponse) Descriptor() ([]byte, []int) { + return file_flow_access_access_proto_rawDescGZIP(), []int{20} +} -func (m *TransactionsResponse) GetTransactions() []*entities.Transaction { - if m != nil { - return m.Transactions +func (x *TransactionsResponse) GetTransactions() []*entities.Transaction { + if x != nil { + return x.Transactions } return nil } -func (m *TransactionsResponse) GetMetadata() *entities.Metadata { - if m != nil { - return m.Metadata +func (x *TransactionsResponse) GetMetadata() *entities.Metadata { + if x != nil { + return x.Metadata } return nil } type TransactionResponse struct { - Transaction *entities.Transaction `protobuf:"bytes,1,opt,name=transaction,proto3" json:"transaction,omitempty"` - Metadata *entities.Metadata `protobuf:"bytes,2,opt,name=metadata,proto3" json:"metadata,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields -func (m *TransactionResponse) Reset() { *m = TransactionResponse{} } -func (m *TransactionResponse) String() string { return proto.CompactTextString(m) } -func (*TransactionResponse) ProtoMessage() {} -func (*TransactionResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_4382e32bb8e3e8e5, []int{21} + Transaction *entities.Transaction `protobuf:"bytes,1,opt,name=transaction,proto3" json:"transaction,omitempty"` + Metadata *entities.Metadata `protobuf:"bytes,2,opt,name=metadata,proto3" json:"metadata,omitempty"` } -func (m *TransactionResponse) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_TransactionResponse.Unmarshal(m, b) -} -func (m *TransactionResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_TransactionResponse.Marshal(b, m, deterministic) -} -func (m *TransactionResponse) XXX_Merge(src proto.Message) { - xxx_messageInfo_TransactionResponse.Merge(m, src) +func (x *TransactionResponse) Reset() { + *x = TransactionResponse{} + if protoimpl.UnsafeEnabled { + mi := &file_flow_access_access_proto_msgTypes[21] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } } -func (m *TransactionResponse) XXX_Size() int { - return xxx_messageInfo_TransactionResponse.Size(m) + +func (x *TransactionResponse) String() string { + return protoimpl.X.MessageStringOf(x) } -func (m *TransactionResponse) XXX_DiscardUnknown() { - xxx_messageInfo_TransactionResponse.DiscardUnknown(m) + +func (*TransactionResponse) ProtoMessage() {} + +func (x *TransactionResponse) ProtoReflect() protoreflect.Message { + mi := &file_flow_access_access_proto_msgTypes[21] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) } -var xxx_messageInfo_TransactionResponse proto.InternalMessageInfo +// Deprecated: Use TransactionResponse.ProtoReflect.Descriptor instead. +func (*TransactionResponse) Descriptor() ([]byte, []int) { + return file_flow_access_access_proto_rawDescGZIP(), []int{21} +} -func (m *TransactionResponse) GetTransaction() *entities.Transaction { - if m != nil { - return m.Transaction +func (x *TransactionResponse) GetTransaction() *entities.Transaction { + if x != nil { + return x.Transaction } return nil } -func (m *TransactionResponse) GetMetadata() *entities.Metadata { - if m != nil { - return m.Metadata +func (x *TransactionResponse) GetMetadata() *entities.Metadata { + if x != nil { + return x.Metadata } return nil } type TransactionResultResponse struct { - Status entities.TransactionStatus `protobuf:"varint,1,opt,name=status,proto3,enum=flow.entities.TransactionStatus" json:"status,omitempty"` - StatusCode uint32 `protobuf:"varint,2,opt,name=status_code,json=statusCode,proto3" json:"status_code,omitempty"` - ErrorMessage string `protobuf:"bytes,3,opt,name=error_message,json=errorMessage,proto3" json:"error_message,omitempty"` - Events []*entities.Event `protobuf:"bytes,4,rep,name=events,proto3" json:"events,omitempty"` - BlockId []byte `protobuf:"bytes,5,opt,name=block_id,json=blockId,proto3" json:"block_id,omitempty"` - TransactionId []byte `protobuf:"bytes,6,opt,name=transaction_id,json=transactionId,proto3" json:"transaction_id,omitempty"` - CollectionId []byte `protobuf:"bytes,7,opt,name=collection_id,json=collectionId,proto3" json:"collection_id,omitempty"` - BlockHeight uint64 `protobuf:"varint,8,opt,name=block_height,json=blockHeight,proto3" json:"block_height,omitempty"` - Metadata *entities.Metadata `protobuf:"bytes,9,opt,name=metadata,proto3" json:"metadata,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *TransactionResultResponse) Reset() { *m = TransactionResultResponse{} } -func (m *TransactionResultResponse) String() string { return proto.CompactTextString(m) } -func (*TransactionResultResponse) ProtoMessage() {} -func (*TransactionResultResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_4382e32bb8e3e8e5, []int{22} -} + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields -func (m *TransactionResultResponse) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_TransactionResultResponse.Unmarshal(m, b) -} -func (m *TransactionResultResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_TransactionResultResponse.Marshal(b, m, deterministic) + Status entities.TransactionStatus `protobuf:"varint,1,opt,name=status,proto3,enum=flow.entities.TransactionStatus" json:"status,omitempty"` + StatusCode uint32 `protobuf:"varint,2,opt,name=status_code,json=statusCode,proto3" json:"status_code,omitempty"` + ErrorMessage string `protobuf:"bytes,3,opt,name=error_message,json=errorMessage,proto3" json:"error_message,omitempty"` + Events []*entities.Event `protobuf:"bytes,4,rep,name=events,proto3" json:"events,omitempty"` + BlockId []byte `protobuf:"bytes,5,opt,name=block_id,json=blockId,proto3" json:"block_id,omitempty"` + TransactionId []byte `protobuf:"bytes,6,opt,name=transaction_id,json=transactionId,proto3" json:"transaction_id,omitempty"` + CollectionId []byte `protobuf:"bytes,7,opt,name=collection_id,json=collectionId,proto3" json:"collection_id,omitempty"` + BlockHeight uint64 `protobuf:"varint,8,opt,name=block_height,json=blockHeight,proto3" json:"block_height,omitempty"` + Metadata *entities.Metadata `protobuf:"bytes,9,opt,name=metadata,proto3" json:"metadata,omitempty"` } -func (m *TransactionResultResponse) XXX_Merge(src proto.Message) { - xxx_messageInfo_TransactionResultResponse.Merge(m, src) + +func (x *TransactionResultResponse) Reset() { + *x = TransactionResultResponse{} + if protoimpl.UnsafeEnabled { + mi := &file_flow_access_access_proto_msgTypes[22] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } } -func (m *TransactionResultResponse) XXX_Size() int { - return xxx_messageInfo_TransactionResultResponse.Size(m) + +func (x *TransactionResultResponse) String() string { + return protoimpl.X.MessageStringOf(x) } -func (m *TransactionResultResponse) XXX_DiscardUnknown() { - xxx_messageInfo_TransactionResultResponse.DiscardUnknown(m) + +func (*TransactionResultResponse) ProtoMessage() {} + +func (x *TransactionResultResponse) ProtoReflect() protoreflect.Message { + mi := &file_flow_access_access_proto_msgTypes[22] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) } -var xxx_messageInfo_TransactionResultResponse proto.InternalMessageInfo +// Deprecated: Use TransactionResultResponse.ProtoReflect.Descriptor instead. +func (*TransactionResultResponse) Descriptor() ([]byte, []int) { + return file_flow_access_access_proto_rawDescGZIP(), []int{22} +} -func (m *TransactionResultResponse) GetStatus() entities.TransactionStatus { - if m != nil { - return m.Status +func (x *TransactionResultResponse) GetStatus() entities.TransactionStatus { + if x != nil { + return x.Status } - return entities.TransactionStatus_UNKNOWN + return entities.TransactionStatus(0) } -func (m *TransactionResultResponse) GetStatusCode() uint32 { - if m != nil { - return m.StatusCode +func (x *TransactionResultResponse) GetStatusCode() uint32 { + if x != nil { + return x.StatusCode } return 0 } -func (m *TransactionResultResponse) GetErrorMessage() string { - if m != nil { - return m.ErrorMessage +func (x *TransactionResultResponse) GetErrorMessage() string { + if x != nil { + return x.ErrorMessage } return "" } -func (m *TransactionResultResponse) GetEvents() []*entities.Event { - if m != nil { - return m.Events +func (x *TransactionResultResponse) GetEvents() []*entities.Event { + if x != nil { + return x.Events } return nil } -func (m *TransactionResultResponse) GetBlockId() []byte { - if m != nil { - return m.BlockId +func (x *TransactionResultResponse) GetBlockId() []byte { + if x != nil { + return x.BlockId } return nil } -func (m *TransactionResultResponse) GetTransactionId() []byte { - if m != nil { - return m.TransactionId +func (x *TransactionResultResponse) GetTransactionId() []byte { + if x != nil { + return x.TransactionId } return nil } -func (m *TransactionResultResponse) GetCollectionId() []byte { - if m != nil { - return m.CollectionId +func (x *TransactionResultResponse) GetCollectionId() []byte { + if x != nil { + return x.CollectionId } return nil } -func (m *TransactionResultResponse) GetBlockHeight() uint64 { - if m != nil { - return m.BlockHeight +func (x *TransactionResultResponse) GetBlockHeight() uint64 { + if x != nil { + return x.BlockHeight } return 0 } -func (m *TransactionResultResponse) GetMetadata() *entities.Metadata { - if m != nil { - return m.Metadata +func (x *TransactionResultResponse) GetMetadata() *entities.Metadata { + if x != nil { + return x.Metadata } return nil } type GetAccountRequest struct { - Address []byte `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields -func (m *GetAccountRequest) Reset() { *m = GetAccountRequest{} } -func (m *GetAccountRequest) String() string { return proto.CompactTextString(m) } -func (*GetAccountRequest) ProtoMessage() {} -func (*GetAccountRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_4382e32bb8e3e8e5, []int{23} + Address []byte `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"` } -func (m *GetAccountRequest) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_GetAccountRequest.Unmarshal(m, b) -} -func (m *GetAccountRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_GetAccountRequest.Marshal(b, m, deterministic) -} -func (m *GetAccountRequest) XXX_Merge(src proto.Message) { - xxx_messageInfo_GetAccountRequest.Merge(m, src) +func (x *GetAccountRequest) Reset() { + *x = GetAccountRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_flow_access_access_proto_msgTypes[23] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } } -func (m *GetAccountRequest) XXX_Size() int { - return xxx_messageInfo_GetAccountRequest.Size(m) + +func (x *GetAccountRequest) String() string { + return protoimpl.X.MessageStringOf(x) } -func (m *GetAccountRequest) XXX_DiscardUnknown() { - xxx_messageInfo_GetAccountRequest.DiscardUnknown(m) + +func (*GetAccountRequest) ProtoMessage() {} + +func (x *GetAccountRequest) ProtoReflect() protoreflect.Message { + mi := &file_flow_access_access_proto_msgTypes[23] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) } -var xxx_messageInfo_GetAccountRequest proto.InternalMessageInfo +// Deprecated: Use GetAccountRequest.ProtoReflect.Descriptor instead. +func (*GetAccountRequest) Descriptor() ([]byte, []int) { + return file_flow_access_access_proto_rawDescGZIP(), []int{23} +} -func (m *GetAccountRequest) GetAddress() []byte { - if m != nil { - return m.Address +func (x *GetAccountRequest) GetAddress() []byte { + if x != nil { + return x.Address } return nil } type GetAccountResponse struct { - Account *entities.Account `protobuf:"bytes,1,opt,name=account,proto3" json:"account,omitempty"` - Metadata *entities.Metadata `protobuf:"bytes,2,opt,name=metadata,proto3" json:"metadata,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields -func (m *GetAccountResponse) Reset() { *m = GetAccountResponse{} } -func (m *GetAccountResponse) String() string { return proto.CompactTextString(m) } -func (*GetAccountResponse) ProtoMessage() {} -func (*GetAccountResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_4382e32bb8e3e8e5, []int{24} + Account *entities.Account `protobuf:"bytes,1,opt,name=account,proto3" json:"account,omitempty"` + Metadata *entities.Metadata `protobuf:"bytes,2,opt,name=metadata,proto3" json:"metadata,omitempty"` } -func (m *GetAccountResponse) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_GetAccountResponse.Unmarshal(m, b) -} -func (m *GetAccountResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_GetAccountResponse.Marshal(b, m, deterministic) -} -func (m *GetAccountResponse) XXX_Merge(src proto.Message) { - xxx_messageInfo_GetAccountResponse.Merge(m, src) +func (x *GetAccountResponse) Reset() { + *x = GetAccountResponse{} + if protoimpl.UnsafeEnabled { + mi := &file_flow_access_access_proto_msgTypes[24] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } } -func (m *GetAccountResponse) XXX_Size() int { - return xxx_messageInfo_GetAccountResponse.Size(m) + +func (x *GetAccountResponse) String() string { + return protoimpl.X.MessageStringOf(x) } -func (m *GetAccountResponse) XXX_DiscardUnknown() { - xxx_messageInfo_GetAccountResponse.DiscardUnknown(m) + +func (*GetAccountResponse) ProtoMessage() {} + +func (x *GetAccountResponse) ProtoReflect() protoreflect.Message { + mi := &file_flow_access_access_proto_msgTypes[24] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) } -var xxx_messageInfo_GetAccountResponse proto.InternalMessageInfo +// Deprecated: Use GetAccountResponse.ProtoReflect.Descriptor instead. +func (*GetAccountResponse) Descriptor() ([]byte, []int) { + return file_flow_access_access_proto_rawDescGZIP(), []int{24} +} -func (m *GetAccountResponse) GetAccount() *entities.Account { - if m != nil { - return m.Account +func (x *GetAccountResponse) GetAccount() *entities.Account { + if x != nil { + return x.Account } return nil } -func (m *GetAccountResponse) GetMetadata() *entities.Metadata { - if m != nil { - return m.Metadata +func (x *GetAccountResponse) GetMetadata() *entities.Metadata { + if x != nil { + return x.Metadata } return nil } type GetAccountAtLatestBlockRequest struct { - Address []byte `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields -func (m *GetAccountAtLatestBlockRequest) Reset() { *m = GetAccountAtLatestBlockRequest{} } -func (m *GetAccountAtLatestBlockRequest) String() string { return proto.CompactTextString(m) } -func (*GetAccountAtLatestBlockRequest) ProtoMessage() {} -func (*GetAccountAtLatestBlockRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_4382e32bb8e3e8e5, []int{25} + Address []byte `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"` } -func (m *GetAccountAtLatestBlockRequest) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_GetAccountAtLatestBlockRequest.Unmarshal(m, b) -} -func (m *GetAccountAtLatestBlockRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_GetAccountAtLatestBlockRequest.Marshal(b, m, deterministic) -} -func (m *GetAccountAtLatestBlockRequest) XXX_Merge(src proto.Message) { - xxx_messageInfo_GetAccountAtLatestBlockRequest.Merge(m, src) +func (x *GetAccountAtLatestBlockRequest) Reset() { + *x = GetAccountAtLatestBlockRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_flow_access_access_proto_msgTypes[25] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } } -func (m *GetAccountAtLatestBlockRequest) XXX_Size() int { - return xxx_messageInfo_GetAccountAtLatestBlockRequest.Size(m) + +func (x *GetAccountAtLatestBlockRequest) String() string { + return protoimpl.X.MessageStringOf(x) } -func (m *GetAccountAtLatestBlockRequest) XXX_DiscardUnknown() { - xxx_messageInfo_GetAccountAtLatestBlockRequest.DiscardUnknown(m) + +func (*GetAccountAtLatestBlockRequest) ProtoMessage() {} + +func (x *GetAccountAtLatestBlockRequest) ProtoReflect() protoreflect.Message { + mi := &file_flow_access_access_proto_msgTypes[25] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) } -var xxx_messageInfo_GetAccountAtLatestBlockRequest proto.InternalMessageInfo +// Deprecated: Use GetAccountAtLatestBlockRequest.ProtoReflect.Descriptor instead. +func (*GetAccountAtLatestBlockRequest) Descriptor() ([]byte, []int) { + return file_flow_access_access_proto_rawDescGZIP(), []int{25} +} -func (m *GetAccountAtLatestBlockRequest) GetAddress() []byte { - if m != nil { - return m.Address +func (x *GetAccountAtLatestBlockRequest) GetAddress() []byte { + if x != nil { + return x.Address } return nil } type AccountResponse struct { - Account *entities.Account `protobuf:"bytes,1,opt,name=account,proto3" json:"account,omitempty"` - Metadata *entities.Metadata `protobuf:"bytes,2,opt,name=metadata,proto3" json:"metadata,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields -func (m *AccountResponse) Reset() { *m = AccountResponse{} } -func (m *AccountResponse) String() string { return proto.CompactTextString(m) } -func (*AccountResponse) ProtoMessage() {} -func (*AccountResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_4382e32bb8e3e8e5, []int{26} + Account *entities.Account `protobuf:"bytes,1,opt,name=account,proto3" json:"account,omitempty"` + Metadata *entities.Metadata `protobuf:"bytes,2,opt,name=metadata,proto3" json:"metadata,omitempty"` } -func (m *AccountResponse) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_AccountResponse.Unmarshal(m, b) -} -func (m *AccountResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_AccountResponse.Marshal(b, m, deterministic) -} -func (m *AccountResponse) XXX_Merge(src proto.Message) { - xxx_messageInfo_AccountResponse.Merge(m, src) +func (x *AccountResponse) Reset() { + *x = AccountResponse{} + if protoimpl.UnsafeEnabled { + mi := &file_flow_access_access_proto_msgTypes[26] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } } -func (m *AccountResponse) XXX_Size() int { - return xxx_messageInfo_AccountResponse.Size(m) + +func (x *AccountResponse) String() string { + return protoimpl.X.MessageStringOf(x) } -func (m *AccountResponse) XXX_DiscardUnknown() { - xxx_messageInfo_AccountResponse.DiscardUnknown(m) + +func (*AccountResponse) ProtoMessage() {} + +func (x *AccountResponse) ProtoReflect() protoreflect.Message { + mi := &file_flow_access_access_proto_msgTypes[26] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) } -var xxx_messageInfo_AccountResponse proto.InternalMessageInfo +// Deprecated: Use AccountResponse.ProtoReflect.Descriptor instead. +func (*AccountResponse) Descriptor() ([]byte, []int) { + return file_flow_access_access_proto_rawDescGZIP(), []int{26} +} -func (m *AccountResponse) GetAccount() *entities.Account { - if m != nil { - return m.Account +func (x *AccountResponse) GetAccount() *entities.Account { + if x != nil { + return x.Account } return nil } -func (m *AccountResponse) GetMetadata() *entities.Metadata { - if m != nil { - return m.Metadata +func (x *AccountResponse) GetMetadata() *entities.Metadata { + if x != nil { + return x.Metadata } return nil } type GetAccountAtBlockHeightRequest struct { - Address []byte `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"` - BlockHeight uint64 `protobuf:"varint,2,opt,name=block_height,json=blockHeight,proto3" json:"block_height,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields -func (m *GetAccountAtBlockHeightRequest) Reset() { *m = GetAccountAtBlockHeightRequest{} } -func (m *GetAccountAtBlockHeightRequest) String() string { return proto.CompactTextString(m) } -func (*GetAccountAtBlockHeightRequest) ProtoMessage() {} -func (*GetAccountAtBlockHeightRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_4382e32bb8e3e8e5, []int{27} + Address []byte `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"` + BlockHeight uint64 `protobuf:"varint,2,opt,name=block_height,json=blockHeight,proto3" json:"block_height,omitempty"` } -func (m *GetAccountAtBlockHeightRequest) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_GetAccountAtBlockHeightRequest.Unmarshal(m, b) -} -func (m *GetAccountAtBlockHeightRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_GetAccountAtBlockHeightRequest.Marshal(b, m, deterministic) -} -func (m *GetAccountAtBlockHeightRequest) XXX_Merge(src proto.Message) { - xxx_messageInfo_GetAccountAtBlockHeightRequest.Merge(m, src) +func (x *GetAccountAtBlockHeightRequest) Reset() { + *x = GetAccountAtBlockHeightRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_flow_access_access_proto_msgTypes[27] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } } -func (m *GetAccountAtBlockHeightRequest) XXX_Size() int { - return xxx_messageInfo_GetAccountAtBlockHeightRequest.Size(m) + +func (x *GetAccountAtBlockHeightRequest) String() string { + return protoimpl.X.MessageStringOf(x) } -func (m *GetAccountAtBlockHeightRequest) XXX_DiscardUnknown() { - xxx_messageInfo_GetAccountAtBlockHeightRequest.DiscardUnknown(m) + +func (*GetAccountAtBlockHeightRequest) ProtoMessage() {} + +func (x *GetAccountAtBlockHeightRequest) ProtoReflect() protoreflect.Message { + mi := &file_flow_access_access_proto_msgTypes[27] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) } -var xxx_messageInfo_GetAccountAtBlockHeightRequest proto.InternalMessageInfo +// Deprecated: Use GetAccountAtBlockHeightRequest.ProtoReflect.Descriptor instead. +func (*GetAccountAtBlockHeightRequest) Descriptor() ([]byte, []int) { + return file_flow_access_access_proto_rawDescGZIP(), []int{27} +} -func (m *GetAccountAtBlockHeightRequest) GetAddress() []byte { - if m != nil { - return m.Address +func (x *GetAccountAtBlockHeightRequest) GetAddress() []byte { + if x != nil { + return x.Address } return nil } -func (m *GetAccountAtBlockHeightRequest) GetBlockHeight() uint64 { - if m != nil { - return m.BlockHeight +func (x *GetAccountAtBlockHeightRequest) GetBlockHeight() uint64 { + if x != nil { + return x.BlockHeight } return 0 } type ExecuteScriptAtLatestBlockRequest struct { - Script []byte `protobuf:"bytes,1,opt,name=script,proto3" json:"script,omitempty"` - Arguments [][]byte `protobuf:"bytes,2,rep,name=arguments,proto3" json:"arguments,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields -func (m *ExecuteScriptAtLatestBlockRequest) Reset() { *m = ExecuteScriptAtLatestBlockRequest{} } -func (m *ExecuteScriptAtLatestBlockRequest) String() string { return proto.CompactTextString(m) } -func (*ExecuteScriptAtLatestBlockRequest) ProtoMessage() {} -func (*ExecuteScriptAtLatestBlockRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_4382e32bb8e3e8e5, []int{28} + Script []byte `protobuf:"bytes,1,opt,name=script,proto3" json:"script,omitempty"` + Arguments [][]byte `protobuf:"bytes,2,rep,name=arguments,proto3" json:"arguments,omitempty"` } -func (m *ExecuteScriptAtLatestBlockRequest) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_ExecuteScriptAtLatestBlockRequest.Unmarshal(m, b) -} -func (m *ExecuteScriptAtLatestBlockRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_ExecuteScriptAtLatestBlockRequest.Marshal(b, m, deterministic) -} -func (m *ExecuteScriptAtLatestBlockRequest) XXX_Merge(src proto.Message) { - xxx_messageInfo_ExecuteScriptAtLatestBlockRequest.Merge(m, src) +func (x *ExecuteScriptAtLatestBlockRequest) Reset() { + *x = ExecuteScriptAtLatestBlockRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_flow_access_access_proto_msgTypes[28] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } } -func (m *ExecuteScriptAtLatestBlockRequest) XXX_Size() int { - return xxx_messageInfo_ExecuteScriptAtLatestBlockRequest.Size(m) + +func (x *ExecuteScriptAtLatestBlockRequest) String() string { + return protoimpl.X.MessageStringOf(x) } -func (m *ExecuteScriptAtLatestBlockRequest) XXX_DiscardUnknown() { - xxx_messageInfo_ExecuteScriptAtLatestBlockRequest.DiscardUnknown(m) + +func (*ExecuteScriptAtLatestBlockRequest) ProtoMessage() {} + +func (x *ExecuteScriptAtLatestBlockRequest) ProtoReflect() protoreflect.Message { + mi := &file_flow_access_access_proto_msgTypes[28] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) } -var xxx_messageInfo_ExecuteScriptAtLatestBlockRequest proto.InternalMessageInfo +// Deprecated: Use ExecuteScriptAtLatestBlockRequest.ProtoReflect.Descriptor instead. +func (*ExecuteScriptAtLatestBlockRequest) Descriptor() ([]byte, []int) { + return file_flow_access_access_proto_rawDescGZIP(), []int{28} +} -func (m *ExecuteScriptAtLatestBlockRequest) GetScript() []byte { - if m != nil { - return m.Script +func (x *ExecuteScriptAtLatestBlockRequest) GetScript() []byte { + if x != nil { + return x.Script } return nil } -func (m *ExecuteScriptAtLatestBlockRequest) GetArguments() [][]byte { - if m != nil { - return m.Arguments +func (x *ExecuteScriptAtLatestBlockRequest) GetArguments() [][]byte { + if x != nil { + return x.Arguments } return nil } type ExecuteScriptAtBlockIDRequest struct { - BlockId []byte `protobuf:"bytes,1,opt,name=block_id,json=blockId,proto3" json:"block_id,omitempty"` - Script []byte `protobuf:"bytes,2,opt,name=script,proto3" json:"script,omitempty"` - Arguments [][]byte `protobuf:"bytes,3,rep,name=arguments,proto3" json:"arguments,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields -func (m *ExecuteScriptAtBlockIDRequest) Reset() { *m = ExecuteScriptAtBlockIDRequest{} } -func (m *ExecuteScriptAtBlockIDRequest) String() string { return proto.CompactTextString(m) } -func (*ExecuteScriptAtBlockIDRequest) ProtoMessage() {} -func (*ExecuteScriptAtBlockIDRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_4382e32bb8e3e8e5, []int{29} + BlockId []byte `protobuf:"bytes,1,opt,name=block_id,json=blockId,proto3" json:"block_id,omitempty"` + Script []byte `protobuf:"bytes,2,opt,name=script,proto3" json:"script,omitempty"` + Arguments [][]byte `protobuf:"bytes,3,rep,name=arguments,proto3" json:"arguments,omitempty"` } -func (m *ExecuteScriptAtBlockIDRequest) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_ExecuteScriptAtBlockIDRequest.Unmarshal(m, b) -} -func (m *ExecuteScriptAtBlockIDRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_ExecuteScriptAtBlockIDRequest.Marshal(b, m, deterministic) -} -func (m *ExecuteScriptAtBlockIDRequest) XXX_Merge(src proto.Message) { - xxx_messageInfo_ExecuteScriptAtBlockIDRequest.Merge(m, src) +func (x *ExecuteScriptAtBlockIDRequest) Reset() { + *x = ExecuteScriptAtBlockIDRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_flow_access_access_proto_msgTypes[29] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } } -func (m *ExecuteScriptAtBlockIDRequest) XXX_Size() int { - return xxx_messageInfo_ExecuteScriptAtBlockIDRequest.Size(m) + +func (x *ExecuteScriptAtBlockIDRequest) String() string { + return protoimpl.X.MessageStringOf(x) } -func (m *ExecuteScriptAtBlockIDRequest) XXX_DiscardUnknown() { - xxx_messageInfo_ExecuteScriptAtBlockIDRequest.DiscardUnknown(m) + +func (*ExecuteScriptAtBlockIDRequest) ProtoMessage() {} + +func (x *ExecuteScriptAtBlockIDRequest) ProtoReflect() protoreflect.Message { + mi := &file_flow_access_access_proto_msgTypes[29] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) } -var xxx_messageInfo_ExecuteScriptAtBlockIDRequest proto.InternalMessageInfo +// Deprecated: Use ExecuteScriptAtBlockIDRequest.ProtoReflect.Descriptor instead. +func (*ExecuteScriptAtBlockIDRequest) Descriptor() ([]byte, []int) { + return file_flow_access_access_proto_rawDescGZIP(), []int{29} +} -func (m *ExecuteScriptAtBlockIDRequest) GetBlockId() []byte { - if m != nil { - return m.BlockId +func (x *ExecuteScriptAtBlockIDRequest) GetBlockId() []byte { + if x != nil { + return x.BlockId } return nil } -func (m *ExecuteScriptAtBlockIDRequest) GetScript() []byte { - if m != nil { - return m.Script +func (x *ExecuteScriptAtBlockIDRequest) GetScript() []byte { + if x != nil { + return x.Script } return nil } -func (m *ExecuteScriptAtBlockIDRequest) GetArguments() [][]byte { - if m != nil { - return m.Arguments +func (x *ExecuteScriptAtBlockIDRequest) GetArguments() [][]byte { + if x != nil { + return x.Arguments } return nil } type ExecuteScriptAtBlockHeightRequest struct { - BlockHeight uint64 `protobuf:"varint,1,opt,name=block_height,json=blockHeight,proto3" json:"block_height,omitempty"` - Script []byte `protobuf:"bytes,2,opt,name=script,proto3" json:"script,omitempty"` - Arguments [][]byte `protobuf:"bytes,3,rep,name=arguments,proto3" json:"arguments,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields -func (m *ExecuteScriptAtBlockHeightRequest) Reset() { *m = ExecuteScriptAtBlockHeightRequest{} } -func (m *ExecuteScriptAtBlockHeightRequest) String() string { return proto.CompactTextString(m) } -func (*ExecuteScriptAtBlockHeightRequest) ProtoMessage() {} -func (*ExecuteScriptAtBlockHeightRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_4382e32bb8e3e8e5, []int{30} + BlockHeight uint64 `protobuf:"varint,1,opt,name=block_height,json=blockHeight,proto3" json:"block_height,omitempty"` + Script []byte `protobuf:"bytes,2,opt,name=script,proto3" json:"script,omitempty"` + Arguments [][]byte `protobuf:"bytes,3,rep,name=arguments,proto3" json:"arguments,omitempty"` } -func (m *ExecuteScriptAtBlockHeightRequest) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_ExecuteScriptAtBlockHeightRequest.Unmarshal(m, b) -} -func (m *ExecuteScriptAtBlockHeightRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_ExecuteScriptAtBlockHeightRequest.Marshal(b, m, deterministic) -} -func (m *ExecuteScriptAtBlockHeightRequest) XXX_Merge(src proto.Message) { - xxx_messageInfo_ExecuteScriptAtBlockHeightRequest.Merge(m, src) +func (x *ExecuteScriptAtBlockHeightRequest) Reset() { + *x = ExecuteScriptAtBlockHeightRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_flow_access_access_proto_msgTypes[30] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } } -func (m *ExecuteScriptAtBlockHeightRequest) XXX_Size() int { - return xxx_messageInfo_ExecuteScriptAtBlockHeightRequest.Size(m) + +func (x *ExecuteScriptAtBlockHeightRequest) String() string { + return protoimpl.X.MessageStringOf(x) } -func (m *ExecuteScriptAtBlockHeightRequest) XXX_DiscardUnknown() { - xxx_messageInfo_ExecuteScriptAtBlockHeightRequest.DiscardUnknown(m) + +func (*ExecuteScriptAtBlockHeightRequest) ProtoMessage() {} + +func (x *ExecuteScriptAtBlockHeightRequest) ProtoReflect() protoreflect.Message { + mi := &file_flow_access_access_proto_msgTypes[30] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) } -var xxx_messageInfo_ExecuteScriptAtBlockHeightRequest proto.InternalMessageInfo +// Deprecated: Use ExecuteScriptAtBlockHeightRequest.ProtoReflect.Descriptor instead. +func (*ExecuteScriptAtBlockHeightRequest) Descriptor() ([]byte, []int) { + return file_flow_access_access_proto_rawDescGZIP(), []int{30} +} -func (m *ExecuteScriptAtBlockHeightRequest) GetBlockHeight() uint64 { - if m != nil { - return m.BlockHeight +func (x *ExecuteScriptAtBlockHeightRequest) GetBlockHeight() uint64 { + if x != nil { + return x.BlockHeight } return 0 } -func (m *ExecuteScriptAtBlockHeightRequest) GetScript() []byte { - if m != nil { - return m.Script +func (x *ExecuteScriptAtBlockHeightRequest) GetScript() []byte { + if x != nil { + return x.Script } return nil } -func (m *ExecuteScriptAtBlockHeightRequest) GetArguments() [][]byte { - if m != nil { - return m.Arguments +func (x *ExecuteScriptAtBlockHeightRequest) GetArguments() [][]byte { + if x != nil { + return x.Arguments } return nil } type ExecuteScriptResponse struct { - Value []byte `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"` - Metadata *entities.Metadata `protobuf:"bytes,2,opt,name=metadata,proto3" json:"metadata,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields -func (m *ExecuteScriptResponse) Reset() { *m = ExecuteScriptResponse{} } -func (m *ExecuteScriptResponse) String() string { return proto.CompactTextString(m) } -func (*ExecuteScriptResponse) ProtoMessage() {} -func (*ExecuteScriptResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_4382e32bb8e3e8e5, []int{31} + Value []byte `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"` + Metadata *entities.Metadata `protobuf:"bytes,2,opt,name=metadata,proto3" json:"metadata,omitempty"` } -func (m *ExecuteScriptResponse) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_ExecuteScriptResponse.Unmarshal(m, b) -} -func (m *ExecuteScriptResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_ExecuteScriptResponse.Marshal(b, m, deterministic) -} -func (m *ExecuteScriptResponse) XXX_Merge(src proto.Message) { - xxx_messageInfo_ExecuteScriptResponse.Merge(m, src) +func (x *ExecuteScriptResponse) Reset() { + *x = ExecuteScriptResponse{} + if protoimpl.UnsafeEnabled { + mi := &file_flow_access_access_proto_msgTypes[31] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } } -func (m *ExecuteScriptResponse) XXX_Size() int { - return xxx_messageInfo_ExecuteScriptResponse.Size(m) + +func (x *ExecuteScriptResponse) String() string { + return protoimpl.X.MessageStringOf(x) } -func (m *ExecuteScriptResponse) XXX_DiscardUnknown() { - xxx_messageInfo_ExecuteScriptResponse.DiscardUnknown(m) + +func (*ExecuteScriptResponse) ProtoMessage() {} + +func (x *ExecuteScriptResponse) ProtoReflect() protoreflect.Message { + mi := &file_flow_access_access_proto_msgTypes[31] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) } -var xxx_messageInfo_ExecuteScriptResponse proto.InternalMessageInfo +// Deprecated: Use ExecuteScriptResponse.ProtoReflect.Descriptor instead. +func (*ExecuteScriptResponse) Descriptor() ([]byte, []int) { + return file_flow_access_access_proto_rawDescGZIP(), []int{31} +} -func (m *ExecuteScriptResponse) GetValue() []byte { - if m != nil { - return m.Value +func (x *ExecuteScriptResponse) GetValue() []byte { + if x != nil { + return x.Value } return nil } -func (m *ExecuteScriptResponse) GetMetadata() *entities.Metadata { - if m != nil { - return m.Metadata +func (x *ExecuteScriptResponse) GetMetadata() *entities.Metadata { + if x != nil { + return x.Metadata } return nil } type GetEventsForHeightRangeRequest struct { - Type string `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"` - StartHeight uint64 `protobuf:"varint,2,opt,name=start_height,json=startHeight,proto3" json:"start_height,omitempty"` - EndHeight uint64 `protobuf:"varint,3,opt,name=end_height,json=endHeight,proto3" json:"end_height,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields -func (m *GetEventsForHeightRangeRequest) Reset() { *m = GetEventsForHeightRangeRequest{} } -func (m *GetEventsForHeightRangeRequest) String() string { return proto.CompactTextString(m) } -func (*GetEventsForHeightRangeRequest) ProtoMessage() {} -func (*GetEventsForHeightRangeRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_4382e32bb8e3e8e5, []int{32} + Type string `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"` + StartHeight uint64 `protobuf:"varint,2,opt,name=start_height,json=startHeight,proto3" json:"start_height,omitempty"` + EndHeight uint64 `protobuf:"varint,3,opt,name=end_height,json=endHeight,proto3" json:"end_height,omitempty"` } -func (m *GetEventsForHeightRangeRequest) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_GetEventsForHeightRangeRequest.Unmarshal(m, b) -} -func (m *GetEventsForHeightRangeRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_GetEventsForHeightRangeRequest.Marshal(b, m, deterministic) -} -func (m *GetEventsForHeightRangeRequest) XXX_Merge(src proto.Message) { - xxx_messageInfo_GetEventsForHeightRangeRequest.Merge(m, src) +func (x *GetEventsForHeightRangeRequest) Reset() { + *x = GetEventsForHeightRangeRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_flow_access_access_proto_msgTypes[32] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } } -func (m *GetEventsForHeightRangeRequest) XXX_Size() int { - return xxx_messageInfo_GetEventsForHeightRangeRequest.Size(m) + +func (x *GetEventsForHeightRangeRequest) String() string { + return protoimpl.X.MessageStringOf(x) } -func (m *GetEventsForHeightRangeRequest) XXX_DiscardUnknown() { - xxx_messageInfo_GetEventsForHeightRangeRequest.DiscardUnknown(m) + +func (*GetEventsForHeightRangeRequest) ProtoMessage() {} + +func (x *GetEventsForHeightRangeRequest) ProtoReflect() protoreflect.Message { + mi := &file_flow_access_access_proto_msgTypes[32] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) } -var xxx_messageInfo_GetEventsForHeightRangeRequest proto.InternalMessageInfo +// Deprecated: Use GetEventsForHeightRangeRequest.ProtoReflect.Descriptor instead. +func (*GetEventsForHeightRangeRequest) Descriptor() ([]byte, []int) { + return file_flow_access_access_proto_rawDescGZIP(), []int{32} +} -func (m *GetEventsForHeightRangeRequest) GetType() string { - if m != nil { - return m.Type +func (x *GetEventsForHeightRangeRequest) GetType() string { + if x != nil { + return x.Type } return "" } -func (m *GetEventsForHeightRangeRequest) GetStartHeight() uint64 { - if m != nil { - return m.StartHeight +func (x *GetEventsForHeightRangeRequest) GetStartHeight() uint64 { + if x != nil { + return x.StartHeight } return 0 } -func (m *GetEventsForHeightRangeRequest) GetEndHeight() uint64 { - if m != nil { - return m.EndHeight +func (x *GetEventsForHeightRangeRequest) GetEndHeight() uint64 { + if x != nil { + return x.EndHeight } return 0 } type GetEventsForBlockIDsRequest struct { - Type string `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"` - BlockIds [][]byte `protobuf:"bytes,2,rep,name=block_ids,json=blockIds,proto3" json:"block_ids,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields -func (m *GetEventsForBlockIDsRequest) Reset() { *m = GetEventsForBlockIDsRequest{} } -func (m *GetEventsForBlockIDsRequest) String() string { return proto.CompactTextString(m) } -func (*GetEventsForBlockIDsRequest) ProtoMessage() {} -func (*GetEventsForBlockIDsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_4382e32bb8e3e8e5, []int{33} + Type string `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"` + BlockIds [][]byte `protobuf:"bytes,2,rep,name=block_ids,json=blockIds,proto3" json:"block_ids,omitempty"` } -func (m *GetEventsForBlockIDsRequest) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_GetEventsForBlockIDsRequest.Unmarshal(m, b) -} -func (m *GetEventsForBlockIDsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_GetEventsForBlockIDsRequest.Marshal(b, m, deterministic) -} -func (m *GetEventsForBlockIDsRequest) XXX_Merge(src proto.Message) { - xxx_messageInfo_GetEventsForBlockIDsRequest.Merge(m, src) -} -func (m *GetEventsForBlockIDsRequest) XXX_Size() int { - return xxx_messageInfo_GetEventsForBlockIDsRequest.Size(m) -} -func (m *GetEventsForBlockIDsRequest) XXX_DiscardUnknown() { - xxx_messageInfo_GetEventsForBlockIDsRequest.DiscardUnknown(m) -} - -var xxx_messageInfo_GetEventsForBlockIDsRequest proto.InternalMessageInfo - -func (m *GetEventsForBlockIDsRequest) GetType() string { - if m != nil { - return m.Type +func (x *GetEventsForBlockIDsRequest) Reset() { + *x = GetEventsForBlockIDsRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_flow_access_access_proto_msgTypes[33] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) } - return "" } -func (m *GetEventsForBlockIDsRequest) GetBlockIds() [][]byte { - if m != nil { - return m.BlockIds - } - return nil +func (x *GetEventsForBlockIDsRequest) String() string { + return protoimpl.X.MessageStringOf(x) } -type EventsResponse struct { - Results []*EventsResponse_Result `protobuf:"bytes,1,rep,name=results,proto3" json:"results,omitempty"` - Metadata *entities.Metadata `protobuf:"bytes,2,opt,name=metadata,proto3" json:"metadata,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} +func (*GetEventsForBlockIDsRequest) ProtoMessage() {} -func (m *EventsResponse) Reset() { *m = EventsResponse{} } -func (m *EventsResponse) String() string { return proto.CompactTextString(m) } -func (*EventsResponse) ProtoMessage() {} -func (*EventsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_4382e32bb8e3e8e5, []int{34} +func (x *GetEventsForBlockIDsRequest) ProtoReflect() protoreflect.Message { + mi := &file_flow_access_access_proto_msgTypes[33] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) } -func (m *EventsResponse) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_EventsResponse.Unmarshal(m, b) -} -func (m *EventsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_EventsResponse.Marshal(b, m, deterministic) -} -func (m *EventsResponse) XXX_Merge(src proto.Message) { - xxx_messageInfo_EventsResponse.Merge(m, src) -} -func (m *EventsResponse) XXX_Size() int { - return xxx_messageInfo_EventsResponse.Size(m) -} -func (m *EventsResponse) XXX_DiscardUnknown() { - xxx_messageInfo_EventsResponse.DiscardUnknown(m) +// Deprecated: Use GetEventsForBlockIDsRequest.ProtoReflect.Descriptor instead. +func (*GetEventsForBlockIDsRequest) Descriptor() ([]byte, []int) { + return file_flow_access_access_proto_rawDescGZIP(), []int{33} } -var xxx_messageInfo_EventsResponse proto.InternalMessageInfo - -func (m *EventsResponse) GetResults() []*EventsResponse_Result { - if m != nil { - return m.Results +func (x *GetEventsForBlockIDsRequest) GetType() string { + if x != nil { + return x.Type } - return nil + return "" } -func (m *EventsResponse) GetMetadata() *entities.Metadata { - if m != nil { - return m.Metadata +func (x *GetEventsForBlockIDsRequest) GetBlockIds() [][]byte { + if x != nil { + return x.BlockIds } return nil } -type EventsResponse_Result struct { - BlockId []byte `protobuf:"bytes,1,opt,name=block_id,json=blockId,proto3" json:"block_id,omitempty"` - BlockHeight uint64 `protobuf:"varint,2,opt,name=block_height,json=blockHeight,proto3" json:"block_height,omitempty"` - Events []*entities.Event `protobuf:"bytes,3,rep,name=events,proto3" json:"events,omitempty"` - BlockTimestamp *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=block_timestamp,json=blockTimestamp,proto3" json:"block_timestamp,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *EventsResponse_Result) Reset() { *m = EventsResponse_Result{} } -func (m *EventsResponse_Result) String() string { return proto.CompactTextString(m) } -func (*EventsResponse_Result) ProtoMessage() {} -func (*EventsResponse_Result) Descriptor() ([]byte, []int) { - return fileDescriptor_4382e32bb8e3e8e5, []int{34, 0} -} +type EventsResponse struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields -func (m *EventsResponse_Result) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_EventsResponse_Result.Unmarshal(m, b) -} -func (m *EventsResponse_Result) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_EventsResponse_Result.Marshal(b, m, deterministic) + Results []*EventsResponse_Result `protobuf:"bytes,1,rep,name=results,proto3" json:"results,omitempty"` + Metadata *entities.Metadata `protobuf:"bytes,2,opt,name=metadata,proto3" json:"metadata,omitempty"` } -func (m *EventsResponse_Result) XXX_Merge(src proto.Message) { - xxx_messageInfo_EventsResponse_Result.Merge(m, src) -} -func (m *EventsResponse_Result) XXX_Size() int { - return xxx_messageInfo_EventsResponse_Result.Size(m) + +func (x *EventsResponse) Reset() { + *x = EventsResponse{} + if protoimpl.UnsafeEnabled { + mi := &file_flow_access_access_proto_msgTypes[34] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } } -func (m *EventsResponse_Result) XXX_DiscardUnknown() { - xxx_messageInfo_EventsResponse_Result.DiscardUnknown(m) + +func (x *EventsResponse) String() string { + return protoimpl.X.MessageStringOf(x) } -var xxx_messageInfo_EventsResponse_Result proto.InternalMessageInfo +func (*EventsResponse) ProtoMessage() {} -func (m *EventsResponse_Result) GetBlockId() []byte { - if m != nil { - return m.BlockId +func (x *EventsResponse) ProtoReflect() protoreflect.Message { + mi := &file_flow_access_access_proto_msgTypes[34] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms } - return nil + return mi.MessageOf(x) } -func (m *EventsResponse_Result) GetBlockHeight() uint64 { - if m != nil { - return m.BlockHeight - } - return 0 +// Deprecated: Use EventsResponse.ProtoReflect.Descriptor instead. +func (*EventsResponse) Descriptor() ([]byte, []int) { + return file_flow_access_access_proto_rawDescGZIP(), []int{34} } -func (m *EventsResponse_Result) GetEvents() []*entities.Event { - if m != nil { - return m.Events +func (x *EventsResponse) GetResults() []*EventsResponse_Result { + if x != nil { + return x.Results } return nil } -func (m *EventsResponse_Result) GetBlockTimestamp() *timestamppb.Timestamp { - if m != nil { - return m.BlockTimestamp +func (x *EventsResponse) GetMetadata() *entities.Metadata { + if x != nil { + return x.Metadata } return nil } type GetNetworkParametersRequest struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields } -func (m *GetNetworkParametersRequest) Reset() { *m = GetNetworkParametersRequest{} } -func (m *GetNetworkParametersRequest) String() string { return proto.CompactTextString(m) } -func (*GetNetworkParametersRequest) ProtoMessage() {} -func (*GetNetworkParametersRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_4382e32bb8e3e8e5, []int{35} +func (x *GetNetworkParametersRequest) Reset() { + *x = GetNetworkParametersRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_flow_access_access_proto_msgTypes[35] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } } -func (m *GetNetworkParametersRequest) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_GetNetworkParametersRequest.Unmarshal(m, b) -} -func (m *GetNetworkParametersRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_GetNetworkParametersRequest.Marshal(b, m, deterministic) -} -func (m *GetNetworkParametersRequest) XXX_Merge(src proto.Message) { - xxx_messageInfo_GetNetworkParametersRequest.Merge(m, src) -} -func (m *GetNetworkParametersRequest) XXX_Size() int { - return xxx_messageInfo_GetNetworkParametersRequest.Size(m) -} -func (m *GetNetworkParametersRequest) XXX_DiscardUnknown() { - xxx_messageInfo_GetNetworkParametersRequest.DiscardUnknown(m) +func (x *GetNetworkParametersRequest) String() string { + return protoimpl.X.MessageStringOf(x) } -var xxx_messageInfo_GetNetworkParametersRequest proto.InternalMessageInfo +func (*GetNetworkParametersRequest) ProtoMessage() {} -type GetNetworkParametersResponse struct { - ChainId string `protobuf:"bytes,1,opt,name=chain_id,json=chainId,proto3" json:"chain_id,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` +func (x *GetNetworkParametersRequest) ProtoReflect() protoreflect.Message { + mi := &file_flow_access_access_proto_msgTypes[35] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) } -func (m *GetNetworkParametersResponse) Reset() { *m = GetNetworkParametersResponse{} } -func (m *GetNetworkParametersResponse) String() string { return proto.CompactTextString(m) } -func (*GetNetworkParametersResponse) ProtoMessage() {} -func (*GetNetworkParametersResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_4382e32bb8e3e8e5, []int{36} +// Deprecated: Use GetNetworkParametersRequest.ProtoReflect.Descriptor instead. +func (*GetNetworkParametersRequest) Descriptor() ([]byte, []int) { + return file_flow_access_access_proto_rawDescGZIP(), []int{35} } -func (m *GetNetworkParametersResponse) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_GetNetworkParametersResponse.Unmarshal(m, b) -} -func (m *GetNetworkParametersResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_GetNetworkParametersResponse.Marshal(b, m, deterministic) +type GetNetworkParametersResponse struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + ChainId string `protobuf:"bytes,1,opt,name=chain_id,json=chainId,proto3" json:"chain_id,omitempty"` } -func (m *GetNetworkParametersResponse) XXX_Merge(src proto.Message) { - xxx_messageInfo_GetNetworkParametersResponse.Merge(m, src) + +func (x *GetNetworkParametersResponse) Reset() { + *x = GetNetworkParametersResponse{} + if protoimpl.UnsafeEnabled { + mi := &file_flow_access_access_proto_msgTypes[36] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } } -func (m *GetNetworkParametersResponse) XXX_Size() int { - return xxx_messageInfo_GetNetworkParametersResponse.Size(m) + +func (x *GetNetworkParametersResponse) String() string { + return protoimpl.X.MessageStringOf(x) } -func (m *GetNetworkParametersResponse) XXX_DiscardUnknown() { - xxx_messageInfo_GetNetworkParametersResponse.DiscardUnknown(m) + +func (*GetNetworkParametersResponse) ProtoMessage() {} + +func (x *GetNetworkParametersResponse) ProtoReflect() protoreflect.Message { + mi := &file_flow_access_access_proto_msgTypes[36] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) } -var xxx_messageInfo_GetNetworkParametersResponse proto.InternalMessageInfo +// Deprecated: Use GetNetworkParametersResponse.ProtoReflect.Descriptor instead. +func (*GetNetworkParametersResponse) Descriptor() ([]byte, []int) { + return file_flow_access_access_proto_rawDescGZIP(), []int{36} +} -func (m *GetNetworkParametersResponse) GetChainId() string { - if m != nil { - return m.ChainId +func (x *GetNetworkParametersResponse) GetChainId() string { + if x != nil { + return x.ChainId } return "" } type GetLatestProtocolStateSnapshotRequest struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields } -func (m *GetLatestProtocolStateSnapshotRequest) Reset() { *m = GetLatestProtocolStateSnapshotRequest{} } -func (m *GetLatestProtocolStateSnapshotRequest) String() string { return proto.CompactTextString(m) } -func (*GetLatestProtocolStateSnapshotRequest) ProtoMessage() {} -func (*GetLatestProtocolStateSnapshotRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_4382e32bb8e3e8e5, []int{37} +func (x *GetLatestProtocolStateSnapshotRequest) Reset() { + *x = GetLatestProtocolStateSnapshotRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_flow_access_access_proto_msgTypes[37] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } } -func (m *GetLatestProtocolStateSnapshotRequest) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_GetLatestProtocolStateSnapshotRequest.Unmarshal(m, b) -} -func (m *GetLatestProtocolStateSnapshotRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_GetLatestProtocolStateSnapshotRequest.Marshal(b, m, deterministic) -} -func (m *GetLatestProtocolStateSnapshotRequest) XXX_Merge(src proto.Message) { - xxx_messageInfo_GetLatestProtocolStateSnapshotRequest.Merge(m, src) -} -func (m *GetLatestProtocolStateSnapshotRequest) XXX_Size() int { - return xxx_messageInfo_GetLatestProtocolStateSnapshotRequest.Size(m) -} -func (m *GetLatestProtocolStateSnapshotRequest) XXX_DiscardUnknown() { - xxx_messageInfo_GetLatestProtocolStateSnapshotRequest.DiscardUnknown(m) +func (x *GetLatestProtocolStateSnapshotRequest) String() string { + return protoimpl.X.MessageStringOf(x) } -var xxx_messageInfo_GetLatestProtocolStateSnapshotRequest proto.InternalMessageInfo +func (*GetLatestProtocolStateSnapshotRequest) ProtoMessage() {} -type ProtocolStateSnapshotResponse struct { - SerializedSnapshot []byte `protobuf:"bytes,1,opt,name=serializedSnapshot,proto3" json:"serializedSnapshot,omitempty"` - Metadata *entities.Metadata `protobuf:"bytes,2,opt,name=metadata,proto3" json:"metadata,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` +func (x *GetLatestProtocolStateSnapshotRequest) ProtoReflect() protoreflect.Message { + mi := &file_flow_access_access_proto_msgTypes[37] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) } -func (m *ProtocolStateSnapshotResponse) Reset() { *m = ProtocolStateSnapshotResponse{} } -func (m *ProtocolStateSnapshotResponse) String() string { return proto.CompactTextString(m) } -func (*ProtocolStateSnapshotResponse) ProtoMessage() {} -func (*ProtocolStateSnapshotResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_4382e32bb8e3e8e5, []int{38} +// Deprecated: Use GetLatestProtocolStateSnapshotRequest.ProtoReflect.Descriptor instead. +func (*GetLatestProtocolStateSnapshotRequest) Descriptor() ([]byte, []int) { + return file_flow_access_access_proto_rawDescGZIP(), []int{37} } -func (m *ProtocolStateSnapshotResponse) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_ProtocolStateSnapshotResponse.Unmarshal(m, b) -} -func (m *ProtocolStateSnapshotResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_ProtocolStateSnapshotResponse.Marshal(b, m, deterministic) +type ProtocolStateSnapshotResponse struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + SerializedSnapshot []byte `protobuf:"bytes,1,opt,name=serializedSnapshot,proto3" json:"serializedSnapshot,omitempty"` + Metadata *entities.Metadata `protobuf:"bytes,2,opt,name=metadata,proto3" json:"metadata,omitempty"` } -func (m *ProtocolStateSnapshotResponse) XXX_Merge(src proto.Message) { - xxx_messageInfo_ProtocolStateSnapshotResponse.Merge(m, src) + +func (x *ProtocolStateSnapshotResponse) Reset() { + *x = ProtocolStateSnapshotResponse{} + if protoimpl.UnsafeEnabled { + mi := &file_flow_access_access_proto_msgTypes[38] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } } -func (m *ProtocolStateSnapshotResponse) XXX_Size() int { - return xxx_messageInfo_ProtocolStateSnapshotResponse.Size(m) + +func (x *ProtocolStateSnapshotResponse) String() string { + return protoimpl.X.MessageStringOf(x) } -func (m *ProtocolStateSnapshotResponse) XXX_DiscardUnknown() { - xxx_messageInfo_ProtocolStateSnapshotResponse.DiscardUnknown(m) + +func (*ProtocolStateSnapshotResponse) ProtoMessage() {} + +func (x *ProtocolStateSnapshotResponse) ProtoReflect() protoreflect.Message { + mi := &file_flow_access_access_proto_msgTypes[38] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) } -var xxx_messageInfo_ProtocolStateSnapshotResponse proto.InternalMessageInfo +// Deprecated: Use ProtocolStateSnapshotResponse.ProtoReflect.Descriptor instead. +func (*ProtocolStateSnapshotResponse) Descriptor() ([]byte, []int) { + return file_flow_access_access_proto_rawDescGZIP(), []int{38} +} -func (m *ProtocolStateSnapshotResponse) GetSerializedSnapshot() []byte { - if m != nil { - return m.SerializedSnapshot +func (x *ProtocolStateSnapshotResponse) GetSerializedSnapshot() []byte { + if x != nil { + return x.SerializedSnapshot } return nil } -func (m *ProtocolStateSnapshotResponse) GetMetadata() *entities.Metadata { - if m != nil { - return m.Metadata +func (x *ProtocolStateSnapshotResponse) GetMetadata() *entities.Metadata { + if x != nil { + return x.Metadata } return nil } type GetExecutionResultForBlockIDRequest struct { - BlockId []byte `protobuf:"bytes,1,opt,name=block_id,json=blockId,proto3" json:"block_id,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields -func (m *GetExecutionResultForBlockIDRequest) Reset() { *m = GetExecutionResultForBlockIDRequest{} } -func (m *GetExecutionResultForBlockIDRequest) String() string { return proto.CompactTextString(m) } -func (*GetExecutionResultForBlockIDRequest) ProtoMessage() {} -func (*GetExecutionResultForBlockIDRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_4382e32bb8e3e8e5, []int{39} + BlockId []byte `protobuf:"bytes,1,opt,name=block_id,json=blockId,proto3" json:"block_id,omitempty"` } -func (m *GetExecutionResultForBlockIDRequest) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_GetExecutionResultForBlockIDRequest.Unmarshal(m, b) -} -func (m *GetExecutionResultForBlockIDRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_GetExecutionResultForBlockIDRequest.Marshal(b, m, deterministic) -} -func (m *GetExecutionResultForBlockIDRequest) XXX_Merge(src proto.Message) { - xxx_messageInfo_GetExecutionResultForBlockIDRequest.Merge(m, src) +func (x *GetExecutionResultForBlockIDRequest) Reset() { + *x = GetExecutionResultForBlockIDRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_flow_access_access_proto_msgTypes[39] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } } -func (m *GetExecutionResultForBlockIDRequest) XXX_Size() int { - return xxx_messageInfo_GetExecutionResultForBlockIDRequest.Size(m) + +func (x *GetExecutionResultForBlockIDRequest) String() string { + return protoimpl.X.MessageStringOf(x) } -func (m *GetExecutionResultForBlockIDRequest) XXX_DiscardUnknown() { - xxx_messageInfo_GetExecutionResultForBlockIDRequest.DiscardUnknown(m) + +func (*GetExecutionResultForBlockIDRequest) ProtoMessage() {} + +func (x *GetExecutionResultForBlockIDRequest) ProtoReflect() protoreflect.Message { + mi := &file_flow_access_access_proto_msgTypes[39] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) } -var xxx_messageInfo_GetExecutionResultForBlockIDRequest proto.InternalMessageInfo +// Deprecated: Use GetExecutionResultForBlockIDRequest.ProtoReflect.Descriptor instead. +func (*GetExecutionResultForBlockIDRequest) Descriptor() ([]byte, []int) { + return file_flow_access_access_proto_rawDescGZIP(), []int{39} +} -func (m *GetExecutionResultForBlockIDRequest) GetBlockId() []byte { - if m != nil { - return m.BlockId +func (x *GetExecutionResultForBlockIDRequest) GetBlockId() []byte { + if x != nil { + return x.BlockId } return nil } type ExecutionResultForBlockIDResponse struct { - ExecutionResult *entities.ExecutionResult `protobuf:"bytes,1,opt,name=execution_result,json=executionResult,proto3" json:"execution_result,omitempty"` - Metadata *entities.Metadata `protobuf:"bytes,2,opt,name=metadata,proto3" json:"metadata,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields -func (m *ExecutionResultForBlockIDResponse) Reset() { *m = ExecutionResultForBlockIDResponse{} } -func (m *ExecutionResultForBlockIDResponse) String() string { return proto.CompactTextString(m) } -func (*ExecutionResultForBlockIDResponse) ProtoMessage() {} -func (*ExecutionResultForBlockIDResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_4382e32bb8e3e8e5, []int{40} + ExecutionResult *entities.ExecutionResult `protobuf:"bytes,1,opt,name=execution_result,json=executionResult,proto3" json:"execution_result,omitempty"` + Metadata *entities.Metadata `protobuf:"bytes,2,opt,name=metadata,proto3" json:"metadata,omitempty"` } -func (m *ExecutionResultForBlockIDResponse) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_ExecutionResultForBlockIDResponse.Unmarshal(m, b) -} -func (m *ExecutionResultForBlockIDResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_ExecutionResultForBlockIDResponse.Marshal(b, m, deterministic) -} -func (m *ExecutionResultForBlockIDResponse) XXX_Merge(src proto.Message) { - xxx_messageInfo_ExecutionResultForBlockIDResponse.Merge(m, src) +func (x *ExecutionResultForBlockIDResponse) Reset() { + *x = ExecutionResultForBlockIDResponse{} + if protoimpl.UnsafeEnabled { + mi := &file_flow_access_access_proto_msgTypes[40] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } } -func (m *ExecutionResultForBlockIDResponse) XXX_Size() int { - return xxx_messageInfo_ExecutionResultForBlockIDResponse.Size(m) + +func (x *ExecutionResultForBlockIDResponse) String() string { + return protoimpl.X.MessageStringOf(x) } -func (m *ExecutionResultForBlockIDResponse) XXX_DiscardUnknown() { - xxx_messageInfo_ExecutionResultForBlockIDResponse.DiscardUnknown(m) + +func (*ExecutionResultForBlockIDResponse) ProtoMessage() {} + +func (x *ExecutionResultForBlockIDResponse) ProtoReflect() protoreflect.Message { + mi := &file_flow_access_access_proto_msgTypes[40] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) } -var xxx_messageInfo_ExecutionResultForBlockIDResponse proto.InternalMessageInfo +// Deprecated: Use ExecutionResultForBlockIDResponse.ProtoReflect.Descriptor instead. +func (*ExecutionResultForBlockIDResponse) Descriptor() ([]byte, []int) { + return file_flow_access_access_proto_rawDescGZIP(), []int{40} +} -func (m *ExecutionResultForBlockIDResponse) GetExecutionResult() *entities.ExecutionResult { - if m != nil { - return m.ExecutionResult +func (x *ExecutionResultForBlockIDResponse) GetExecutionResult() *entities.ExecutionResult { + if x != nil { + return x.ExecutionResult } return nil } -func (m *ExecutionResultForBlockIDResponse) GetMetadata() *entities.Metadata { - if m != nil { - return m.Metadata +func (x *ExecutionResultForBlockIDResponse) GetMetadata() *entities.Metadata { + if x != nil { + return x.Metadata } return nil } type GetExecutionResultByIDRequest struct { - Id []byte `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Id []byte `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` +} + +func (x *GetExecutionResultByIDRequest) Reset() { + *x = GetExecutionResultByIDRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_flow_access_access_proto_msgTypes[41] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *GetExecutionResultByIDRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*GetExecutionResultByIDRequest) ProtoMessage() {} + +func (x *GetExecutionResultByIDRequest) ProtoReflect() protoreflect.Message { + mi := &file_flow_access_access_proto_msgTypes[41] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) } -func (m *GetExecutionResultByIDRequest) Reset() { *m = GetExecutionResultByIDRequest{} } -func (m *GetExecutionResultByIDRequest) String() string { return proto.CompactTextString(m) } -func (*GetExecutionResultByIDRequest) ProtoMessage() {} +// Deprecated: Use GetExecutionResultByIDRequest.ProtoReflect.Descriptor instead. func (*GetExecutionResultByIDRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_4382e32bb8e3e8e5, []int{41} + return file_flow_access_access_proto_rawDescGZIP(), []int{41} } -func (m *GetExecutionResultByIDRequest) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_GetExecutionResultByIDRequest.Unmarshal(m, b) +func (x *GetExecutionResultByIDRequest) GetId() []byte { + if x != nil { + return x.Id + } + return nil } -func (m *GetExecutionResultByIDRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_GetExecutionResultByIDRequest.Marshal(b, m, deterministic) + +type ExecutionResultByIDResponse struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + ExecutionResult *entities.ExecutionResult `protobuf:"bytes,1,opt,name=execution_result,json=executionResult,proto3" json:"execution_result,omitempty"` + Metadata *entities.Metadata `protobuf:"bytes,2,opt,name=metadata,proto3" json:"metadata,omitempty"` } -func (m *GetExecutionResultByIDRequest) XXX_Merge(src proto.Message) { - xxx_messageInfo_GetExecutionResultByIDRequest.Merge(m, src) + +func (x *ExecutionResultByIDResponse) Reset() { + *x = ExecutionResultByIDResponse{} + if protoimpl.UnsafeEnabled { + mi := &file_flow_access_access_proto_msgTypes[42] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } } -func (m *GetExecutionResultByIDRequest) XXX_Size() int { - return xxx_messageInfo_GetExecutionResultByIDRequest.Size(m) + +func (x *ExecutionResultByIDResponse) String() string { + return protoimpl.X.MessageStringOf(x) } -func (m *GetExecutionResultByIDRequest) XXX_DiscardUnknown() { - xxx_messageInfo_GetExecutionResultByIDRequest.DiscardUnknown(m) + +func (*ExecutionResultByIDResponse) ProtoMessage() {} + +func (x *ExecutionResultByIDResponse) ProtoReflect() protoreflect.Message { + mi := &file_flow_access_access_proto_msgTypes[42] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) } -var xxx_messageInfo_GetExecutionResultByIDRequest proto.InternalMessageInfo +// Deprecated: Use ExecutionResultByIDResponse.ProtoReflect.Descriptor instead. +func (*ExecutionResultByIDResponse) Descriptor() ([]byte, []int) { + return file_flow_access_access_proto_rawDescGZIP(), []int{42} +} -func (m *GetExecutionResultByIDRequest) GetId() []byte { - if m != nil { - return m.Id +func (x *ExecutionResultByIDResponse) GetExecutionResult() *entities.ExecutionResult { + if x != nil { + return x.ExecutionResult } return nil } -type ExecutionResultByIDResponse struct { - ExecutionResult *entities.ExecutionResult `protobuf:"bytes,1,opt,name=execution_result,json=executionResult,proto3" json:"execution_result,omitempty"` - Metadata *entities.Metadata `protobuf:"bytes,2,opt,name=metadata,proto3" json:"metadata,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` +func (x *ExecutionResultByIDResponse) GetMetadata() *entities.Metadata { + if x != nil { + return x.Metadata + } + return nil } -func (m *ExecutionResultByIDResponse) Reset() { *m = ExecutionResultByIDResponse{} } -func (m *ExecutionResultByIDResponse) String() string { return proto.CompactTextString(m) } -func (*ExecutionResultByIDResponse) ProtoMessage() {} -func (*ExecutionResultByIDResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_4382e32bb8e3e8e5, []int{42} +type EventsResponse_Result struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + BlockId []byte `protobuf:"bytes,1,opt,name=block_id,json=blockId,proto3" json:"block_id,omitempty"` + BlockHeight uint64 `protobuf:"varint,2,opt,name=block_height,json=blockHeight,proto3" json:"block_height,omitempty"` + Events []*entities.Event `protobuf:"bytes,3,rep,name=events,proto3" json:"events,omitempty"` + BlockTimestamp *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=block_timestamp,json=blockTimestamp,proto3" json:"block_timestamp,omitempty"` } -func (m *ExecutionResultByIDResponse) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_ExecutionResultByIDResponse.Unmarshal(m, b) +func (x *EventsResponse_Result) Reset() { + *x = EventsResponse_Result{} + if protoimpl.UnsafeEnabled { + mi := &file_flow_access_access_proto_msgTypes[43] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } } -func (m *ExecutionResultByIDResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_ExecutionResultByIDResponse.Marshal(b, m, deterministic) + +func (x *EventsResponse_Result) String() string { + return protoimpl.X.MessageStringOf(x) } -func (m *ExecutionResultByIDResponse) XXX_Merge(src proto.Message) { - xxx_messageInfo_ExecutionResultByIDResponse.Merge(m, src) + +func (*EventsResponse_Result) ProtoMessage() {} + +func (x *EventsResponse_Result) ProtoReflect() protoreflect.Message { + mi := &file_flow_access_access_proto_msgTypes[43] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) } -func (m *ExecutionResultByIDResponse) XXX_Size() int { - return xxx_messageInfo_ExecutionResultByIDResponse.Size(m) + +// Deprecated: Use EventsResponse_Result.ProtoReflect.Descriptor instead. +func (*EventsResponse_Result) Descriptor() ([]byte, []int) { + return file_flow_access_access_proto_rawDescGZIP(), []int{34, 0} } -func (m *ExecutionResultByIDResponse) XXX_DiscardUnknown() { - xxx_messageInfo_ExecutionResultByIDResponse.DiscardUnknown(m) + +func (x *EventsResponse_Result) GetBlockId() []byte { + if x != nil { + return x.BlockId + } + return nil } -var xxx_messageInfo_ExecutionResultByIDResponse proto.InternalMessageInfo +func (x *EventsResponse_Result) GetBlockHeight() uint64 { + if x != nil { + return x.BlockHeight + } + return 0 +} -func (m *ExecutionResultByIDResponse) GetExecutionResult() *entities.ExecutionResult { - if m != nil { - return m.ExecutionResult +func (x *EventsResponse_Result) GetEvents() []*entities.Event { + if x != nil { + return x.Events } return nil } -func (m *ExecutionResultByIDResponse) GetMetadata() *entities.Metadata { - if m != nil { - return m.Metadata +func (x *EventsResponse_Result) GetBlockTimestamp() *timestamppb.Timestamp { + if x != nil { + return x.BlockTimestamp } return nil } -func init() { - proto.RegisterType((*PingRequest)(nil), "flow.access.PingRequest") - proto.RegisterType((*PingResponse)(nil), "flow.access.PingResponse") - proto.RegisterType((*GetNodeVersionInfoRequest)(nil), "flow.access.GetNodeVersionInfoRequest") - proto.RegisterType((*GetNodeVersionInfoResponse)(nil), "flow.access.GetNodeVersionInfoResponse") - proto.RegisterType((*GetLatestBlockHeaderRequest)(nil), "flow.access.GetLatestBlockHeaderRequest") - proto.RegisterType((*GetBlockHeaderByIDRequest)(nil), "flow.access.GetBlockHeaderByIDRequest") - proto.RegisterType((*GetBlockHeaderByHeightRequest)(nil), "flow.access.GetBlockHeaderByHeightRequest") - proto.RegisterType((*BlockHeaderResponse)(nil), "flow.access.BlockHeaderResponse") - proto.RegisterType((*GetLatestBlockRequest)(nil), "flow.access.GetLatestBlockRequest") - proto.RegisterType((*GetBlockByIDRequest)(nil), "flow.access.GetBlockByIDRequest") - proto.RegisterType((*GetBlockByHeightRequest)(nil), "flow.access.GetBlockByHeightRequest") - proto.RegisterType((*BlockResponse)(nil), "flow.access.BlockResponse") - proto.RegisterType((*GetCollectionByIDRequest)(nil), "flow.access.GetCollectionByIDRequest") - proto.RegisterType((*CollectionResponse)(nil), "flow.access.CollectionResponse") - proto.RegisterType((*SendTransactionRequest)(nil), "flow.access.SendTransactionRequest") - proto.RegisterType((*SendTransactionResponse)(nil), "flow.access.SendTransactionResponse") - proto.RegisterType((*GetTransactionRequest)(nil), "flow.access.GetTransactionRequest") - proto.RegisterType((*GetTransactionByIndexRequest)(nil), "flow.access.GetTransactionByIndexRequest") - proto.RegisterType((*GetTransactionsByBlockIDRequest)(nil), "flow.access.GetTransactionsByBlockIDRequest") - proto.RegisterType((*TransactionResultsResponse)(nil), "flow.access.TransactionResultsResponse") - proto.RegisterType((*TransactionsResponse)(nil), "flow.access.TransactionsResponse") - proto.RegisterType((*TransactionResponse)(nil), "flow.access.TransactionResponse") - proto.RegisterType((*TransactionResultResponse)(nil), "flow.access.TransactionResultResponse") - proto.RegisterType((*GetAccountRequest)(nil), "flow.access.GetAccountRequest") - proto.RegisterType((*GetAccountResponse)(nil), "flow.access.GetAccountResponse") - proto.RegisterType((*GetAccountAtLatestBlockRequest)(nil), "flow.access.GetAccountAtLatestBlockRequest") - proto.RegisterType((*AccountResponse)(nil), "flow.access.AccountResponse") - proto.RegisterType((*GetAccountAtBlockHeightRequest)(nil), "flow.access.GetAccountAtBlockHeightRequest") - proto.RegisterType((*ExecuteScriptAtLatestBlockRequest)(nil), "flow.access.ExecuteScriptAtLatestBlockRequest") - proto.RegisterType((*ExecuteScriptAtBlockIDRequest)(nil), "flow.access.ExecuteScriptAtBlockIDRequest") - proto.RegisterType((*ExecuteScriptAtBlockHeightRequest)(nil), "flow.access.ExecuteScriptAtBlockHeightRequest") - proto.RegisterType((*ExecuteScriptResponse)(nil), "flow.access.ExecuteScriptResponse") - proto.RegisterType((*GetEventsForHeightRangeRequest)(nil), "flow.access.GetEventsForHeightRangeRequest") - proto.RegisterType((*GetEventsForBlockIDsRequest)(nil), "flow.access.GetEventsForBlockIDsRequest") - proto.RegisterType((*EventsResponse)(nil), "flow.access.EventsResponse") - proto.RegisterType((*EventsResponse_Result)(nil), "flow.access.EventsResponse.Result") - proto.RegisterType((*GetNetworkParametersRequest)(nil), "flow.access.GetNetworkParametersRequest") - proto.RegisterType((*GetNetworkParametersResponse)(nil), "flow.access.GetNetworkParametersResponse") - proto.RegisterType((*GetLatestProtocolStateSnapshotRequest)(nil), "flow.access.GetLatestProtocolStateSnapshotRequest") - proto.RegisterType((*ProtocolStateSnapshotResponse)(nil), "flow.access.ProtocolStateSnapshotResponse") - proto.RegisterType((*GetExecutionResultForBlockIDRequest)(nil), "flow.access.GetExecutionResultForBlockIDRequest") - proto.RegisterType((*ExecutionResultForBlockIDResponse)(nil), "flow.access.ExecutionResultForBlockIDResponse") - proto.RegisterType((*GetExecutionResultByIDRequest)(nil), "flow.access.GetExecutionResultByIDRequest") - proto.RegisterType((*ExecutionResultByIDResponse)(nil), "flow.access.ExecutionResultByIDResponse") -} - -func init() { proto.RegisterFile("flow/access/access.proto", fileDescriptor_4382e32bb8e3e8e5) } - -var fileDescriptor_4382e32bb8e3e8e5 = []byte{ - // 1794 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xcc, 0x59, 0xcd, 0x73, 0xd4, 0xc6, - 0x12, 0x2f, 0xed, 0xfa, 0x63, 0xb7, 0xbd, 0xb6, 0x61, 0x6c, 0xcc, 0x5a, 0xfe, 0x5a, 0x04, 0x7e, - 0x98, 0x8f, 0x27, 0x53, 0xe6, 0xf0, 0x1e, 0x3c, 0x5e, 0x2a, 0x36, 0x21, 0x66, 0xab, 0x80, 0xb8, - 0x64, 0x42, 0x2a, 0x1f, 0xe0, 0x92, 0x57, 0xe3, 0xb5, 0xca, 0x6b, 0x69, 0x23, 0x69, 0x0d, 0x4e, - 0x72, 0xe0, 0x90, 0x43, 0xaa, 0xf2, 0x37, 0xe4, 0x94, 0x5b, 0x2e, 0xc9, 0x35, 0x95, 0x43, 0xfe, - 0xb5, 0xd4, 0xb6, 0x66, 0xb4, 0x1a, 0x69, 0xa4, 0x15, 0x9b, 0x03, 0xb9, 0x80, 0x47, 0xd3, 0xdd, - 0xbf, 0xee, 0xe9, 0x9e, 0x9e, 0xee, 0x5e, 0xa8, 0x1f, 0x75, 0xdc, 0xd7, 0x9b, 0x66, 0xab, 0x45, - 0x7d, 0x9f, 0xfd, 0xa7, 0x77, 0x3d, 0x37, 0x70, 0xc9, 0x54, 0x7f, 0x47, 0x0f, 0x3f, 0xa9, 0x4b, - 0x48, 0x46, 0x9d, 0xc0, 0x0e, 0x6c, 0x8a, 0x84, 0x6e, 0xcf, 0x09, 0x42, 0x4a, 0xb5, 0x21, 0x6e, - 0x1e, 0x76, 0xdc, 0xd6, 0xc9, 0xc1, 0x31, 0x35, 0x2d, 0xea, 0x31, 0x8a, 0x45, 0x09, 0x05, 0xdb, - 0x5a, 0x15, 0xb7, 0x5a, 0x6e, 0xa7, 0x43, 0x5b, 0x81, 0xed, 0x3a, 0x72, 0x56, 0x7a, 0x46, 0x23, - 0xdc, 0x6b, 0x89, 0xad, 0x37, 0xb4, 0xd5, 0xeb, 0x73, 0x1e, 0x78, 0xd4, 0xef, 0x75, 0x38, 0xd5, - 0xb2, 0x48, 0x75, 0x4a, 0x03, 0xd3, 0x32, 0x03, 0x93, 0xed, 0xae, 0x8b, 0xbb, 0x8e, 0x6b, 0xd1, - 0x83, 0x33, 0xea, 0xf9, 0x7d, 0x31, 0xb6, 0x73, 0xe4, 0x32, 0xb2, 0x35, 0x91, 0x2c, 0xf0, 0x4c, - 0xc7, 0x37, 0xe3, 0x6a, 0xae, 0xb5, 0x5d, 0xb7, 0xdd, 0xa1, 0x9b, 0xb8, 0x3a, 0xec, 0x1d, 0x6d, - 0x06, 0xf6, 0x29, 0xf5, 0x03, 0xf3, 0xb4, 0x1b, 0x12, 0x68, 0xd3, 0x30, 0xb5, 0x67, 0x3b, 0x6d, - 0x83, 0x7e, 0xdd, 0xa3, 0x7e, 0xa0, 0xcd, 0x40, 0x2d, 0x5c, 0xfa, 0x5d, 0xd7, 0xf1, 0xa9, 0xb6, - 0x04, 0x8b, 0xbb, 0x34, 0x78, 0xe6, 0x5a, 0xf4, 0x45, 0x88, 0xde, 0x74, 0x8e, 0x5c, 0x4e, 0xbc, - 0x07, 0xaa, 0x6c, 0x33, 0x64, 0x25, 0x5b, 0x30, 0xd6, 0xd7, 0xb4, 0xae, 0x34, 0x94, 0x8d, 0xa9, - 0xad, 0x55, 0x1d, 0xfd, 0xc6, 0x55, 0xd5, 0x93, 0x5c, 0x48, 0xab, 0xdd, 0x87, 0xa5, 0x5d, 0x1a, - 0x3c, 0x31, 0x03, 0xea, 0x07, 0x3b, 0x7d, 0x6f, 0x3c, 0x46, 0x77, 0x31, 0x40, 0xb2, 0x04, 0x55, - 0xdb, 0x3f, 0xf0, 0xa9, 0xd9, 0xa1, 0x16, 0xca, 0xad, 0x18, 0x15, 0xdb, 0xdf, 0xc7, 0xb5, 0x76, - 0x0b, 0x55, 0x8d, 0x71, 0xed, 0x9c, 0x37, 0x3f, 0xe2, 0x9c, 0x33, 0x50, 0xb2, 0x43, 0x96, 0x9a, - 0x51, 0xb2, 0x2d, 0xed, 0x3f, 0xb0, 0x92, 0x24, 0x7e, 0x4c, 0xed, 0xf6, 0x71, 0xc0, 0x19, 0x16, - 0x60, 0xe2, 0x18, 0x3f, 0x20, 0xd3, 0x98, 0xc1, 0x56, 0xda, 0x1f, 0x0a, 0xcc, 0x09, 0x9a, 0x31, - 0x6b, 0xef, 0xc0, 0x38, 0x86, 0x0f, 0x33, 0x57, 0x4d, 0x98, 0x1b, 0x67, 0x09, 0x09, 0xc9, 0xff, - 0xa1, 0x16, 0x86, 0xa4, 0x1f, 0x98, 0x41, 0xcf, 0xaf, 0x97, 0x1a, 0xca, 0xc6, 0x8c, 0x9c, 0x71, - 0x1f, 0x29, 0x8c, 0xa9, 0xc3, 0xc1, 0x82, 0xdc, 0x85, 0x0a, 0x8f, 0x99, 0x7a, 0x19, 0x31, 0x2f, - 0x27, 0x58, 0x9f, 0xb2, 0x6d, 0x23, 0x22, 0xd4, 0x2c, 0xb8, 0x24, 0x9e, 0x6f, 0x91, 0x93, 0x25, - 0x3a, 0xcc, 0x1d, 0xf5, 0x3a, 0x9d, 0x83, 0x50, 0x5d, 0x8f, 0x99, 0x8c, 0x0a, 0x57, 0x8c, 0x8b, - 0xfd, 0x2d, 0x26, 0x8b, 0x05, 0xcd, 0xa7, 0x30, 0xc7, 0x0f, 0x37, 0xc7, 0x07, 0xef, 0x2c, 0xd6, - 0x84, 0xcb, 0x03, 0xb1, 0x85, 0xbc, 0xf5, 0xce, 0x10, 0xbf, 0x2a, 0x30, 0x2d, 0x7c, 0x21, 0x37, - 0x45, 0xbf, 0xce, 0xcb, 0xdc, 0xf3, 0x3e, 0x3d, 0x7a, 0x13, 0xea, 0xbb, 0x34, 0x78, 0x18, 0xa5, - 0xa7, 0xbc, 0xa0, 0xff, 0x5e, 0x01, 0x32, 0xa0, 0x8c, 0x4c, 0xbc, 0x07, 0x30, 0x48, 0x6f, 0xcc, - 0xce, 0xc5, 0x04, 0x72, 0x8c, 0x2d, 0x46, 0x2c, 0xa8, 0x5c, 0x2a, 0xaa, 0xf2, 0x0b, 0x58, 0xd8, - 0xa7, 0x8e, 0xf5, 0x7c, 0x90, 0xac, 0xb8, 0xc2, 0x0f, 0x60, 0x2a, 0x96, 0xc2, 0x32, 0xae, 0x52, - 0x9c, 0x2f, 0x4e, 0xae, 0xbd, 0x82, 0xcb, 0x29, 0xb9, 0xcc, 0xc4, 0x64, 0xe8, 0x8d, 0xa4, 0x77, - 0x1b, 0x2f, 0x8f, 0x44, 0xed, 0xa4, 0xf4, 0x45, 0xa8, 0x84, 0x71, 0x60, 0x5b, 0x28, 0xbd, 0x66, - 0x4c, 0xe2, 0xba, 0x69, 0x91, 0xab, 0x30, 0x3d, 0x38, 0xbe, 0xfe, 0x7e, 0x19, 0xf7, 0x6b, 0x83, - 0x8f, 0x4d, 0x4b, 0xfb, 0x04, 0x96, 0x45, 0xa0, 0x9d, 0xf3, 0xa6, 0x63, 0xd1, 0x37, 0x1c, 0x2f, - 0x2e, 0x5f, 0x11, 0xe5, 0xcf, 0xc3, 0xb8, 0xdd, 0x27, 0x45, 0xdc, 0x69, 0x23, 0x5c, 0x68, 0x0f, - 0x60, 0x4d, 0x14, 0xe8, 0xef, 0x9c, 0x63, 0x18, 0x0e, 0x62, 0x25, 0x5b, 0xa6, 0xf6, 0x8b, 0x02, - 0xaa, 0x78, 0xa8, 0xbd, 0x4e, 0xe0, 0x47, 0x67, 0xfb, 0x19, 0xcc, 0xc5, 0xbc, 0xc0, 0x1e, 0x39, - 0xbf, 0xae, 0x34, 0xca, 0x1b, 0x53, 0x5b, 0xff, 0xd2, 0x63, 0xcf, 0xb5, 0x9e, 0x92, 0xc2, 0x85, - 0x18, 0x24, 0x48, 0x01, 0x8c, 0xe6, 0xa4, 0x1f, 0x15, 0x98, 0x8f, 0x1b, 0x1a, 0xa9, 0xf9, 0x01, - 0xd4, 0x62, 0x18, 0x5c, 0xbf, 0xbc, 0xe0, 0x12, 0xe8, 0x47, 0xd3, 0xe6, 0x07, 0x05, 0xe6, 0x64, - 0xf1, 0xf8, 0xb7, 0x02, 0x7d, 0x44, 0x55, 0xca, 0xb0, 0x98, 0x79, 0xfe, 0xe4, 0xbf, 0x30, 0xc1, - 0x92, 0x96, 0x82, 0x49, 0xab, 0x91, 0xad, 0x0b, 0x4b, 0x5d, 0x8c, 0x9e, 0xac, 0xc1, 0x54, 0xf8, - 0xd7, 0x41, 0xcb, 0xb5, 0x28, 0x8b, 0x3b, 0x08, 0x3f, 0x3d, 0x74, 0x2d, 0xda, 0x0f, 0x79, 0xea, - 0x79, 0xae, 0x77, 0x70, 0x4a, 0x7d, 0xdf, 0x6c, 0x53, 0x0c, 0xf9, 0xaa, 0x51, 0xc3, 0x8f, 0x4f, - 0xc3, 0x6f, 0xe4, 0x36, 0x4c, 0x60, 0x09, 0xe5, 0xd7, 0xc7, 0xd0, 0x2f, 0xc9, 0x3c, 0xfb, 0xa8, - 0xbf, 0x69, 0x30, 0x1a, 0x21, 0x58, 0xc7, 0xc5, 0x0b, 0xb0, 0x0e, 0x33, 0xf1, 0x68, 0xb4, 0xad, - 0xfa, 0x04, 0x12, 0x4c, 0xc7, 0xbe, 0xca, 0xee, 0xe1, 0x64, 0xfa, 0x1e, 0x92, 0x2b, 0x3c, 0x9f, - 0xb3, 0xb7, 0xa5, 0x82, 0x6f, 0x4b, 0x98, 0xb3, 0xc3, 0xf7, 0x47, 0x70, 0x45, 0xb5, 0xa8, 0x2b, - 0xfe, 0x0d, 0x17, 0x77, 0x69, 0xb0, 0x1d, 0x16, 0xab, 0xfc, 0x02, 0xd6, 0x61, 0xd2, 0xb4, 0x2c, - 0x8f, 0xfa, 0x3e, 0xbf, 0x7f, 0x6c, 0xa9, 0x7d, 0x0b, 0x24, 0x4e, 0x1e, 0x15, 0x1c, 0x93, 0xac, - 0xdc, 0x65, 0xe1, 0xb3, 0x90, 0x00, 0xe6, 0x0c, 0x9c, 0x6c, 0xb4, 0xb0, 0xb9, 0x0f, 0xab, 0x03, - 0xf0, 0x6d, 0x59, 0xe9, 0x90, 0xad, 0xf8, 0x1b, 0x98, 0x7d, 0x4f, 0x5a, 0xbf, 0x14, 0xb5, 0xde, - 0x19, 0x78, 0x6c, 0xa8, 0xd6, 0x29, 0xaf, 0x97, 0x52, 0x5e, 0xd7, 0x3e, 0x87, 0x2b, 0x8f, 0xb0, - 0xaa, 0xa7, 0xfb, 0x2d, 0xcf, 0xee, 0xca, 0xcf, 0x65, 0x01, 0x26, 0x7c, 0xdc, 0x65, 0x00, 0x6c, - 0x45, 0x96, 0xa1, 0x6a, 0x7a, 0xed, 0xde, 0x29, 0x46, 0x7b, 0xa9, 0x51, 0xde, 0xa8, 0x19, 0x83, - 0x0f, 0x5a, 0x17, 0x56, 0x12, 0xa2, 0x0b, 0x27, 0xea, 0x18, 0x62, 0x29, 0x1b, 0xb1, 0x9c, 0x44, - 0xfc, 0x2e, 0x65, 0x8c, 0xe4, 0xb8, 0x92, 0x87, 0xa2, 0xa4, 0xaf, 0xc2, 0x68, 0xe8, 0x87, 0x70, - 0x49, 0x40, 0x8f, 0x22, 0x65, 0x1e, 0xc6, 0xcf, 0xcc, 0x4e, 0x8f, 0x32, 0x23, 0xc3, 0xc5, 0x68, - 0xd1, 0x70, 0x86, 0xd1, 0x80, 0x29, 0xc4, 0xff, 0xd8, 0xf5, 0x98, 0x65, 0xa6, 0xd3, 0xa6, 0xdc, - 0x3c, 0x02, 0x63, 0xc1, 0x79, 0x37, 0xc4, 0xaa, 0x1a, 0xf8, 0x77, 0xdf, 0x64, 0x3f, 0x30, 0xbd, - 0x20, 0x11, 0x07, 0xf8, 0x8d, 0x99, 0xbc, 0x02, 0x40, 0x1d, 0x8b, 0x13, 0x94, 0x91, 0xa0, 0x4a, - 0x1d, 0x8b, 0x85, 0xc9, 0x33, 0xec, 0x66, 0x22, 0x5c, 0xe6, 0x48, 0x3f, 0x0f, 0x74, 0x09, 0xaa, - 0xdc, 0xbb, 0x3c, 0x38, 0x2a, 0xcc, 0xbd, 0xbe, 0xf6, 0x67, 0x09, 0x66, 0x42, 0x69, 0xb1, 0x87, - 0x64, 0x52, 0x7c, 0x70, 0x35, 0xe1, 0xc1, 0x15, 0xa9, 0x75, 0x96, 0xf4, 0x39, 0xcb, 0x48, 0xa7, - 0xa9, 0xfe, 0xae, 0xc0, 0x44, 0x28, 0x28, 0x2f, 0x16, 0x87, 0xdf, 0xa2, 0x58, 0xce, 0x2f, 0x17, - 0xc8, 0xf9, 0x0f, 0x61, 0x36, 0x14, 0x18, 0x75, 0xb0, 0xf5, 0x31, 0xf6, 0x6c, 0x86, 0x3d, 0xae, - 0xce, 0x7b, 0x5c, 0xfd, 0x39, 0xa7, 0x30, 0x66, 0x90, 0x25, 0x5a, 0x6b, 0x2b, 0xe8, 0x91, 0x67, - 0x34, 0x78, 0xed, 0x7a, 0x27, 0x7b, 0xa6, 0x67, 0x9e, 0xd2, 0x80, 0x7a, 0xdc, 0x23, 0xda, 0x3d, - 0x2c, 0xbc, 0x24, 0xdb, 0xec, 0xb4, 0x17, 0xa1, 0xd2, 0x3a, 0x36, 0x6d, 0x87, 0xdb, 0x5b, 0x35, - 0x26, 0x71, 0xdd, 0xb4, 0xb4, 0xeb, 0xb0, 0x1e, 0x75, 0x56, 0x7b, 0x7d, 0x45, 0x5a, 0x6e, 0xa7, - 0xff, 0x52, 0xd2, 0x7d, 0xc7, 0xec, 0xfa, 0xc7, 0x2e, 0xbf, 0x49, 0xfd, 0x22, 0x7c, 0x25, 0x83, - 0x80, 0xa1, 0xe8, 0x40, 0x7c, 0xea, 0xd9, 0x66, 0xc7, 0xfe, 0x86, 0x5a, 0x7c, 0x97, 0x9d, 0xaf, - 0x64, 0x67, 0xb4, 0x3b, 0xf1, 0x21, 0x5c, 0xed, 0xc7, 0x26, 0x9f, 0x4d, 0x84, 0x0e, 0x1d, 0x04, - 0x69, 0x81, 0xb2, 0xf0, 0x67, 0x85, 0x27, 0x0e, 0x29, 0x3f, 0x33, 0xa6, 0x09, 0x17, 0x92, 0x03, - 0x90, 0x8c, 0x89, 0x40, 0x42, 0x96, 0x31, 0x4b, 0xc5, 0x0f, 0xa3, 0xd9, 0xb9, 0x89, 0x8d, 0x7e, - 0x42, 0x76, 0x5e, 0x93, 0xf4, 0x93, 0x02, 0x4b, 0x52, 0xf2, 0x7f, 0x86, 0x41, 0x5b, 0xbf, 0x5d, - 0x82, 0xea, 0x36, 0xde, 0xee, 0xed, 0xbd, 0x26, 0xf9, 0x1f, 0x8c, 0xed, 0xd9, 0x4e, 0x9b, 0xd4, - 0x85, 0x6b, 0x1f, 0x9b, 0xe8, 0xa8, 0x8b, 0x92, 0x1d, 0x66, 0x0a, 0xc5, 0xc2, 0x22, 0x31, 0x89, - 0x21, 0x62, 0xc9, 0x9e, 0x39, 0xfd, 0x51, 0xaf, 0x0f, 0xa5, 0x63, 0x30, 0x87, 0x30, 0x2f, 0x1b, - 0xea, 0x90, 0x8d, 0xa4, 0x80, 0xac, 0xb9, 0x8f, 0xda, 0x10, 0x28, 0x65, 0xe3, 0x97, 0x57, 0x68, - 0x4a, 0x62, 0xf8, 0x93, 0x36, 0x45, 0x3e, 0x1d, 0x2a, 0x20, 0xff, 0x08, 0x16, 0xe4, 0xf3, 0x22, - 0x72, 0x33, 0x17, 0x43, 0x78, 0x45, 0x0b, 0xe0, 0xec, 0xc1, 0x8c, 0x78, 0x10, 0x44, 0xcb, 0x39, - 0x25, 0x2e, 0x57, 0x4d, 0xcb, 0x8d, 0x24, 0x3e, 0x81, 0x5a, 0x7c, 0x18, 0x43, 0x1a, 0x52, 0x7d, - 0xe3, 0xa7, 0x91, 0x27, 0xed, 0x39, 0x5c, 0x48, 0xce, 0x60, 0xc8, 0xb5, 0x0c, 0x89, 0xa2, 0xed, - 0x79, 0x52, 0xbf, 0xc4, 0x82, 0x58, 0x1c, 0x62, 0x90, 0xf5, 0xa4, 0x58, 0xe9, 0x90, 0x43, 0x5d, - 0x13, 0xc8, 0x24, 0xe3, 0x8d, 0xaf, 0x60, 0x36, 0x31, 0x16, 0x20, 0x57, 0x05, 0x1e, 0xf9, 0x30, - 0x42, 0xbd, 0x96, 0x4f, 0xc4, 0xa4, 0xbf, 0x40, 0x87, 0xc5, 0x85, 0xa7, 0x1c, 0x26, 0x91, 0xdd, - 0xc8, 0x69, 0x8b, 0xe3, 0x97, 0x26, 0xd5, 0xb0, 0x15, 0x92, 0x5e, 0xb0, 0xe9, 0x26, 0x5d, 0x7c, - 0x0d, 0x53, 0xfb, 0x6c, 0xda, 0x40, 0x6e, 0xe4, 0x40, 0x89, 0x13, 0x89, 0xc2, 0x88, 0xaf, 0xb1, - 0x12, 0x4b, 0x0f, 0x13, 0xa2, 0x71, 0x04, 0xb9, 0x9d, 0x03, 0x9a, 0x9a, 0x5a, 0x24, 0x72, 0x50, - 0xce, 0x90, 0xe2, 0x04, 0xc7, 0x64, 0x52, 0x59, 0xef, 0x08, 0x79, 0x25, 0x0b, 0x72, 0x00, 0xf6, - 0x14, 0x60, 0xd0, 0x7d, 0x90, 0xd5, 0xa4, 0x78, 0xb1, 0xf1, 0x4b, 0x04, 0xb0, 0xa4, 0xd3, 0xb3, - 0x70, 0xee, 0x29, 0x6b, 0xc1, 0xc8, 0xad, 0x0c, 0x5e, 0x59, 0x43, 0xa2, 0x2e, 0x0b, 0xc4, 0x43, - 0x50, 0x62, 0x3d, 0x40, 0x0e, 0x4a, 0xba, 0x53, 0x18, 0x82, 0xd2, 0x05, 0x35, 0xbb, 0x73, 0x22, - 0xba, 0x58, 0xbc, 0x0e, 0x6b, 0xb1, 0x54, 0x2d, 0x9b, 0x3e, 0x42, 0x3c, 0x86, 0x05, 0x79, 0x43, - 0x95, 0xc8, 0xdc, 0xb9, 0x5d, 0x57, 0x21, 0xa4, 0xb4, 0x6d, 0xf1, 0x43, 0xd4, 0x87, 0xa2, 0x89, - 0xe7, 0x58, 0x04, 0xb1, 0x85, 0x3e, 0x93, 0x35, 0x36, 0x69, 0x9f, 0xe5, 0xb4, 0x3f, 0xea, 0x52, - 0x4e, 0xd3, 0x40, 0x5e, 0x62, 0x26, 0x4a, 0x75, 0x31, 0xe9, 0xe7, 0x3b, 0xab, 0xd1, 0xc9, 0x17, - 0x7f, 0x82, 0xe2, 0x53, 0x35, 0x77, 0x5a, 0x7c, 0x56, 0xd5, 0xae, 0xde, 0x28, 0x40, 0xc9, 0xc0, - 0xde, 0x2a, 0x98, 0x80, 0x72, 0xca, 0x74, 0xb2, 0x25, 0x7f, 0x6f, 0xf3, 0x6a, 0x7a, 0x55, 0x8c, - 0xa4, 0xfc, 0xea, 0xfe, 0xad, 0x82, 0x4d, 0x46, 0x66, 0xe5, 0x4c, 0xee, 0xa4, 0xce, 0x75, 0x48, - 0x91, 0xae, 0xca, 0x42, 0x2b, 0xaf, 0x26, 0x77, 0xb0, 0x98, 0x91, 0x14, 0xb9, 0xe9, 0x62, 0x26, - 0xbb, 0x70, 0x56, 0x37, 0xf2, 0x50, 0xe3, 0x25, 0xf3, 0xce, 0x13, 0x50, 0x5d, 0xaf, 0xad, 0xbb, - 0x0e, 0x32, 0x44, 0x6d, 0x5a, 0xc8, 0xf9, 0x85, 0xde, 0xb6, 0x83, 0xe3, 0xde, 0xa1, 0xde, 0x72, - 0x4f, 0x37, 0x43, 0x92, 0x4d, 0xfc, 0x27, 0xfa, 0xc9, 0xb2, 0xed, 0x6e, 0xc6, 0x7e, 0x0d, 0x3e, - 0x9c, 0xc0, 0x8d, 0xbb, 0x7f, 0x05, 0x00, 0x00, 0xff, 0xff, 0x71, 0x0f, 0xa4, 0xf5, 0x23, 0x1e, - 0x00, 0x00, +var File_flow_access_access_proto protoreflect.FileDescriptor + +var file_flow_access_access_proto_rawDesc = []byte{ + 0x0a, 0x18, 0x66, 0x6c, 0x6f, 0x77, 0x2f, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x2f, 0x61, 0x63, + 0x63, 0x65, 0x73, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x0b, 0x66, 0x6c, 0x6f, 0x77, + 0x2e, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x1a, 0x1b, 0x66, 0x6c, 0x6f, 0x77, 0x2f, 0x65, 0x6e, + 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x2f, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x2e, 0x70, + 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x20, 0x66, 0x6c, 0x6f, 0x77, 0x2f, 0x65, 0x6e, 0x74, 0x69, 0x74, + 0x69, 0x65, 0x73, 0x2f, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x5f, 0x68, 0x65, 0x61, 0x64, 0x65, 0x72, + 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x19, 0x66, 0x6c, 0x6f, 0x77, 0x2f, 0x65, 0x6e, 0x74, + 0x69, 0x74, 0x69, 0x65, 0x73, 0x2f, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x2e, 0x70, 0x72, 0x6f, 0x74, + 0x6f, 0x1a, 0x1e, 0x66, 0x6c, 0x6f, 0x77, 0x2f, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, + 0x2f, 0x63, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x70, 0x72, 0x6f, 0x74, + 0x6f, 0x1a, 0x19, 0x66, 0x6c, 0x6f, 0x77, 0x2f, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, + 0x2f, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x24, 0x66, 0x6c, + 0x6f, 0x77, 0x2f, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x2f, 0x65, 0x78, 0x65, 0x63, + 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x2e, 0x70, 0x72, 0x6f, + 0x74, 0x6f, 0x1a, 0x1c, 0x66, 0x6c, 0x6f, 0x77, 0x2f, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, + 0x73, 0x2f, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, + 0x1a, 0x25, 0x66, 0x6c, 0x6f, 0x77, 0x2f, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x2f, + 0x6e, 0x6f, 0x64, 0x65, 0x5f, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x5f, 0x69, 0x6e, 0x66, + 0x6f, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x1f, 0x66, 0x6c, 0x6f, 0x77, 0x2f, 0x65, 0x6e, + 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x2f, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, + 0x6f, 0x6e, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x1f, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, + 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x74, 0x69, 0x6d, 0x65, 0x73, 0x74, + 0x61, 0x6d, 0x70, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0x0d, 0x0a, 0x0b, 0x50, 0x69, 0x6e, + 0x67, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x22, 0x0e, 0x0a, 0x0c, 0x50, 0x69, 0x6e, 0x67, + 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x1b, 0x0a, 0x19, 0x47, 0x65, 0x74, 0x4e, + 0x6f, 0x64, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x65, + 0x71, 0x75, 0x65, 0x73, 0x74, 0x22, 0x50, 0x0a, 0x1a, 0x47, 0x65, 0x74, 0x4e, 0x6f, 0x64, 0x65, + 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x65, 0x73, 0x70, 0x6f, + 0x6e, 0x73, 0x65, 0x12, 0x32, 0x0a, 0x04, 0x69, 0x6e, 0x66, 0x6f, 0x18, 0x01, 0x20, 0x01, 0x28, + 0x0b, 0x32, 0x1e, 0x2e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, + 0x73, 0x2e, 0x4e, 0x6f, 0x64, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x49, 0x6e, 0x66, + 0x6f, 0x52, 0x04, 0x69, 0x6e, 0x66, 0x6f, 0x22, 0x3a, 0x0a, 0x1b, 0x47, 0x65, 0x74, 0x4c, 0x61, + 0x74, 0x65, 0x73, 0x74, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x48, 0x65, 0x61, 0x64, 0x65, 0x72, 0x52, + 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x1b, 0x0a, 0x09, 0x69, 0x73, 0x5f, 0x73, 0x65, 0x61, + 0x6c, 0x65, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x08, 0x69, 0x73, 0x53, 0x65, 0x61, + 0x6c, 0x65, 0x64, 0x22, 0x2b, 0x0a, 0x19, 0x47, 0x65, 0x74, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x48, + 0x65, 0x61, 0x64, 0x65, 0x72, 0x42, 0x79, 0x49, 0x44, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, + 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x02, 0x69, 0x64, + 0x22, 0x37, 0x0a, 0x1d, 0x47, 0x65, 0x74, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x48, 0x65, 0x61, 0x64, + 0x65, 0x72, 0x42, 0x79, 0x48, 0x65, 0x69, 0x67, 0x68, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, + 0x74, 0x12, 0x16, 0x0a, 0x06, 0x68, 0x65, 0x69, 0x67, 0x68, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, + 0x04, 0x52, 0x06, 0x68, 0x65, 0x69, 0x67, 0x68, 0x74, 0x22, 0xbb, 0x01, 0x0a, 0x13, 0x42, 0x6c, + 0x6f, 0x63, 0x6b, 0x48, 0x65, 0x61, 0x64, 0x65, 0x72, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, + 0x65, 0x12, 0x30, 0x0a, 0x05, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, + 0x32, 0x1a, 0x2e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, + 0x2e, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x48, 0x65, 0x61, 0x64, 0x65, 0x72, 0x52, 0x05, 0x62, 0x6c, + 0x6f, 0x63, 0x6b, 0x12, 0x3d, 0x0a, 0x0c, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x5f, 0x73, 0x74, 0x61, + 0x74, 0x75, 0x73, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x1a, 0x2e, 0x66, 0x6c, 0x6f, 0x77, + 0x2e, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x2e, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x53, + 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x0b, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x53, 0x74, 0x61, 0x74, + 0x75, 0x73, 0x12, 0x33, 0x0a, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x18, 0x03, + 0x20, 0x01, 0x28, 0x0b, 0x32, 0x17, 0x2e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x65, 0x6e, 0x74, 0x69, + 0x74, 0x69, 0x65, 0x73, 0x2e, 0x4d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x52, 0x08, 0x6d, + 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x22, 0x64, 0x0a, 0x15, 0x47, 0x65, 0x74, 0x4c, 0x61, + 0x74, 0x65, 0x73, 0x74, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, + 0x12, 0x1b, 0x0a, 0x09, 0x69, 0x73, 0x5f, 0x73, 0x65, 0x61, 0x6c, 0x65, 0x64, 0x18, 0x01, 0x20, + 0x01, 0x28, 0x08, 0x52, 0x08, 0x69, 0x73, 0x53, 0x65, 0x61, 0x6c, 0x65, 0x64, 0x12, 0x2e, 0x0a, + 0x13, 0x66, 0x75, 0x6c, 0x6c, 0x5f, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x5f, 0x72, 0x65, 0x73, 0x70, + 0x6f, 0x6e, 0x73, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, 0x66, 0x75, 0x6c, 0x6c, + 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x55, 0x0a, + 0x13, 0x47, 0x65, 0x74, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x42, 0x79, 0x49, 0x44, 0x52, 0x65, 0x71, + 0x75, 0x65, 0x73, 0x74, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, + 0x52, 0x02, 0x69, 0x64, 0x12, 0x2e, 0x0a, 0x13, 0x66, 0x75, 0x6c, 0x6c, 0x5f, 0x62, 0x6c, 0x6f, + 0x63, 0x6b, 0x5f, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, + 0x08, 0x52, 0x11, 0x66, 0x75, 0x6c, 0x6c, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x52, 0x65, 0x73, 0x70, + 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x61, 0x0a, 0x17, 0x47, 0x65, 0x74, 0x42, 0x6c, 0x6f, 0x63, 0x6b, + 0x42, 0x79, 0x48, 0x65, 0x69, 0x67, 0x68, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, + 0x16, 0x0a, 0x06, 0x68, 0x65, 0x69, 0x67, 0x68, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, + 0x06, 0x68, 0x65, 0x69, 0x67, 0x68, 0x74, 0x12, 0x2e, 0x0a, 0x13, 0x66, 0x75, 0x6c, 0x6c, 0x5f, + 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x5f, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x18, 0x02, + 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, 0x66, 0x75, 0x6c, 0x6c, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x52, + 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0xaf, 0x01, 0x0a, 0x0d, 0x42, 0x6c, 0x6f, 0x63, + 0x6b, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x2a, 0x0a, 0x05, 0x62, 0x6c, 0x6f, + 0x63, 0x6b, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x14, 0x2e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, + 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x2e, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x52, 0x05, + 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x12, 0x3d, 0x0a, 0x0c, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x5f, 0x73, + 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x1a, 0x2e, 0x66, 0x6c, + 0x6f, 0x77, 0x2e, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x2e, 0x42, 0x6c, 0x6f, 0x63, + 0x6b, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x0b, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x53, 0x74, + 0x61, 0x74, 0x75, 0x73, 0x12, 0x33, 0x0a, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, + 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x17, 0x2e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x65, 0x6e, + 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x2e, 0x4d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x52, + 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x22, 0x2a, 0x0a, 0x18, 0x47, 0x65, 0x74, + 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x79, 0x49, 0x44, 0x52, 0x65, + 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, + 0x0c, 0x52, 0x02, 0x69, 0x64, 0x22, 0x84, 0x01, 0x0a, 0x12, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, + 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x39, 0x0a, 0x0a, + 0x63, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, + 0x32, 0x19, 0x2e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, + 0x2e, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x0a, 0x63, 0x6f, 0x6c, + 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x33, 0x0a, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, + 0x61, 0x74, 0x61, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x17, 0x2e, 0x66, 0x6c, 0x6f, 0x77, + 0x2e, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x2e, 0x4d, 0x65, 0x74, 0x61, 0x64, 0x61, + 0x74, 0x61, 0x52, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x22, 0x56, 0x0a, 0x16, + 0x53, 0x65, 0x6e, 0x64, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x52, + 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x3c, 0x0a, 0x0b, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x61, + 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x66, 0x6c, + 0x6f, 0x77, 0x2e, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x2e, 0x54, 0x72, 0x61, 0x6e, + 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x0b, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, + 0x74, 0x69, 0x6f, 0x6e, 0x22, 0x5e, 0x0a, 0x17, 0x53, 0x65, 0x6e, 0x64, 0x54, 0x72, 0x61, 0x6e, + 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, + 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x02, 0x69, 0x64, 0x12, + 0x33, 0x0a, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x18, 0x02, 0x20, 0x01, 0x28, + 0x0b, 0x32, 0x17, 0x2e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, + 0x73, 0x2e, 0x4d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x52, 0x08, 0x6d, 0x65, 0x74, 0x61, + 0x64, 0x61, 0x74, 0x61, 0x22, 0x67, 0x0a, 0x15, 0x47, 0x65, 0x74, 0x54, 0x72, 0x61, 0x6e, 0x73, + 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x0e, 0x0a, + 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x02, 0x69, 0x64, 0x12, 0x19, 0x0a, + 0x08, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0c, 0x52, + 0x07, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x49, 0x64, 0x12, 0x23, 0x0a, 0x0d, 0x63, 0x6f, 0x6c, 0x6c, + 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x69, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0c, 0x52, + 0x0c, 0x63, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x64, 0x22, 0x4f, 0x0a, + 0x1c, 0x47, 0x65, 0x74, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x42, + 0x79, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x19, 0x0a, + 0x08, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, + 0x07, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x49, 0x64, 0x12, 0x14, 0x0a, 0x05, 0x69, 0x6e, 0x64, 0x65, + 0x78, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x05, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x22, 0x3c, + 0x0a, 0x1f, 0x47, 0x65, 0x74, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, + 0x73, 0x42, 0x79, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x49, 0x44, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, + 0x74, 0x12, 0x19, 0x0a, 0x08, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, + 0x01, 0x28, 0x0c, 0x52, 0x07, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x49, 0x64, 0x22, 0xaa, 0x01, 0x0a, + 0x1a, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x75, + 0x6c, 0x74, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x57, 0x0a, 0x13, 0x74, + 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x72, 0x65, 0x73, 0x75, 0x6c, + 0x74, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x26, 0x2e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, + 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x2e, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, + 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, + 0x52, 0x12, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, + 0x75, 0x6c, 0x74, 0x73, 0x12, 0x33, 0x0a, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, + 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x17, 0x2e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x65, 0x6e, + 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x2e, 0x4d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x52, + 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x22, 0x8b, 0x01, 0x0a, 0x14, 0x54, 0x72, + 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, + 0x73, 0x65, 0x12, 0x3e, 0x0a, 0x0c, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, + 0x6e, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, + 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x2e, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, + 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x0c, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, + 0x6e, 0x73, 0x12, 0x33, 0x0a, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x18, 0x02, + 0x20, 0x01, 0x28, 0x0b, 0x32, 0x17, 0x2e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x65, 0x6e, 0x74, 0x69, + 0x74, 0x69, 0x65, 0x73, 0x2e, 0x4d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x52, 0x08, 0x6d, + 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x22, 0x88, 0x01, 0x0a, 0x13, 0x54, 0x72, 0x61, 0x6e, + 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, + 0x3c, 0x0a, 0x0b, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x01, + 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x65, 0x6e, 0x74, 0x69, + 0x74, 0x69, 0x65, 0x73, 0x2e, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, + 0x52, 0x0b, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x33, 0x0a, + 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, + 0x17, 0x2e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x2e, + 0x4d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x52, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, + 0x74, 0x61, 0x22, 0x88, 0x03, 0x0a, 0x19, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, + 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, + 0x12, 0x38, 0x0a, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0e, + 0x32, 0x20, 0x2e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, + 0x2e, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x53, 0x74, 0x61, 0x74, + 0x75, 0x73, 0x52, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x1f, 0x0a, 0x0b, 0x73, 0x74, + 0x61, 0x74, 0x75, 0x73, 0x5f, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0d, 0x52, + 0x0a, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x23, 0x0a, 0x0d, 0x65, + 0x72, 0x72, 0x6f, 0x72, 0x5f, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x18, 0x03, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x0c, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, + 0x12, 0x2c, 0x0a, 0x06, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x04, 0x20, 0x03, 0x28, 0x0b, + 0x32, 0x14, 0x2e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, + 0x2e, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x52, 0x06, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x19, + 0x0a, 0x08, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x5f, 0x69, 0x64, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0c, + 0x52, 0x07, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x49, 0x64, 0x12, 0x25, 0x0a, 0x0e, 0x74, 0x72, 0x61, + 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x69, 0x64, 0x18, 0x06, 0x20, 0x01, 0x28, + 0x0c, 0x52, 0x0d, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x64, + 0x12, 0x23, 0x0a, 0x0d, 0x63, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x69, + 0x64, 0x18, 0x07, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x0c, 0x63, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, + 0x69, 0x6f, 0x6e, 0x49, 0x64, 0x12, 0x21, 0x0a, 0x0c, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x5f, 0x68, + 0x65, 0x69, 0x67, 0x68, 0x74, 0x18, 0x08, 0x20, 0x01, 0x28, 0x04, 0x52, 0x0b, 0x62, 0x6c, 0x6f, + 0x63, 0x6b, 0x48, 0x65, 0x69, 0x67, 0x68, 0x74, 0x12, 0x33, 0x0a, 0x08, 0x6d, 0x65, 0x74, 0x61, + 0x64, 0x61, 0x74, 0x61, 0x18, 0x09, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x17, 0x2e, 0x66, 0x6c, 0x6f, + 0x77, 0x2e, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x2e, 0x4d, 0x65, 0x74, 0x61, 0x64, + 0x61, 0x74, 0x61, 0x52, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x22, 0x2d, 0x0a, + 0x11, 0x47, 0x65, 0x74, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, + 0x73, 0x74, 0x12, 0x18, 0x0a, 0x07, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x18, 0x01, 0x20, + 0x01, 0x28, 0x0c, 0x52, 0x07, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x22, 0x7b, 0x0a, 0x12, + 0x47, 0x65, 0x74, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, + 0x73, 0x65, 0x12, 0x30, 0x0a, 0x07, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x01, 0x20, + 0x01, 0x28, 0x0b, 0x32, 0x16, 0x2e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x65, 0x6e, 0x74, 0x69, 0x74, + 0x69, 0x65, 0x73, 0x2e, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x52, 0x07, 0x61, 0x63, 0x63, + 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x33, 0x0a, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, + 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x17, 0x2e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x65, 0x6e, + 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x2e, 0x4d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x52, + 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x22, 0x3a, 0x0a, 0x1e, 0x47, 0x65, 0x74, + 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x41, 0x74, 0x4c, 0x61, 0x74, 0x65, 0x73, 0x74, 0x42, + 0x6c, 0x6f, 0x63, 0x6b, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x18, 0x0a, 0x07, 0x61, + 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x07, 0x61, 0x64, + 0x64, 0x72, 0x65, 0x73, 0x73, 0x22, 0x78, 0x0a, 0x0f, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, + 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x30, 0x0a, 0x07, 0x61, 0x63, 0x63, 0x6f, + 0x75, 0x6e, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x16, 0x2e, 0x66, 0x6c, 0x6f, 0x77, + 0x2e, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x2e, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, + 0x74, 0x52, 0x07, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x33, 0x0a, 0x08, 0x6d, 0x65, + 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x17, 0x2e, 0x66, + 0x6c, 0x6f, 0x77, 0x2e, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x2e, 0x4d, 0x65, 0x74, + 0x61, 0x64, 0x61, 0x74, 0x61, 0x52, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x22, + 0x5d, 0x0a, 0x1e, 0x47, 0x65, 0x74, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x41, 0x74, 0x42, + 0x6c, 0x6f, 0x63, 0x6b, 0x48, 0x65, 0x69, 0x67, 0x68, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, + 0x74, 0x12, 0x18, 0x0a, 0x07, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x18, 0x01, 0x20, 0x01, + 0x28, 0x0c, 0x52, 0x07, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x12, 0x21, 0x0a, 0x0c, 0x62, + 0x6c, 0x6f, 0x63, 0x6b, 0x5f, 0x68, 0x65, 0x69, 0x67, 0x68, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, + 0x04, 0x52, 0x0b, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x48, 0x65, 0x69, 0x67, 0x68, 0x74, 0x22, 0x59, + 0x0a, 0x21, 0x45, 0x78, 0x65, 0x63, 0x75, 0x74, 0x65, 0x53, 0x63, 0x72, 0x69, 0x70, 0x74, 0x41, + 0x74, 0x4c, 0x61, 0x74, 0x65, 0x73, 0x74, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x52, 0x65, 0x71, 0x75, + 0x65, 0x73, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x18, 0x01, 0x20, + 0x01, 0x28, 0x0c, 0x52, 0x06, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x12, 0x1c, 0x0a, 0x09, 0x61, + 0x72, 0x67, 0x75, 0x6d, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0c, 0x52, 0x09, + 0x61, 0x72, 0x67, 0x75, 0x6d, 0x65, 0x6e, 0x74, 0x73, 0x22, 0x70, 0x0a, 0x1d, 0x45, 0x78, 0x65, + 0x63, 0x75, 0x74, 0x65, 0x53, 0x63, 0x72, 0x69, 0x70, 0x74, 0x41, 0x74, 0x42, 0x6c, 0x6f, 0x63, + 0x6b, 0x49, 0x44, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x19, 0x0a, 0x08, 0x62, 0x6c, + 0x6f, 0x63, 0x6b, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x07, 0x62, 0x6c, + 0x6f, 0x63, 0x6b, 0x49, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x18, + 0x02, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x06, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x12, 0x1c, 0x0a, + 0x09, 0x61, 0x72, 0x67, 0x75, 0x6d, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x03, 0x20, 0x03, 0x28, 0x0c, + 0x52, 0x09, 0x61, 0x72, 0x67, 0x75, 0x6d, 0x65, 0x6e, 0x74, 0x73, 0x22, 0x7c, 0x0a, 0x21, 0x45, + 0x78, 0x65, 0x63, 0x75, 0x74, 0x65, 0x53, 0x63, 0x72, 0x69, 0x70, 0x74, 0x41, 0x74, 0x42, 0x6c, + 0x6f, 0x63, 0x6b, 0x48, 0x65, 0x69, 0x67, 0x68, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, + 0x12, 0x21, 0x0a, 0x0c, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x5f, 0x68, 0x65, 0x69, 0x67, 0x68, 0x74, + 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x0b, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x48, 0x65, 0x69, + 0x67, 0x68, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x18, 0x02, 0x20, + 0x01, 0x28, 0x0c, 0x52, 0x06, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x12, 0x1c, 0x0a, 0x09, 0x61, + 0x72, 0x67, 0x75, 0x6d, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x03, 0x20, 0x03, 0x28, 0x0c, 0x52, 0x09, + 0x61, 0x72, 0x67, 0x75, 0x6d, 0x65, 0x6e, 0x74, 0x73, 0x22, 0x62, 0x0a, 0x15, 0x45, 0x78, 0x65, + 0x63, 0x75, 0x74, 0x65, 0x53, 0x63, 0x72, 0x69, 0x70, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, + 0x73, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, + 0x0c, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x12, 0x33, 0x0a, 0x08, 0x6d, 0x65, 0x74, 0x61, + 0x64, 0x61, 0x74, 0x61, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x17, 0x2e, 0x66, 0x6c, 0x6f, + 0x77, 0x2e, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x2e, 0x4d, 0x65, 0x74, 0x61, 0x64, + 0x61, 0x74, 0x61, 0x52, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x22, 0x76, 0x0a, + 0x1e, 0x47, 0x65, 0x74, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x46, 0x6f, 0x72, 0x48, 0x65, 0x69, + 0x67, 0x68, 0x74, 0x52, 0x61, 0x6e, 0x67, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, + 0x12, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x74, + 0x79, 0x70, 0x65, 0x12, 0x21, 0x0a, 0x0c, 0x73, 0x74, 0x61, 0x72, 0x74, 0x5f, 0x68, 0x65, 0x69, + 0x67, 0x68, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x04, 0x52, 0x0b, 0x73, 0x74, 0x61, 0x72, 0x74, + 0x48, 0x65, 0x69, 0x67, 0x68, 0x74, 0x12, 0x1d, 0x0a, 0x0a, 0x65, 0x6e, 0x64, 0x5f, 0x68, 0x65, + 0x69, 0x67, 0x68, 0x74, 0x18, 0x03, 0x20, 0x01, 0x28, 0x04, 0x52, 0x09, 0x65, 0x6e, 0x64, 0x48, + 0x65, 0x69, 0x67, 0x68, 0x74, 0x22, 0x4e, 0x0a, 0x1b, 0x47, 0x65, 0x74, 0x45, 0x76, 0x65, 0x6e, + 0x74, 0x73, 0x46, 0x6f, 0x72, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x49, 0x44, 0x73, 0x52, 0x65, 0x71, + 0x75, 0x65, 0x73, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x18, 0x01, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x04, 0x74, 0x79, 0x70, 0x65, 0x12, 0x1b, 0x0a, 0x09, 0x62, 0x6c, 0x6f, 0x63, + 0x6b, 0x5f, 0x69, 0x64, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0c, 0x52, 0x08, 0x62, 0x6c, 0x6f, + 0x63, 0x6b, 0x49, 0x64, 0x73, 0x22, 0xbf, 0x02, 0x0a, 0x0e, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, + 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x3c, 0x0a, 0x07, 0x72, 0x65, 0x73, 0x75, + 0x6c, 0x74, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x22, 0x2e, 0x66, 0x6c, 0x6f, 0x77, + 0x2e, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x2e, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x52, 0x65, + 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x52, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x52, 0x07, 0x72, + 0x65, 0x73, 0x75, 0x6c, 0x74, 0x73, 0x12, 0x33, 0x0a, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, + 0x74, 0x61, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x17, 0x2e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, + 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x2e, 0x4d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, + 0x61, 0x52, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x1a, 0xb9, 0x01, 0x0a, 0x06, + 0x52, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x12, 0x19, 0x0a, 0x08, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x5f, + 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x07, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x49, + 0x64, 0x12, 0x21, 0x0a, 0x0c, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x5f, 0x68, 0x65, 0x69, 0x67, 0x68, + 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x04, 0x52, 0x0b, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x48, 0x65, + 0x69, 0x67, 0x68, 0x74, 0x12, 0x2c, 0x0a, 0x06, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x03, + 0x20, 0x03, 0x28, 0x0b, 0x32, 0x14, 0x2e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x65, 0x6e, 0x74, 0x69, + 0x74, 0x69, 0x65, 0x73, 0x2e, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x52, 0x06, 0x65, 0x76, 0x65, 0x6e, + 0x74, 0x73, 0x12, 0x43, 0x0a, 0x0f, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x5f, 0x74, 0x69, 0x6d, 0x65, + 0x73, 0x74, 0x61, 0x6d, 0x70, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, + 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x54, 0x69, + 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x52, 0x0e, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x54, 0x69, + 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x22, 0x1d, 0x0a, 0x1b, 0x47, 0x65, 0x74, 0x4e, 0x65, + 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x50, 0x61, 0x72, 0x61, 0x6d, 0x65, 0x74, 0x65, 0x72, 0x73, 0x52, + 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x22, 0x39, 0x0a, 0x1c, 0x47, 0x65, 0x74, 0x4e, 0x65, 0x74, + 0x77, 0x6f, 0x72, 0x6b, 0x50, 0x61, 0x72, 0x61, 0x6d, 0x65, 0x74, 0x65, 0x72, 0x73, 0x52, 0x65, + 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x19, 0x0a, 0x08, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x5f, + 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x49, + 0x64, 0x22, 0x27, 0x0a, 0x25, 0x47, 0x65, 0x74, 0x4c, 0x61, 0x74, 0x65, 0x73, 0x74, 0x50, 0x72, + 0x6f, 0x74, 0x6f, 0x63, 0x6f, 0x6c, 0x53, 0x74, 0x61, 0x74, 0x65, 0x53, 0x6e, 0x61, 0x70, 0x73, + 0x68, 0x6f, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x22, 0x84, 0x01, 0x0a, 0x1d, 0x50, + 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x6f, 0x6c, 0x53, 0x74, 0x61, 0x74, 0x65, 0x53, 0x6e, 0x61, 0x70, + 0x73, 0x68, 0x6f, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x2e, 0x0a, 0x12, + 0x73, 0x65, 0x72, 0x69, 0x61, 0x6c, 0x69, 0x7a, 0x65, 0x64, 0x53, 0x6e, 0x61, 0x70, 0x73, 0x68, + 0x6f, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x12, 0x73, 0x65, 0x72, 0x69, 0x61, 0x6c, + 0x69, 0x7a, 0x65, 0x64, 0x53, 0x6e, 0x61, 0x70, 0x73, 0x68, 0x6f, 0x74, 0x12, 0x33, 0x0a, 0x08, + 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x17, + 0x2e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x2e, 0x4d, + 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x52, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, + 0x61, 0x22, 0x40, 0x0a, 0x23, 0x47, 0x65, 0x74, 0x45, 0x78, 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, + 0x6e, 0x52, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x46, 0x6f, 0x72, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x49, + 0x44, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x19, 0x0a, 0x08, 0x62, 0x6c, 0x6f, 0x63, + 0x6b, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x07, 0x62, 0x6c, 0x6f, 0x63, + 0x6b, 0x49, 0x64, 0x22, 0xa3, 0x01, 0x0a, 0x21, 0x45, 0x78, 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, + 0x6e, 0x52, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x46, 0x6f, 0x72, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x49, + 0x44, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x49, 0x0a, 0x10, 0x65, 0x78, 0x65, + 0x63, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x18, 0x01, 0x20, + 0x01, 0x28, 0x0b, 0x32, 0x1e, 0x2e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x65, 0x6e, 0x74, 0x69, 0x74, + 0x69, 0x65, 0x73, 0x2e, 0x45, 0x78, 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, + 0x75, 0x6c, 0x74, 0x52, 0x0f, 0x65, 0x78, 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, + 0x73, 0x75, 0x6c, 0x74, 0x12, 0x33, 0x0a, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, + 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x17, 0x2e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x65, 0x6e, + 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x2e, 0x4d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x52, + 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x22, 0x2f, 0x0a, 0x1d, 0x47, 0x65, 0x74, + 0x45, 0x78, 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x42, + 0x79, 0x49, 0x44, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, + 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x02, 0x69, 0x64, 0x22, 0x9d, 0x01, 0x0a, 0x1b, 0x45, + 0x78, 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x42, 0x79, + 0x49, 0x44, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x49, 0x0a, 0x10, 0x65, 0x78, + 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x18, 0x01, + 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1e, 0x2e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x65, 0x6e, 0x74, 0x69, + 0x74, 0x69, 0x65, 0x73, 0x2e, 0x45, 0x78, 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, + 0x73, 0x75, 0x6c, 0x74, 0x52, 0x0f, 0x65, 0x78, 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x52, + 0x65, 0x73, 0x75, 0x6c, 0x74, 0x12, 0x33, 0x0a, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, + 0x61, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x17, 0x2e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x65, + 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x2e, 0x4d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, + 0x52, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x32, 0xb0, 0x15, 0x0a, 0x09, 0x41, + 0x63, 0x63, 0x65, 0x73, 0x73, 0x41, 0x50, 0x49, 0x12, 0x3b, 0x0a, 0x04, 0x50, 0x69, 0x6e, 0x67, + 0x12, 0x18, 0x2e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x2e, 0x50, + 0x69, 0x6e, 0x67, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x19, 0x2e, 0x66, 0x6c, 0x6f, + 0x77, 0x2e, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x2e, 0x50, 0x69, 0x6e, 0x67, 0x52, 0x65, 0x73, + 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x65, 0x0a, 0x12, 0x47, 0x65, 0x74, 0x4e, 0x6f, 0x64, 0x65, + 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x26, 0x2e, 0x66, 0x6c, + 0x6f, 0x77, 0x2e, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x2e, 0x47, 0x65, 0x74, 0x4e, 0x6f, 0x64, + 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x65, 0x71, 0x75, + 0x65, 0x73, 0x74, 0x1a, 0x27, 0x2e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x61, 0x63, 0x63, 0x65, 0x73, + 0x73, 0x2e, 0x47, 0x65, 0x74, 0x4e, 0x6f, 0x64, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, + 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x62, 0x0a, 0x14, + 0x47, 0x65, 0x74, 0x4c, 0x61, 0x74, 0x65, 0x73, 0x74, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x48, 0x65, + 0x61, 0x64, 0x65, 0x72, 0x12, 0x28, 0x2e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x61, 0x63, 0x63, 0x65, + 0x73, 0x73, 0x2e, 0x47, 0x65, 0x74, 0x4c, 0x61, 0x74, 0x65, 0x73, 0x74, 0x42, 0x6c, 0x6f, 0x63, + 0x6b, 0x48, 0x65, 0x61, 0x64, 0x65, 0x72, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x20, + 0x2e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x2e, 0x42, 0x6c, 0x6f, + 0x63, 0x6b, 0x48, 0x65, 0x61, 0x64, 0x65, 0x72, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, + 0x12, 0x5e, 0x0a, 0x12, 0x47, 0x65, 0x74, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x48, 0x65, 0x61, 0x64, + 0x65, 0x72, 0x42, 0x79, 0x49, 0x44, 0x12, 0x26, 0x2e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x61, 0x63, + 0x63, 0x65, 0x73, 0x73, 0x2e, 0x47, 0x65, 0x74, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x48, 0x65, 0x61, + 0x64, 0x65, 0x72, 0x42, 0x79, 0x49, 0x44, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x20, + 0x2e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x2e, 0x42, 0x6c, 0x6f, + 0x63, 0x6b, 0x48, 0x65, 0x61, 0x64, 0x65, 0x72, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, + 0x12, 0x66, 0x0a, 0x16, 0x47, 0x65, 0x74, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x48, 0x65, 0x61, 0x64, + 0x65, 0x72, 0x42, 0x79, 0x48, 0x65, 0x69, 0x67, 0x68, 0x74, 0x12, 0x2a, 0x2e, 0x66, 0x6c, 0x6f, + 0x77, 0x2e, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x2e, 0x47, 0x65, 0x74, 0x42, 0x6c, 0x6f, 0x63, + 0x6b, 0x48, 0x65, 0x61, 0x64, 0x65, 0x72, 0x42, 0x79, 0x48, 0x65, 0x69, 0x67, 0x68, 0x74, 0x52, + 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x20, 0x2e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x61, 0x63, + 0x63, 0x65, 0x73, 0x73, 0x2e, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x48, 0x65, 0x61, 0x64, 0x65, 0x72, + 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x50, 0x0a, 0x0e, 0x47, 0x65, 0x74, 0x4c, + 0x61, 0x74, 0x65, 0x73, 0x74, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x12, 0x22, 0x2e, 0x66, 0x6c, 0x6f, + 0x77, 0x2e, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x2e, 0x47, 0x65, 0x74, 0x4c, 0x61, 0x74, 0x65, + 0x73, 0x74, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1a, + 0x2e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x2e, 0x42, 0x6c, 0x6f, + 0x63, 0x6b, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x4c, 0x0a, 0x0c, 0x47, 0x65, + 0x74, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x42, 0x79, 0x49, 0x44, 0x12, 0x20, 0x2e, 0x66, 0x6c, 0x6f, + 0x77, 0x2e, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x2e, 0x47, 0x65, 0x74, 0x42, 0x6c, 0x6f, 0x63, + 0x6b, 0x42, 0x79, 0x49, 0x44, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1a, 0x2e, 0x66, + 0x6c, 0x6f, 0x77, 0x2e, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x2e, 0x42, 0x6c, 0x6f, 0x63, 0x6b, + 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x54, 0x0a, 0x10, 0x47, 0x65, 0x74, 0x42, + 0x6c, 0x6f, 0x63, 0x6b, 0x42, 0x79, 0x48, 0x65, 0x69, 0x67, 0x68, 0x74, 0x12, 0x24, 0x2e, 0x66, + 0x6c, 0x6f, 0x77, 0x2e, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x2e, 0x47, 0x65, 0x74, 0x42, 0x6c, + 0x6f, 0x63, 0x6b, 0x42, 0x79, 0x48, 0x65, 0x69, 0x67, 0x68, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, + 0x73, 0x74, 0x1a, 0x1a, 0x2e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, + 0x2e, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x5b, + 0x0a, 0x11, 0x47, 0x65, 0x74, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x42, + 0x79, 0x49, 0x44, 0x12, 0x25, 0x2e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x61, 0x63, 0x63, 0x65, 0x73, + 0x73, 0x2e, 0x47, 0x65, 0x74, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x42, + 0x79, 0x49, 0x44, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1f, 0x2e, 0x66, 0x6c, 0x6f, + 0x77, 0x2e, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x2e, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, + 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x5c, 0x0a, 0x0f, 0x53, + 0x65, 0x6e, 0x64, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x23, + 0x2e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x2e, 0x53, 0x65, 0x6e, + 0x64, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, + 0x65, 0x73, 0x74, 0x1a, 0x24, 0x2e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x61, 0x63, 0x63, 0x65, 0x73, + 0x73, 0x2e, 0x53, 0x65, 0x6e, 0x64, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, + 0x6e, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x56, 0x0a, 0x0e, 0x47, 0x65, 0x74, + 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x22, 0x2e, 0x66, 0x6c, + 0x6f, 0x77, 0x2e, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x2e, 0x47, 0x65, 0x74, 0x54, 0x72, 0x61, + 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, + 0x20, 0x2e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x2e, 0x54, 0x72, + 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, + 0x65, 0x12, 0x62, 0x0a, 0x14, 0x47, 0x65, 0x74, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, + 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x12, 0x22, 0x2e, 0x66, 0x6c, 0x6f, 0x77, + 0x2e, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x2e, 0x47, 0x65, 0x74, 0x54, 0x72, 0x61, 0x6e, 0x73, + 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x26, 0x2e, + 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x2e, 0x54, 0x72, 0x61, 0x6e, + 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x52, 0x65, 0x73, + 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x70, 0x0a, 0x1b, 0x47, 0x65, 0x74, 0x54, 0x72, 0x61, 0x6e, + 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x42, 0x79, 0x49, + 0x6e, 0x64, 0x65, 0x78, 0x12, 0x29, 0x2e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x61, 0x63, 0x63, 0x65, + 0x73, 0x73, 0x2e, 0x47, 0x65, 0x74, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, + 0x6e, 0x42, 0x79, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, + 0x26, 0x2e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x2e, 0x54, 0x72, + 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x52, + 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x77, 0x0a, 0x1e, 0x47, 0x65, 0x74, 0x54, 0x72, + 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x73, + 0x42, 0x79, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x49, 0x44, 0x12, 0x2c, 0x2e, 0x66, 0x6c, 0x6f, 0x77, + 0x2e, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x2e, 0x47, 0x65, 0x74, 0x54, 0x72, 0x61, 0x6e, 0x73, + 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x42, 0x79, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x49, 0x44, + 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x27, 0x2e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x61, + 0x63, 0x63, 0x65, 0x73, 0x73, 0x2e, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, + 0x6e, 0x52, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, + 0x12, 0x6b, 0x0a, 0x18, 0x47, 0x65, 0x74, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, + 0x6f, 0x6e, 0x73, 0x42, 0x79, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x49, 0x44, 0x12, 0x2c, 0x2e, 0x66, + 0x6c, 0x6f, 0x77, 0x2e, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x2e, 0x47, 0x65, 0x74, 0x54, 0x72, + 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x42, 0x79, 0x42, 0x6c, 0x6f, 0x63, + 0x6b, 0x49, 0x44, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x21, 0x2e, 0x66, 0x6c, 0x6f, + 0x77, 0x2e, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x2e, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, + 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x4d, 0x0a, + 0x0a, 0x47, 0x65, 0x74, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x1e, 0x2e, 0x66, 0x6c, + 0x6f, 0x77, 0x2e, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x2e, 0x47, 0x65, 0x74, 0x41, 0x63, 0x63, + 0x6f, 0x75, 0x6e, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1f, 0x2e, 0x66, 0x6c, + 0x6f, 0x77, 0x2e, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x2e, 0x47, 0x65, 0x74, 0x41, 0x63, 0x63, + 0x6f, 0x75, 0x6e, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x64, 0x0a, 0x17, + 0x47, 0x65, 0x74, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x41, 0x74, 0x4c, 0x61, 0x74, 0x65, + 0x73, 0x74, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x12, 0x2b, 0x2e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x61, + 0x63, 0x63, 0x65, 0x73, 0x73, 0x2e, 0x47, 0x65, 0x74, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, + 0x41, 0x74, 0x4c, 0x61, 0x74, 0x65, 0x73, 0x74, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x52, 0x65, 0x71, + 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1c, 0x2e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x61, 0x63, 0x63, 0x65, + 0x73, 0x73, 0x2e, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, + 0x73, 0x65, 0x12, 0x64, 0x0a, 0x17, 0x47, 0x65, 0x74, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, + 0x41, 0x74, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x48, 0x65, 0x69, 0x67, 0x68, 0x74, 0x12, 0x2b, 0x2e, + 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x2e, 0x47, 0x65, 0x74, 0x41, + 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x41, 0x74, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x48, 0x65, 0x69, + 0x67, 0x68, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1c, 0x2e, 0x66, 0x6c, 0x6f, + 0x77, 0x2e, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x2e, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, + 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x70, 0x0a, 0x1a, 0x45, 0x78, 0x65, 0x63, + 0x75, 0x74, 0x65, 0x53, 0x63, 0x72, 0x69, 0x70, 0x74, 0x41, 0x74, 0x4c, 0x61, 0x74, 0x65, 0x73, + 0x74, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x12, 0x2e, 0x2e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x61, 0x63, + 0x63, 0x65, 0x73, 0x73, 0x2e, 0x45, 0x78, 0x65, 0x63, 0x75, 0x74, 0x65, 0x53, 0x63, 0x72, 0x69, + 0x70, 0x74, 0x41, 0x74, 0x4c, 0x61, 0x74, 0x65, 0x73, 0x74, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x52, + 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x22, 0x2e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x61, 0x63, + 0x63, 0x65, 0x73, 0x73, 0x2e, 0x45, 0x78, 0x65, 0x63, 0x75, 0x74, 0x65, 0x53, 0x63, 0x72, 0x69, + 0x70, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x68, 0x0a, 0x16, 0x45, 0x78, + 0x65, 0x63, 0x75, 0x74, 0x65, 0x53, 0x63, 0x72, 0x69, 0x70, 0x74, 0x41, 0x74, 0x42, 0x6c, 0x6f, + 0x63, 0x6b, 0x49, 0x44, 0x12, 0x2a, 0x2e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x61, 0x63, 0x63, 0x65, + 0x73, 0x73, 0x2e, 0x45, 0x78, 0x65, 0x63, 0x75, 0x74, 0x65, 0x53, 0x63, 0x72, 0x69, 0x70, 0x74, + 0x41, 0x74, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x49, 0x44, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, + 0x1a, 0x22, 0x2e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x2e, 0x45, + 0x78, 0x65, 0x63, 0x75, 0x74, 0x65, 0x53, 0x63, 0x72, 0x69, 0x70, 0x74, 0x52, 0x65, 0x73, 0x70, + 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x70, 0x0a, 0x1a, 0x45, 0x78, 0x65, 0x63, 0x75, 0x74, 0x65, 0x53, + 0x63, 0x72, 0x69, 0x70, 0x74, 0x41, 0x74, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x48, 0x65, 0x69, 0x67, + 0x68, 0x74, 0x12, 0x2e, 0x2e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, + 0x2e, 0x45, 0x78, 0x65, 0x63, 0x75, 0x74, 0x65, 0x53, 0x63, 0x72, 0x69, 0x70, 0x74, 0x41, 0x74, + 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x48, 0x65, 0x69, 0x67, 0x68, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, + 0x73, 0x74, 0x1a, 0x22, 0x2e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, + 0x2e, 0x45, 0x78, 0x65, 0x63, 0x75, 0x74, 0x65, 0x53, 0x63, 0x72, 0x69, 0x70, 0x74, 0x52, 0x65, + 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x63, 0x0a, 0x17, 0x47, 0x65, 0x74, 0x45, 0x76, 0x65, + 0x6e, 0x74, 0x73, 0x46, 0x6f, 0x72, 0x48, 0x65, 0x69, 0x67, 0x68, 0x74, 0x52, 0x61, 0x6e, 0x67, + 0x65, 0x12, 0x2b, 0x2e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x2e, + 0x47, 0x65, 0x74, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x46, 0x6f, 0x72, 0x48, 0x65, 0x69, 0x67, + 0x68, 0x74, 0x52, 0x61, 0x6e, 0x67, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1b, + 0x2e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x2e, 0x45, 0x76, 0x65, + 0x6e, 0x74, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x5d, 0x0a, 0x14, 0x47, + 0x65, 0x74, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x46, 0x6f, 0x72, 0x42, 0x6c, 0x6f, 0x63, 0x6b, + 0x49, 0x44, 0x73, 0x12, 0x28, 0x2e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x61, 0x63, 0x63, 0x65, 0x73, + 0x73, 0x2e, 0x47, 0x65, 0x74, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x46, 0x6f, 0x72, 0x42, 0x6c, + 0x6f, 0x63, 0x6b, 0x49, 0x44, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1b, 0x2e, + 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x2e, 0x45, 0x76, 0x65, 0x6e, + 0x74, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x6b, 0x0a, 0x14, 0x47, 0x65, + 0x74, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x50, 0x61, 0x72, 0x61, 0x6d, 0x65, 0x74, 0x65, + 0x72, 0x73, 0x12, 0x28, 0x2e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, + 0x2e, 0x47, 0x65, 0x74, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x50, 0x61, 0x72, 0x61, 0x6d, + 0x65, 0x74, 0x65, 0x72, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x29, 0x2e, 0x66, + 0x6c, 0x6f, 0x77, 0x2e, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x2e, 0x47, 0x65, 0x74, 0x4e, 0x65, + 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x50, 0x61, 0x72, 0x61, 0x6d, 0x65, 0x74, 0x65, 0x72, 0x73, 0x52, + 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x80, 0x01, 0x0a, 0x1e, 0x47, 0x65, 0x74, 0x4c, + 0x61, 0x74, 0x65, 0x73, 0x74, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x6f, 0x6c, 0x53, 0x74, 0x61, + 0x74, 0x65, 0x53, 0x6e, 0x61, 0x70, 0x73, 0x68, 0x6f, 0x74, 0x12, 0x32, 0x2e, 0x66, 0x6c, 0x6f, + 0x77, 0x2e, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x2e, 0x47, 0x65, 0x74, 0x4c, 0x61, 0x74, 0x65, + 0x73, 0x74, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x6f, 0x6c, 0x53, 0x74, 0x61, 0x74, 0x65, 0x53, + 0x6e, 0x61, 0x70, 0x73, 0x68, 0x6f, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x2a, + 0x2e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x2e, 0x50, 0x72, 0x6f, + 0x74, 0x6f, 0x63, 0x6f, 0x6c, 0x53, 0x74, 0x61, 0x74, 0x65, 0x53, 0x6e, 0x61, 0x70, 0x73, 0x68, + 0x6f, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x80, 0x01, 0x0a, 0x1c, 0x47, + 0x65, 0x74, 0x45, 0x78, 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x75, 0x6c, + 0x74, 0x46, 0x6f, 0x72, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x49, 0x44, 0x12, 0x30, 0x2e, 0x66, 0x6c, + 0x6f, 0x77, 0x2e, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x2e, 0x47, 0x65, 0x74, 0x45, 0x78, 0x65, + 0x63, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x46, 0x6f, 0x72, 0x42, + 0x6c, 0x6f, 0x63, 0x6b, 0x49, 0x44, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x2e, 0x2e, + 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x2e, 0x45, 0x78, 0x65, 0x63, + 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x46, 0x6f, 0x72, 0x42, 0x6c, + 0x6f, 0x63, 0x6b, 0x49, 0x44, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x6e, 0x0a, + 0x16, 0x47, 0x65, 0x74, 0x45, 0x78, 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, + 0x75, 0x6c, 0x74, 0x42, 0x79, 0x49, 0x44, 0x12, 0x2a, 0x2e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x61, + 0x63, 0x63, 0x65, 0x73, 0x73, 0x2e, 0x47, 0x65, 0x74, 0x45, 0x78, 0x65, 0x63, 0x75, 0x74, 0x69, + 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x42, 0x79, 0x49, 0x44, 0x52, 0x65, 0x71, 0x75, + 0x65, 0x73, 0x74, 0x1a, 0x28, 0x2e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x61, 0x63, 0x63, 0x65, 0x73, + 0x73, 0x2e, 0x45, 0x78, 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x75, 0x6c, + 0x74, 0x42, 0x79, 0x49, 0x44, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x42, 0x4c, 0x0a, + 0x1a, 0x6f, 0x72, 0x67, 0x2e, 0x6f, 0x6e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x70, 0x72, 0x6f, 0x74, + 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x5a, 0x2e, 0x67, 0x69, 0x74, + 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x6f, 0x6e, 0x66, 0x6c, 0x6f, 0x77, 0x2f, 0x66, + 0x6c, 0x6f, 0x77, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x67, 0x6f, 0x2f, + 0x66, 0x6c, 0x6f, 0x77, 0x2f, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x62, 0x06, 0x70, 0x72, 0x6f, + 0x74, 0x6f, 0x33, +} + +var ( + file_flow_access_access_proto_rawDescOnce sync.Once + file_flow_access_access_proto_rawDescData = file_flow_access_access_proto_rawDesc +) + +func file_flow_access_access_proto_rawDescGZIP() []byte { + file_flow_access_access_proto_rawDescOnce.Do(func() { + file_flow_access_access_proto_rawDescData = protoimpl.X.CompressGZIP(file_flow_access_access_proto_rawDescData) + }) + return file_flow_access_access_proto_rawDescData +} + +var file_flow_access_access_proto_msgTypes = make([]protoimpl.MessageInfo, 44) +var file_flow_access_access_proto_goTypes = []interface{}{ + (*PingRequest)(nil), // 0: flow.access.PingRequest + (*PingResponse)(nil), // 1: flow.access.PingResponse + (*GetNodeVersionInfoRequest)(nil), // 2: flow.access.GetNodeVersionInfoRequest + (*GetNodeVersionInfoResponse)(nil), // 3: flow.access.GetNodeVersionInfoResponse + (*GetLatestBlockHeaderRequest)(nil), // 4: flow.access.GetLatestBlockHeaderRequest + (*GetBlockHeaderByIDRequest)(nil), // 5: flow.access.GetBlockHeaderByIDRequest + (*GetBlockHeaderByHeightRequest)(nil), // 6: flow.access.GetBlockHeaderByHeightRequest + (*BlockHeaderResponse)(nil), // 7: flow.access.BlockHeaderResponse + (*GetLatestBlockRequest)(nil), // 8: flow.access.GetLatestBlockRequest + (*GetBlockByIDRequest)(nil), // 9: flow.access.GetBlockByIDRequest + (*GetBlockByHeightRequest)(nil), // 10: flow.access.GetBlockByHeightRequest + (*BlockResponse)(nil), // 11: flow.access.BlockResponse + (*GetCollectionByIDRequest)(nil), // 12: flow.access.GetCollectionByIDRequest + (*CollectionResponse)(nil), // 13: flow.access.CollectionResponse + (*SendTransactionRequest)(nil), // 14: flow.access.SendTransactionRequest + (*SendTransactionResponse)(nil), // 15: flow.access.SendTransactionResponse + (*GetTransactionRequest)(nil), // 16: flow.access.GetTransactionRequest + (*GetTransactionByIndexRequest)(nil), // 17: flow.access.GetTransactionByIndexRequest + (*GetTransactionsByBlockIDRequest)(nil), // 18: flow.access.GetTransactionsByBlockIDRequest + (*TransactionResultsResponse)(nil), // 19: flow.access.TransactionResultsResponse + (*TransactionsResponse)(nil), // 20: flow.access.TransactionsResponse + (*TransactionResponse)(nil), // 21: flow.access.TransactionResponse + (*TransactionResultResponse)(nil), // 22: flow.access.TransactionResultResponse + (*GetAccountRequest)(nil), // 23: flow.access.GetAccountRequest + (*GetAccountResponse)(nil), // 24: flow.access.GetAccountResponse + (*GetAccountAtLatestBlockRequest)(nil), // 25: flow.access.GetAccountAtLatestBlockRequest + (*AccountResponse)(nil), // 26: flow.access.AccountResponse + (*GetAccountAtBlockHeightRequest)(nil), // 27: flow.access.GetAccountAtBlockHeightRequest + (*ExecuteScriptAtLatestBlockRequest)(nil), // 28: flow.access.ExecuteScriptAtLatestBlockRequest + (*ExecuteScriptAtBlockIDRequest)(nil), // 29: flow.access.ExecuteScriptAtBlockIDRequest + (*ExecuteScriptAtBlockHeightRequest)(nil), // 30: flow.access.ExecuteScriptAtBlockHeightRequest + (*ExecuteScriptResponse)(nil), // 31: flow.access.ExecuteScriptResponse + (*GetEventsForHeightRangeRequest)(nil), // 32: flow.access.GetEventsForHeightRangeRequest + (*GetEventsForBlockIDsRequest)(nil), // 33: flow.access.GetEventsForBlockIDsRequest + (*EventsResponse)(nil), // 34: flow.access.EventsResponse + (*GetNetworkParametersRequest)(nil), // 35: flow.access.GetNetworkParametersRequest + (*GetNetworkParametersResponse)(nil), // 36: flow.access.GetNetworkParametersResponse + (*GetLatestProtocolStateSnapshotRequest)(nil), // 37: flow.access.GetLatestProtocolStateSnapshotRequest + (*ProtocolStateSnapshotResponse)(nil), // 38: flow.access.ProtocolStateSnapshotResponse + (*GetExecutionResultForBlockIDRequest)(nil), // 39: flow.access.GetExecutionResultForBlockIDRequest + (*ExecutionResultForBlockIDResponse)(nil), // 40: flow.access.ExecutionResultForBlockIDResponse + (*GetExecutionResultByIDRequest)(nil), // 41: flow.access.GetExecutionResultByIDRequest + (*ExecutionResultByIDResponse)(nil), // 42: flow.access.ExecutionResultByIDResponse + (*EventsResponse_Result)(nil), // 43: flow.access.EventsResponse.Result + (*entities.NodeVersionInfo)(nil), // 44: flow.entities.NodeVersionInfo + (*entities.BlockHeader)(nil), // 45: flow.entities.BlockHeader + (entities.BlockStatus)(0), // 46: flow.entities.BlockStatus + (*entities.Metadata)(nil), // 47: flow.entities.Metadata + (*entities.Block)(nil), // 48: flow.entities.Block + (*entities.Collection)(nil), // 49: flow.entities.Collection + (*entities.Transaction)(nil), // 50: flow.entities.Transaction + (entities.TransactionStatus)(0), // 51: flow.entities.TransactionStatus + (*entities.Event)(nil), // 52: flow.entities.Event + (*entities.Account)(nil), // 53: flow.entities.Account + (*entities.ExecutionResult)(nil), // 54: flow.entities.ExecutionResult + (*timestamppb.Timestamp)(nil), // 55: google.protobuf.Timestamp +} +var file_flow_access_access_proto_depIdxs = []int32{ + 44, // 0: flow.access.GetNodeVersionInfoResponse.info:type_name -> flow.entities.NodeVersionInfo + 45, // 1: flow.access.BlockHeaderResponse.block:type_name -> flow.entities.BlockHeader + 46, // 2: flow.access.BlockHeaderResponse.block_status:type_name -> flow.entities.BlockStatus + 47, // 3: flow.access.BlockHeaderResponse.metadata:type_name -> flow.entities.Metadata + 48, // 4: flow.access.BlockResponse.block:type_name -> flow.entities.Block + 46, // 5: flow.access.BlockResponse.block_status:type_name -> flow.entities.BlockStatus + 47, // 6: flow.access.BlockResponse.metadata:type_name -> flow.entities.Metadata + 49, // 7: flow.access.CollectionResponse.collection:type_name -> flow.entities.Collection + 47, // 8: flow.access.CollectionResponse.metadata:type_name -> flow.entities.Metadata + 50, // 9: flow.access.SendTransactionRequest.transaction:type_name -> flow.entities.Transaction + 47, // 10: flow.access.SendTransactionResponse.metadata:type_name -> flow.entities.Metadata + 22, // 11: flow.access.TransactionResultsResponse.transaction_results:type_name -> flow.access.TransactionResultResponse + 47, // 12: flow.access.TransactionResultsResponse.metadata:type_name -> flow.entities.Metadata + 50, // 13: flow.access.TransactionsResponse.transactions:type_name -> flow.entities.Transaction + 47, // 14: flow.access.TransactionsResponse.metadata:type_name -> flow.entities.Metadata + 50, // 15: flow.access.TransactionResponse.transaction:type_name -> flow.entities.Transaction + 47, // 16: flow.access.TransactionResponse.metadata:type_name -> flow.entities.Metadata + 51, // 17: flow.access.TransactionResultResponse.status:type_name -> flow.entities.TransactionStatus + 52, // 18: flow.access.TransactionResultResponse.events:type_name -> flow.entities.Event + 47, // 19: flow.access.TransactionResultResponse.metadata:type_name -> flow.entities.Metadata + 53, // 20: flow.access.GetAccountResponse.account:type_name -> flow.entities.Account + 47, // 21: flow.access.GetAccountResponse.metadata:type_name -> flow.entities.Metadata + 53, // 22: flow.access.AccountResponse.account:type_name -> flow.entities.Account + 47, // 23: flow.access.AccountResponse.metadata:type_name -> flow.entities.Metadata + 47, // 24: flow.access.ExecuteScriptResponse.metadata:type_name -> flow.entities.Metadata + 43, // 25: flow.access.EventsResponse.results:type_name -> flow.access.EventsResponse.Result + 47, // 26: flow.access.EventsResponse.metadata:type_name -> flow.entities.Metadata + 47, // 27: flow.access.ProtocolStateSnapshotResponse.metadata:type_name -> flow.entities.Metadata + 54, // 28: flow.access.ExecutionResultForBlockIDResponse.execution_result:type_name -> flow.entities.ExecutionResult + 47, // 29: flow.access.ExecutionResultForBlockIDResponse.metadata:type_name -> flow.entities.Metadata + 54, // 30: flow.access.ExecutionResultByIDResponse.execution_result:type_name -> flow.entities.ExecutionResult + 47, // 31: flow.access.ExecutionResultByIDResponse.metadata:type_name -> flow.entities.Metadata + 52, // 32: flow.access.EventsResponse.Result.events:type_name -> flow.entities.Event + 55, // 33: flow.access.EventsResponse.Result.block_timestamp:type_name -> google.protobuf.Timestamp + 0, // 34: flow.access.AccessAPI.Ping:input_type -> flow.access.PingRequest + 2, // 35: flow.access.AccessAPI.GetNodeVersionInfo:input_type -> flow.access.GetNodeVersionInfoRequest + 4, // 36: flow.access.AccessAPI.GetLatestBlockHeader:input_type -> flow.access.GetLatestBlockHeaderRequest + 5, // 37: flow.access.AccessAPI.GetBlockHeaderByID:input_type -> flow.access.GetBlockHeaderByIDRequest + 6, // 38: flow.access.AccessAPI.GetBlockHeaderByHeight:input_type -> flow.access.GetBlockHeaderByHeightRequest + 8, // 39: flow.access.AccessAPI.GetLatestBlock:input_type -> flow.access.GetLatestBlockRequest + 9, // 40: flow.access.AccessAPI.GetBlockByID:input_type -> flow.access.GetBlockByIDRequest + 10, // 41: flow.access.AccessAPI.GetBlockByHeight:input_type -> flow.access.GetBlockByHeightRequest + 12, // 42: flow.access.AccessAPI.GetCollectionByID:input_type -> flow.access.GetCollectionByIDRequest + 14, // 43: flow.access.AccessAPI.SendTransaction:input_type -> flow.access.SendTransactionRequest + 16, // 44: flow.access.AccessAPI.GetTransaction:input_type -> flow.access.GetTransactionRequest + 16, // 45: flow.access.AccessAPI.GetTransactionResult:input_type -> flow.access.GetTransactionRequest + 17, // 46: flow.access.AccessAPI.GetTransactionResultByIndex:input_type -> flow.access.GetTransactionByIndexRequest + 18, // 47: flow.access.AccessAPI.GetTransactionResultsByBlockID:input_type -> flow.access.GetTransactionsByBlockIDRequest + 18, // 48: flow.access.AccessAPI.GetTransactionsByBlockID:input_type -> flow.access.GetTransactionsByBlockIDRequest + 23, // 49: flow.access.AccessAPI.GetAccount:input_type -> flow.access.GetAccountRequest + 25, // 50: flow.access.AccessAPI.GetAccountAtLatestBlock:input_type -> flow.access.GetAccountAtLatestBlockRequest + 27, // 51: flow.access.AccessAPI.GetAccountAtBlockHeight:input_type -> flow.access.GetAccountAtBlockHeightRequest + 28, // 52: flow.access.AccessAPI.ExecuteScriptAtLatestBlock:input_type -> flow.access.ExecuteScriptAtLatestBlockRequest + 29, // 53: flow.access.AccessAPI.ExecuteScriptAtBlockID:input_type -> flow.access.ExecuteScriptAtBlockIDRequest + 30, // 54: flow.access.AccessAPI.ExecuteScriptAtBlockHeight:input_type -> flow.access.ExecuteScriptAtBlockHeightRequest + 32, // 55: flow.access.AccessAPI.GetEventsForHeightRange:input_type -> flow.access.GetEventsForHeightRangeRequest + 33, // 56: flow.access.AccessAPI.GetEventsForBlockIDs:input_type -> flow.access.GetEventsForBlockIDsRequest + 35, // 57: flow.access.AccessAPI.GetNetworkParameters:input_type -> flow.access.GetNetworkParametersRequest + 37, // 58: flow.access.AccessAPI.GetLatestProtocolStateSnapshot:input_type -> flow.access.GetLatestProtocolStateSnapshotRequest + 39, // 59: flow.access.AccessAPI.GetExecutionResultForBlockID:input_type -> flow.access.GetExecutionResultForBlockIDRequest + 41, // 60: flow.access.AccessAPI.GetExecutionResultByID:input_type -> flow.access.GetExecutionResultByIDRequest + 1, // 61: flow.access.AccessAPI.Ping:output_type -> flow.access.PingResponse + 3, // 62: flow.access.AccessAPI.GetNodeVersionInfo:output_type -> flow.access.GetNodeVersionInfoResponse + 7, // 63: flow.access.AccessAPI.GetLatestBlockHeader:output_type -> flow.access.BlockHeaderResponse + 7, // 64: flow.access.AccessAPI.GetBlockHeaderByID:output_type -> flow.access.BlockHeaderResponse + 7, // 65: flow.access.AccessAPI.GetBlockHeaderByHeight:output_type -> flow.access.BlockHeaderResponse + 11, // 66: flow.access.AccessAPI.GetLatestBlock:output_type -> flow.access.BlockResponse + 11, // 67: flow.access.AccessAPI.GetBlockByID:output_type -> flow.access.BlockResponse + 11, // 68: flow.access.AccessAPI.GetBlockByHeight:output_type -> flow.access.BlockResponse + 13, // 69: flow.access.AccessAPI.GetCollectionByID:output_type -> flow.access.CollectionResponse + 15, // 70: flow.access.AccessAPI.SendTransaction:output_type -> flow.access.SendTransactionResponse + 21, // 71: flow.access.AccessAPI.GetTransaction:output_type -> flow.access.TransactionResponse + 22, // 72: flow.access.AccessAPI.GetTransactionResult:output_type -> flow.access.TransactionResultResponse + 22, // 73: flow.access.AccessAPI.GetTransactionResultByIndex:output_type -> flow.access.TransactionResultResponse + 19, // 74: flow.access.AccessAPI.GetTransactionResultsByBlockID:output_type -> flow.access.TransactionResultsResponse + 20, // 75: flow.access.AccessAPI.GetTransactionsByBlockID:output_type -> flow.access.TransactionsResponse + 24, // 76: flow.access.AccessAPI.GetAccount:output_type -> flow.access.GetAccountResponse + 26, // 77: flow.access.AccessAPI.GetAccountAtLatestBlock:output_type -> flow.access.AccountResponse + 26, // 78: flow.access.AccessAPI.GetAccountAtBlockHeight:output_type -> flow.access.AccountResponse + 31, // 79: flow.access.AccessAPI.ExecuteScriptAtLatestBlock:output_type -> flow.access.ExecuteScriptResponse + 31, // 80: flow.access.AccessAPI.ExecuteScriptAtBlockID:output_type -> flow.access.ExecuteScriptResponse + 31, // 81: flow.access.AccessAPI.ExecuteScriptAtBlockHeight:output_type -> flow.access.ExecuteScriptResponse + 34, // 82: flow.access.AccessAPI.GetEventsForHeightRange:output_type -> flow.access.EventsResponse + 34, // 83: flow.access.AccessAPI.GetEventsForBlockIDs:output_type -> flow.access.EventsResponse + 36, // 84: flow.access.AccessAPI.GetNetworkParameters:output_type -> flow.access.GetNetworkParametersResponse + 38, // 85: flow.access.AccessAPI.GetLatestProtocolStateSnapshot:output_type -> flow.access.ProtocolStateSnapshotResponse + 40, // 86: flow.access.AccessAPI.GetExecutionResultForBlockID:output_type -> flow.access.ExecutionResultForBlockIDResponse + 42, // 87: flow.access.AccessAPI.GetExecutionResultByID:output_type -> flow.access.ExecutionResultByIDResponse + 61, // [61:88] is the sub-list for method output_type + 34, // [34:61] is the sub-list for method input_type + 34, // [34:34] is the sub-list for extension type_name + 34, // [34:34] is the sub-list for extension extendee + 0, // [0:34] is the sub-list for field type_name +} + +func init() { file_flow_access_access_proto_init() } +func file_flow_access_access_proto_init() { + if File_flow_access_access_proto != nil { + return + } + if !protoimpl.UnsafeEnabled { + file_flow_access_access_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*PingRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_flow_access_access_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*PingResponse); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_flow_access_access_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*GetNodeVersionInfoRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_flow_access_access_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*GetNodeVersionInfoResponse); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_flow_access_access_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*GetLatestBlockHeaderRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_flow_access_access_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*GetBlockHeaderByIDRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_flow_access_access_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*GetBlockHeaderByHeightRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_flow_access_access_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*BlockHeaderResponse); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_flow_access_access_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*GetLatestBlockRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_flow_access_access_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*GetBlockByIDRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_flow_access_access_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*GetBlockByHeightRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_flow_access_access_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*BlockResponse); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_flow_access_access_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*GetCollectionByIDRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_flow_access_access_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*CollectionResponse); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_flow_access_access_proto_msgTypes[14].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*SendTransactionRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_flow_access_access_proto_msgTypes[15].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*SendTransactionResponse); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_flow_access_access_proto_msgTypes[16].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*GetTransactionRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_flow_access_access_proto_msgTypes[17].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*GetTransactionByIndexRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_flow_access_access_proto_msgTypes[18].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*GetTransactionsByBlockIDRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_flow_access_access_proto_msgTypes[19].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*TransactionResultsResponse); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_flow_access_access_proto_msgTypes[20].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*TransactionsResponse); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_flow_access_access_proto_msgTypes[21].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*TransactionResponse); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_flow_access_access_proto_msgTypes[22].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*TransactionResultResponse); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_flow_access_access_proto_msgTypes[23].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*GetAccountRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_flow_access_access_proto_msgTypes[24].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*GetAccountResponse); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_flow_access_access_proto_msgTypes[25].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*GetAccountAtLatestBlockRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_flow_access_access_proto_msgTypes[26].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*AccountResponse); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_flow_access_access_proto_msgTypes[27].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*GetAccountAtBlockHeightRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_flow_access_access_proto_msgTypes[28].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ExecuteScriptAtLatestBlockRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_flow_access_access_proto_msgTypes[29].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ExecuteScriptAtBlockIDRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_flow_access_access_proto_msgTypes[30].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ExecuteScriptAtBlockHeightRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_flow_access_access_proto_msgTypes[31].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ExecuteScriptResponse); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_flow_access_access_proto_msgTypes[32].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*GetEventsForHeightRangeRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_flow_access_access_proto_msgTypes[33].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*GetEventsForBlockIDsRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_flow_access_access_proto_msgTypes[34].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*EventsResponse); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_flow_access_access_proto_msgTypes[35].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*GetNetworkParametersRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_flow_access_access_proto_msgTypes[36].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*GetNetworkParametersResponse); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_flow_access_access_proto_msgTypes[37].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*GetLatestProtocolStateSnapshotRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_flow_access_access_proto_msgTypes[38].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ProtocolStateSnapshotResponse); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_flow_access_access_proto_msgTypes[39].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*GetExecutionResultForBlockIDRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_flow_access_access_proto_msgTypes[40].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ExecutionResultForBlockIDResponse); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_flow_access_access_proto_msgTypes[41].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*GetExecutionResultByIDRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_flow_access_access_proto_msgTypes[42].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ExecutionResultByIDResponse); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_flow_access_access_proto_msgTypes[43].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*EventsResponse_Result); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + } + type x struct{} + out := protoimpl.TypeBuilder{ + File: protoimpl.DescBuilder{ + GoPackagePath: reflect.TypeOf(x{}).PkgPath(), + RawDescriptor: file_flow_access_access_proto_rawDesc, + NumEnums: 0, + NumMessages: 44, + NumExtensions: 0, + NumServices: 1, + }, + GoTypes: file_flow_access_access_proto_goTypes, + DependencyIndexes: file_flow_access_access_proto_depIdxs, + MessageInfos: file_flow_access_access_proto_msgTypes, + }.Build() + File_flow_access_access_proto = out.File + file_flow_access_access_proto_rawDesc = nil + file_flow_access_access_proto_goTypes = nil + file_flow_access_access_proto_depIdxs = nil } diff --git a/protobuf/go/flow/access/access_grpc.pb.go b/protobuf/go/flow/access/access_grpc.pb.go index 17e7de2fd..ed132247b 100644 --- a/protobuf/go/flow/access/access_grpc.pb.go +++ b/protobuf/go/flow/access/access_grpc.pb.go @@ -1,4 +1,8 @@ // Code generated by protoc-gen-go-grpc. DO NOT EDIT. +// versions: +// - protoc-gen-go-grpc v1.2.0 +// - protoc (unknown) +// source: flow/access/access.proto package access diff --git a/protobuf/go/flow/entities/account.pb.go b/protobuf/go/flow/entities/account.pb.go index 056e021f4..c88dfcaa8 100644 --- a/protobuf/go/flow/entities/account.pb.go +++ b/protobuf/go/flow/entities/account.pb.go @@ -1,215 +1,318 @@ // Code generated by protoc-gen-go. DO NOT EDIT. +// versions: +// protoc-gen-go v1.28.1 +// protoc (unknown) // source: flow/entities/account.proto package entities import ( - fmt "fmt" - proto "github.com/golang/protobuf/proto" - math "math" + protoreflect "google.golang.org/protobuf/reflect/protoreflect" + protoimpl "google.golang.org/protobuf/runtime/protoimpl" + reflect "reflect" + sync "sync" ) -// Reference imports to suppress errors if they are not otherwise used. -var _ = proto.Marshal -var _ = fmt.Errorf -var _ = math.Inf - -// This is a compile-time assertion to ensure that this generated file -// is compatible with the proto package it is being compiled against. -// A compilation error at this line likely means your copy of the -// proto package needs to be updated. -const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package +const ( + // Verify that this generated code is sufficiently up-to-date. + _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) + // Verify that runtime/protoimpl is sufficiently up-to-date. + _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) +) type Account struct { - Address []byte `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"` - Balance uint64 `protobuf:"varint,2,opt,name=balance,proto3" json:"balance,omitempty"` - Code []byte `protobuf:"bytes,3,opt,name=code,proto3" json:"code,omitempty"` - Keys []*AccountKey `protobuf:"bytes,4,rep,name=keys,proto3" json:"keys,omitempty"` - Contracts map[string][]byte `protobuf:"bytes,5,rep,name=contracts,proto3" json:"contracts,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *Account) Reset() { *m = Account{} } -func (m *Account) String() string { return proto.CompactTextString(m) } -func (*Account) ProtoMessage() {} -func (*Account) Descriptor() ([]byte, []int) { - return fileDescriptor_bf0d6f6360ab9ab0, []int{0} -} + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields -func (m *Account) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_Account.Unmarshal(m, b) -} -func (m *Account) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_Account.Marshal(b, m, deterministic) + Address []byte `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"` + Balance uint64 `protobuf:"varint,2,opt,name=balance,proto3" json:"balance,omitempty"` + Code []byte `protobuf:"bytes,3,opt,name=code,proto3" json:"code,omitempty"` + Keys []*AccountKey `protobuf:"bytes,4,rep,name=keys,proto3" json:"keys,omitempty"` + Contracts map[string][]byte `protobuf:"bytes,5,rep,name=contracts,proto3" json:"contracts,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` } -func (m *Account) XXX_Merge(src proto.Message) { - xxx_messageInfo_Account.Merge(m, src) + +func (x *Account) Reset() { + *x = Account{} + if protoimpl.UnsafeEnabled { + mi := &file_flow_entities_account_proto_msgTypes[0] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } } -func (m *Account) XXX_Size() int { - return xxx_messageInfo_Account.Size(m) + +func (x *Account) String() string { + return protoimpl.X.MessageStringOf(x) } -func (m *Account) XXX_DiscardUnknown() { - xxx_messageInfo_Account.DiscardUnknown(m) + +func (*Account) ProtoMessage() {} + +func (x *Account) ProtoReflect() protoreflect.Message { + mi := &file_flow_entities_account_proto_msgTypes[0] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) } -var xxx_messageInfo_Account proto.InternalMessageInfo +// Deprecated: Use Account.ProtoReflect.Descriptor instead. +func (*Account) Descriptor() ([]byte, []int) { + return file_flow_entities_account_proto_rawDescGZIP(), []int{0} +} -func (m *Account) GetAddress() []byte { - if m != nil { - return m.Address +func (x *Account) GetAddress() []byte { + if x != nil { + return x.Address } return nil } -func (m *Account) GetBalance() uint64 { - if m != nil { - return m.Balance +func (x *Account) GetBalance() uint64 { + if x != nil { + return x.Balance } return 0 } -func (m *Account) GetCode() []byte { - if m != nil { - return m.Code +func (x *Account) GetCode() []byte { + if x != nil { + return x.Code } return nil } -func (m *Account) GetKeys() []*AccountKey { - if m != nil { - return m.Keys +func (x *Account) GetKeys() []*AccountKey { + if x != nil { + return x.Keys } return nil } -func (m *Account) GetContracts() map[string][]byte { - if m != nil { - return m.Contracts +func (x *Account) GetContracts() map[string][]byte { + if x != nil { + return x.Contracts } return nil } type AccountKey struct { - Index uint32 `protobuf:"varint,1,opt,name=index,proto3" json:"index,omitempty"` - PublicKey []byte `protobuf:"bytes,2,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty"` - SignAlgo uint32 `protobuf:"varint,3,opt,name=sign_algo,json=signAlgo,proto3" json:"sign_algo,omitempty"` - HashAlgo uint32 `protobuf:"varint,4,opt,name=hash_algo,json=hashAlgo,proto3" json:"hash_algo,omitempty"` - Weight uint32 `protobuf:"varint,5,opt,name=weight,proto3" json:"weight,omitempty"` - SequenceNumber uint32 `protobuf:"varint,6,opt,name=sequence_number,json=sequenceNumber,proto3" json:"sequence_number,omitempty"` - Revoked bool `protobuf:"varint,7,opt,name=revoked,proto3" json:"revoked,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *AccountKey) Reset() { *m = AccountKey{} } -func (m *AccountKey) String() string { return proto.CompactTextString(m) } -func (*AccountKey) ProtoMessage() {} -func (*AccountKey) Descriptor() ([]byte, []int) { - return fileDescriptor_bf0d6f6360ab9ab0, []int{1} -} + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields -func (m *AccountKey) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_AccountKey.Unmarshal(m, b) -} -func (m *AccountKey) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_AccountKey.Marshal(b, m, deterministic) + Index uint32 `protobuf:"varint,1,opt,name=index,proto3" json:"index,omitempty"` + PublicKey []byte `protobuf:"bytes,2,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty"` + SignAlgo uint32 `protobuf:"varint,3,opt,name=sign_algo,json=signAlgo,proto3" json:"sign_algo,omitempty"` + HashAlgo uint32 `protobuf:"varint,4,opt,name=hash_algo,json=hashAlgo,proto3" json:"hash_algo,omitempty"` + Weight uint32 `protobuf:"varint,5,opt,name=weight,proto3" json:"weight,omitempty"` + SequenceNumber uint32 `protobuf:"varint,6,opt,name=sequence_number,json=sequenceNumber,proto3" json:"sequence_number,omitempty"` + Revoked bool `protobuf:"varint,7,opt,name=revoked,proto3" json:"revoked,omitempty"` } -func (m *AccountKey) XXX_Merge(src proto.Message) { - xxx_messageInfo_AccountKey.Merge(m, src) + +func (x *AccountKey) Reset() { + *x = AccountKey{} + if protoimpl.UnsafeEnabled { + mi := &file_flow_entities_account_proto_msgTypes[1] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } } -func (m *AccountKey) XXX_Size() int { - return xxx_messageInfo_AccountKey.Size(m) + +func (x *AccountKey) String() string { + return protoimpl.X.MessageStringOf(x) } -func (m *AccountKey) XXX_DiscardUnknown() { - xxx_messageInfo_AccountKey.DiscardUnknown(m) + +func (*AccountKey) ProtoMessage() {} + +func (x *AccountKey) ProtoReflect() protoreflect.Message { + mi := &file_flow_entities_account_proto_msgTypes[1] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) } -var xxx_messageInfo_AccountKey proto.InternalMessageInfo +// Deprecated: Use AccountKey.ProtoReflect.Descriptor instead. +func (*AccountKey) Descriptor() ([]byte, []int) { + return file_flow_entities_account_proto_rawDescGZIP(), []int{1} +} -func (m *AccountKey) GetIndex() uint32 { - if m != nil { - return m.Index +func (x *AccountKey) GetIndex() uint32 { + if x != nil { + return x.Index } return 0 } -func (m *AccountKey) GetPublicKey() []byte { - if m != nil { - return m.PublicKey +func (x *AccountKey) GetPublicKey() []byte { + if x != nil { + return x.PublicKey } return nil } -func (m *AccountKey) GetSignAlgo() uint32 { - if m != nil { - return m.SignAlgo +func (x *AccountKey) GetSignAlgo() uint32 { + if x != nil { + return x.SignAlgo } return 0 } -func (m *AccountKey) GetHashAlgo() uint32 { - if m != nil { - return m.HashAlgo +func (x *AccountKey) GetHashAlgo() uint32 { + if x != nil { + return x.HashAlgo } return 0 } -func (m *AccountKey) GetWeight() uint32 { - if m != nil { - return m.Weight +func (x *AccountKey) GetWeight() uint32 { + if x != nil { + return x.Weight } return 0 } -func (m *AccountKey) GetSequenceNumber() uint32 { - if m != nil { - return m.SequenceNumber +func (x *AccountKey) GetSequenceNumber() uint32 { + if x != nil { + return x.SequenceNumber } return 0 } -func (m *AccountKey) GetRevoked() bool { - if m != nil { - return m.Revoked +func (x *AccountKey) GetRevoked() bool { + if x != nil { + return x.Revoked } return false } -func init() { - proto.RegisterType((*Account)(nil), "flow.entities.Account") - proto.RegisterMapType((map[string][]byte)(nil), "flow.entities.Account.ContractsEntry") - proto.RegisterType((*AccountKey)(nil), "flow.entities.AccountKey") -} - -func init() { proto.RegisterFile("flow/entities/account.proto", fileDescriptor_bf0d6f6360ab9ab0) } - -var fileDescriptor_bf0d6f6360ab9ab0 = []byte{ - // 379 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x6c, 0x92, 0xc1, 0xcb, 0xd3, 0x30, - 0x18, 0xc6, 0xe9, 0xd6, 0x6d, 0x5f, 0x5f, 0xbf, 0x4d, 0x09, 0x22, 0xd1, 0x29, 0x94, 0x81, 0xd8, - 0x8b, 0xad, 0xe8, 0x45, 0xc4, 0xcb, 0x1c, 0x9e, 0x04, 0x91, 0x1c, 0xbd, 0x8c, 0x34, 0x7d, 0xd7, - 0x96, 0x75, 0xc9, 0x6c, 0xd2, 0xcd, 0x9e, 0xfd, 0x1f, 0xfd, 0x7b, 0x24, 0xc9, 0xea, 0x18, 0x7c, - 0x97, 0x91, 0xe7, 0xf9, 0x3d, 0x4f, 0xb2, 0xbc, 0x0d, 0x2c, 0x77, 0x8d, 0x3a, 0x67, 0x28, 0x4d, - 0x6d, 0x6a, 0xd4, 0x19, 0x17, 0x42, 0x75, 0xd2, 0xa4, 0xc7, 0x56, 0x19, 0x45, 0xe6, 0x16, 0xa6, - 0x03, 0x5c, 0xfd, 0x19, 0xc1, 0x6c, 0xed, 0x03, 0x84, 0xc2, 0x8c, 0x17, 0x45, 0x8b, 0x5a, 0xd3, - 0x20, 0x0e, 0x92, 0x7b, 0x36, 0x48, 0x4b, 0x72, 0xde, 0x70, 0x29, 0x90, 0x8e, 0xe2, 0x20, 0x09, - 0xd9, 0x20, 0x09, 0x81, 0x50, 0xa8, 0x02, 0xe9, 0xd8, 0x15, 0xdc, 0x9a, 0xbc, 0x85, 0x70, 0x8f, - 0xbd, 0xa6, 0x61, 0x3c, 0x4e, 0x1e, 0xbd, 0x7f, 0x9e, 0xde, 0x9c, 0x98, 0x5e, 0x4e, 0xfb, 0x86, - 0x3d, 0x73, 0x31, 0xb2, 0x81, 0x48, 0x28, 0x69, 0x5a, 0x2e, 0x8c, 0xa6, 0x13, 0xd7, 0x79, 0xfd, - 0x70, 0x27, 0xdd, 0x0c, 0xb9, 0xaf, 0xd2, 0xb4, 0x3d, 0xbb, 0xf6, 0x5e, 0x7c, 0x86, 0xc5, 0x2d, - 0x24, 0x4f, 0x60, 0xbc, 0xc7, 0xde, 0xdd, 0x24, 0x62, 0x76, 0x49, 0x9e, 0xc2, 0xe4, 0xc4, 0x9b, - 0xce, 0xdf, 0xe1, 0x9e, 0x79, 0xf1, 0x69, 0xf4, 0x31, 0x58, 0xfd, 0x0d, 0x00, 0xae, 0xff, 0xcb, - 0x06, 0x6b, 0x59, 0xe0, 0x6f, 0x57, 0x9e, 0x33, 0x2f, 0xc8, 0x2b, 0x80, 0x63, 0x97, 0x37, 0xb5, - 0xd8, 0xda, 0x7d, 0xfd, 0x1e, 0x91, 0x77, 0x6c, 0x69, 0x09, 0x91, 0xae, 0x4b, 0xb9, 0xe5, 0x4d, - 0xa9, 0xdc, 0x38, 0xe6, 0xec, 0xce, 0x1a, 0xeb, 0xa6, 0x54, 0x16, 0x56, 0x5c, 0x57, 0x1e, 0x86, - 0x1e, 0x5a, 0xc3, 0xc1, 0x67, 0x30, 0x3d, 0x63, 0x5d, 0x56, 0x86, 0x4e, 0x1c, 0xb9, 0x28, 0xf2, - 0x06, 0x1e, 0x6b, 0xfc, 0xd5, 0xa1, 0x14, 0xb8, 0x95, 0xdd, 0x21, 0xc7, 0x96, 0x4e, 0x5d, 0x60, - 0x31, 0xd8, 0xdf, 0x9d, 0x6b, 0x3f, 0x4f, 0x8b, 0x27, 0xb5, 0xc7, 0x82, 0xce, 0xe2, 0x20, 0xb9, - 0x63, 0x83, 0xfc, 0xf2, 0x03, 0x5e, 0xaa, 0xb6, 0x4c, 0x95, 0x74, 0xf3, 0x74, 0x2f, 0x20, 0xef, - 0x76, 0xff, 0x07, 0xfb, 0xf3, 0x5d, 0x59, 0x9b, 0xaa, 0xcb, 0x53, 0xa1, 0x0e, 0x99, 0x0f, 0x65, - 0xee, 0x67, 0x48, 0x66, 0xa5, 0xca, 0x6e, 0x5e, 0x53, 0x3e, 0x75, 0xe8, 0xc3, 0xbf, 0x00, 0x00, - 0x00, 0xff, 0xff, 0x58, 0x79, 0x26, 0xc6, 0x65, 0x02, 0x00, 0x00, +var File_flow_entities_account_proto protoreflect.FileDescriptor + +var file_flow_entities_account_proto_rawDesc = []byte{ + 0x0a, 0x1b, 0x66, 0x6c, 0x6f, 0x77, 0x2f, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x2f, + 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x0d, 0x66, + 0x6c, 0x6f, 0x77, 0x2e, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x22, 0x83, 0x02, 0x0a, + 0x07, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x18, 0x0a, 0x07, 0x61, 0x64, 0x64, 0x72, + 0x65, 0x73, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x07, 0x61, 0x64, 0x64, 0x72, 0x65, + 0x73, 0x73, 0x12, 0x18, 0x0a, 0x07, 0x62, 0x61, 0x6c, 0x61, 0x6e, 0x63, 0x65, 0x18, 0x02, 0x20, + 0x01, 0x28, 0x04, 0x52, 0x07, 0x62, 0x61, 0x6c, 0x61, 0x6e, 0x63, 0x65, 0x12, 0x12, 0x0a, 0x04, + 0x63, 0x6f, 0x64, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x04, 0x63, 0x6f, 0x64, 0x65, + 0x12, 0x2d, 0x0a, 0x04, 0x6b, 0x65, 0x79, 0x73, 0x18, 0x04, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x19, + 0x2e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x2e, 0x41, + 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x4b, 0x65, 0x79, 0x52, 0x04, 0x6b, 0x65, 0x79, 0x73, 0x12, + 0x43, 0x0a, 0x09, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x61, 0x63, 0x74, 0x73, 0x18, 0x05, 0x20, 0x03, + 0x28, 0x0b, 0x32, 0x25, 0x2e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, + 0x65, 0x73, 0x2e, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x2e, 0x43, 0x6f, 0x6e, 0x74, 0x72, + 0x61, 0x63, 0x74, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x09, 0x63, 0x6f, 0x6e, 0x74, 0x72, + 0x61, 0x63, 0x74, 0x73, 0x1a, 0x3c, 0x0a, 0x0e, 0x43, 0x6f, 0x6e, 0x74, 0x72, 0x61, 0x63, 0x74, + 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, + 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, + 0x38, 0x01, 0x22, 0xd6, 0x01, 0x0a, 0x0a, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x4b, 0x65, + 0x79, 0x12, 0x14, 0x0a, 0x05, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, + 0x52, 0x05, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x12, 0x1d, 0x0a, 0x0a, 0x70, 0x75, 0x62, 0x6c, 0x69, + 0x63, 0x5f, 0x6b, 0x65, 0x79, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x09, 0x70, 0x75, 0x62, + 0x6c, 0x69, 0x63, 0x4b, 0x65, 0x79, 0x12, 0x1b, 0x0a, 0x09, 0x73, 0x69, 0x67, 0x6e, 0x5f, 0x61, + 0x6c, 0x67, 0x6f, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x08, 0x73, 0x69, 0x67, 0x6e, 0x41, + 0x6c, 0x67, 0x6f, 0x12, 0x1b, 0x0a, 0x09, 0x68, 0x61, 0x73, 0x68, 0x5f, 0x61, 0x6c, 0x67, 0x6f, + 0x18, 0x04, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x08, 0x68, 0x61, 0x73, 0x68, 0x41, 0x6c, 0x67, 0x6f, + 0x12, 0x16, 0x0a, 0x06, 0x77, 0x65, 0x69, 0x67, 0x68, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0d, + 0x52, 0x06, 0x77, 0x65, 0x69, 0x67, 0x68, 0x74, 0x12, 0x27, 0x0a, 0x0f, 0x73, 0x65, 0x71, 0x75, + 0x65, 0x6e, 0x63, 0x65, 0x5f, 0x6e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x18, 0x06, 0x20, 0x01, 0x28, + 0x0d, 0x52, 0x0e, 0x73, 0x65, 0x71, 0x75, 0x65, 0x6e, 0x63, 0x65, 0x4e, 0x75, 0x6d, 0x62, 0x65, + 0x72, 0x12, 0x18, 0x0a, 0x07, 0x72, 0x65, 0x76, 0x6f, 0x6b, 0x65, 0x64, 0x18, 0x07, 0x20, 0x01, + 0x28, 0x08, 0x52, 0x07, 0x72, 0x65, 0x76, 0x6f, 0x6b, 0x65, 0x64, 0x42, 0x50, 0x0a, 0x1c, 0x6f, + 0x72, 0x67, 0x2e, 0x6f, 0x6e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, + 0x75, 0x66, 0x2e, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x5a, 0x30, 0x67, 0x69, 0x74, + 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x6f, 0x6e, 0x66, 0x6c, 0x6f, 0x77, 0x2f, 0x66, + 0x6c, 0x6f, 0x77, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x67, 0x6f, 0x2f, + 0x66, 0x6c, 0x6f, 0x77, 0x2f, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x62, 0x06, 0x70, + 0x72, 0x6f, 0x74, 0x6f, 0x33, +} + +var ( + file_flow_entities_account_proto_rawDescOnce sync.Once + file_flow_entities_account_proto_rawDescData = file_flow_entities_account_proto_rawDesc +) + +func file_flow_entities_account_proto_rawDescGZIP() []byte { + file_flow_entities_account_proto_rawDescOnce.Do(func() { + file_flow_entities_account_proto_rawDescData = protoimpl.X.CompressGZIP(file_flow_entities_account_proto_rawDescData) + }) + return file_flow_entities_account_proto_rawDescData +} + +var file_flow_entities_account_proto_msgTypes = make([]protoimpl.MessageInfo, 3) +var file_flow_entities_account_proto_goTypes = []interface{}{ + (*Account)(nil), // 0: flow.entities.Account + (*AccountKey)(nil), // 1: flow.entities.AccountKey + nil, // 2: flow.entities.Account.ContractsEntry +} +var file_flow_entities_account_proto_depIdxs = []int32{ + 1, // 0: flow.entities.Account.keys:type_name -> flow.entities.AccountKey + 2, // 1: flow.entities.Account.contracts:type_name -> flow.entities.Account.ContractsEntry + 2, // [2:2] is the sub-list for method output_type + 2, // [2:2] is the sub-list for method input_type + 2, // [2:2] is the sub-list for extension type_name + 2, // [2:2] is the sub-list for extension extendee + 0, // [0:2] is the sub-list for field type_name +} + +func init() { file_flow_entities_account_proto_init() } +func file_flow_entities_account_proto_init() { + if File_flow_entities_account_proto != nil { + return + } + if !protoimpl.UnsafeEnabled { + file_flow_entities_account_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*Account); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_flow_entities_account_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*AccountKey); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + } + type x struct{} + out := protoimpl.TypeBuilder{ + File: protoimpl.DescBuilder{ + GoPackagePath: reflect.TypeOf(x{}).PkgPath(), + RawDescriptor: file_flow_entities_account_proto_rawDesc, + NumEnums: 0, + NumMessages: 3, + NumExtensions: 0, + NumServices: 0, + }, + GoTypes: file_flow_entities_account_proto_goTypes, + DependencyIndexes: file_flow_entities_account_proto_depIdxs, + MessageInfos: file_flow_entities_account_proto_msgTypes, + }.Build() + File_flow_entities_account_proto = out.File + file_flow_entities_account_proto_rawDesc = nil + file_flow_entities_account_proto_goTypes = nil + file_flow_entities_account_proto_depIdxs = nil } diff --git a/protobuf/go/flow/entities/block.pb.go b/protobuf/go/flow/entities/block.pb.go index d3deca4f5..f3b365760 100644 --- a/protobuf/go/flow/entities/block.pb.go +++ b/protobuf/go/flow/entities/block.pb.go @@ -1,25 +1,25 @@ // Code generated by protoc-gen-go. DO NOT EDIT. +// versions: +// protoc-gen-go v1.28.1 +// protoc (unknown) // source: flow/entities/block.proto package entities import ( - fmt "fmt" - proto "github.com/golang/protobuf/proto" + protoreflect "google.golang.org/protobuf/reflect/protoreflect" + protoimpl "google.golang.org/protobuf/runtime/protoimpl" timestamppb "google.golang.org/protobuf/types/known/timestamppb" - math "math" + reflect "reflect" + sync "sync" ) -// Reference imports to suppress errors if they are not otherwise used. -var _ = proto.Marshal -var _ = fmt.Errorf -var _ = math.Inf - -// This is a compile-time assertion to ensure that this generated file -// is compatible with the proto package it is being compiled against. -// A compilation error at this line likely means your copy of the -// proto package needs to be updated. -const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package +const ( + // Verify that this generated code is sufficiently up-to-date. + _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) + // Verify that runtime/protoimpl is sufficiently up-to-date. + _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) +) type BlockStatus int32 @@ -29,27 +29,52 @@ const ( BlockStatus_BLOCK_SEALED BlockStatus = 2 ) -var BlockStatus_name = map[int32]string{ - 0: "BLOCK_UNKNOWN", - 1: "BLOCK_FINALIZED", - 2: "BLOCK_SEALED", -} +// Enum value maps for BlockStatus. +var ( + BlockStatus_name = map[int32]string{ + 0: "BLOCK_UNKNOWN", + 1: "BLOCK_FINALIZED", + 2: "BLOCK_SEALED", + } + BlockStatus_value = map[string]int32{ + "BLOCK_UNKNOWN": 0, + "BLOCK_FINALIZED": 1, + "BLOCK_SEALED": 2, + } +) -var BlockStatus_value = map[string]int32{ - "BLOCK_UNKNOWN": 0, - "BLOCK_FINALIZED": 1, - "BLOCK_SEALED": 2, +func (x BlockStatus) Enum() *BlockStatus { + p := new(BlockStatus) + *p = x + return p } func (x BlockStatus) String() string { - return proto.EnumName(BlockStatus_name, int32(x)) + return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x)) +} + +func (BlockStatus) Descriptor() protoreflect.EnumDescriptor { + return file_flow_entities_block_proto_enumTypes[0].Descriptor() } +func (BlockStatus) Type() protoreflect.EnumType { + return &file_flow_entities_block_proto_enumTypes[0] +} + +func (x BlockStatus) Number() protoreflect.EnumNumber { + return protoreflect.EnumNumber(x) +} + +// Deprecated: Use BlockStatus.Descriptor instead. func (BlockStatus) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_c1afc3335f2172fc, []int{0} + return file_flow_entities_block_proto_rawDescGZIP(), []int{0} } type Block struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + Id []byte `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` ParentId []byte `protobuf:"bytes,2,opt,name=parent_id,json=parentId,proto3" json:"parent_id,omitempty"` Height uint64 `protobuf:"varint,3,opt,name=height,proto3" json:"height,omitempty"` @@ -60,144 +85,252 @@ type Block struct { ExecutionReceiptMetaList []*ExecutionReceiptMeta `protobuf:"bytes,8,rep,name=execution_receipt_metaList,json=executionReceiptMetaList,proto3" json:"execution_receipt_metaList,omitempty"` ExecutionResultList []*ExecutionResult `protobuf:"bytes,9,rep,name=execution_result_list,json=executionResultList,proto3" json:"execution_result_list,omitempty"` BlockHeader *BlockHeader `protobuf:"bytes,10,opt,name=block_header,json=blockHeader,proto3" json:"block_header,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` } -func (m *Block) Reset() { *m = Block{} } -func (m *Block) String() string { return proto.CompactTextString(m) } -func (*Block) ProtoMessage() {} -func (*Block) Descriptor() ([]byte, []int) { - return fileDescriptor_c1afc3335f2172fc, []int{0} +func (x *Block) Reset() { + *x = Block{} + if protoimpl.UnsafeEnabled { + mi := &file_flow_entities_block_proto_msgTypes[0] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } } -func (m *Block) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_Block.Unmarshal(m, b) -} -func (m *Block) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_Block.Marshal(b, m, deterministic) -} -func (m *Block) XXX_Merge(src proto.Message) { - xxx_messageInfo_Block.Merge(m, src) +func (x *Block) String() string { + return protoimpl.X.MessageStringOf(x) } -func (m *Block) XXX_Size() int { - return xxx_messageInfo_Block.Size(m) -} -func (m *Block) XXX_DiscardUnknown() { - xxx_messageInfo_Block.DiscardUnknown(m) + +func (*Block) ProtoMessage() {} + +func (x *Block) ProtoReflect() protoreflect.Message { + mi := &file_flow_entities_block_proto_msgTypes[0] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) } -var xxx_messageInfo_Block proto.InternalMessageInfo +// Deprecated: Use Block.ProtoReflect.Descriptor instead. +func (*Block) Descriptor() ([]byte, []int) { + return file_flow_entities_block_proto_rawDescGZIP(), []int{0} +} -func (m *Block) GetId() []byte { - if m != nil { - return m.Id +func (x *Block) GetId() []byte { + if x != nil { + return x.Id } return nil } -func (m *Block) GetParentId() []byte { - if m != nil { - return m.ParentId +func (x *Block) GetParentId() []byte { + if x != nil { + return x.ParentId } return nil } -func (m *Block) GetHeight() uint64 { - if m != nil { - return m.Height +func (x *Block) GetHeight() uint64 { + if x != nil { + return x.Height } return 0 } -func (m *Block) GetTimestamp() *timestamppb.Timestamp { - if m != nil { - return m.Timestamp +func (x *Block) GetTimestamp() *timestamppb.Timestamp { + if x != nil { + return x.Timestamp } return nil } -func (m *Block) GetCollectionGuarantees() []*CollectionGuarantee { - if m != nil { - return m.CollectionGuarantees +func (x *Block) GetCollectionGuarantees() []*CollectionGuarantee { + if x != nil { + return x.CollectionGuarantees } return nil } -func (m *Block) GetBlockSeals() []*BlockSeal { - if m != nil { - return m.BlockSeals +func (x *Block) GetBlockSeals() []*BlockSeal { + if x != nil { + return x.BlockSeals } return nil } -func (m *Block) GetSignatures() [][]byte { - if m != nil { - return m.Signatures +func (x *Block) GetSignatures() [][]byte { + if x != nil { + return x.Signatures } return nil } -func (m *Block) GetExecutionReceiptMetaList() []*ExecutionReceiptMeta { - if m != nil { - return m.ExecutionReceiptMetaList +func (x *Block) GetExecutionReceiptMetaList() []*ExecutionReceiptMeta { + if x != nil { + return x.ExecutionReceiptMetaList } return nil } -func (m *Block) GetExecutionResultList() []*ExecutionResult { - if m != nil { - return m.ExecutionResultList +func (x *Block) GetExecutionResultList() []*ExecutionResult { + if x != nil { + return x.ExecutionResultList } return nil } -func (m *Block) GetBlockHeader() *BlockHeader { - if m != nil { - return m.BlockHeader +func (x *Block) GetBlockHeader() *BlockHeader { + if x != nil { + return x.BlockHeader } return nil } -func init() { - proto.RegisterEnum("flow.entities.BlockStatus", BlockStatus_name, BlockStatus_value) - proto.RegisterType((*Block)(nil), "flow.entities.Block") -} - -func init() { proto.RegisterFile("flow/entities/block.proto", fileDescriptor_c1afc3335f2172fc) } - -var fileDescriptor_c1afc3335f2172fc = []byte{ - // 485 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x74, 0x93, 0xc1, 0x6f, 0xd3, 0x30, - 0x18, 0xc5, 0x69, 0xd7, 0x95, 0xf5, 0x6b, 0x07, 0xc5, 0x63, 0xc8, 0x14, 0x54, 0xa2, 0xc1, 0xa1, - 0xe2, 0x90, 0xa0, 0x71, 0x81, 0x03, 0x87, 0x75, 0x2b, 0xa3, 0x5a, 0xe9, 0x90, 0x07, 0x9a, 0xb4, - 0x4b, 0xe4, 0x24, 0xdf, 0x52, 0x8b, 0x34, 0xae, 0x62, 0x47, 0xf0, 0x67, 0xf1, 0x27, 0xa2, 0xd8, - 0x4d, 0xdb, 0x94, 0x72, 0xa9, 0xea, 0xf7, 0x7e, 0x7e, 0x5f, 0xf2, 0xec, 0xc0, 0xf3, 0xfb, 0x44, - 0xfe, 0xf2, 0x30, 0xd5, 0x42, 0x0b, 0x54, 0x5e, 0x90, 0xc8, 0xf0, 0xa7, 0xbb, 0xc8, 0xa4, 0x96, - 0xe4, 0xb0, 0xb0, 0xdc, 0xd2, 0xea, 0xbd, 0x8a, 0xa5, 0x8c, 0x13, 0xf4, 0x8c, 0x19, 0xe4, 0xf7, - 0x9e, 0x16, 0x73, 0x54, 0x9a, 0xcf, 0x17, 0x96, 0xef, 0xf5, 0xab, 0x51, 0xa1, 0x4c, 0x12, 0x0c, - 0xb5, 0x90, 0xe9, 0x6e, 0xdf, 0x8c, 0xf2, 0x15, 0xf2, 0x64, 0xe9, 0xbf, 0xa9, 0xfa, 0xf8, 0x1b, - 0xc3, 0xbc, 0xd8, 0xee, 0x67, 0xa8, 0xf2, 0x44, 0x2f, 0x29, 0x67, 0x57, 0xca, 0x0c, 0x79, 0x84, - 0x99, 0x25, 0x4e, 0xfe, 0x34, 0x60, 0x7f, 0x58, 0xc8, 0xe4, 0x11, 0xd4, 0x45, 0x44, 0x6b, 0x4e, - 0x6d, 0xd0, 0x61, 0x75, 0x11, 0x91, 0x17, 0xd0, 0x5a, 0xf0, 0x0c, 0x53, 0xed, 0x8b, 0x88, 0xd6, - 0x8d, 0x7c, 0x60, 0x85, 0x71, 0x44, 0x9e, 0x41, 0x73, 0x86, 0x22, 0x9e, 0x69, 0xba, 0xe7, 0xd4, - 0x06, 0x0d, 0xb6, 0x5c, 0x91, 0x0f, 0xd0, 0x5a, 0xbd, 0x29, 0x6d, 0x38, 0xb5, 0x41, 0xfb, 0xb4, - 0xe7, 0xda, 0x2e, 0xdc, 0xb2, 0x0b, 0xf7, 0x7b, 0x49, 0xb0, 0x35, 0x4c, 0x6e, 0xe1, 0x78, 0x5d, - 0x82, 0x1f, 0xe7, 0x3c, 0xe3, 0xa9, 0x46, 0x54, 0x74, 0xdf, 0xd9, 0x1b, 0xb4, 0x4f, 0x4f, 0xdc, - 0x4a, 0xc1, 0xee, 0xf9, 0x8a, 0xbd, 0x2c, 0x51, 0xf6, 0x34, 0xfc, 0x57, 0x54, 0xe4, 0x23, 0xb4, - 0xd7, 0xed, 0x29, 0xda, 0x34, 0x71, 0x74, 0x2b, 0xce, 0x54, 0x70, 0x83, 0x3c, 0x61, 0x10, 0x94, - 0x7f, 0x15, 0xe9, 0x03, 0x28, 0x11, 0xa7, 0x5c, 0xe7, 0x19, 0x2a, 0xfa, 0xd0, 0xd9, 0x1b, 0x74, - 0xd8, 0x86, 0x42, 0x38, 0xf4, 0x36, 0x8b, 0x0f, 0x51, 0x2c, 0xb4, 0x3f, 0x47, 0xcd, 0x27, 0x42, - 0x69, 0x7a, 0x60, 0x26, 0xbd, 0xde, 0x9a, 0x34, 0x2a, 0x37, 0x30, 0xcb, 0x7f, 0x45, 0xcd, 0x19, - 0xc5, 0x1d, 0x6a, 0x11, 0x42, 0x18, 0x1c, 0x6f, 0x9f, 0xad, 0x9f, 0x14, 0xe9, 0x2d, 0x93, 0xde, - 0xff, 0x7f, 0x7a, 0x81, 0xb2, 0x23, 0xac, 0x0a, 0x26, 0xf3, 0x13, 0x74, 0x36, 0x6f, 0x02, 0x85, - 0xe5, 0x39, 0xed, 0xa8, 0xe4, 0x8b, 0x21, 0x98, 0x6d, 0xd0, 0x2e, 0xde, 0x5e, 0x42, 0xdb, 0xd6, - 0xa5, 0xb9, 0xce, 0x15, 0x79, 0x02, 0x87, 0xc3, 0xc9, 0xf5, 0xf9, 0x95, 0xff, 0x63, 0x7a, 0x35, - 0xbd, 0xbe, 0x9d, 0x76, 0x1f, 0x90, 0x23, 0x78, 0x6c, 0xa5, 0xcf, 0xe3, 0xe9, 0xd9, 0x64, 0x7c, - 0x37, 0xba, 0xe8, 0xd6, 0x48, 0x17, 0x3a, 0x56, 0xbc, 0x19, 0x9d, 0x4d, 0x46, 0x17, 0xdd, 0xfa, - 0xf0, 0x1b, 0xbc, 0x94, 0x59, 0xec, 0xca, 0xd4, 0x0c, 0x5e, 0x5d, 0x8f, 0xf2, 0x09, 0xee, 0xde, - 0xc5, 0x42, 0xcf, 0xf2, 0xc0, 0x0d, 0xe5, 0xdc, 0xb3, 0x90, 0x67, 0x7e, 0x56, 0x1f, 0x55, 0x2c, - 0xbd, 0xca, 0x05, 0x0f, 0x9a, 0xc6, 0x7a, 0xff, 0x37, 0x00, 0x00, 0xff, 0xff, 0x63, 0x03, 0xba, - 0xf0, 0xa9, 0x03, 0x00, 0x00, +var File_flow_entities_block_proto protoreflect.FileDescriptor + +var file_flow_entities_block_proto_rawDesc = []byte{ + 0x0a, 0x19, 0x66, 0x6c, 0x6f, 0x77, 0x2f, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x2f, + 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x0d, 0x66, 0x6c, 0x6f, + 0x77, 0x2e, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x1a, 0x1f, 0x67, 0x6f, 0x6f, 0x67, + 0x6c, 0x65, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x74, 0x69, 0x6d, 0x65, + 0x73, 0x74, 0x61, 0x6d, 0x70, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x1e, 0x66, 0x6c, 0x6f, + 0x77, 0x2f, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x2f, 0x63, 0x6f, 0x6c, 0x6c, 0x65, + 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x1e, 0x66, 0x6c, 0x6f, + 0x77, 0x2f, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x2f, 0x62, 0x6c, 0x6f, 0x63, 0x6b, + 0x5f, 0x73, 0x65, 0x61, 0x6c, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x24, 0x66, 0x6c, 0x6f, + 0x77, 0x2f, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x2f, 0x65, 0x78, 0x65, 0x63, 0x75, + 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x2e, 0x70, 0x72, 0x6f, 0x74, + 0x6f, 0x1a, 0x20, 0x66, 0x6c, 0x6f, 0x77, 0x2f, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, + 0x2f, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x5f, 0x68, 0x65, 0x61, 0x64, 0x65, 0x72, 0x2e, 0x70, 0x72, + 0x6f, 0x74, 0x6f, 0x22, 0xb0, 0x04, 0x0a, 0x05, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x12, 0x0e, 0x0a, + 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x02, 0x69, 0x64, 0x12, 0x1b, 0x0a, + 0x09, 0x70, 0x61, 0x72, 0x65, 0x6e, 0x74, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0c, + 0x52, 0x08, 0x70, 0x61, 0x72, 0x65, 0x6e, 0x74, 0x49, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x68, 0x65, + 0x69, 0x67, 0x68, 0x74, 0x18, 0x03, 0x20, 0x01, 0x28, 0x04, 0x52, 0x06, 0x68, 0x65, 0x69, 0x67, + 0x68, 0x74, 0x12, 0x38, 0x0a, 0x09, 0x74, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x18, + 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, + 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x54, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, + 0x70, 0x52, 0x09, 0x74, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x12, 0x57, 0x0a, 0x15, + 0x63, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x67, 0x75, 0x61, 0x72, 0x61, + 0x6e, 0x74, 0x65, 0x65, 0x73, 0x18, 0x05, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x22, 0x2e, 0x66, 0x6c, + 0x6f, 0x77, 0x2e, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x2e, 0x43, 0x6f, 0x6c, 0x6c, + 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x47, 0x75, 0x61, 0x72, 0x61, 0x6e, 0x74, 0x65, 0x65, 0x52, + 0x14, 0x63, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x47, 0x75, 0x61, 0x72, 0x61, + 0x6e, 0x74, 0x65, 0x65, 0x73, 0x12, 0x39, 0x0a, 0x0b, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x5f, 0x73, + 0x65, 0x61, 0x6c, 0x73, 0x18, 0x06, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x18, 0x2e, 0x66, 0x6c, 0x6f, + 0x77, 0x2e, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x2e, 0x42, 0x6c, 0x6f, 0x63, 0x6b, + 0x53, 0x65, 0x61, 0x6c, 0x52, 0x0a, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x53, 0x65, 0x61, 0x6c, 0x73, + 0x12, 0x1e, 0x0a, 0x0a, 0x73, 0x69, 0x67, 0x6e, 0x61, 0x74, 0x75, 0x72, 0x65, 0x73, 0x18, 0x07, + 0x20, 0x03, 0x28, 0x0c, 0x52, 0x0a, 0x73, 0x69, 0x67, 0x6e, 0x61, 0x74, 0x75, 0x72, 0x65, 0x73, + 0x12, 0x61, 0x0a, 0x1a, 0x65, 0x78, 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x72, 0x65, + 0x63, 0x65, 0x69, 0x70, 0x74, 0x5f, 0x6d, 0x65, 0x74, 0x61, 0x4c, 0x69, 0x73, 0x74, 0x18, 0x08, + 0x20, 0x03, 0x28, 0x0b, 0x32, 0x23, 0x2e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x65, 0x6e, 0x74, 0x69, + 0x74, 0x69, 0x65, 0x73, 0x2e, 0x45, 0x78, 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, + 0x63, 0x65, 0x69, 0x70, 0x74, 0x4d, 0x65, 0x74, 0x61, 0x52, 0x18, 0x65, 0x78, 0x65, 0x63, 0x75, + 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x63, 0x65, 0x69, 0x70, 0x74, 0x4d, 0x65, 0x74, 0x61, 0x4c, + 0x69, 0x73, 0x74, 0x12, 0x52, 0x0a, 0x15, 0x65, 0x78, 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, 0x6e, + 0x5f, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x5f, 0x6c, 0x69, 0x73, 0x74, 0x18, 0x09, 0x20, 0x03, + 0x28, 0x0b, 0x32, 0x1e, 0x2e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, + 0x65, 0x73, 0x2e, 0x45, 0x78, 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x75, + 0x6c, 0x74, 0x52, 0x13, 0x65, 0x78, 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, + 0x75, 0x6c, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x3d, 0x0a, 0x0c, 0x62, 0x6c, 0x6f, 0x63, 0x6b, + 0x5f, 0x68, 0x65, 0x61, 0x64, 0x65, 0x72, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, + 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x2e, 0x42, 0x6c, + 0x6f, 0x63, 0x6b, 0x48, 0x65, 0x61, 0x64, 0x65, 0x72, 0x52, 0x0b, 0x62, 0x6c, 0x6f, 0x63, 0x6b, + 0x48, 0x65, 0x61, 0x64, 0x65, 0x72, 0x2a, 0x47, 0x0a, 0x0b, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x53, + 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x11, 0x0a, 0x0d, 0x42, 0x4c, 0x4f, 0x43, 0x4b, 0x5f, 0x55, + 0x4e, 0x4b, 0x4e, 0x4f, 0x57, 0x4e, 0x10, 0x00, 0x12, 0x13, 0x0a, 0x0f, 0x42, 0x4c, 0x4f, 0x43, + 0x4b, 0x5f, 0x46, 0x49, 0x4e, 0x41, 0x4c, 0x49, 0x5a, 0x45, 0x44, 0x10, 0x01, 0x12, 0x10, 0x0a, + 0x0c, 0x42, 0x4c, 0x4f, 0x43, 0x4b, 0x5f, 0x53, 0x45, 0x41, 0x4c, 0x45, 0x44, 0x10, 0x02, 0x42, + 0x50, 0x0a, 0x1c, 0x6f, 0x72, 0x67, 0x2e, 0x6f, 0x6e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x70, 0x72, + 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x5a, + 0x30, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x6f, 0x6e, 0x66, 0x6c, + 0x6f, 0x77, 0x2f, 0x66, 0x6c, 0x6f, 0x77, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, + 0x2f, 0x67, 0x6f, 0x2f, 0x66, 0x6c, 0x6f, 0x77, 0x2f, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, + 0x73, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, +} + +var ( + file_flow_entities_block_proto_rawDescOnce sync.Once + file_flow_entities_block_proto_rawDescData = file_flow_entities_block_proto_rawDesc +) + +func file_flow_entities_block_proto_rawDescGZIP() []byte { + file_flow_entities_block_proto_rawDescOnce.Do(func() { + file_flow_entities_block_proto_rawDescData = protoimpl.X.CompressGZIP(file_flow_entities_block_proto_rawDescData) + }) + return file_flow_entities_block_proto_rawDescData +} + +var file_flow_entities_block_proto_enumTypes = make([]protoimpl.EnumInfo, 1) +var file_flow_entities_block_proto_msgTypes = make([]protoimpl.MessageInfo, 1) +var file_flow_entities_block_proto_goTypes = []interface{}{ + (BlockStatus)(0), // 0: flow.entities.BlockStatus + (*Block)(nil), // 1: flow.entities.Block + (*timestamppb.Timestamp)(nil), // 2: google.protobuf.Timestamp + (*CollectionGuarantee)(nil), // 3: flow.entities.CollectionGuarantee + (*BlockSeal)(nil), // 4: flow.entities.BlockSeal + (*ExecutionReceiptMeta)(nil), // 5: flow.entities.ExecutionReceiptMeta + (*ExecutionResult)(nil), // 6: flow.entities.ExecutionResult + (*BlockHeader)(nil), // 7: flow.entities.BlockHeader +} +var file_flow_entities_block_proto_depIdxs = []int32{ + 2, // 0: flow.entities.Block.timestamp:type_name -> google.protobuf.Timestamp + 3, // 1: flow.entities.Block.collection_guarantees:type_name -> flow.entities.CollectionGuarantee + 4, // 2: flow.entities.Block.block_seals:type_name -> flow.entities.BlockSeal + 5, // 3: flow.entities.Block.execution_receipt_metaList:type_name -> flow.entities.ExecutionReceiptMeta + 6, // 4: flow.entities.Block.execution_result_list:type_name -> flow.entities.ExecutionResult + 7, // 5: flow.entities.Block.block_header:type_name -> flow.entities.BlockHeader + 6, // [6:6] is the sub-list for method output_type + 6, // [6:6] is the sub-list for method input_type + 6, // [6:6] is the sub-list for extension type_name + 6, // [6:6] is the sub-list for extension extendee + 0, // [0:6] is the sub-list for field type_name +} + +func init() { file_flow_entities_block_proto_init() } +func file_flow_entities_block_proto_init() { + if File_flow_entities_block_proto != nil { + return + } + file_flow_entities_collection_proto_init() + file_flow_entities_block_seal_proto_init() + file_flow_entities_execution_result_proto_init() + file_flow_entities_block_header_proto_init() + if !protoimpl.UnsafeEnabled { + file_flow_entities_block_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*Block); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + } + type x struct{} + out := protoimpl.TypeBuilder{ + File: protoimpl.DescBuilder{ + GoPackagePath: reflect.TypeOf(x{}).PkgPath(), + RawDescriptor: file_flow_entities_block_proto_rawDesc, + NumEnums: 1, + NumMessages: 1, + NumExtensions: 0, + NumServices: 0, + }, + GoTypes: file_flow_entities_block_proto_goTypes, + DependencyIndexes: file_flow_entities_block_proto_depIdxs, + EnumInfos: file_flow_entities_block_proto_enumTypes, + MessageInfos: file_flow_entities_block_proto_msgTypes, + }.Build() + File_flow_entities_block_proto = out.File + file_flow_entities_block_proto_rawDesc = nil + file_flow_entities_block_proto_goTypes = nil + file_flow_entities_block_proto_depIdxs = nil } diff --git a/protobuf/go/flow/entities/block_execution_data.pb.go b/protobuf/go/flow/entities/block_execution_data.pb.go index d41da1773..08d976464 100644 --- a/protobuf/go/flow/entities/block_execution_data.pb.go +++ b/protobuf/go/flow/entities/block_execution_data.pb.go @@ -1,80 +1,92 @@ // Code generated by protoc-gen-go. DO NOT EDIT. +// versions: +// protoc-gen-go v1.28.1 +// protoc (unknown) // source: flow/entities/block_execution_data.proto package entities import ( - fmt "fmt" - proto "github.com/golang/protobuf/proto" - math "math" + protoreflect "google.golang.org/protobuf/reflect/protoreflect" + protoimpl "google.golang.org/protobuf/runtime/protoimpl" + reflect "reflect" + sync "sync" ) -// Reference imports to suppress errors if they are not otherwise used. -var _ = proto.Marshal -var _ = fmt.Errorf -var _ = math.Inf - -// This is a compile-time assertion to ensure that this generated file -// is compatible with the proto package it is being compiled against. -// A compilation error at this line likely means your copy of the -// proto package needs to be updated. -const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package +const ( + // Verify that this generated code is sufficiently up-to-date. + _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) + // Verify that runtime/protoimpl is sufficiently up-to-date. + _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) +) // BlockExecutionData represents the collection of data produced while execiting the block. type BlockExecutionData struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + // Block ID of the block that was executed. BlockId []byte `protobuf:"bytes,1,opt,name=block_id,json=blockId,proto3" json:"block_id,omitempty"` // Ordered list of ChunkExecutionData produced while executing the block. // // Note: there will be one ChunkExecutionData per collection in the block, plus one for the // service chunk. The service chunk is executed last and is always the last chunk in the list. - ChunkExecutionData []*ChunkExecutionData `protobuf:"bytes,2,rep,name=chunk_execution_data,json=chunkExecutionData,proto3" json:"chunk_execution_data,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` + ChunkExecutionData []*ChunkExecutionData `protobuf:"bytes,2,rep,name=chunk_execution_data,json=chunkExecutionData,proto3" json:"chunk_execution_data,omitempty"` } -func (m *BlockExecutionData) Reset() { *m = BlockExecutionData{} } -func (m *BlockExecutionData) String() string { return proto.CompactTextString(m) } -func (*BlockExecutionData) ProtoMessage() {} -func (*BlockExecutionData) Descriptor() ([]byte, []int) { - return fileDescriptor_0dbfd6581e1d1c72, []int{0} +func (x *BlockExecutionData) Reset() { + *x = BlockExecutionData{} + if protoimpl.UnsafeEnabled { + mi := &file_flow_entities_block_execution_data_proto_msgTypes[0] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } } -func (m *BlockExecutionData) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_BlockExecutionData.Unmarshal(m, b) -} -func (m *BlockExecutionData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_BlockExecutionData.Marshal(b, m, deterministic) +func (x *BlockExecutionData) String() string { + return protoimpl.X.MessageStringOf(x) } -func (m *BlockExecutionData) XXX_Merge(src proto.Message) { - xxx_messageInfo_BlockExecutionData.Merge(m, src) -} -func (m *BlockExecutionData) XXX_Size() int { - return xxx_messageInfo_BlockExecutionData.Size(m) -} -func (m *BlockExecutionData) XXX_DiscardUnknown() { - xxx_messageInfo_BlockExecutionData.DiscardUnknown(m) + +func (*BlockExecutionData) ProtoMessage() {} + +func (x *BlockExecutionData) ProtoReflect() protoreflect.Message { + mi := &file_flow_entities_block_execution_data_proto_msgTypes[0] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) } -var xxx_messageInfo_BlockExecutionData proto.InternalMessageInfo +// Deprecated: Use BlockExecutionData.ProtoReflect.Descriptor instead. +func (*BlockExecutionData) Descriptor() ([]byte, []int) { + return file_flow_entities_block_execution_data_proto_rawDescGZIP(), []int{0} +} -func (m *BlockExecutionData) GetBlockId() []byte { - if m != nil { - return m.BlockId +func (x *BlockExecutionData) GetBlockId() []byte { + if x != nil { + return x.BlockId } return nil } -func (m *BlockExecutionData) GetChunkExecutionData() []*ChunkExecutionData { - if m != nil { - return m.ChunkExecutionData +func (x *BlockExecutionData) GetChunkExecutionData() []*ChunkExecutionData { + if x != nil { + return x.ChunkExecutionData } return nil } // ChunkExecutionData represents the collection of data produced while executing a chunk. type ChunkExecutionData struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + // Ordered list of transactions included in the collection that was executed in the chunk. Collection *ExecutionDataCollection `protobuf:"bytes,1,opt,name=collection,proto3" json:"collection,omitempty"` // Events emitted by transactions in the collection. @@ -92,61 +104,65 @@ type ChunkExecutionData struct { // Note: these are not the same type of results returned by other RPCs. These results are sepcific // to execution data. The most notable difference is they only include a boolean value to indicate // whether or not an error was encountered during execution, not the error itself. - TransactionResults []*ExecutionDataTransactionResult `protobuf:"bytes,4,rep,name=transaction_results,json=transactionResults,proto3" json:"transaction_results,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` + TransactionResults []*ExecutionDataTransactionResult `protobuf:"bytes,4,rep,name=transaction_results,json=transactionResults,proto3" json:"transaction_results,omitempty"` } -func (m *ChunkExecutionData) Reset() { *m = ChunkExecutionData{} } -func (m *ChunkExecutionData) String() string { return proto.CompactTextString(m) } -func (*ChunkExecutionData) ProtoMessage() {} -func (*ChunkExecutionData) Descriptor() ([]byte, []int) { - return fileDescriptor_0dbfd6581e1d1c72, []int{1} +func (x *ChunkExecutionData) Reset() { + *x = ChunkExecutionData{} + if protoimpl.UnsafeEnabled { + mi := &file_flow_entities_block_execution_data_proto_msgTypes[1] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } } -func (m *ChunkExecutionData) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_ChunkExecutionData.Unmarshal(m, b) +func (x *ChunkExecutionData) String() string { + return protoimpl.X.MessageStringOf(x) } -func (m *ChunkExecutionData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_ChunkExecutionData.Marshal(b, m, deterministic) -} -func (m *ChunkExecutionData) XXX_Merge(src proto.Message) { - xxx_messageInfo_ChunkExecutionData.Merge(m, src) -} -func (m *ChunkExecutionData) XXX_Size() int { - return xxx_messageInfo_ChunkExecutionData.Size(m) -} -func (m *ChunkExecutionData) XXX_DiscardUnknown() { - xxx_messageInfo_ChunkExecutionData.DiscardUnknown(m) + +func (*ChunkExecutionData) ProtoMessage() {} + +func (x *ChunkExecutionData) ProtoReflect() protoreflect.Message { + mi := &file_flow_entities_block_execution_data_proto_msgTypes[1] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) } -var xxx_messageInfo_ChunkExecutionData proto.InternalMessageInfo +// Deprecated: Use ChunkExecutionData.ProtoReflect.Descriptor instead. +func (*ChunkExecutionData) Descriptor() ([]byte, []int) { + return file_flow_entities_block_execution_data_proto_rawDescGZIP(), []int{1} +} -func (m *ChunkExecutionData) GetCollection() *ExecutionDataCollection { - if m != nil { - return m.Collection +func (x *ChunkExecutionData) GetCollection() *ExecutionDataCollection { + if x != nil { + return x.Collection } return nil } -func (m *ChunkExecutionData) GetEvents() []*Event { - if m != nil { - return m.Events +func (x *ChunkExecutionData) GetEvents() []*Event { + if x != nil { + return x.Events } return nil } -func (m *ChunkExecutionData) GetTrieUpdate() *TrieUpdate { - if m != nil { - return m.TrieUpdate +func (x *ChunkExecutionData) GetTrieUpdate() *TrieUpdate { + if x != nil { + return x.TrieUpdate } return nil } -func (m *ChunkExecutionData) GetTransactionResults() []*ExecutionDataTransactionResult { - if m != nil { - return m.TransactionResults +func (x *ChunkExecutionData) GetTransactionResults() []*ExecutionDataTransactionResult { + if x != nil { + return x.TransactionResults } return nil } @@ -155,41 +171,49 @@ func (m *ChunkExecutionData) GetTransactionResults() []*ExecutionDataTransaction // // Note: this is not the same type as the entities.Collection. type ExecutionDataCollection struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + // List of transactions included in the collection. - Transactions []*Transaction `protobuf:"bytes,1,rep,name=transactions,proto3" json:"transactions,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` + Transactions []*Transaction `protobuf:"bytes,1,rep,name=transactions,proto3" json:"transactions,omitempty"` } -func (m *ExecutionDataCollection) Reset() { *m = ExecutionDataCollection{} } -func (m *ExecutionDataCollection) String() string { return proto.CompactTextString(m) } -func (*ExecutionDataCollection) ProtoMessage() {} -func (*ExecutionDataCollection) Descriptor() ([]byte, []int) { - return fileDescriptor_0dbfd6581e1d1c72, []int{2} +func (x *ExecutionDataCollection) Reset() { + *x = ExecutionDataCollection{} + if protoimpl.UnsafeEnabled { + mi := &file_flow_entities_block_execution_data_proto_msgTypes[2] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } } -func (m *ExecutionDataCollection) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_ExecutionDataCollection.Unmarshal(m, b) +func (x *ExecutionDataCollection) String() string { + return protoimpl.X.MessageStringOf(x) } -func (m *ExecutionDataCollection) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_ExecutionDataCollection.Marshal(b, m, deterministic) -} -func (m *ExecutionDataCollection) XXX_Merge(src proto.Message) { - xxx_messageInfo_ExecutionDataCollection.Merge(m, src) -} -func (m *ExecutionDataCollection) XXX_Size() int { - return xxx_messageInfo_ExecutionDataCollection.Size(m) -} -func (m *ExecutionDataCollection) XXX_DiscardUnknown() { - xxx_messageInfo_ExecutionDataCollection.DiscardUnknown(m) + +func (*ExecutionDataCollection) ProtoMessage() {} + +func (x *ExecutionDataCollection) ProtoReflect() protoreflect.Message { + mi := &file_flow_entities_block_execution_data_proto_msgTypes[2] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) } -var xxx_messageInfo_ExecutionDataCollection proto.InternalMessageInfo +// Deprecated: Use ExecutionDataCollection.ProtoReflect.Descriptor instead. +func (*ExecutionDataCollection) Descriptor() ([]byte, []int) { + return file_flow_entities_block_execution_data_proto_rawDescGZIP(), []int{2} +} -func (m *ExecutionDataCollection) GetTransactions() []*Transaction { - if m != nil { - return m.Transactions +func (x *ExecutionDataCollection) GetTransactions() []*Transaction { + if x != nil { + return x.Transactions } return nil } @@ -199,6 +223,10 @@ func (m *ExecutionDataCollection) GetTransactions() []*Transaction { // TrieUpdates contain a list of registers that were modified during chunk execution. The value // included is the new value of the register. type TrieUpdate struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + // RootHash is the root hash of the trie before the update is applied. RootHash []byte `protobuf:"bytes,1,opt,name=root_hash,json=rootHash,proto3" json:"root_hash,omitempty"` // List of register paths updated. @@ -210,264 +238,471 @@ type TrieUpdate struct { // // Note: paths and payloads map 1:1 with eachother. i.e. for each element in path, the value in // payloads at the same index is the value of the register at that path. - Payloads []*Payload `protobuf:"bytes,3,rep,name=payloads,proto3" json:"payloads,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` + Payloads []*Payload `protobuf:"bytes,3,rep,name=payloads,proto3" json:"payloads,omitempty"` } -func (m *TrieUpdate) Reset() { *m = TrieUpdate{} } -func (m *TrieUpdate) String() string { return proto.CompactTextString(m) } -func (*TrieUpdate) ProtoMessage() {} -func (*TrieUpdate) Descriptor() ([]byte, []int) { - return fileDescriptor_0dbfd6581e1d1c72, []int{3} +func (x *TrieUpdate) Reset() { + *x = TrieUpdate{} + if protoimpl.UnsafeEnabled { + mi := &file_flow_entities_block_execution_data_proto_msgTypes[3] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } } -func (m *TrieUpdate) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_TrieUpdate.Unmarshal(m, b) -} -func (m *TrieUpdate) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_TrieUpdate.Marshal(b, m, deterministic) -} -func (m *TrieUpdate) XXX_Merge(src proto.Message) { - xxx_messageInfo_TrieUpdate.Merge(m, src) +func (x *TrieUpdate) String() string { + return protoimpl.X.MessageStringOf(x) } -func (m *TrieUpdate) XXX_Size() int { - return xxx_messageInfo_TrieUpdate.Size(m) -} -func (m *TrieUpdate) XXX_DiscardUnknown() { - xxx_messageInfo_TrieUpdate.DiscardUnknown(m) + +func (*TrieUpdate) ProtoMessage() {} + +func (x *TrieUpdate) ProtoReflect() protoreflect.Message { + mi := &file_flow_entities_block_execution_data_proto_msgTypes[3] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) } -var xxx_messageInfo_TrieUpdate proto.InternalMessageInfo +// Deprecated: Use TrieUpdate.ProtoReflect.Descriptor instead. +func (*TrieUpdate) Descriptor() ([]byte, []int) { + return file_flow_entities_block_execution_data_proto_rawDescGZIP(), []int{3} +} -func (m *TrieUpdate) GetRootHash() []byte { - if m != nil { - return m.RootHash +func (x *TrieUpdate) GetRootHash() []byte { + if x != nil { + return x.RootHash } return nil } -func (m *TrieUpdate) GetPaths() [][]byte { - if m != nil { - return m.Paths +func (x *TrieUpdate) GetPaths() [][]byte { + if x != nil { + return x.Paths } return nil } -func (m *TrieUpdate) GetPayloads() []*Payload { - if m != nil { - return m.Payloads +func (x *TrieUpdate) GetPayloads() []*Payload { + if x != nil { + return x.Payloads } return nil } // Payload represents the key-value pair of a register. type Payload struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + // List of key parts that make up the register key. // Can be converted into register id. KeyPart []*KeyPart `protobuf:"bytes,1,rep,name=keyPart,proto3" json:"keyPart,omitempty"` // Value of the register. - Value []byte `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` + Value []byte `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"` } -func (m *Payload) Reset() { *m = Payload{} } -func (m *Payload) String() string { return proto.CompactTextString(m) } -func (*Payload) ProtoMessage() {} -func (*Payload) Descriptor() ([]byte, []int) { - return fileDescriptor_0dbfd6581e1d1c72, []int{4} +func (x *Payload) Reset() { + *x = Payload{} + if protoimpl.UnsafeEnabled { + mi := &file_flow_entities_block_execution_data_proto_msgTypes[4] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } } -func (m *Payload) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_Payload.Unmarshal(m, b) -} -func (m *Payload) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_Payload.Marshal(b, m, deterministic) -} -func (m *Payload) XXX_Merge(src proto.Message) { - xxx_messageInfo_Payload.Merge(m, src) +func (x *Payload) String() string { + return protoimpl.X.MessageStringOf(x) } -func (m *Payload) XXX_Size() int { - return xxx_messageInfo_Payload.Size(m) -} -func (m *Payload) XXX_DiscardUnknown() { - xxx_messageInfo_Payload.DiscardUnknown(m) + +func (*Payload) ProtoMessage() {} + +func (x *Payload) ProtoReflect() protoreflect.Message { + mi := &file_flow_entities_block_execution_data_proto_msgTypes[4] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) } -var xxx_messageInfo_Payload proto.InternalMessageInfo +// Deprecated: Use Payload.ProtoReflect.Descriptor instead. +func (*Payload) Descriptor() ([]byte, []int) { + return file_flow_entities_block_execution_data_proto_rawDescGZIP(), []int{4} +} -func (m *Payload) GetKeyPart() []*KeyPart { - if m != nil { - return m.KeyPart +func (x *Payload) GetKeyPart() []*KeyPart { + if x != nil { + return x.KeyPart } return nil } -func (m *Payload) GetValue() []byte { - if m != nil { - return m.Value +func (x *Payload) GetValue() []byte { + if x != nil { + return x.Value } return nil } // KeyPart represents a part of a register key. type KeyPart struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + // Type of the key part. Type uint32 `protobuf:"varint,1,opt,name=type,proto3" json:"type,omitempty"` // Value of the key part. - Value []byte `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` + Value []byte `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"` } -func (m *KeyPart) Reset() { *m = KeyPart{} } -func (m *KeyPart) String() string { return proto.CompactTextString(m) } -func (*KeyPart) ProtoMessage() {} -func (*KeyPart) Descriptor() ([]byte, []int) { - return fileDescriptor_0dbfd6581e1d1c72, []int{5} +func (x *KeyPart) Reset() { + *x = KeyPart{} + if protoimpl.UnsafeEnabled { + mi := &file_flow_entities_block_execution_data_proto_msgTypes[5] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } } -func (m *KeyPart) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_KeyPart.Unmarshal(m, b) -} -func (m *KeyPart) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_KeyPart.Marshal(b, m, deterministic) -} -func (m *KeyPart) XXX_Merge(src proto.Message) { - xxx_messageInfo_KeyPart.Merge(m, src) -} -func (m *KeyPart) XXX_Size() int { - return xxx_messageInfo_KeyPart.Size(m) +func (x *KeyPart) String() string { + return protoimpl.X.MessageStringOf(x) } -func (m *KeyPart) XXX_DiscardUnknown() { - xxx_messageInfo_KeyPart.DiscardUnknown(m) + +func (*KeyPart) ProtoMessage() {} + +func (x *KeyPart) ProtoReflect() protoreflect.Message { + mi := &file_flow_entities_block_execution_data_proto_msgTypes[5] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) } -var xxx_messageInfo_KeyPart proto.InternalMessageInfo +// Deprecated: Use KeyPart.ProtoReflect.Descriptor instead. +func (*KeyPart) Descriptor() ([]byte, []int) { + return file_flow_entities_block_execution_data_proto_rawDescGZIP(), []int{5} +} -func (m *KeyPart) GetType() uint32 { - if m != nil { - return m.Type +func (x *KeyPart) GetType() uint32 { + if x != nil { + return x.Type } return 0 } -func (m *KeyPart) GetValue() []byte { - if m != nil { - return m.Value +func (x *KeyPart) GetValue() []byte { + if x != nil { + return x.Value } return nil } // ExecutionDataTransactionResult represents the result of executing a transaction. type ExecutionDataTransactionResult struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + // Transaction ID of the transaction that was executed. TransactionId []byte `protobuf:"bytes,1,opt,name=transaction_id,json=transactionId,proto3" json:"transaction_id,omitempty"` // Boolean indicating whether or not the transaction's execution failed with an error. Failed bool `protobuf:"varint,2,opt,name=failed,proto3" json:"failed,omitempty"` // Amount of computation used during execution. - ComputationUsed uint64 `protobuf:"varint,3,opt,name=computation_used,json=computationUsed,proto3" json:"computation_used,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` + ComputationUsed uint64 `protobuf:"varint,3,opt,name=computation_used,json=computationUsed,proto3" json:"computation_used,omitempty"` } -func (m *ExecutionDataTransactionResult) Reset() { *m = ExecutionDataTransactionResult{} } -func (m *ExecutionDataTransactionResult) String() string { return proto.CompactTextString(m) } -func (*ExecutionDataTransactionResult) ProtoMessage() {} -func (*ExecutionDataTransactionResult) Descriptor() ([]byte, []int) { - return fileDescriptor_0dbfd6581e1d1c72, []int{6} +func (x *ExecutionDataTransactionResult) Reset() { + *x = ExecutionDataTransactionResult{} + if protoimpl.UnsafeEnabled { + mi := &file_flow_entities_block_execution_data_proto_msgTypes[6] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } } -func (m *ExecutionDataTransactionResult) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_ExecutionDataTransactionResult.Unmarshal(m, b) -} -func (m *ExecutionDataTransactionResult) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_ExecutionDataTransactionResult.Marshal(b, m, deterministic) -} -func (m *ExecutionDataTransactionResult) XXX_Merge(src proto.Message) { - xxx_messageInfo_ExecutionDataTransactionResult.Merge(m, src) +func (x *ExecutionDataTransactionResult) String() string { + return protoimpl.X.MessageStringOf(x) } -func (m *ExecutionDataTransactionResult) XXX_Size() int { - return xxx_messageInfo_ExecutionDataTransactionResult.Size(m) -} -func (m *ExecutionDataTransactionResult) XXX_DiscardUnknown() { - xxx_messageInfo_ExecutionDataTransactionResult.DiscardUnknown(m) + +func (*ExecutionDataTransactionResult) ProtoMessage() {} + +func (x *ExecutionDataTransactionResult) ProtoReflect() protoreflect.Message { + mi := &file_flow_entities_block_execution_data_proto_msgTypes[6] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) } -var xxx_messageInfo_ExecutionDataTransactionResult proto.InternalMessageInfo +// Deprecated: Use ExecutionDataTransactionResult.ProtoReflect.Descriptor instead. +func (*ExecutionDataTransactionResult) Descriptor() ([]byte, []int) { + return file_flow_entities_block_execution_data_proto_rawDescGZIP(), []int{6} +} -func (m *ExecutionDataTransactionResult) GetTransactionId() []byte { - if m != nil { - return m.TransactionId +func (x *ExecutionDataTransactionResult) GetTransactionId() []byte { + if x != nil { + return x.TransactionId } return nil } -func (m *ExecutionDataTransactionResult) GetFailed() bool { - if m != nil { - return m.Failed +func (x *ExecutionDataTransactionResult) GetFailed() bool { + if x != nil { + return x.Failed } return false } -func (m *ExecutionDataTransactionResult) GetComputationUsed() uint64 { - if m != nil { - return m.ComputationUsed +func (x *ExecutionDataTransactionResult) GetComputationUsed() uint64 { + if x != nil { + return x.ComputationUsed } return 0 } -func init() { - proto.RegisterType((*BlockExecutionData)(nil), "flow.entities.BlockExecutionData") - proto.RegisterType((*ChunkExecutionData)(nil), "flow.entities.ChunkExecutionData") - proto.RegisterType((*ExecutionDataCollection)(nil), "flow.entities.ExecutionDataCollection") - proto.RegisterType((*TrieUpdate)(nil), "flow.entities.TrieUpdate") - proto.RegisterType((*Payload)(nil), "flow.entities.Payload") - proto.RegisterType((*KeyPart)(nil), "flow.entities.KeyPart") - proto.RegisterType((*ExecutionDataTransactionResult)(nil), "flow.entities.ExecutionDataTransactionResult") -} - -func init() { - proto.RegisterFile("flow/entities/block_execution_data.proto", fileDescriptor_0dbfd6581e1d1c72) -} - -var fileDescriptor_0dbfd6581e1d1c72 = []byte{ - // 511 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x93, 0x41, 0x6f, 0xd3, 0x4e, - 0x10, 0xc5, 0xe5, 0x24, 0xff, 0x24, 0xff, 0x69, 0x02, 0x68, 0x88, 0x8a, 0x13, 0x10, 0x14, 0x4b, - 0xa0, 0x20, 0x81, 0x5d, 0xa5, 0x27, 0x2e, 0x1c, 0x5a, 0x40, 0x54, 0x5c, 0xc2, 0xd2, 0x1e, 0xe0, - 0x40, 0xb4, 0xb1, 0x37, 0xb1, 0x55, 0xd7, 0x6b, 0x79, 0xd7, 0x85, 0xdc, 0x39, 0xf1, 0x3d, 0xf8, - 0x9e, 0xc8, 0x63, 0xc7, 0xb1, 0x1d, 0xb5, 0x97, 0x28, 0x3b, 0xf3, 0x7b, 0xfb, 0xde, 0x8e, 0x77, - 0x61, 0xba, 0x0a, 0xe5, 0x4f, 0x47, 0x44, 0x3a, 0xd0, 0x81, 0x50, 0xce, 0x32, 0x94, 0xee, 0xd5, - 0x42, 0xfc, 0x12, 0x6e, 0xaa, 0x03, 0x19, 0x2d, 0x3c, 0xae, 0xb9, 0x1d, 0x27, 0x52, 0x4b, 0x1c, - 0x66, 0xa4, 0xbd, 0x25, 0x27, 0xe3, 0xba, 0x50, 0xdc, 0x88, 0x48, 0xe7, 0xe4, 0xe4, 0x59, 0xbd, - 0xa5, 0x13, 0x1e, 0x29, 0xee, 0x66, 0xfb, 0xe5, 0x80, 0xf5, 0xdb, 0x00, 0x3c, 0xcd, 0x9c, 0x3e, - 0x6c, 0x8d, 0xde, 0x73, 0xcd, 0x71, 0x0c, 0xfd, 0xdc, 0x3f, 0xf0, 0x4c, 0xe3, 0xc8, 0x98, 0x0e, - 0x58, 0x8f, 0xd6, 0xe7, 0x1e, 0x7e, 0x85, 0x91, 0xeb, 0xa7, 0x51, 0x33, 0x9a, 0xd9, 0x3a, 0x6a, - 0x4f, 0x0f, 0x66, 0xcf, 0xed, 0x5a, 0x36, 0xfb, 0x2c, 0x43, 0x6b, 0x7b, 0x33, 0x74, 0xf7, 0x6a, - 0xd6, 0xdf, 0x16, 0xe0, 0x3e, 0x8a, 0x1f, 0x01, 0x5c, 0x19, 0x86, 0x82, 0x12, 0x53, 0x90, 0x83, - 0xd9, 0xcb, 0x86, 0x43, 0x4d, 0x71, 0x56, 0xd2, 0xac, 0xa2, 0xc4, 0xd7, 0xd0, 0xa5, 0xa9, 0xa8, - 0x22, 0xe5, 0xa8, 0xb9, 0x47, 0xd6, 0x64, 0x05, 0x83, 0x6f, 0x01, 0x74, 0x12, 0x88, 0xcb, 0xd8, - 0xe3, 0x5a, 0x98, 0x6d, 0x72, 0x1d, 0x37, 0x14, 0x17, 0x25, 0xc0, 0x2a, 0x30, 0xfe, 0x80, 0x87, - 0x95, 0x19, 0x2f, 0x12, 0xa1, 0xd2, 0x50, 0x2b, 0xb3, 0x43, 0xae, 0x6f, 0xee, 0x4a, 0x7e, 0xb1, - 0x93, 0x31, 0x52, 0x31, 0xd4, 0xcd, 0x92, 0xb2, 0xbe, 0xc1, 0xa3, 0x5b, 0xce, 0x8b, 0xef, 0x60, - 0x50, 0x11, 0x28, 0xd3, 0x20, 0xcf, 0xc9, 0x5e, 0xee, 0xdd, 0x9e, 0x35, 0xde, 0x52, 0x00, 0xbb, - 0x43, 0xe1, 0x63, 0xf8, 0x3f, 0x91, 0x52, 0x2f, 0x7c, 0xae, 0xfc, 0xe2, 0x06, 0xf4, 0xb3, 0xc2, - 0x27, 0xae, 0x7c, 0x1c, 0xc1, 0x7f, 0x31, 0xd7, 0x7e, 0x3e, 0xcd, 0x01, 0xcb, 0x17, 0x38, 0x83, - 0x7e, 0xcc, 0x37, 0xa1, 0xe4, 0x9e, 0x32, 0xdb, 0x64, 0x7e, 0xd8, 0x30, 0x9f, 0xe7, 0x6d, 0x56, - 0x72, 0xd6, 0x17, 0xe8, 0x15, 0x45, 0x3c, 0x86, 0xde, 0x95, 0xd8, 0xcc, 0x79, 0xa2, 0x8b, 0xe8, - 0x4d, 0xf5, 0xe7, 0xbc, 0xcb, 0xb6, 0x58, 0x16, 0xe3, 0x86, 0x87, 0xa9, 0x30, 0x5b, 0x94, 0x2f, - 0x5f, 0x58, 0x27, 0xd0, 0x2b, 0x48, 0x44, 0xe8, 0xe8, 0x4d, 0x2c, 0x28, 0xff, 0x90, 0xd1, 0xff, - 0x5b, 0x44, 0x7f, 0x0c, 0x78, 0x7a, 0xf7, 0xe7, 0xc0, 0x17, 0x70, 0xaf, 0xfa, 0x69, 0xcb, 0x87, - 0x31, 0xac, 0x54, 0xcf, 0x3d, 0x3c, 0x84, 0xee, 0x8a, 0x07, 0xa1, 0xf0, 0xc8, 0xa0, 0xcf, 0x8a, - 0x15, 0xbe, 0x82, 0x07, 0xae, 0xbc, 0x8e, 0x53, 0xcd, 0x49, 0x9e, 0x2a, 0xe1, 0xd1, 0xd5, 0xea, - 0xb0, 0xfb, 0x95, 0xfa, 0xa5, 0x12, 0xde, 0xe9, 0x1c, 0x9e, 0xc8, 0x64, 0x6d, 0xcb, 0x88, 0xce, - 0x4f, 0xef, 0x74, 0x99, 0xae, 0xca, 0x41, 0x7c, 0x3f, 0x5e, 0x07, 0xda, 0x4f, 0x97, 0xb6, 0x2b, - 0xaf, 0x9d, 0x1c, 0x72, 0xe8, 0x67, 0x4b, 0x3a, 0x6b, 0xe9, 0xd4, 0xde, 0xfd, 0xb2, 0x4b, 0xad, - 0x93, 0x7f, 0x01, 0x00, 0x00, 0xff, 0xff, 0x5a, 0x8b, 0x44, 0xf1, 0x63, 0x04, 0x00, 0x00, +var File_flow_entities_block_execution_data_proto protoreflect.FileDescriptor + +var file_flow_entities_block_execution_data_proto_rawDesc = []byte{ + 0x0a, 0x28, 0x66, 0x6c, 0x6f, 0x77, 0x2f, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x2f, + 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x5f, 0x65, 0x78, 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x5f, + 0x64, 0x61, 0x74, 0x61, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x0d, 0x66, 0x6c, 0x6f, 0x77, + 0x2e, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x1a, 0x19, 0x66, 0x6c, 0x6f, 0x77, 0x2f, + 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x2f, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x2e, 0x70, + 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x1f, 0x66, 0x6c, 0x6f, 0x77, 0x2f, 0x65, 0x6e, 0x74, 0x69, 0x74, + 0x69, 0x65, 0x73, 0x2f, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x2e, + 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0x84, 0x01, 0x0a, 0x12, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x45, + 0x78, 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x44, 0x61, 0x74, 0x61, 0x12, 0x19, 0x0a, 0x08, + 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x07, + 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x49, 0x64, 0x12, 0x53, 0x0a, 0x14, 0x63, 0x68, 0x75, 0x6e, 0x6b, + 0x5f, 0x65, 0x78, 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x64, 0x61, 0x74, 0x61, 0x18, + 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x21, 0x2e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x65, 0x6e, 0x74, + 0x69, 0x74, 0x69, 0x65, 0x73, 0x2e, 0x43, 0x68, 0x75, 0x6e, 0x6b, 0x45, 0x78, 0x65, 0x63, 0x75, + 0x74, 0x69, 0x6f, 0x6e, 0x44, 0x61, 0x74, 0x61, 0x52, 0x12, 0x63, 0x68, 0x75, 0x6e, 0x6b, 0x45, + 0x78, 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x44, 0x61, 0x74, 0x61, 0x22, 0xa5, 0x02, 0x0a, + 0x12, 0x43, 0x68, 0x75, 0x6e, 0x6b, 0x45, 0x78, 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x44, + 0x61, 0x74, 0x61, 0x12, 0x46, 0x0a, 0x0a, 0x63, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, + 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x26, 0x2e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x65, + 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x2e, 0x45, 0x78, 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, + 0x6e, 0x44, 0x61, 0x74, 0x61, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x52, + 0x0a, 0x63, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x2c, 0x0a, 0x06, 0x65, + 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x14, 0x2e, 0x66, 0x6c, + 0x6f, 0x77, 0x2e, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x2e, 0x45, 0x76, 0x65, 0x6e, + 0x74, 0x52, 0x06, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x39, 0x0a, 0x0a, 0x74, 0x72, 0x69, + 0x65, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x19, 0x2e, + 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x2e, 0x54, 0x72, + 0x69, 0x65, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x52, 0x0a, 0x74, 0x72, 0x69, 0x65, 0x55, 0x70, + 0x64, 0x61, 0x74, 0x65, 0x12, 0x5e, 0x0a, 0x13, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, + 0x69, 0x6f, 0x6e, 0x5f, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x73, 0x18, 0x04, 0x20, 0x03, 0x28, + 0x0b, 0x32, 0x2d, 0x2e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, + 0x73, 0x2e, 0x45, 0x78, 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x44, 0x61, 0x74, 0x61, 0x54, + 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x75, 0x6c, 0x74, + 0x52, 0x12, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, + 0x75, 0x6c, 0x74, 0x73, 0x22, 0x59, 0x0a, 0x17, 0x45, 0x78, 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, + 0x6e, 0x44, 0x61, 0x74, 0x61, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x12, + 0x3e, 0x0a, 0x0c, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18, + 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x65, 0x6e, 0x74, + 0x69, 0x74, 0x69, 0x65, 0x73, 0x2e, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, + 0x6e, 0x52, 0x0c, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x22, + 0x73, 0x0a, 0x0a, 0x54, 0x72, 0x69, 0x65, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x12, 0x1b, 0x0a, + 0x09, 0x72, 0x6f, 0x6f, 0x74, 0x5f, 0x68, 0x61, 0x73, 0x68, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, + 0x52, 0x08, 0x72, 0x6f, 0x6f, 0x74, 0x48, 0x61, 0x73, 0x68, 0x12, 0x14, 0x0a, 0x05, 0x70, 0x61, + 0x74, 0x68, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0c, 0x52, 0x05, 0x70, 0x61, 0x74, 0x68, 0x73, + 0x12, 0x32, 0x0a, 0x08, 0x70, 0x61, 0x79, 0x6c, 0x6f, 0x61, 0x64, 0x73, 0x18, 0x03, 0x20, 0x03, + 0x28, 0x0b, 0x32, 0x16, 0x2e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, + 0x65, 0x73, 0x2e, 0x50, 0x61, 0x79, 0x6c, 0x6f, 0x61, 0x64, 0x52, 0x08, 0x70, 0x61, 0x79, 0x6c, + 0x6f, 0x61, 0x64, 0x73, 0x22, 0x51, 0x0a, 0x07, 0x50, 0x61, 0x79, 0x6c, 0x6f, 0x61, 0x64, 0x12, + 0x30, 0x0a, 0x07, 0x6b, 0x65, 0x79, 0x50, 0x61, 0x72, 0x74, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, + 0x32, 0x16, 0x2e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, + 0x2e, 0x4b, 0x65, 0x79, 0x50, 0x61, 0x72, 0x74, 0x52, 0x07, 0x6b, 0x65, 0x79, 0x50, 0x61, 0x72, + 0x74, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0c, + 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x22, 0x33, 0x0a, 0x07, 0x4b, 0x65, 0x79, 0x50, 0x61, + 0x72, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, + 0x52, 0x04, 0x74, 0x79, 0x70, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, + 0x02, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x22, 0x8a, 0x01, 0x0a, + 0x1e, 0x45, 0x78, 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x44, 0x61, 0x74, 0x61, 0x54, 0x72, + 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x12, + 0x25, 0x0a, 0x0e, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x69, + 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x0d, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, + 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x66, 0x61, 0x69, 0x6c, 0x65, 0x64, + 0x18, 0x02, 0x20, 0x01, 0x28, 0x08, 0x52, 0x06, 0x66, 0x61, 0x69, 0x6c, 0x65, 0x64, 0x12, 0x29, + 0x0a, 0x10, 0x63, 0x6f, 0x6d, 0x70, 0x75, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x75, 0x73, + 0x65, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x04, 0x52, 0x0f, 0x63, 0x6f, 0x6d, 0x70, 0x75, 0x74, + 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x55, 0x73, 0x65, 0x64, 0x42, 0x50, 0x0a, 0x1c, 0x6f, 0x72, 0x67, + 0x2e, 0x6f, 0x6e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, + 0x2e, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x5a, 0x30, 0x67, 0x69, 0x74, 0x68, 0x75, + 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x6f, 0x6e, 0x66, 0x6c, 0x6f, 0x77, 0x2f, 0x66, 0x6c, 0x6f, + 0x77, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x67, 0x6f, 0x2f, 0x66, 0x6c, + 0x6f, 0x77, 0x2f, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x62, 0x06, 0x70, 0x72, 0x6f, + 0x74, 0x6f, 0x33, +} + +var ( + file_flow_entities_block_execution_data_proto_rawDescOnce sync.Once + file_flow_entities_block_execution_data_proto_rawDescData = file_flow_entities_block_execution_data_proto_rawDesc +) + +func file_flow_entities_block_execution_data_proto_rawDescGZIP() []byte { + file_flow_entities_block_execution_data_proto_rawDescOnce.Do(func() { + file_flow_entities_block_execution_data_proto_rawDescData = protoimpl.X.CompressGZIP(file_flow_entities_block_execution_data_proto_rawDescData) + }) + return file_flow_entities_block_execution_data_proto_rawDescData +} + +var file_flow_entities_block_execution_data_proto_msgTypes = make([]protoimpl.MessageInfo, 7) +var file_flow_entities_block_execution_data_proto_goTypes = []interface{}{ + (*BlockExecutionData)(nil), // 0: flow.entities.BlockExecutionData + (*ChunkExecutionData)(nil), // 1: flow.entities.ChunkExecutionData + (*ExecutionDataCollection)(nil), // 2: flow.entities.ExecutionDataCollection + (*TrieUpdate)(nil), // 3: flow.entities.TrieUpdate + (*Payload)(nil), // 4: flow.entities.Payload + (*KeyPart)(nil), // 5: flow.entities.KeyPart + (*ExecutionDataTransactionResult)(nil), // 6: flow.entities.ExecutionDataTransactionResult + (*Event)(nil), // 7: flow.entities.Event + (*Transaction)(nil), // 8: flow.entities.Transaction +} +var file_flow_entities_block_execution_data_proto_depIdxs = []int32{ + 1, // 0: flow.entities.BlockExecutionData.chunk_execution_data:type_name -> flow.entities.ChunkExecutionData + 2, // 1: flow.entities.ChunkExecutionData.collection:type_name -> flow.entities.ExecutionDataCollection + 7, // 2: flow.entities.ChunkExecutionData.events:type_name -> flow.entities.Event + 3, // 3: flow.entities.ChunkExecutionData.trieUpdate:type_name -> flow.entities.TrieUpdate + 6, // 4: flow.entities.ChunkExecutionData.transaction_results:type_name -> flow.entities.ExecutionDataTransactionResult + 8, // 5: flow.entities.ExecutionDataCollection.transactions:type_name -> flow.entities.Transaction + 4, // 6: flow.entities.TrieUpdate.payloads:type_name -> flow.entities.Payload + 5, // 7: flow.entities.Payload.keyPart:type_name -> flow.entities.KeyPart + 8, // [8:8] is the sub-list for method output_type + 8, // [8:8] is the sub-list for method input_type + 8, // [8:8] is the sub-list for extension type_name + 8, // [8:8] is the sub-list for extension extendee + 0, // [0:8] is the sub-list for field type_name +} + +func init() { file_flow_entities_block_execution_data_proto_init() } +func file_flow_entities_block_execution_data_proto_init() { + if File_flow_entities_block_execution_data_proto != nil { + return + } + file_flow_entities_event_proto_init() + file_flow_entities_transaction_proto_init() + if !protoimpl.UnsafeEnabled { + file_flow_entities_block_execution_data_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*BlockExecutionData); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_flow_entities_block_execution_data_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ChunkExecutionData); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_flow_entities_block_execution_data_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ExecutionDataCollection); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_flow_entities_block_execution_data_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*TrieUpdate); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_flow_entities_block_execution_data_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*Payload); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_flow_entities_block_execution_data_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*KeyPart); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_flow_entities_block_execution_data_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ExecutionDataTransactionResult); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + } + type x struct{} + out := protoimpl.TypeBuilder{ + File: protoimpl.DescBuilder{ + GoPackagePath: reflect.TypeOf(x{}).PkgPath(), + RawDescriptor: file_flow_entities_block_execution_data_proto_rawDesc, + NumEnums: 0, + NumMessages: 7, + NumExtensions: 0, + NumServices: 0, + }, + GoTypes: file_flow_entities_block_execution_data_proto_goTypes, + DependencyIndexes: file_flow_entities_block_execution_data_proto_depIdxs, + MessageInfos: file_flow_entities_block_execution_data_proto_msgTypes, + }.Build() + File_flow_entities_block_execution_data_proto = out.File + file_flow_entities_block_execution_data_proto_rawDesc = nil + file_flow_entities_block_execution_data_proto_goTypes = nil + file_flow_entities_block_execution_data_proto_depIdxs = nil } diff --git a/protobuf/go/flow/entities/block_header.pb.go b/protobuf/go/flow/entities/block_header.pb.go index 4b427edbb..8104399ca 100644 --- a/protobuf/go/flow/entities/block_header.pb.go +++ b/protobuf/go/flow/entities/block_header.pb.go @@ -1,346 +1,488 @@ // Code generated by protoc-gen-go. DO NOT EDIT. +// versions: +// protoc-gen-go v1.28.1 +// protoc (unknown) // source: flow/entities/block_header.proto package entities import ( - fmt "fmt" - proto "github.com/golang/protobuf/proto" + protoreflect "google.golang.org/protobuf/reflect/protoreflect" + protoimpl "google.golang.org/protobuf/runtime/protoimpl" timestamppb "google.golang.org/protobuf/types/known/timestamppb" - math "math" + reflect "reflect" + sync "sync" ) -// Reference imports to suppress errors if they are not otherwise used. -var _ = proto.Marshal -var _ = fmt.Errorf -var _ = math.Inf - -// This is a compile-time assertion to ensure that this generated file -// is compatible with the proto package it is being compiled against. -// A compilation error at this line likely means your copy of the -// proto package needs to be updated. -const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package +const ( + // Verify that this generated code is sufficiently up-to-date. + _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) + // Verify that runtime/protoimpl is sufficiently up-to-date. + _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) +) type BlockHeader struct { - Id []byte `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` - ParentId []byte `protobuf:"bytes,2,opt,name=parent_id,json=parentId,proto3" json:"parent_id,omitempty"` - Height uint64 `protobuf:"varint,3,opt,name=height,proto3" json:"height,omitempty"` - Timestamp *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=timestamp,proto3" json:"timestamp,omitempty"` - PayloadHash []byte `protobuf:"bytes,5,opt,name=payload_hash,json=payloadHash,proto3" json:"payload_hash,omitempty"` - View uint64 `protobuf:"varint,6,opt,name=view,proto3" json:"view,omitempty"` - ParentVoterIds [][]byte `protobuf:"bytes,7,rep,name=parent_voter_ids,json=parentVoterIds,proto3" json:"parent_voter_ids,omitempty"` - ParentVoterSigData []byte `protobuf:"bytes,8,opt,name=parent_voter_sig_data,json=parentVoterSigData,proto3" json:"parent_voter_sig_data,omitempty"` - ProposerId []byte `protobuf:"bytes,9,opt,name=proposer_id,json=proposerId,proto3" json:"proposer_id,omitempty"` - ProposerSigData []byte `protobuf:"bytes,10,opt,name=proposer_sig_data,json=proposerSigData,proto3" json:"proposer_sig_data,omitempty"` - ChainId string `protobuf:"bytes,11,opt,name=chain_id,json=chainId,proto3" json:"chain_id,omitempty"` - ParentVoterIndices []byte `protobuf:"bytes,12,opt,name=parent_voter_indices,json=parentVoterIndices,proto3" json:"parent_voter_indices,omitempty"` - LastViewTc *TimeoutCertificate `protobuf:"bytes,13,opt,name=last_view_tc,json=lastViewTc,proto3" json:"last_view_tc,omitempty"` - ParentView uint64 `protobuf:"varint,14,opt,name=parent_view,json=parentView,proto3" json:"parent_view,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *BlockHeader) Reset() { *m = BlockHeader{} } -func (m *BlockHeader) String() string { return proto.CompactTextString(m) } -func (*BlockHeader) ProtoMessage() {} -func (*BlockHeader) Descriptor() ([]byte, []int) { - return fileDescriptor_b9d8363da0276a74, []int{0} + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Id []byte `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` + ParentId []byte `protobuf:"bytes,2,opt,name=parent_id,json=parentId,proto3" json:"parent_id,omitempty"` + Height uint64 `protobuf:"varint,3,opt,name=height,proto3" json:"height,omitempty"` + Timestamp *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=timestamp,proto3" json:"timestamp,omitempty"` + PayloadHash []byte `protobuf:"bytes,5,opt,name=payload_hash,json=payloadHash,proto3" json:"payload_hash,omitempty"` + View uint64 `protobuf:"varint,6,opt,name=view,proto3" json:"view,omitempty"` + ParentVoterIds [][]byte `protobuf:"bytes,7,rep,name=parent_voter_ids,json=parentVoterIds,proto3" json:"parent_voter_ids,omitempty"` // deprecated!! value will be empty. replaced by parent_vote_indices + ParentVoterSigData []byte `protobuf:"bytes,8,opt,name=parent_voter_sig_data,json=parentVoterSigData,proto3" json:"parent_voter_sig_data,omitempty"` + ProposerId []byte `protobuf:"bytes,9,opt,name=proposer_id,json=proposerId,proto3" json:"proposer_id,omitempty"` + ProposerSigData []byte `protobuf:"bytes,10,opt,name=proposer_sig_data,json=proposerSigData,proto3" json:"proposer_sig_data,omitempty"` + ChainId string `protobuf:"bytes,11,opt,name=chain_id,json=chainId,proto3" json:"chain_id,omitempty"` + ParentVoterIndices []byte `protobuf:"bytes,12,opt,name=parent_voter_indices,json=parentVoterIndices,proto3" json:"parent_voter_indices,omitempty"` + LastViewTc *TimeoutCertificate `protobuf:"bytes,13,opt,name=last_view_tc,json=lastViewTc,proto3" json:"last_view_tc,omitempty"` + ParentView uint64 `protobuf:"varint,14,opt,name=parent_view,json=parentView,proto3" json:"parent_view,omitempty"` +} + +func (x *BlockHeader) Reset() { + *x = BlockHeader{} + if protoimpl.UnsafeEnabled { + mi := &file_flow_entities_block_header_proto_msgTypes[0] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } } -func (m *BlockHeader) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_BlockHeader.Unmarshal(m, b) -} -func (m *BlockHeader) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_BlockHeader.Marshal(b, m, deterministic) +func (x *BlockHeader) String() string { + return protoimpl.X.MessageStringOf(x) } -func (m *BlockHeader) XXX_Merge(src proto.Message) { - xxx_messageInfo_BlockHeader.Merge(m, src) -} -func (m *BlockHeader) XXX_Size() int { - return xxx_messageInfo_BlockHeader.Size(m) -} -func (m *BlockHeader) XXX_DiscardUnknown() { - xxx_messageInfo_BlockHeader.DiscardUnknown(m) + +func (*BlockHeader) ProtoMessage() {} + +func (x *BlockHeader) ProtoReflect() protoreflect.Message { + mi := &file_flow_entities_block_header_proto_msgTypes[0] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) } -var xxx_messageInfo_BlockHeader proto.InternalMessageInfo +// Deprecated: Use BlockHeader.ProtoReflect.Descriptor instead. +func (*BlockHeader) Descriptor() ([]byte, []int) { + return file_flow_entities_block_header_proto_rawDescGZIP(), []int{0} +} -func (m *BlockHeader) GetId() []byte { - if m != nil { - return m.Id +func (x *BlockHeader) GetId() []byte { + if x != nil { + return x.Id } return nil } -func (m *BlockHeader) GetParentId() []byte { - if m != nil { - return m.ParentId +func (x *BlockHeader) GetParentId() []byte { + if x != nil { + return x.ParentId } return nil } -func (m *BlockHeader) GetHeight() uint64 { - if m != nil { - return m.Height +func (x *BlockHeader) GetHeight() uint64 { + if x != nil { + return x.Height } return 0 } -func (m *BlockHeader) GetTimestamp() *timestamppb.Timestamp { - if m != nil { - return m.Timestamp +func (x *BlockHeader) GetTimestamp() *timestamppb.Timestamp { + if x != nil { + return x.Timestamp } return nil } -func (m *BlockHeader) GetPayloadHash() []byte { - if m != nil { - return m.PayloadHash +func (x *BlockHeader) GetPayloadHash() []byte { + if x != nil { + return x.PayloadHash } return nil } -func (m *BlockHeader) GetView() uint64 { - if m != nil { - return m.View +func (x *BlockHeader) GetView() uint64 { + if x != nil { + return x.View } return 0 } -func (m *BlockHeader) GetParentVoterIds() [][]byte { - if m != nil { - return m.ParentVoterIds +func (x *BlockHeader) GetParentVoterIds() [][]byte { + if x != nil { + return x.ParentVoterIds } return nil } -func (m *BlockHeader) GetParentVoterSigData() []byte { - if m != nil { - return m.ParentVoterSigData +func (x *BlockHeader) GetParentVoterSigData() []byte { + if x != nil { + return x.ParentVoterSigData } return nil } -func (m *BlockHeader) GetProposerId() []byte { - if m != nil { - return m.ProposerId +func (x *BlockHeader) GetProposerId() []byte { + if x != nil { + return x.ProposerId } return nil } -func (m *BlockHeader) GetProposerSigData() []byte { - if m != nil { - return m.ProposerSigData +func (x *BlockHeader) GetProposerSigData() []byte { + if x != nil { + return x.ProposerSigData } return nil } -func (m *BlockHeader) GetChainId() string { - if m != nil { - return m.ChainId +func (x *BlockHeader) GetChainId() string { + if x != nil { + return x.ChainId } return "" } -func (m *BlockHeader) GetParentVoterIndices() []byte { - if m != nil { - return m.ParentVoterIndices +func (x *BlockHeader) GetParentVoterIndices() []byte { + if x != nil { + return x.ParentVoterIndices } return nil } -func (m *BlockHeader) GetLastViewTc() *TimeoutCertificate { - if m != nil { - return m.LastViewTc +func (x *BlockHeader) GetLastViewTc() *TimeoutCertificate { + if x != nil { + return x.LastViewTc } return nil } -func (m *BlockHeader) GetParentView() uint64 { - if m != nil { - return m.ParentView +func (x *BlockHeader) GetParentView() uint64 { + if x != nil { + return x.ParentView } return 0 } type TimeoutCertificate struct { - View uint64 `protobuf:"varint,1,opt,name=view,proto3" json:"view,omitempty"` - HighQcViews []uint64 `protobuf:"varint,2,rep,packed,name=high_qc_views,json=highQcViews,proto3" json:"high_qc_views,omitempty"` - HighestQc *QuorumCertificate `protobuf:"bytes,3,opt,name=highest_qc,json=highestQc,proto3" json:"highest_qc,omitempty"` - SignerIndices []byte `protobuf:"bytes,4,opt,name=signer_indices,json=signerIndices,proto3" json:"signer_indices,omitempty"` - SigData []byte `protobuf:"bytes,5,opt,name=sig_data,json=sigData,proto3" json:"sig_data,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *TimeoutCertificate) Reset() { *m = TimeoutCertificate{} } -func (m *TimeoutCertificate) String() string { return proto.CompactTextString(m) } -func (*TimeoutCertificate) ProtoMessage() {} -func (*TimeoutCertificate) Descriptor() ([]byte, []int) { - return fileDescriptor_b9d8363da0276a74, []int{1} + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + View uint64 `protobuf:"varint,1,opt,name=view,proto3" json:"view,omitempty"` + HighQcViews []uint64 `protobuf:"varint,2,rep,packed,name=high_qc_views,json=highQcViews,proto3" json:"high_qc_views,omitempty"` + HighestQc *QuorumCertificate `protobuf:"bytes,3,opt,name=highest_qc,json=highestQc,proto3" json:"highest_qc,omitempty"` + SignerIndices []byte `protobuf:"bytes,4,opt,name=signer_indices,json=signerIndices,proto3" json:"signer_indices,omitempty"` + SigData []byte `protobuf:"bytes,5,opt,name=sig_data,json=sigData,proto3" json:"sig_data,omitempty"` +} + +func (x *TimeoutCertificate) Reset() { + *x = TimeoutCertificate{} + if protoimpl.UnsafeEnabled { + mi := &file_flow_entities_block_header_proto_msgTypes[1] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } } -func (m *TimeoutCertificate) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_TimeoutCertificate.Unmarshal(m, b) +func (x *TimeoutCertificate) String() string { + return protoimpl.X.MessageStringOf(x) } -func (m *TimeoutCertificate) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_TimeoutCertificate.Marshal(b, m, deterministic) -} -func (m *TimeoutCertificate) XXX_Merge(src proto.Message) { - xxx_messageInfo_TimeoutCertificate.Merge(m, src) -} -func (m *TimeoutCertificate) XXX_Size() int { - return xxx_messageInfo_TimeoutCertificate.Size(m) -} -func (m *TimeoutCertificate) XXX_DiscardUnknown() { - xxx_messageInfo_TimeoutCertificate.DiscardUnknown(m) + +func (*TimeoutCertificate) ProtoMessage() {} + +func (x *TimeoutCertificate) ProtoReflect() protoreflect.Message { + mi := &file_flow_entities_block_header_proto_msgTypes[1] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) } -var xxx_messageInfo_TimeoutCertificate proto.InternalMessageInfo +// Deprecated: Use TimeoutCertificate.ProtoReflect.Descriptor instead. +func (*TimeoutCertificate) Descriptor() ([]byte, []int) { + return file_flow_entities_block_header_proto_rawDescGZIP(), []int{1} +} -func (m *TimeoutCertificate) GetView() uint64 { - if m != nil { - return m.View +func (x *TimeoutCertificate) GetView() uint64 { + if x != nil { + return x.View } return 0 } -func (m *TimeoutCertificate) GetHighQcViews() []uint64 { - if m != nil { - return m.HighQcViews +func (x *TimeoutCertificate) GetHighQcViews() []uint64 { + if x != nil { + return x.HighQcViews } return nil } -func (m *TimeoutCertificate) GetHighestQc() *QuorumCertificate { - if m != nil { - return m.HighestQc +func (x *TimeoutCertificate) GetHighestQc() *QuorumCertificate { + if x != nil { + return x.HighestQc } return nil } -func (m *TimeoutCertificate) GetSignerIndices() []byte { - if m != nil { - return m.SignerIndices +func (x *TimeoutCertificate) GetSignerIndices() []byte { + if x != nil { + return x.SignerIndices } return nil } -func (m *TimeoutCertificate) GetSigData() []byte { - if m != nil { - return m.SigData +func (x *TimeoutCertificate) GetSigData() []byte { + if x != nil { + return x.SigData } return nil } type QuorumCertificate struct { - View uint64 `protobuf:"varint,1,opt,name=view,proto3" json:"view,omitempty"` - BlockId []byte `protobuf:"bytes,2,opt,name=block_id,json=blockId,proto3" json:"block_id,omitempty"` - SignerIndices []byte `protobuf:"bytes,3,opt,name=signer_indices,json=signerIndices,proto3" json:"signer_indices,omitempty"` - SigData []byte `protobuf:"bytes,4,opt,name=sig_data,json=sigData,proto3" json:"sig_data,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *QuorumCertificate) Reset() { *m = QuorumCertificate{} } -func (m *QuorumCertificate) String() string { return proto.CompactTextString(m) } -func (*QuorumCertificate) ProtoMessage() {} -func (*QuorumCertificate) Descriptor() ([]byte, []int) { - return fileDescriptor_b9d8363da0276a74, []int{2} + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + View uint64 `protobuf:"varint,1,opt,name=view,proto3" json:"view,omitempty"` + BlockId []byte `protobuf:"bytes,2,opt,name=block_id,json=blockId,proto3" json:"block_id,omitempty"` + SignerIndices []byte `protobuf:"bytes,3,opt,name=signer_indices,json=signerIndices,proto3" json:"signer_indices,omitempty"` + SigData []byte `protobuf:"bytes,4,opt,name=sig_data,json=sigData,proto3" json:"sig_data,omitempty"` +} + +func (x *QuorumCertificate) Reset() { + *x = QuorumCertificate{} + if protoimpl.UnsafeEnabled { + mi := &file_flow_entities_block_header_proto_msgTypes[2] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } } -func (m *QuorumCertificate) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_QuorumCertificate.Unmarshal(m, b) -} -func (m *QuorumCertificate) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_QuorumCertificate.Marshal(b, m, deterministic) -} -func (m *QuorumCertificate) XXX_Merge(src proto.Message) { - xxx_messageInfo_QuorumCertificate.Merge(m, src) -} -func (m *QuorumCertificate) XXX_Size() int { - return xxx_messageInfo_QuorumCertificate.Size(m) +func (x *QuorumCertificate) String() string { + return protoimpl.X.MessageStringOf(x) } -func (m *QuorumCertificate) XXX_DiscardUnknown() { - xxx_messageInfo_QuorumCertificate.DiscardUnknown(m) + +func (*QuorumCertificate) ProtoMessage() {} + +func (x *QuorumCertificate) ProtoReflect() protoreflect.Message { + mi := &file_flow_entities_block_header_proto_msgTypes[2] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) } -var xxx_messageInfo_QuorumCertificate proto.InternalMessageInfo +// Deprecated: Use QuorumCertificate.ProtoReflect.Descriptor instead. +func (*QuorumCertificate) Descriptor() ([]byte, []int) { + return file_flow_entities_block_header_proto_rawDescGZIP(), []int{2} +} -func (m *QuorumCertificate) GetView() uint64 { - if m != nil { - return m.View +func (x *QuorumCertificate) GetView() uint64 { + if x != nil { + return x.View } return 0 } -func (m *QuorumCertificate) GetBlockId() []byte { - if m != nil { - return m.BlockId +func (x *QuorumCertificate) GetBlockId() []byte { + if x != nil { + return x.BlockId } return nil } -func (m *QuorumCertificate) GetSignerIndices() []byte { - if m != nil { - return m.SignerIndices +func (x *QuorumCertificate) GetSignerIndices() []byte { + if x != nil { + return x.SignerIndices } return nil } -func (m *QuorumCertificate) GetSigData() []byte { - if m != nil { - return m.SigData +func (x *QuorumCertificate) GetSigData() []byte { + if x != nil { + return x.SigData } return nil } -func init() { - proto.RegisterType((*BlockHeader)(nil), "flow.entities.BlockHeader") - proto.RegisterType((*TimeoutCertificate)(nil), "flow.entities.TimeoutCertificate") - proto.RegisterType((*QuorumCertificate)(nil), "flow.entities.QuorumCertificate") -} - -func init() { proto.RegisterFile("flow/entities/block_header.proto", fileDescriptor_b9d8363da0276a74) } - -var fileDescriptor_b9d8363da0276a74 = []byte{ - // 557 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x54, 0xcd, 0x6e, 0xd3, 0x4c, - 0x14, 0x95, 0x13, 0x7f, 0x4d, 0x72, 0x9d, 0xe4, 0xa3, 0x23, 0x40, 0x93, 0x82, 0x54, 0x37, 0x12, - 0x92, 0xc5, 0xc2, 0x2e, 0x65, 0xc3, 0x0e, 0xa9, 0x65, 0x51, 0xef, 0x88, 0xa9, 0xba, 0x60, 0x63, - 0x4d, 0x3c, 0x13, 0x7b, 0x44, 0xe2, 0x71, 0x3d, 0x93, 0x46, 0xec, 0x79, 0x10, 0xde, 0x88, 0x57, - 0x42, 0xbe, 0xfe, 0x21, 0x21, 0x95, 0xd8, 0x44, 0x99, 0x33, 0x67, 0xce, 0x3d, 0x73, 0xee, 0x1d, - 0x83, 0xbb, 0x5a, 0xab, 0x5d, 0x20, 0x72, 0x23, 0x8d, 0x14, 0x3a, 0x58, 0xae, 0x55, 0xf2, 0x2d, - 0xce, 0x04, 0xe3, 0xa2, 0xf4, 0x8b, 0x52, 0x19, 0x45, 0x26, 0x15, 0xc3, 0x6f, 0x19, 0x67, 0xe7, - 0xa9, 0x52, 0xe9, 0x5a, 0x04, 0xb8, 0xb9, 0xdc, 0xae, 0x02, 0x23, 0x37, 0x42, 0x1b, 0xb6, 0x29, - 0x6a, 0xfe, 0xfc, 0xa7, 0x0d, 0xce, 0x75, 0x25, 0x73, 0x8b, 0x2a, 0x64, 0x0a, 0x3d, 0xc9, 0xa9, - 0xe5, 0x5a, 0xde, 0x38, 0xea, 0x49, 0x4e, 0x5e, 0xc1, 0xa8, 0x60, 0xa5, 0xc8, 0x4d, 0x2c, 0x39, - 0xed, 0x21, 0x3c, 0xac, 0x81, 0x90, 0x93, 0x97, 0x70, 0x92, 0x09, 0x99, 0x66, 0x86, 0xf6, 0x5d, - 0xcb, 0xb3, 0xa3, 0x66, 0x45, 0x3e, 0xc0, 0xa8, 0xab, 0x43, 0x6d, 0xd7, 0xf2, 0x9c, 0xab, 0x33, - 0xbf, 0x76, 0xe2, 0xb7, 0x4e, 0xfc, 0xbb, 0x96, 0x11, 0xfd, 0x21, 0x93, 0x0b, 0x18, 0x17, 0xec, - 0xfb, 0x5a, 0x31, 0x1e, 0x67, 0x4c, 0x67, 0xf4, 0x3f, 0xac, 0xe8, 0x34, 0xd8, 0x2d, 0xd3, 0x19, - 0x21, 0x60, 0x3f, 0x4a, 0xb1, 0xa3, 0x27, 0x58, 0x12, 0xff, 0x13, 0x0f, 0x9e, 0x35, 0x2e, 0x1f, - 0x95, 0x11, 0x65, 0x2c, 0xb9, 0xa6, 0x03, 0xb7, 0xef, 0x8d, 0xa3, 0x69, 0x8d, 0xdf, 0x57, 0x70, - 0xc8, 0x35, 0x79, 0x07, 0x2f, 0x0e, 0x98, 0x5a, 0xa6, 0x31, 0x67, 0x86, 0xd1, 0x21, 0x56, 0x22, - 0x7b, 0xf4, 0x2f, 0x32, 0xfd, 0xc4, 0x0c, 0x23, 0xe7, 0xe0, 0x14, 0xa5, 0x2a, 0x94, 0x46, 0x61, - 0x3a, 0x42, 0x22, 0xb4, 0x50, 0xc8, 0xc9, 0x5b, 0x38, 0xed, 0x08, 0x9d, 0x1e, 0x20, 0xed, 0xff, - 0x76, 0xa3, 0x15, 0x9b, 0xc1, 0x30, 0xc9, 0x98, 0xcc, 0x2b, 0x25, 0xc7, 0xb5, 0xbc, 0x51, 0x34, - 0xc0, 0x75, 0xc8, 0xc9, 0x25, 0x3c, 0x3f, 0xbc, 0x44, 0xce, 0x65, 0x22, 0x34, 0x1d, 0x1f, 0x39, - 0x0b, 0xeb, 0x1d, 0x72, 0x03, 0xe3, 0x35, 0xd3, 0x26, 0xae, 0x32, 0x88, 0x4d, 0x42, 0x27, 0x18, - 0xf5, 0x85, 0x7f, 0x30, 0x03, 0x18, 0xb4, 0xda, 0x9a, 0x1b, 0x51, 0x1a, 0xb9, 0x92, 0x09, 0x33, - 0x22, 0x82, 0xea, 0xd8, 0xbd, 0x14, 0xbb, 0xbb, 0x04, 0xaf, 0xd7, 0x94, 0xad, 0x62, 0x9d, 0x62, - 0xac, 0xd0, 0x54, 0x93, 0x62, 0x37, 0xff, 0x65, 0x01, 0x39, 0xd6, 0xe8, 0xfa, 0x60, 0xed, 0xf5, - 0x61, 0x0e, 0x93, 0x4c, 0xa6, 0x59, 0xfc, 0x90, 0xa0, 0x98, 0xa6, 0x3d, 0xb7, 0xef, 0xd9, 0x91, - 0x53, 0x81, 0x8b, 0xa4, 0x52, 0xd3, 0xe4, 0x23, 0x40, 0xb5, 0x14, 0xda, 0xc4, 0x0f, 0x09, 0x0e, - 0x8e, 0x73, 0xe5, 0xfe, 0x65, 0x79, 0xb1, 0x55, 0xe5, 0x76, 0xb3, 0xef, 0x78, 0xd4, 0x9c, 0x59, - 0x24, 0xe4, 0x0d, 0x4c, 0xb5, 0x4c, 0xf3, 0xbd, 0x84, 0x6c, 0x4c, 0x68, 0x52, 0xa3, 0x6d, 0x38, - 0x33, 0x18, 0x76, 0xcd, 0xa8, 0xc7, 0x68, 0xa0, 0xeb, 0x26, 0xcc, 0x7f, 0x58, 0x70, 0x7a, 0x54, - 0xe2, 0xc9, 0x0b, 0xcd, 0x60, 0x58, 0x3f, 0xb2, 0x6e, 0xfa, 0x07, 0xb8, 0x0e, 0xf9, 0x13, 0x36, - 0xfa, 0xff, 0xb2, 0x61, 0x1f, 0xd8, 0xb8, 0xfe, 0x0c, 0xaf, 0x55, 0x99, 0xfa, 0x2a, 0xc7, 0xcb, - 0x77, 0x0f, 0xa3, 0x4d, 0xe1, 0xeb, 0x65, 0x2a, 0x4d, 0xb6, 0x5d, 0xfa, 0x89, 0xda, 0x04, 0x35, - 0x29, 0xc0, 0x9f, 0xee, 0x31, 0xa7, 0x2a, 0x38, 0xf8, 0x20, 0x2c, 0x4f, 0x70, 0xeb, 0xfd, 0xef, - 0x00, 0x00, 0x00, 0xff, 0xff, 0xe2, 0xa7, 0xec, 0x4c, 0x28, 0x04, 0x00, 0x00, +var File_flow_entities_block_header_proto protoreflect.FileDescriptor + +var file_flow_entities_block_header_proto_rawDesc = []byte{ + 0x0a, 0x20, 0x66, 0x6c, 0x6f, 0x77, 0x2f, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x2f, + 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x5f, 0x68, 0x65, 0x61, 0x64, 0x65, 0x72, 0x2e, 0x70, 0x72, 0x6f, + 0x74, 0x6f, 0x12, 0x0d, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, + 0x73, 0x1a, 0x1f, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, + 0x75, 0x66, 0x2f, 0x74, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x2e, 0x70, 0x72, 0x6f, + 0x74, 0x6f, 0x22, 0xa0, 0x04, 0x0a, 0x0b, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x48, 0x65, 0x61, 0x64, + 0x65, 0x72, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x02, + 0x69, 0x64, 0x12, 0x1b, 0x0a, 0x09, 0x70, 0x61, 0x72, 0x65, 0x6e, 0x74, 0x5f, 0x69, 0x64, 0x18, + 0x02, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x08, 0x70, 0x61, 0x72, 0x65, 0x6e, 0x74, 0x49, 0x64, 0x12, + 0x16, 0x0a, 0x06, 0x68, 0x65, 0x69, 0x67, 0x68, 0x74, 0x18, 0x03, 0x20, 0x01, 0x28, 0x04, 0x52, + 0x06, 0x68, 0x65, 0x69, 0x67, 0x68, 0x74, 0x12, 0x38, 0x0a, 0x09, 0x74, 0x69, 0x6d, 0x65, 0x73, + 0x74, 0x61, 0x6d, 0x70, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, + 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x54, 0x69, 0x6d, + 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x52, 0x09, 0x74, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, + 0x70, 0x12, 0x21, 0x0a, 0x0c, 0x70, 0x61, 0x79, 0x6c, 0x6f, 0x61, 0x64, 0x5f, 0x68, 0x61, 0x73, + 0x68, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x0b, 0x70, 0x61, 0x79, 0x6c, 0x6f, 0x61, 0x64, + 0x48, 0x61, 0x73, 0x68, 0x12, 0x12, 0x0a, 0x04, 0x76, 0x69, 0x65, 0x77, 0x18, 0x06, 0x20, 0x01, + 0x28, 0x04, 0x52, 0x04, 0x76, 0x69, 0x65, 0x77, 0x12, 0x28, 0x0a, 0x10, 0x70, 0x61, 0x72, 0x65, + 0x6e, 0x74, 0x5f, 0x76, 0x6f, 0x74, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x73, 0x18, 0x07, 0x20, 0x03, + 0x28, 0x0c, 0x52, 0x0e, 0x70, 0x61, 0x72, 0x65, 0x6e, 0x74, 0x56, 0x6f, 0x74, 0x65, 0x72, 0x49, + 0x64, 0x73, 0x12, 0x31, 0x0a, 0x15, 0x70, 0x61, 0x72, 0x65, 0x6e, 0x74, 0x5f, 0x76, 0x6f, 0x74, + 0x65, 0x72, 0x5f, 0x73, 0x69, 0x67, 0x5f, 0x64, 0x61, 0x74, 0x61, 0x18, 0x08, 0x20, 0x01, 0x28, + 0x0c, 0x52, 0x12, 0x70, 0x61, 0x72, 0x65, 0x6e, 0x74, 0x56, 0x6f, 0x74, 0x65, 0x72, 0x53, 0x69, + 0x67, 0x44, 0x61, 0x74, 0x61, 0x12, 0x1f, 0x0a, 0x0b, 0x70, 0x72, 0x6f, 0x70, 0x6f, 0x73, 0x65, + 0x72, 0x5f, 0x69, 0x64, 0x18, 0x09, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x0a, 0x70, 0x72, 0x6f, 0x70, + 0x6f, 0x73, 0x65, 0x72, 0x49, 0x64, 0x12, 0x2a, 0x0a, 0x11, 0x70, 0x72, 0x6f, 0x70, 0x6f, 0x73, + 0x65, 0x72, 0x5f, 0x73, 0x69, 0x67, 0x5f, 0x64, 0x61, 0x74, 0x61, 0x18, 0x0a, 0x20, 0x01, 0x28, + 0x0c, 0x52, 0x0f, 0x70, 0x72, 0x6f, 0x70, 0x6f, 0x73, 0x65, 0x72, 0x53, 0x69, 0x67, 0x44, 0x61, + 0x74, 0x61, 0x12, 0x19, 0x0a, 0x08, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x5f, 0x69, 0x64, 0x18, 0x0b, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x49, 0x64, 0x12, 0x30, 0x0a, + 0x14, 0x70, 0x61, 0x72, 0x65, 0x6e, 0x74, 0x5f, 0x76, 0x6f, 0x74, 0x65, 0x72, 0x5f, 0x69, 0x6e, + 0x64, 0x69, 0x63, 0x65, 0x73, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x12, 0x70, 0x61, 0x72, + 0x65, 0x6e, 0x74, 0x56, 0x6f, 0x74, 0x65, 0x72, 0x49, 0x6e, 0x64, 0x69, 0x63, 0x65, 0x73, 0x12, + 0x43, 0x0a, 0x0c, 0x6c, 0x61, 0x73, 0x74, 0x5f, 0x76, 0x69, 0x65, 0x77, 0x5f, 0x74, 0x63, 0x18, + 0x0d, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x21, 0x2e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x65, 0x6e, 0x74, + 0x69, 0x74, 0x69, 0x65, 0x73, 0x2e, 0x54, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x43, 0x65, 0x72, + 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, 0x52, 0x0a, 0x6c, 0x61, 0x73, 0x74, 0x56, 0x69, + 0x65, 0x77, 0x54, 0x63, 0x12, 0x1f, 0x0a, 0x0b, 0x70, 0x61, 0x72, 0x65, 0x6e, 0x74, 0x5f, 0x76, + 0x69, 0x65, 0x77, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x04, 0x52, 0x0a, 0x70, 0x61, 0x72, 0x65, 0x6e, + 0x74, 0x56, 0x69, 0x65, 0x77, 0x22, 0xcf, 0x01, 0x0a, 0x12, 0x54, 0x69, 0x6d, 0x65, 0x6f, 0x75, + 0x74, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, 0x12, 0x12, 0x0a, 0x04, + 0x76, 0x69, 0x65, 0x77, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x04, 0x76, 0x69, 0x65, 0x77, + 0x12, 0x22, 0x0a, 0x0d, 0x68, 0x69, 0x67, 0x68, 0x5f, 0x71, 0x63, 0x5f, 0x76, 0x69, 0x65, 0x77, + 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x04, 0x52, 0x0b, 0x68, 0x69, 0x67, 0x68, 0x51, 0x63, 0x56, + 0x69, 0x65, 0x77, 0x73, 0x12, 0x3f, 0x0a, 0x0a, 0x68, 0x69, 0x67, 0x68, 0x65, 0x73, 0x74, 0x5f, + 0x71, 0x63, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x20, 0x2e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, + 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x2e, 0x51, 0x75, 0x6f, 0x72, 0x75, 0x6d, 0x43, + 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, 0x52, 0x09, 0x68, 0x69, 0x67, 0x68, + 0x65, 0x73, 0x74, 0x51, 0x63, 0x12, 0x25, 0x0a, 0x0e, 0x73, 0x69, 0x67, 0x6e, 0x65, 0x72, 0x5f, + 0x69, 0x6e, 0x64, 0x69, 0x63, 0x65, 0x73, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x0d, 0x73, + 0x69, 0x67, 0x6e, 0x65, 0x72, 0x49, 0x6e, 0x64, 0x69, 0x63, 0x65, 0x73, 0x12, 0x19, 0x0a, 0x08, + 0x73, 0x69, 0x67, 0x5f, 0x64, 0x61, 0x74, 0x61, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x07, + 0x73, 0x69, 0x67, 0x44, 0x61, 0x74, 0x61, 0x22, 0x84, 0x01, 0x0a, 0x11, 0x51, 0x75, 0x6f, 0x72, + 0x75, 0x6d, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, 0x12, 0x12, 0x0a, + 0x04, 0x76, 0x69, 0x65, 0x77, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x04, 0x76, 0x69, 0x65, + 0x77, 0x12, 0x19, 0x0a, 0x08, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, + 0x01, 0x28, 0x0c, 0x52, 0x07, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x49, 0x64, 0x12, 0x25, 0x0a, 0x0e, + 0x73, 0x69, 0x67, 0x6e, 0x65, 0x72, 0x5f, 0x69, 0x6e, 0x64, 0x69, 0x63, 0x65, 0x73, 0x18, 0x03, + 0x20, 0x01, 0x28, 0x0c, 0x52, 0x0d, 0x73, 0x69, 0x67, 0x6e, 0x65, 0x72, 0x49, 0x6e, 0x64, 0x69, + 0x63, 0x65, 0x73, 0x12, 0x19, 0x0a, 0x08, 0x73, 0x69, 0x67, 0x5f, 0x64, 0x61, 0x74, 0x61, 0x18, + 0x04, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x07, 0x73, 0x69, 0x67, 0x44, 0x61, 0x74, 0x61, 0x42, 0x50, + 0x0a, 0x1c, 0x6f, 0x72, 0x67, 0x2e, 0x6f, 0x6e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x70, 0x72, 0x6f, + 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x5a, 0x30, + 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x6f, 0x6e, 0x66, 0x6c, 0x6f, + 0x77, 0x2f, 0x66, 0x6c, 0x6f, 0x77, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, + 0x67, 0x6f, 0x2f, 0x66, 0x6c, 0x6f, 0x77, 0x2f, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, + 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, +} + +var ( + file_flow_entities_block_header_proto_rawDescOnce sync.Once + file_flow_entities_block_header_proto_rawDescData = file_flow_entities_block_header_proto_rawDesc +) + +func file_flow_entities_block_header_proto_rawDescGZIP() []byte { + file_flow_entities_block_header_proto_rawDescOnce.Do(func() { + file_flow_entities_block_header_proto_rawDescData = protoimpl.X.CompressGZIP(file_flow_entities_block_header_proto_rawDescData) + }) + return file_flow_entities_block_header_proto_rawDescData +} + +var file_flow_entities_block_header_proto_msgTypes = make([]protoimpl.MessageInfo, 3) +var file_flow_entities_block_header_proto_goTypes = []interface{}{ + (*BlockHeader)(nil), // 0: flow.entities.BlockHeader + (*TimeoutCertificate)(nil), // 1: flow.entities.TimeoutCertificate + (*QuorumCertificate)(nil), // 2: flow.entities.QuorumCertificate + (*timestamppb.Timestamp)(nil), // 3: google.protobuf.Timestamp +} +var file_flow_entities_block_header_proto_depIdxs = []int32{ + 3, // 0: flow.entities.BlockHeader.timestamp:type_name -> google.protobuf.Timestamp + 1, // 1: flow.entities.BlockHeader.last_view_tc:type_name -> flow.entities.TimeoutCertificate + 2, // 2: flow.entities.TimeoutCertificate.highest_qc:type_name -> flow.entities.QuorumCertificate + 3, // [3:3] is the sub-list for method output_type + 3, // [3:3] is the sub-list for method input_type + 3, // [3:3] is the sub-list for extension type_name + 3, // [3:3] is the sub-list for extension extendee + 0, // [0:3] is the sub-list for field type_name +} + +func init() { file_flow_entities_block_header_proto_init() } +func file_flow_entities_block_header_proto_init() { + if File_flow_entities_block_header_proto != nil { + return + } + if !protoimpl.UnsafeEnabled { + file_flow_entities_block_header_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*BlockHeader); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_flow_entities_block_header_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*TimeoutCertificate); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_flow_entities_block_header_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*QuorumCertificate); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + } + type x struct{} + out := protoimpl.TypeBuilder{ + File: protoimpl.DescBuilder{ + GoPackagePath: reflect.TypeOf(x{}).PkgPath(), + RawDescriptor: file_flow_entities_block_header_proto_rawDesc, + NumEnums: 0, + NumMessages: 3, + NumExtensions: 0, + NumServices: 0, + }, + GoTypes: file_flow_entities_block_header_proto_goTypes, + DependencyIndexes: file_flow_entities_block_header_proto_depIdxs, + MessageInfos: file_flow_entities_block_header_proto_msgTypes, + }.Build() + File_flow_entities_block_header_proto = out.File + file_flow_entities_block_header_proto_rawDesc = nil + file_flow_entities_block_header_proto_goTypes = nil + file_flow_entities_block_header_proto_depIdxs = nil } diff --git a/protobuf/go/flow/entities/block_seal.pb.go b/protobuf/go/flow/entities/block_seal.pb.go index 07849b4b8..1eee6b5f6 100644 --- a/protobuf/go/flow/entities/block_seal.pb.go +++ b/protobuf/go/flow/entities/block_seal.pb.go @@ -1,26 +1,30 @@ // Code generated by protoc-gen-go. DO NOT EDIT. +// versions: +// protoc-gen-go v1.28.1 +// protoc (unknown) // source: flow/entities/block_seal.proto package entities import ( - fmt "fmt" - proto "github.com/golang/protobuf/proto" - math "math" + protoreflect "google.golang.org/protobuf/reflect/protoreflect" + protoimpl "google.golang.org/protobuf/runtime/protoimpl" + reflect "reflect" + sync "sync" ) -// Reference imports to suppress errors if they are not otherwise used. -var _ = proto.Marshal -var _ = fmt.Errorf -var _ = math.Inf - -// This is a compile-time assertion to ensure that this generated file -// is compatible with the proto package it is being compiled against. -// A compilation error at this line likely means your copy of the -// proto package needs to be updated. -const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package +const ( + // Verify that this generated code is sufficiently up-to-date. + _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) + // Verify that runtime/protoimpl is sufficiently up-to-date. + _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) +) type BlockSeal struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + BlockId []byte `protobuf:"bytes,1,opt,name=block_id,json=blockId,proto3" json:"block_id,omitempty"` ExecutionReceiptId []byte `protobuf:"bytes,2,opt,name=execution_receipt_id,json=executionReceiptId,proto3" json:"execution_receipt_id,omitempty"` ExecutionReceiptSignatures [][]byte `protobuf:"bytes,3,rep,name=execution_receipt_signatures,json=executionReceiptSignatures,proto3" json:"execution_receipt_signatures,omitempty"` @@ -28,161 +32,261 @@ type BlockSeal struct { FinalState []byte `protobuf:"bytes,5,opt,name=final_state,json=finalState,proto3" json:"final_state,omitempty"` ResultId []byte `protobuf:"bytes,6,opt,name=result_id,json=resultId,proto3" json:"result_id,omitempty"` AggregatedApprovalSigs []*AggregatedSignature `protobuf:"bytes,7,rep,name=aggregated_approval_sigs,json=aggregatedApprovalSigs,proto3" json:"aggregated_approval_sigs,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` } -func (m *BlockSeal) Reset() { *m = BlockSeal{} } -func (m *BlockSeal) String() string { return proto.CompactTextString(m) } -func (*BlockSeal) ProtoMessage() {} -func (*BlockSeal) Descriptor() ([]byte, []int) { - return fileDescriptor_e5bc0062689af71f, []int{0} +func (x *BlockSeal) Reset() { + *x = BlockSeal{} + if protoimpl.UnsafeEnabled { + mi := &file_flow_entities_block_seal_proto_msgTypes[0] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } } -func (m *BlockSeal) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_BlockSeal.Unmarshal(m, b) +func (x *BlockSeal) String() string { + return protoimpl.X.MessageStringOf(x) } -func (m *BlockSeal) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_BlockSeal.Marshal(b, m, deterministic) -} -func (m *BlockSeal) XXX_Merge(src proto.Message) { - xxx_messageInfo_BlockSeal.Merge(m, src) -} -func (m *BlockSeal) XXX_Size() int { - return xxx_messageInfo_BlockSeal.Size(m) -} -func (m *BlockSeal) XXX_DiscardUnknown() { - xxx_messageInfo_BlockSeal.DiscardUnknown(m) + +func (*BlockSeal) ProtoMessage() {} + +func (x *BlockSeal) ProtoReflect() protoreflect.Message { + mi := &file_flow_entities_block_seal_proto_msgTypes[0] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) } -var xxx_messageInfo_BlockSeal proto.InternalMessageInfo +// Deprecated: Use BlockSeal.ProtoReflect.Descriptor instead. +func (*BlockSeal) Descriptor() ([]byte, []int) { + return file_flow_entities_block_seal_proto_rawDescGZIP(), []int{0} +} -func (m *BlockSeal) GetBlockId() []byte { - if m != nil { - return m.BlockId +func (x *BlockSeal) GetBlockId() []byte { + if x != nil { + return x.BlockId } return nil } -func (m *BlockSeal) GetExecutionReceiptId() []byte { - if m != nil { - return m.ExecutionReceiptId +func (x *BlockSeal) GetExecutionReceiptId() []byte { + if x != nil { + return x.ExecutionReceiptId } return nil } -func (m *BlockSeal) GetExecutionReceiptSignatures() [][]byte { - if m != nil { - return m.ExecutionReceiptSignatures +func (x *BlockSeal) GetExecutionReceiptSignatures() [][]byte { + if x != nil { + return x.ExecutionReceiptSignatures } return nil } -func (m *BlockSeal) GetResultApprovalSignatures() [][]byte { - if m != nil { - return m.ResultApprovalSignatures +func (x *BlockSeal) GetResultApprovalSignatures() [][]byte { + if x != nil { + return x.ResultApprovalSignatures } return nil } -func (m *BlockSeal) GetFinalState() []byte { - if m != nil { - return m.FinalState +func (x *BlockSeal) GetFinalState() []byte { + if x != nil { + return x.FinalState } return nil } -func (m *BlockSeal) GetResultId() []byte { - if m != nil { - return m.ResultId +func (x *BlockSeal) GetResultId() []byte { + if x != nil { + return x.ResultId } return nil } -func (m *BlockSeal) GetAggregatedApprovalSigs() []*AggregatedSignature { - if m != nil { - return m.AggregatedApprovalSigs +func (x *BlockSeal) GetAggregatedApprovalSigs() []*AggregatedSignature { + if x != nil { + return x.AggregatedApprovalSigs } return nil } type AggregatedSignature struct { - VerifierSignatures [][]byte `protobuf:"bytes,1,rep,name=verifier_signatures,json=verifierSignatures,proto3" json:"verifier_signatures,omitempty"` - SignerIds [][]byte `protobuf:"bytes,2,rep,name=signer_ids,json=signerIds,proto3" json:"signer_ids,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields -func (m *AggregatedSignature) Reset() { *m = AggregatedSignature{} } -func (m *AggregatedSignature) String() string { return proto.CompactTextString(m) } -func (*AggregatedSignature) ProtoMessage() {} -func (*AggregatedSignature) Descriptor() ([]byte, []int) { - return fileDescriptor_e5bc0062689af71f, []int{1} + VerifierSignatures [][]byte `protobuf:"bytes,1,rep,name=verifier_signatures,json=verifierSignatures,proto3" json:"verifier_signatures,omitempty"` + SignerIds [][]byte `protobuf:"bytes,2,rep,name=signer_ids,json=signerIds,proto3" json:"signer_ids,omitempty"` } -func (m *AggregatedSignature) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_AggregatedSignature.Unmarshal(m, b) -} -func (m *AggregatedSignature) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_AggregatedSignature.Marshal(b, m, deterministic) -} -func (m *AggregatedSignature) XXX_Merge(src proto.Message) { - xxx_messageInfo_AggregatedSignature.Merge(m, src) +func (x *AggregatedSignature) Reset() { + *x = AggregatedSignature{} + if protoimpl.UnsafeEnabled { + mi := &file_flow_entities_block_seal_proto_msgTypes[1] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } } -func (m *AggregatedSignature) XXX_Size() int { - return xxx_messageInfo_AggregatedSignature.Size(m) + +func (x *AggregatedSignature) String() string { + return protoimpl.X.MessageStringOf(x) } -func (m *AggregatedSignature) XXX_DiscardUnknown() { - xxx_messageInfo_AggregatedSignature.DiscardUnknown(m) + +func (*AggregatedSignature) ProtoMessage() {} + +func (x *AggregatedSignature) ProtoReflect() protoreflect.Message { + mi := &file_flow_entities_block_seal_proto_msgTypes[1] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) } -var xxx_messageInfo_AggregatedSignature proto.InternalMessageInfo +// Deprecated: Use AggregatedSignature.ProtoReflect.Descriptor instead. +func (*AggregatedSignature) Descriptor() ([]byte, []int) { + return file_flow_entities_block_seal_proto_rawDescGZIP(), []int{1} +} -func (m *AggregatedSignature) GetVerifierSignatures() [][]byte { - if m != nil { - return m.VerifierSignatures +func (x *AggregatedSignature) GetVerifierSignatures() [][]byte { + if x != nil { + return x.VerifierSignatures } return nil } -func (m *AggregatedSignature) GetSignerIds() [][]byte { - if m != nil { - return m.SignerIds +func (x *AggregatedSignature) GetSignerIds() [][]byte { + if x != nil { + return x.SignerIds } return nil } -func init() { - proto.RegisterType((*BlockSeal)(nil), "flow.entities.BlockSeal") - proto.RegisterType((*AggregatedSignature)(nil), "flow.entities.AggregatedSignature") -} - -func init() { proto.RegisterFile("flow/entities/block_seal.proto", fileDescriptor_e5bc0062689af71f) } - -var fileDescriptor_e5bc0062689af71f = []byte{ - // 345 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x6c, 0x92, 0x4f, 0x4f, 0xea, 0x40, - 0x14, 0xc5, 0x03, 0xbc, 0xc7, 0x9f, 0x0b, 0x6f, 0x33, 0xbc, 0x98, 0x11, 0x51, 0x09, 0x2b, 0x56, - 0x2d, 0xd1, 0xad, 0x0b, 0x61, 0xd7, 0x9d, 0x29, 0x3b, 0x63, 0xd2, 0x4c, 0x3b, 0xb7, 0xe3, 0xc4, - 0xda, 0x69, 0x66, 0xa6, 0xe8, 0x07, 0xf7, 0x03, 0x98, 0x4e, 0xa1, 0x16, 0x75, 0xd3, 0xa4, 0xe7, - 0xfc, 0xce, 0xed, 0xb9, 0xcd, 0x85, 0xab, 0x34, 0x53, 0x6f, 0x3e, 0xe6, 0x56, 0x5a, 0x89, 0xc6, - 0x8f, 0x33, 0x95, 0xbc, 0x44, 0x06, 0x59, 0xe6, 0x15, 0x5a, 0x59, 0x45, 0xfe, 0x55, 0xbe, 0x77, - 0xf4, 0x97, 0x1f, 0x5d, 0x18, 0x6d, 0x2b, 0x66, 0x87, 0x2c, 0x23, 0xe7, 0x30, 0xac, 0x03, 0x92, - 0xd3, 0xce, 0xa2, 0xb3, 0x9a, 0x84, 0x03, 0xf7, 0x1e, 0x70, 0xb2, 0x86, 0xff, 0xf8, 0x8e, 0x49, - 0x69, 0xa5, 0xca, 0x23, 0x8d, 0x09, 0xca, 0xc2, 0x56, 0x58, 0xd7, 0x61, 0xa4, 0xf1, 0xc2, 0xda, - 0x0a, 0x38, 0xb9, 0x87, 0xf9, 0xcf, 0x84, 0x91, 0x22, 0x67, 0xb6, 0xd4, 0x68, 0x68, 0x6f, 0xd1, - 0x5b, 0x4d, 0xc2, 0xd9, 0xf7, 0xe4, 0xae, 0x21, 0xc8, 0x1d, 0xcc, 0x34, 0x9a, 0x32, 0xb3, 0x11, - 0x2b, 0x0a, 0xad, 0xf6, 0x2c, 0x6b, 0xe7, 0xff, 0xb8, 0x3c, 0xad, 0x89, 0xcd, 0x01, 0x68, 0xa5, - 0xaf, 0x61, 0x9c, 0xca, 0xbc, 0xca, 0x58, 0x66, 0x91, 0xfe, 0x75, 0x45, 0xc1, 0x49, 0xbb, 0x4a, - 0x21, 0x17, 0x30, 0x3a, 0x8c, 0x97, 0x9c, 0xf6, 0x9d, 0x3d, 0xac, 0x85, 0x80, 0x93, 0x27, 0xa0, - 0x4c, 0x08, 0x8d, 0x82, 0x59, 0xe4, 0x27, 0xdf, 0x37, 0x74, 0xb0, 0xe8, 0xad, 0xc6, 0x37, 0x4b, - 0xef, 0xe4, 0x57, 0x7a, 0x9b, 0x06, 0x6f, 0x4a, 0x84, 0x67, 0x5f, 0x33, 0x5a, 0x0d, 0xcd, 0x12, - 0x61, 0xfa, 0x0b, 0x4e, 0x7c, 0x98, 0xee, 0x51, 0xcb, 0x54, 0xa2, 0x6e, 0x6f, 0xda, 0x71, 0x9b, - 0x92, 0xa3, 0xd5, 0xda, 0xf1, 0x12, 0xa0, 0xe2, 0x50, 0x47, 0x92, 0x1b, 0xda, 0x75, 0xdc, 0xa8, - 0x56, 0x02, 0x6e, 0xb6, 0x0f, 0x30, 0x57, 0x5a, 0x78, 0x2a, 0x77, 0x4d, 0xdd, 0x01, 0xc4, 0x65, - 0xda, 0x54, 0x7e, 0x5c, 0x0b, 0x69, 0x9f, 0xcb, 0xd8, 0x4b, 0xd4, 0xab, 0x5f, 0x43, 0xbe, 0x7b, - 0x1c, 0x49, 0x5f, 0x28, 0xff, 0xe4, 0x9e, 0xe2, 0xbe, 0xb3, 0x6e, 0x3f, 0x03, 0x00, 0x00, 0xff, - 0xff, 0x01, 0x20, 0xf8, 0xce, 0x67, 0x02, 0x00, 0x00, +var File_flow_entities_block_seal_proto protoreflect.FileDescriptor + +var file_flow_entities_block_seal_proto_rawDesc = []byte{ + 0x0a, 0x1e, 0x66, 0x6c, 0x6f, 0x77, 0x2f, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x2f, + 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x5f, 0x73, 0x65, 0x61, 0x6c, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, + 0x12, 0x0d, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x22, + 0xf4, 0x02, 0x0a, 0x09, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x53, 0x65, 0x61, 0x6c, 0x12, 0x19, 0x0a, + 0x08, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, + 0x07, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x49, 0x64, 0x12, 0x30, 0x0a, 0x14, 0x65, 0x78, 0x65, 0x63, + 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x72, 0x65, 0x63, 0x65, 0x69, 0x70, 0x74, 0x5f, 0x69, 0x64, + 0x18, 0x02, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x12, 0x65, 0x78, 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, + 0x6e, 0x52, 0x65, 0x63, 0x65, 0x69, 0x70, 0x74, 0x49, 0x64, 0x12, 0x40, 0x0a, 0x1c, 0x65, 0x78, + 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x72, 0x65, 0x63, 0x65, 0x69, 0x70, 0x74, 0x5f, + 0x73, 0x69, 0x67, 0x6e, 0x61, 0x74, 0x75, 0x72, 0x65, 0x73, 0x18, 0x03, 0x20, 0x03, 0x28, 0x0c, + 0x52, 0x1a, 0x65, 0x78, 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x63, 0x65, 0x69, + 0x70, 0x74, 0x53, 0x69, 0x67, 0x6e, 0x61, 0x74, 0x75, 0x72, 0x65, 0x73, 0x12, 0x3c, 0x0a, 0x1a, + 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x5f, 0x61, 0x70, 0x70, 0x72, 0x6f, 0x76, 0x61, 0x6c, 0x5f, + 0x73, 0x69, 0x67, 0x6e, 0x61, 0x74, 0x75, 0x72, 0x65, 0x73, 0x18, 0x04, 0x20, 0x03, 0x28, 0x0c, + 0x52, 0x18, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x41, 0x70, 0x70, 0x72, 0x6f, 0x76, 0x61, 0x6c, + 0x53, 0x69, 0x67, 0x6e, 0x61, 0x74, 0x75, 0x72, 0x65, 0x73, 0x12, 0x1f, 0x0a, 0x0b, 0x66, 0x69, + 0x6e, 0x61, 0x6c, 0x5f, 0x73, 0x74, 0x61, 0x74, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0c, 0x52, + 0x0a, 0x66, 0x69, 0x6e, 0x61, 0x6c, 0x53, 0x74, 0x61, 0x74, 0x65, 0x12, 0x1b, 0x0a, 0x09, 0x72, + 0x65, 0x73, 0x75, 0x6c, 0x74, 0x5f, 0x69, 0x64, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x08, + 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x49, 0x64, 0x12, 0x5c, 0x0a, 0x18, 0x61, 0x67, 0x67, 0x72, + 0x65, 0x67, 0x61, 0x74, 0x65, 0x64, 0x5f, 0x61, 0x70, 0x70, 0x72, 0x6f, 0x76, 0x61, 0x6c, 0x5f, + 0x73, 0x69, 0x67, 0x73, 0x18, 0x07, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x22, 0x2e, 0x66, 0x6c, 0x6f, + 0x77, 0x2e, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x2e, 0x41, 0x67, 0x67, 0x72, 0x65, + 0x67, 0x61, 0x74, 0x65, 0x64, 0x53, 0x69, 0x67, 0x6e, 0x61, 0x74, 0x75, 0x72, 0x65, 0x52, 0x16, + 0x61, 0x67, 0x67, 0x72, 0x65, 0x67, 0x61, 0x74, 0x65, 0x64, 0x41, 0x70, 0x70, 0x72, 0x6f, 0x76, + 0x61, 0x6c, 0x53, 0x69, 0x67, 0x73, 0x22, 0x65, 0x0a, 0x13, 0x41, 0x67, 0x67, 0x72, 0x65, 0x67, + 0x61, 0x74, 0x65, 0x64, 0x53, 0x69, 0x67, 0x6e, 0x61, 0x74, 0x75, 0x72, 0x65, 0x12, 0x2f, 0x0a, + 0x13, 0x76, 0x65, 0x72, 0x69, 0x66, 0x69, 0x65, 0x72, 0x5f, 0x73, 0x69, 0x67, 0x6e, 0x61, 0x74, + 0x75, 0x72, 0x65, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0c, 0x52, 0x12, 0x76, 0x65, 0x72, 0x69, + 0x66, 0x69, 0x65, 0x72, 0x53, 0x69, 0x67, 0x6e, 0x61, 0x74, 0x75, 0x72, 0x65, 0x73, 0x12, 0x1d, + 0x0a, 0x0a, 0x73, 0x69, 0x67, 0x6e, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x73, 0x18, 0x02, 0x20, 0x03, + 0x28, 0x0c, 0x52, 0x09, 0x73, 0x69, 0x67, 0x6e, 0x65, 0x72, 0x49, 0x64, 0x73, 0x42, 0x50, 0x0a, + 0x1c, 0x6f, 0x72, 0x67, 0x2e, 0x6f, 0x6e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x70, 0x72, 0x6f, 0x74, + 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x5a, 0x30, 0x67, + 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x6f, 0x6e, 0x66, 0x6c, 0x6f, 0x77, + 0x2f, 0x66, 0x6c, 0x6f, 0x77, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x67, + 0x6f, 0x2f, 0x66, 0x6c, 0x6f, 0x77, 0x2f, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x62, + 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, +} + +var ( + file_flow_entities_block_seal_proto_rawDescOnce sync.Once + file_flow_entities_block_seal_proto_rawDescData = file_flow_entities_block_seal_proto_rawDesc +) + +func file_flow_entities_block_seal_proto_rawDescGZIP() []byte { + file_flow_entities_block_seal_proto_rawDescOnce.Do(func() { + file_flow_entities_block_seal_proto_rawDescData = protoimpl.X.CompressGZIP(file_flow_entities_block_seal_proto_rawDescData) + }) + return file_flow_entities_block_seal_proto_rawDescData +} + +var file_flow_entities_block_seal_proto_msgTypes = make([]protoimpl.MessageInfo, 2) +var file_flow_entities_block_seal_proto_goTypes = []interface{}{ + (*BlockSeal)(nil), // 0: flow.entities.BlockSeal + (*AggregatedSignature)(nil), // 1: flow.entities.AggregatedSignature +} +var file_flow_entities_block_seal_proto_depIdxs = []int32{ + 1, // 0: flow.entities.BlockSeal.aggregated_approval_sigs:type_name -> flow.entities.AggregatedSignature + 1, // [1:1] is the sub-list for method output_type + 1, // [1:1] is the sub-list for method input_type + 1, // [1:1] is the sub-list for extension type_name + 1, // [1:1] is the sub-list for extension extendee + 0, // [0:1] is the sub-list for field type_name +} + +func init() { file_flow_entities_block_seal_proto_init() } +func file_flow_entities_block_seal_proto_init() { + if File_flow_entities_block_seal_proto != nil { + return + } + if !protoimpl.UnsafeEnabled { + file_flow_entities_block_seal_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*BlockSeal); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_flow_entities_block_seal_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*AggregatedSignature); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + } + type x struct{} + out := protoimpl.TypeBuilder{ + File: protoimpl.DescBuilder{ + GoPackagePath: reflect.TypeOf(x{}).PkgPath(), + RawDescriptor: file_flow_entities_block_seal_proto_rawDesc, + NumEnums: 0, + NumMessages: 2, + NumExtensions: 0, + NumServices: 0, + }, + GoTypes: file_flow_entities_block_seal_proto_goTypes, + DependencyIndexes: file_flow_entities_block_seal_proto_depIdxs, + MessageInfos: file_flow_entities_block_seal_proto_msgTypes, + }.Build() + File_flow_entities_block_seal_proto = out.File + file_flow_entities_block_seal_proto_rawDesc = nil + file_flow_entities_block_seal_proto_goTypes = nil + file_flow_entities_block_seal_proto_depIdxs = nil } diff --git a/protobuf/go/flow/entities/collection.pb.go b/protobuf/go/flow/entities/collection.pb.go index d526f3044..c0b4eea47 100644 --- a/protobuf/go/flow/entities/collection.pb.go +++ b/protobuf/go/flow/entities/collection.pb.go @@ -1,176 +1,272 @@ // Code generated by protoc-gen-go. DO NOT EDIT. +// versions: +// protoc-gen-go v1.28.1 +// protoc (unknown) // source: flow/entities/collection.proto package entities import ( - fmt "fmt" - proto "github.com/golang/protobuf/proto" - math "math" + protoreflect "google.golang.org/protobuf/reflect/protoreflect" + protoimpl "google.golang.org/protobuf/runtime/protoimpl" + reflect "reflect" + sync "sync" ) -// Reference imports to suppress errors if they are not otherwise used. -var _ = proto.Marshal -var _ = fmt.Errorf -var _ = math.Inf - -// This is a compile-time assertion to ensure that this generated file -// is compatible with the proto package it is being compiled against. -// A compilation error at this line likely means your copy of the -// proto package needs to be updated. -const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package +const ( + // Verify that this generated code is sufficiently up-to-date. + _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) + // Verify that runtime/protoimpl is sufficiently up-to-date. + _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) +) type Collection struct { - Id []byte `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` - TransactionIds [][]byte `protobuf:"bytes,2,rep,name=transaction_ids,json=transactionIds,proto3" json:"transaction_ids,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields -func (m *Collection) Reset() { *m = Collection{} } -func (m *Collection) String() string { return proto.CompactTextString(m) } -func (*Collection) ProtoMessage() {} -func (*Collection) Descriptor() ([]byte, []int) { - return fileDescriptor_b302551359ed99bf, []int{0} + Id []byte `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` + TransactionIds [][]byte `protobuf:"bytes,2,rep,name=transaction_ids,json=transactionIds,proto3" json:"transaction_ids,omitempty"` } -func (m *Collection) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_Collection.Unmarshal(m, b) -} -func (m *Collection) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_Collection.Marshal(b, m, deterministic) -} -func (m *Collection) XXX_Merge(src proto.Message) { - xxx_messageInfo_Collection.Merge(m, src) +func (x *Collection) Reset() { + *x = Collection{} + if protoimpl.UnsafeEnabled { + mi := &file_flow_entities_collection_proto_msgTypes[0] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } } -func (m *Collection) XXX_Size() int { - return xxx_messageInfo_Collection.Size(m) + +func (x *Collection) String() string { + return protoimpl.X.MessageStringOf(x) } -func (m *Collection) XXX_DiscardUnknown() { - xxx_messageInfo_Collection.DiscardUnknown(m) + +func (*Collection) ProtoMessage() {} + +func (x *Collection) ProtoReflect() protoreflect.Message { + mi := &file_flow_entities_collection_proto_msgTypes[0] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) } -var xxx_messageInfo_Collection proto.InternalMessageInfo +// Deprecated: Use Collection.ProtoReflect.Descriptor instead. +func (*Collection) Descriptor() ([]byte, []int) { + return file_flow_entities_collection_proto_rawDescGZIP(), []int{0} +} -func (m *Collection) GetId() []byte { - if m != nil { - return m.Id +func (x *Collection) GetId() []byte { + if x != nil { + return x.Id } return nil } -func (m *Collection) GetTransactionIds() [][]byte { - if m != nil { - return m.TransactionIds +func (x *Collection) GetTransactionIds() [][]byte { + if x != nil { + return x.TransactionIds } return nil } type CollectionGuarantee struct { - CollectionId []byte `protobuf:"bytes,1,opt,name=collection_id,json=collectionId,proto3" json:"collection_id,omitempty"` - Signatures [][]byte `protobuf:"bytes,2,rep,name=signatures,proto3" json:"signatures,omitempty"` - ReferenceBlockId []byte `protobuf:"bytes,3,opt,name=reference_block_id,json=referenceBlockId,proto3" json:"reference_block_id,omitempty"` - Signature []byte `protobuf:"bytes,4,opt,name=signature,proto3" json:"signature,omitempty"` - SignerIds [][]byte `protobuf:"bytes,5,rep,name=signer_ids,json=signerIds,proto3" json:"signer_ids,omitempty"` - SignerIndices []byte `protobuf:"bytes,6,opt,name=signer_indices,json=signerIndices,proto3" json:"signer_indices,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *CollectionGuarantee) Reset() { *m = CollectionGuarantee{} } -func (m *CollectionGuarantee) String() string { return proto.CompactTextString(m) } -func (*CollectionGuarantee) ProtoMessage() {} -func (*CollectionGuarantee) Descriptor() ([]byte, []int) { - return fileDescriptor_b302551359ed99bf, []int{1} -} + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields -func (m *CollectionGuarantee) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_CollectionGuarantee.Unmarshal(m, b) -} -func (m *CollectionGuarantee) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_CollectionGuarantee.Marshal(b, m, deterministic) + CollectionId []byte `protobuf:"bytes,1,opt,name=collection_id,json=collectionId,proto3" json:"collection_id,omitempty"` + Signatures [][]byte `protobuf:"bytes,2,rep,name=signatures,proto3" json:"signatures,omitempty"` + ReferenceBlockId []byte `protobuf:"bytes,3,opt,name=reference_block_id,json=referenceBlockId,proto3" json:"reference_block_id,omitempty"` + Signature []byte `protobuf:"bytes,4,opt,name=signature,proto3" json:"signature,omitempty"` + SignerIds [][]byte `protobuf:"bytes,5,rep,name=signer_ids,json=signerIds,proto3" json:"signer_ids,omitempty"` // deprecated!! value will be empty. replaced by signer_indices + SignerIndices []byte `protobuf:"bytes,6,opt,name=signer_indices,json=signerIndices,proto3" json:"signer_indices,omitempty"` } -func (m *CollectionGuarantee) XXX_Merge(src proto.Message) { - xxx_messageInfo_CollectionGuarantee.Merge(m, src) + +func (x *CollectionGuarantee) Reset() { + *x = CollectionGuarantee{} + if protoimpl.UnsafeEnabled { + mi := &file_flow_entities_collection_proto_msgTypes[1] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } } -func (m *CollectionGuarantee) XXX_Size() int { - return xxx_messageInfo_CollectionGuarantee.Size(m) + +func (x *CollectionGuarantee) String() string { + return protoimpl.X.MessageStringOf(x) } -func (m *CollectionGuarantee) XXX_DiscardUnknown() { - xxx_messageInfo_CollectionGuarantee.DiscardUnknown(m) + +func (*CollectionGuarantee) ProtoMessage() {} + +func (x *CollectionGuarantee) ProtoReflect() protoreflect.Message { + mi := &file_flow_entities_collection_proto_msgTypes[1] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) } -var xxx_messageInfo_CollectionGuarantee proto.InternalMessageInfo +// Deprecated: Use CollectionGuarantee.ProtoReflect.Descriptor instead. +func (*CollectionGuarantee) Descriptor() ([]byte, []int) { + return file_flow_entities_collection_proto_rawDescGZIP(), []int{1} +} -func (m *CollectionGuarantee) GetCollectionId() []byte { - if m != nil { - return m.CollectionId +func (x *CollectionGuarantee) GetCollectionId() []byte { + if x != nil { + return x.CollectionId } return nil } -func (m *CollectionGuarantee) GetSignatures() [][]byte { - if m != nil { - return m.Signatures +func (x *CollectionGuarantee) GetSignatures() [][]byte { + if x != nil { + return x.Signatures } return nil } -func (m *CollectionGuarantee) GetReferenceBlockId() []byte { - if m != nil { - return m.ReferenceBlockId +func (x *CollectionGuarantee) GetReferenceBlockId() []byte { + if x != nil { + return x.ReferenceBlockId } return nil } -func (m *CollectionGuarantee) GetSignature() []byte { - if m != nil { - return m.Signature +func (x *CollectionGuarantee) GetSignature() []byte { + if x != nil { + return x.Signature } return nil } -func (m *CollectionGuarantee) GetSignerIds() [][]byte { - if m != nil { - return m.SignerIds +func (x *CollectionGuarantee) GetSignerIds() [][]byte { + if x != nil { + return x.SignerIds } return nil } -func (m *CollectionGuarantee) GetSignerIndices() []byte { - if m != nil { - return m.SignerIndices +func (x *CollectionGuarantee) GetSignerIndices() []byte { + if x != nil { + return x.SignerIndices } return nil } -func init() { - proto.RegisterType((*Collection)(nil), "flow.entities.Collection") - proto.RegisterType((*CollectionGuarantee)(nil), "flow.entities.CollectionGuarantee") -} - -func init() { proto.RegisterFile("flow/entities/collection.proto", fileDescriptor_b302551359ed99bf) } - -var fileDescriptor_b302551359ed99bf = []byte{ - // 278 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x54, 0x91, 0xc1, 0x4e, 0x84, 0x30, - 0x10, 0x86, 0x03, 0xab, 0x9b, 0xec, 0x04, 0xd0, 0xd4, 0x0b, 0x87, 0x75, 0xb3, 0x59, 0x63, 0xdc, - 0x83, 0xa1, 0x26, 0xbe, 0xc1, 0x1a, 0x63, 0xb8, 0x99, 0x3d, 0x7a, 0x21, 0xd0, 0x0e, 0xd8, 0x88, - 0xad, 0x69, 0x4b, 0x7c, 0x69, 0x1f, 0xc2, 0x30, 0x08, 0xac, 0x17, 0x0e, 0xdf, 0xf7, 0xf3, 0x4f, - 0x3b, 0x85, 0x4d, 0xdd, 0x9a, 0x6f, 0x8e, 0xda, 0x2b, 0xaf, 0xd0, 0x71, 0x61, 0xda, 0x16, 0x85, - 0x57, 0x46, 0x67, 0x5f, 0xd6, 0x78, 0xc3, 0xe2, 0xde, 0x67, 0xa3, 0xdf, 0x3d, 0x03, 0x3c, 0x4d, - 0x11, 0x96, 0x40, 0xa8, 0x64, 0x1a, 0x6c, 0x83, 0x7d, 0x74, 0x0c, 0x95, 0x64, 0x77, 0x70, 0xe1, - 0x6d, 0xa9, 0x5d, 0x49, 0xba, 0x50, 0xd2, 0xa5, 0xe1, 0x76, 0xb1, 0x8f, 0x8e, 0xc9, 0x09, 0xce, - 0xa5, 0xdb, 0xfd, 0x04, 0x70, 0x35, 0xf7, 0xbc, 0x74, 0xa5, 0x2d, 0xb5, 0x47, 0x64, 0x37, 0x10, - 0xcf, 0x27, 0x28, 0xa6, 0xee, 0x68, 0x86, 0xb9, 0x64, 0x1b, 0x00, 0xa7, 0x1a, 0x5d, 0xfa, 0xce, - 0xe2, 0x38, 0xe0, 0x84, 0xb0, 0x7b, 0x60, 0x16, 0x6b, 0xb4, 0xa8, 0x05, 0x16, 0x55, 0x6b, 0xc4, - 0x47, 0xdf, 0xb4, 0xa0, 0xa6, 0xcb, 0xc9, 0x1c, 0x7a, 0x91, 0x4b, 0xb6, 0x86, 0xd5, 0xf4, 0x6f, - 0x7a, 0x46, 0xa1, 0x19, 0xb0, 0xeb, 0x61, 0x16, 0x5a, 0xba, 0xcc, 0x39, 0xcd, 0x5a, 0x0d, 0x24, - 0x97, 0x8e, 0xdd, 0x42, 0x32, 0x6a, 0x2d, 0x95, 0x40, 0x97, 0x2e, 0xa9, 0x21, 0xfe, 0x8b, 0x0c, - 0xf0, 0xf0, 0x0a, 0x6b, 0x63, 0x9b, 0xcc, 0x68, 0x5a, 0x26, 0x2d, 0xb6, 0xea, 0xea, 0x69, 0xab, - 0x6f, 0x0f, 0x8d, 0xf2, 0xef, 0x5d, 0x95, 0x09, 0xf3, 0xc9, 0x87, 0x10, 0xa7, 0xcf, 0x98, 0xe4, - 0x8d, 0xe1, 0xff, 0xde, 0xa9, 0x5a, 0x92, 0x7a, 0xfc, 0x0d, 0x00, 0x00, 0xff, 0xff, 0x24, 0x49, - 0x53, 0x1f, 0xbf, 0x01, 0x00, 0x00, +var File_flow_entities_collection_proto protoreflect.FileDescriptor + +var file_flow_entities_collection_proto_rawDesc = []byte{ + 0x0a, 0x1e, 0x66, 0x6c, 0x6f, 0x77, 0x2f, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x2f, + 0x63, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, + 0x12, 0x0d, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x22, + 0x45, 0x0a, 0x0a, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x0e, 0x0a, + 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x02, 0x69, 0x64, 0x12, 0x27, 0x0a, + 0x0f, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x69, 0x64, 0x73, + 0x18, 0x02, 0x20, 0x03, 0x28, 0x0c, 0x52, 0x0e, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, + 0x69, 0x6f, 0x6e, 0x49, 0x64, 0x73, 0x22, 0xec, 0x01, 0x0a, 0x13, 0x43, 0x6f, 0x6c, 0x6c, 0x65, + 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x47, 0x75, 0x61, 0x72, 0x61, 0x6e, 0x74, 0x65, 0x65, 0x12, 0x23, + 0x0a, 0x0d, 0x63, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x69, 0x64, 0x18, + 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x0c, 0x63, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, + 0x6e, 0x49, 0x64, 0x12, 0x1e, 0x0a, 0x0a, 0x73, 0x69, 0x67, 0x6e, 0x61, 0x74, 0x75, 0x72, 0x65, + 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0c, 0x52, 0x0a, 0x73, 0x69, 0x67, 0x6e, 0x61, 0x74, 0x75, + 0x72, 0x65, 0x73, 0x12, 0x2c, 0x0a, 0x12, 0x72, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, + 0x5f, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x5f, 0x69, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0c, 0x52, + 0x10, 0x72, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x49, + 0x64, 0x12, 0x1c, 0x0a, 0x09, 0x73, 0x69, 0x67, 0x6e, 0x61, 0x74, 0x75, 0x72, 0x65, 0x18, 0x04, + 0x20, 0x01, 0x28, 0x0c, 0x52, 0x09, 0x73, 0x69, 0x67, 0x6e, 0x61, 0x74, 0x75, 0x72, 0x65, 0x12, + 0x1d, 0x0a, 0x0a, 0x73, 0x69, 0x67, 0x6e, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x73, 0x18, 0x05, 0x20, + 0x03, 0x28, 0x0c, 0x52, 0x09, 0x73, 0x69, 0x67, 0x6e, 0x65, 0x72, 0x49, 0x64, 0x73, 0x12, 0x25, + 0x0a, 0x0e, 0x73, 0x69, 0x67, 0x6e, 0x65, 0x72, 0x5f, 0x69, 0x6e, 0x64, 0x69, 0x63, 0x65, 0x73, + 0x18, 0x06, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x0d, 0x73, 0x69, 0x67, 0x6e, 0x65, 0x72, 0x49, 0x6e, + 0x64, 0x69, 0x63, 0x65, 0x73, 0x42, 0x50, 0x0a, 0x1c, 0x6f, 0x72, 0x67, 0x2e, 0x6f, 0x6e, 0x66, + 0x6c, 0x6f, 0x77, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x65, 0x6e, 0x74, + 0x69, 0x74, 0x69, 0x65, 0x73, 0x5a, 0x30, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, + 0x6d, 0x2f, 0x6f, 0x6e, 0x66, 0x6c, 0x6f, 0x77, 0x2f, 0x66, 0x6c, 0x6f, 0x77, 0x2f, 0x70, 0x72, + 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x67, 0x6f, 0x2f, 0x66, 0x6c, 0x6f, 0x77, 0x2f, 0x65, + 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, +} + +var ( + file_flow_entities_collection_proto_rawDescOnce sync.Once + file_flow_entities_collection_proto_rawDescData = file_flow_entities_collection_proto_rawDesc +) + +func file_flow_entities_collection_proto_rawDescGZIP() []byte { + file_flow_entities_collection_proto_rawDescOnce.Do(func() { + file_flow_entities_collection_proto_rawDescData = protoimpl.X.CompressGZIP(file_flow_entities_collection_proto_rawDescData) + }) + return file_flow_entities_collection_proto_rawDescData +} + +var file_flow_entities_collection_proto_msgTypes = make([]protoimpl.MessageInfo, 2) +var file_flow_entities_collection_proto_goTypes = []interface{}{ + (*Collection)(nil), // 0: flow.entities.Collection + (*CollectionGuarantee)(nil), // 1: flow.entities.CollectionGuarantee +} +var file_flow_entities_collection_proto_depIdxs = []int32{ + 0, // [0:0] is the sub-list for method output_type + 0, // [0:0] is the sub-list for method input_type + 0, // [0:0] is the sub-list for extension type_name + 0, // [0:0] is the sub-list for extension extendee + 0, // [0:0] is the sub-list for field type_name +} + +func init() { file_flow_entities_collection_proto_init() } +func file_flow_entities_collection_proto_init() { + if File_flow_entities_collection_proto != nil { + return + } + if !protoimpl.UnsafeEnabled { + file_flow_entities_collection_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*Collection); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_flow_entities_collection_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*CollectionGuarantee); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + } + type x struct{} + out := protoimpl.TypeBuilder{ + File: protoimpl.DescBuilder{ + GoPackagePath: reflect.TypeOf(x{}).PkgPath(), + RawDescriptor: file_flow_entities_collection_proto_rawDesc, + NumEnums: 0, + NumMessages: 2, + NumExtensions: 0, + NumServices: 0, + }, + GoTypes: file_flow_entities_collection_proto_goTypes, + DependencyIndexes: file_flow_entities_collection_proto_depIdxs, + MessageInfos: file_flow_entities_collection_proto_msgTypes, + }.Build() + File_flow_entities_collection_proto = out.File + file_flow_entities_collection_proto_rawDesc = nil + file_flow_entities_collection_proto_goTypes = nil + file_flow_entities_collection_proto_depIdxs = nil } diff --git a/protobuf/go/flow/entities/event.pb.go b/protobuf/go/flow/entities/event.pb.go index d623074aa..6985d5d34 100644 --- a/protobuf/go/flow/entities/event.pb.go +++ b/protobuf/go/flow/entities/event.pb.go @@ -1,116 +1,188 @@ // Code generated by protoc-gen-go. DO NOT EDIT. +// versions: +// protoc-gen-go v1.28.1 +// protoc (unknown) // source: flow/entities/event.proto package entities import ( - fmt "fmt" - proto "github.com/golang/protobuf/proto" - math "math" + protoreflect "google.golang.org/protobuf/reflect/protoreflect" + protoimpl "google.golang.org/protobuf/runtime/protoimpl" + reflect "reflect" + sync "sync" ) -// Reference imports to suppress errors if they are not otherwise used. -var _ = proto.Marshal -var _ = fmt.Errorf -var _ = math.Inf - -// This is a compile-time assertion to ensure that this generated file -// is compatible with the proto package it is being compiled against. -// A compilation error at this line likely means your copy of the -// proto package needs to be updated. -const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package +const ( + // Verify that this generated code is sufficiently up-to-date. + _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) + // Verify that runtime/protoimpl is sufficiently up-to-date. + _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) +) type Event struct { - Type string `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"` - TransactionId []byte `protobuf:"bytes,2,opt,name=transaction_id,json=transactionId,proto3" json:"transaction_id,omitempty"` - TransactionIndex uint32 `protobuf:"varint,3,opt,name=transaction_index,json=transactionIndex,proto3" json:"transaction_index,omitempty"` - EventIndex uint32 `protobuf:"varint,4,opt,name=event_index,json=eventIndex,proto3" json:"event_index,omitempty"` - Payload []byte `protobuf:"bytes,5,opt,name=payload,proto3" json:"payload,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Type string `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"` + TransactionId []byte `protobuf:"bytes,2,opt,name=transaction_id,json=transactionId,proto3" json:"transaction_id,omitempty"` + TransactionIndex uint32 `protobuf:"varint,3,opt,name=transaction_index,json=transactionIndex,proto3" json:"transaction_index,omitempty"` + EventIndex uint32 `protobuf:"varint,4,opt,name=event_index,json=eventIndex,proto3" json:"event_index,omitempty"` + Payload []byte `protobuf:"bytes,5,opt,name=payload,proto3" json:"payload,omitempty"` } -func (m *Event) Reset() { *m = Event{} } -func (m *Event) String() string { return proto.CompactTextString(m) } -func (*Event) ProtoMessage() {} -func (*Event) Descriptor() ([]byte, []int) { - return fileDescriptor_dcb08ee6f360364f, []int{0} +func (x *Event) Reset() { + *x = Event{} + if protoimpl.UnsafeEnabled { + mi := &file_flow_entities_event_proto_msgTypes[0] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } } -func (m *Event) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_Event.Unmarshal(m, b) -} -func (m *Event) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_Event.Marshal(b, m, deterministic) -} -func (m *Event) XXX_Merge(src proto.Message) { - xxx_messageInfo_Event.Merge(m, src) +func (x *Event) String() string { + return protoimpl.X.MessageStringOf(x) } -func (m *Event) XXX_Size() int { - return xxx_messageInfo_Event.Size(m) -} -func (m *Event) XXX_DiscardUnknown() { - xxx_messageInfo_Event.DiscardUnknown(m) + +func (*Event) ProtoMessage() {} + +func (x *Event) ProtoReflect() protoreflect.Message { + mi := &file_flow_entities_event_proto_msgTypes[0] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) } -var xxx_messageInfo_Event proto.InternalMessageInfo +// Deprecated: Use Event.ProtoReflect.Descriptor instead. +func (*Event) Descriptor() ([]byte, []int) { + return file_flow_entities_event_proto_rawDescGZIP(), []int{0} +} -func (m *Event) GetType() string { - if m != nil { - return m.Type +func (x *Event) GetType() string { + if x != nil { + return x.Type } return "" } -func (m *Event) GetTransactionId() []byte { - if m != nil { - return m.TransactionId +func (x *Event) GetTransactionId() []byte { + if x != nil { + return x.TransactionId } return nil } -func (m *Event) GetTransactionIndex() uint32 { - if m != nil { - return m.TransactionIndex +func (x *Event) GetTransactionIndex() uint32 { + if x != nil { + return x.TransactionIndex } return 0 } -func (m *Event) GetEventIndex() uint32 { - if m != nil { - return m.EventIndex +func (x *Event) GetEventIndex() uint32 { + if x != nil { + return x.EventIndex } return 0 } -func (m *Event) GetPayload() []byte { - if m != nil { - return m.Payload +func (x *Event) GetPayload() []byte { + if x != nil { + return x.Payload } return nil } -func init() { - proto.RegisterType((*Event)(nil), "flow.entities.Event") +var File_flow_entities_event_proto protoreflect.FileDescriptor + +var file_flow_entities_event_proto_rawDesc = []byte{ + 0x0a, 0x19, 0x66, 0x6c, 0x6f, 0x77, 0x2f, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x2f, + 0x65, 0x76, 0x65, 0x6e, 0x74, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x0d, 0x66, 0x6c, 0x6f, + 0x77, 0x2e, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x22, 0xaa, 0x01, 0x0a, 0x05, 0x45, + 0x76, 0x65, 0x6e, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x18, 0x01, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x04, 0x74, 0x79, 0x70, 0x65, 0x12, 0x25, 0x0a, 0x0e, 0x74, 0x72, 0x61, 0x6e, + 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0c, + 0x52, 0x0d, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x64, 0x12, + 0x2b, 0x0a, 0x11, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x69, + 0x6e, 0x64, 0x65, 0x78, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x10, 0x74, 0x72, 0x61, 0x6e, + 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x12, 0x1f, 0x0a, 0x0b, + 0x65, 0x76, 0x65, 0x6e, 0x74, 0x5f, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x18, 0x04, 0x20, 0x01, 0x28, + 0x0d, 0x52, 0x0a, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x12, 0x18, 0x0a, + 0x07, 0x70, 0x61, 0x79, 0x6c, 0x6f, 0x61, 0x64, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x07, + 0x70, 0x61, 0x79, 0x6c, 0x6f, 0x61, 0x64, 0x42, 0x50, 0x0a, 0x1c, 0x6f, 0x72, 0x67, 0x2e, 0x6f, + 0x6e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x65, + 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x5a, 0x30, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, + 0x63, 0x6f, 0x6d, 0x2f, 0x6f, 0x6e, 0x66, 0x6c, 0x6f, 0x77, 0x2f, 0x66, 0x6c, 0x6f, 0x77, 0x2f, + 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x67, 0x6f, 0x2f, 0x66, 0x6c, 0x6f, 0x77, + 0x2f, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, + 0x33, +} + +var ( + file_flow_entities_event_proto_rawDescOnce sync.Once + file_flow_entities_event_proto_rawDescData = file_flow_entities_event_proto_rawDesc +) + +func file_flow_entities_event_proto_rawDescGZIP() []byte { + file_flow_entities_event_proto_rawDescOnce.Do(func() { + file_flow_entities_event_proto_rawDescData = protoimpl.X.CompressGZIP(file_flow_entities_event_proto_rawDescData) + }) + return file_flow_entities_event_proto_rawDescData +} + +var file_flow_entities_event_proto_msgTypes = make([]protoimpl.MessageInfo, 1) +var file_flow_entities_event_proto_goTypes = []interface{}{ + (*Event)(nil), // 0: flow.entities.Event +} +var file_flow_entities_event_proto_depIdxs = []int32{ + 0, // [0:0] is the sub-list for method output_type + 0, // [0:0] is the sub-list for method input_type + 0, // [0:0] is the sub-list for extension type_name + 0, // [0:0] is the sub-list for extension extendee + 0, // [0:0] is the sub-list for field type_name } -func init() { proto.RegisterFile("flow/entities/event.proto", fileDescriptor_dcb08ee6f360364f) } - -var fileDescriptor_dcb08ee6f360364f = []byte{ - // 217 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x92, 0x4c, 0xcb, 0xc9, 0x2f, - 0xd7, 0x4f, 0xcd, 0x2b, 0xc9, 0x2c, 0xc9, 0x4c, 0x2d, 0xd6, 0x4f, 0x2d, 0x4b, 0xcd, 0x2b, 0xd1, - 0x2b, 0x28, 0xca, 0x2f, 0xc9, 0x17, 0xe2, 0x05, 0x49, 0xe9, 0xc1, 0xa4, 0x94, 0x56, 0x31, 0x72, - 0xb1, 0xba, 0x82, 0xa4, 0x85, 0x84, 0xb8, 0x58, 0x4a, 0x2a, 0x0b, 0x52, 0x25, 0x18, 0x15, 0x18, - 0x35, 0x38, 0x83, 0xc0, 0x6c, 0x21, 0x55, 0x2e, 0xbe, 0x92, 0xa2, 0xc4, 0xbc, 0xe2, 0xc4, 0xe4, - 0x92, 0xcc, 0xfc, 0xbc, 0xf8, 0xcc, 0x14, 0x09, 0x26, 0x05, 0x46, 0x0d, 0x9e, 0x20, 0x5e, 0x24, - 0x51, 0xcf, 0x14, 0x21, 0x6d, 0x2e, 0x41, 0x14, 0x65, 0x79, 0x29, 0xa9, 0x15, 0x12, 0xcc, 0x0a, - 0x8c, 0x1a, 0xbc, 0x41, 0x02, 0xc8, 0x2a, 0x41, 0xe2, 0x42, 0xf2, 0x5c, 0xdc, 0x60, 0xf7, 0x40, - 0x95, 0xb1, 0x80, 0x95, 0x71, 0x81, 0x85, 0x20, 0x0a, 0x24, 0xb8, 0xd8, 0x0b, 0x12, 0x2b, 0x73, - 0xf2, 0x13, 0x53, 0x24, 0x58, 0xc1, 0xb6, 0xc1, 0xb8, 0x4e, 0x01, 0x5c, 0x32, 0xf9, 0x45, 0xe9, - 0x7a, 0xf9, 0x79, 0x60, 0x3f, 0x80, 0xfd, 0x93, 0x54, 0x9a, 0x06, 0xf7, 0x4c, 0x94, 0x41, 0x7a, - 0x66, 0x49, 0x46, 0x69, 0x92, 0x5e, 0x72, 0x7e, 0xae, 0x3e, 0x44, 0x91, 0x3e, 0x98, 0x80, 0xa9, - 0xd4, 0x4f, 0xcf, 0xd7, 0x47, 0x09, 0x99, 0x24, 0x36, 0xb0, 0x94, 0x31, 0x20, 0x00, 0x00, 0xff, - 0xff, 0x60, 0x77, 0x75, 0x47, 0x31, 0x01, 0x00, 0x00, +func init() { file_flow_entities_event_proto_init() } +func file_flow_entities_event_proto_init() { + if File_flow_entities_event_proto != nil { + return + } + if !protoimpl.UnsafeEnabled { + file_flow_entities_event_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*Event); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + } + type x struct{} + out := protoimpl.TypeBuilder{ + File: protoimpl.DescBuilder{ + GoPackagePath: reflect.TypeOf(x{}).PkgPath(), + RawDescriptor: file_flow_entities_event_proto_rawDesc, + NumEnums: 0, + NumMessages: 1, + NumExtensions: 0, + NumServices: 0, + }, + GoTypes: file_flow_entities_event_proto_goTypes, + DependencyIndexes: file_flow_entities_event_proto_depIdxs, + MessageInfos: file_flow_entities_event_proto_msgTypes, + }.Build() + File_flow_entities_event_proto = out.File + file_flow_entities_event_proto_rawDesc = nil + file_flow_entities_event_proto_goTypes = nil + file_flow_entities_event_proto_depIdxs = nil } diff --git a/protobuf/go/flow/entities/execution_result.pb.go b/protobuf/go/flow/entities/execution_result.pb.go index 9ae6bd6d3..c59348bcd 100644 --- a/protobuf/go/flow/entities/execution_result.pb.go +++ b/protobuf/go/flow/entities/execution_result.pb.go @@ -1,363 +1,521 @@ // Code generated by protoc-gen-go. DO NOT EDIT. +// versions: +// protoc-gen-go v1.28.1 +// protoc (unknown) // source: flow/entities/execution_result.proto package entities import ( - fmt "fmt" - proto "github.com/golang/protobuf/proto" - math "math" + protoreflect "google.golang.org/protobuf/reflect/protoreflect" + protoimpl "google.golang.org/protobuf/runtime/protoimpl" + reflect "reflect" + sync "sync" ) -// Reference imports to suppress errors if they are not otherwise used. -var _ = proto.Marshal -var _ = fmt.Errorf -var _ = math.Inf - -// This is a compile-time assertion to ensure that this generated file -// is compatible with the proto package it is being compiled against. -// A compilation error at this line likely means your copy of the -// proto package needs to be updated. -const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package +const ( + // Verify that this generated code is sufficiently up-to-date. + _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) + // Verify that runtime/protoimpl is sufficiently up-to-date. + _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) +) type ExecutionResult struct { - PreviousResultId []byte `protobuf:"bytes,1,opt,name=previous_result_id,json=previousResultId,proto3" json:"previous_result_id,omitempty"` - BlockId []byte `protobuf:"bytes,2,opt,name=block_id,json=blockId,proto3" json:"block_id,omitempty"` - Chunks []*Chunk `protobuf:"bytes,3,rep,name=chunks,proto3" json:"chunks,omitempty"` - ServiceEvents []*ServiceEvent `protobuf:"bytes,4,rep,name=service_events,json=serviceEvents,proto3" json:"service_events,omitempty"` - ExecutionDataId []byte `protobuf:"bytes,5,opt,name=execution_data_id,json=executionDataId,proto3" json:"execution_data_id,omitempty"` // Deprecated: Do not use. - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *ExecutionResult) Reset() { *m = ExecutionResult{} } -func (m *ExecutionResult) String() string { return proto.CompactTextString(m) } -func (*ExecutionResult) ProtoMessage() {} -func (*ExecutionResult) Descriptor() ([]byte, []int) { - return fileDescriptor_806371cb5e5e336b, []int{0} + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + PreviousResultId []byte `protobuf:"bytes,1,opt,name=previous_result_id,json=previousResultId,proto3" json:"previous_result_id,omitempty"` + BlockId []byte `protobuf:"bytes,2,opt,name=block_id,json=blockId,proto3" json:"block_id,omitempty"` + Chunks []*Chunk `protobuf:"bytes,3,rep,name=chunks,proto3" json:"chunks,omitempty"` + ServiceEvents []*ServiceEvent `protobuf:"bytes,4,rep,name=service_events,json=serviceEvents,proto3" json:"service_events,omitempty"` + // Deprecated: Do not use. + ExecutionDataId []byte `protobuf:"bytes,5,opt,name=execution_data_id,json=executionDataId,proto3" json:"execution_data_id,omitempty"` +} + +func (x *ExecutionResult) Reset() { + *x = ExecutionResult{} + if protoimpl.UnsafeEnabled { + mi := &file_flow_entities_execution_result_proto_msgTypes[0] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } } -func (m *ExecutionResult) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_ExecutionResult.Unmarshal(m, b) -} -func (m *ExecutionResult) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_ExecutionResult.Marshal(b, m, deterministic) -} -func (m *ExecutionResult) XXX_Merge(src proto.Message) { - xxx_messageInfo_ExecutionResult.Merge(m, src) +func (x *ExecutionResult) String() string { + return protoimpl.X.MessageStringOf(x) } -func (m *ExecutionResult) XXX_Size() int { - return xxx_messageInfo_ExecutionResult.Size(m) -} -func (m *ExecutionResult) XXX_DiscardUnknown() { - xxx_messageInfo_ExecutionResult.DiscardUnknown(m) + +func (*ExecutionResult) ProtoMessage() {} + +func (x *ExecutionResult) ProtoReflect() protoreflect.Message { + mi := &file_flow_entities_execution_result_proto_msgTypes[0] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) } -var xxx_messageInfo_ExecutionResult proto.InternalMessageInfo +// Deprecated: Use ExecutionResult.ProtoReflect.Descriptor instead. +func (*ExecutionResult) Descriptor() ([]byte, []int) { + return file_flow_entities_execution_result_proto_rawDescGZIP(), []int{0} +} -func (m *ExecutionResult) GetPreviousResultId() []byte { - if m != nil { - return m.PreviousResultId +func (x *ExecutionResult) GetPreviousResultId() []byte { + if x != nil { + return x.PreviousResultId } return nil } -func (m *ExecutionResult) GetBlockId() []byte { - if m != nil { - return m.BlockId +func (x *ExecutionResult) GetBlockId() []byte { + if x != nil { + return x.BlockId } return nil } -func (m *ExecutionResult) GetChunks() []*Chunk { - if m != nil { - return m.Chunks +func (x *ExecutionResult) GetChunks() []*Chunk { + if x != nil { + return x.Chunks } return nil } -func (m *ExecutionResult) GetServiceEvents() []*ServiceEvent { - if m != nil { - return m.ServiceEvents +func (x *ExecutionResult) GetServiceEvents() []*ServiceEvent { + if x != nil { + return x.ServiceEvents } return nil } // Deprecated: Do not use. -func (m *ExecutionResult) GetExecutionDataId() []byte { - if m != nil { - return m.ExecutionDataId +func (x *ExecutionResult) GetExecutionDataId() []byte { + if x != nil { + return x.ExecutionDataId } return nil } type Chunk struct { - CollectionIndex uint32 `protobuf:"varint,1,opt,name=CollectionIndex,proto3" json:"CollectionIndex,omitempty"` - StartState []byte `protobuf:"bytes,2,opt,name=start_state,json=startState,proto3" json:"start_state,omitempty"` - EventCollection []byte `protobuf:"bytes,3,opt,name=event_collection,json=eventCollection,proto3" json:"event_collection,omitempty"` - BlockId []byte `protobuf:"bytes,4,opt,name=block_id,json=blockId,proto3" json:"block_id,omitempty"` - TotalComputationUsed uint64 `protobuf:"varint,5,opt,name=total_computation_used,json=totalComputationUsed,proto3" json:"total_computation_used,omitempty"` - NumberOfTransactions uint32 `protobuf:"varint,6,opt,name=number_of_transactions,json=numberOfTransactions,proto3" json:"number_of_transactions,omitempty"` - Index uint64 `protobuf:"varint,7,opt,name=index,proto3" json:"index,omitempty"` - EndState []byte `protobuf:"bytes,8,opt,name=end_state,json=endState,proto3" json:"end_state,omitempty"` - ExecutionDataId []byte `protobuf:"bytes,9,opt,name=execution_data_id,json=executionDataId,proto3" json:"execution_data_id,omitempty"` - StateDeltaCommitment []byte `protobuf:"bytes,10,opt,name=state_delta_commitment,json=stateDeltaCommitment,proto3" json:"state_delta_commitment,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *Chunk) Reset() { *m = Chunk{} } -func (m *Chunk) String() string { return proto.CompactTextString(m) } -func (*Chunk) ProtoMessage() {} -func (*Chunk) Descriptor() ([]byte, []int) { - return fileDescriptor_806371cb5e5e336b, []int{1} + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + CollectionIndex uint32 `protobuf:"varint,1,opt,name=CollectionIndex,proto3" json:"CollectionIndex,omitempty"` + StartState []byte `protobuf:"bytes,2,opt,name=start_state,json=startState,proto3" json:"start_state,omitempty"` // state when starting executing this chunk + EventCollection []byte `protobuf:"bytes,3,opt,name=event_collection,json=eventCollection,proto3" json:"event_collection,omitempty"` // Events generated by executing results + BlockId []byte `protobuf:"bytes,4,opt,name=block_id,json=blockId,proto3" json:"block_id,omitempty"` // Block id of the execution result this chunk belongs to + TotalComputationUsed uint64 `protobuf:"varint,5,opt,name=total_computation_used,json=totalComputationUsed,proto3" json:"total_computation_used,omitempty"` // total amount of computation used by running all txs in this chunk + NumberOfTransactions uint32 `protobuf:"varint,6,opt,name=number_of_transactions,json=numberOfTransactions,proto3" json:"number_of_transactions,omitempty"` // number of transactions inside the collection + Index uint64 `protobuf:"varint,7,opt,name=index,proto3" json:"index,omitempty"` // chunk index inside the ER (starts from zero) + EndState []byte `protobuf:"bytes,8,opt,name=end_state,json=endState,proto3" json:"end_state,omitempty"` // EndState inferred from next chunk or from the ER + ExecutionDataId []byte `protobuf:"bytes,9,opt,name=execution_data_id,json=executionDataId,proto3" json:"execution_data_id,omitempty"` + StateDeltaCommitment []byte `protobuf:"bytes,10,opt,name=state_delta_commitment,json=stateDeltaCommitment,proto3" json:"state_delta_commitment,omitempty"` // a commitment over sorted list of register changes +} + +func (x *Chunk) Reset() { + *x = Chunk{} + if protoimpl.UnsafeEnabled { + mi := &file_flow_entities_execution_result_proto_msgTypes[1] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } } -func (m *Chunk) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_Chunk.Unmarshal(m, b) -} -func (m *Chunk) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_Chunk.Marshal(b, m, deterministic) +func (x *Chunk) String() string { + return protoimpl.X.MessageStringOf(x) } -func (m *Chunk) XXX_Merge(src proto.Message) { - xxx_messageInfo_Chunk.Merge(m, src) -} -func (m *Chunk) XXX_Size() int { - return xxx_messageInfo_Chunk.Size(m) -} -func (m *Chunk) XXX_DiscardUnknown() { - xxx_messageInfo_Chunk.DiscardUnknown(m) + +func (*Chunk) ProtoMessage() {} + +func (x *Chunk) ProtoReflect() protoreflect.Message { + mi := &file_flow_entities_execution_result_proto_msgTypes[1] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) } -var xxx_messageInfo_Chunk proto.InternalMessageInfo +// Deprecated: Use Chunk.ProtoReflect.Descriptor instead. +func (*Chunk) Descriptor() ([]byte, []int) { + return file_flow_entities_execution_result_proto_rawDescGZIP(), []int{1} +} -func (m *Chunk) GetCollectionIndex() uint32 { - if m != nil { - return m.CollectionIndex +func (x *Chunk) GetCollectionIndex() uint32 { + if x != nil { + return x.CollectionIndex } return 0 } -func (m *Chunk) GetStartState() []byte { - if m != nil { - return m.StartState +func (x *Chunk) GetStartState() []byte { + if x != nil { + return x.StartState } return nil } -func (m *Chunk) GetEventCollection() []byte { - if m != nil { - return m.EventCollection +func (x *Chunk) GetEventCollection() []byte { + if x != nil { + return x.EventCollection } return nil } -func (m *Chunk) GetBlockId() []byte { - if m != nil { - return m.BlockId +func (x *Chunk) GetBlockId() []byte { + if x != nil { + return x.BlockId } return nil } -func (m *Chunk) GetTotalComputationUsed() uint64 { - if m != nil { - return m.TotalComputationUsed +func (x *Chunk) GetTotalComputationUsed() uint64 { + if x != nil { + return x.TotalComputationUsed } return 0 } -func (m *Chunk) GetNumberOfTransactions() uint32 { - if m != nil { - return m.NumberOfTransactions +func (x *Chunk) GetNumberOfTransactions() uint32 { + if x != nil { + return x.NumberOfTransactions } return 0 } -func (m *Chunk) GetIndex() uint64 { - if m != nil { - return m.Index +func (x *Chunk) GetIndex() uint64 { + if x != nil { + return x.Index } return 0 } -func (m *Chunk) GetEndState() []byte { - if m != nil { - return m.EndState +func (x *Chunk) GetEndState() []byte { + if x != nil { + return x.EndState } return nil } -func (m *Chunk) GetExecutionDataId() []byte { - if m != nil { - return m.ExecutionDataId +func (x *Chunk) GetExecutionDataId() []byte { + if x != nil { + return x.ExecutionDataId } return nil } -func (m *Chunk) GetStateDeltaCommitment() []byte { - if m != nil { - return m.StateDeltaCommitment +func (x *Chunk) GetStateDeltaCommitment() []byte { + if x != nil { + return x.StateDeltaCommitment } return nil } type ServiceEvent struct { - Type string `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"` - Payload []byte `protobuf:"bytes,2,opt,name=payload,proto3" json:"payload,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields -func (m *ServiceEvent) Reset() { *m = ServiceEvent{} } -func (m *ServiceEvent) String() string { return proto.CompactTextString(m) } -func (*ServiceEvent) ProtoMessage() {} -func (*ServiceEvent) Descriptor() ([]byte, []int) { - return fileDescriptor_806371cb5e5e336b, []int{2} + Type string `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"` + Payload []byte `protobuf:"bytes,2,opt,name=payload,proto3" json:"payload,omitempty"` } -func (m *ServiceEvent) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_ServiceEvent.Unmarshal(m, b) -} -func (m *ServiceEvent) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_ServiceEvent.Marshal(b, m, deterministic) -} -func (m *ServiceEvent) XXX_Merge(src proto.Message) { - xxx_messageInfo_ServiceEvent.Merge(m, src) +func (x *ServiceEvent) Reset() { + *x = ServiceEvent{} + if protoimpl.UnsafeEnabled { + mi := &file_flow_entities_execution_result_proto_msgTypes[2] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } } -func (m *ServiceEvent) XXX_Size() int { - return xxx_messageInfo_ServiceEvent.Size(m) + +func (x *ServiceEvent) String() string { + return protoimpl.X.MessageStringOf(x) } -func (m *ServiceEvent) XXX_DiscardUnknown() { - xxx_messageInfo_ServiceEvent.DiscardUnknown(m) + +func (*ServiceEvent) ProtoMessage() {} + +func (x *ServiceEvent) ProtoReflect() protoreflect.Message { + mi := &file_flow_entities_execution_result_proto_msgTypes[2] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) } -var xxx_messageInfo_ServiceEvent proto.InternalMessageInfo +// Deprecated: Use ServiceEvent.ProtoReflect.Descriptor instead. +func (*ServiceEvent) Descriptor() ([]byte, []int) { + return file_flow_entities_execution_result_proto_rawDescGZIP(), []int{2} +} -func (m *ServiceEvent) GetType() string { - if m != nil { - return m.Type +func (x *ServiceEvent) GetType() string { + if x != nil { + return x.Type } return "" } -func (m *ServiceEvent) GetPayload() []byte { - if m != nil { - return m.Payload +func (x *ServiceEvent) GetPayload() []byte { + if x != nil { + return x.Payload } return nil } type ExecutionReceiptMeta struct { - ExecutorId []byte `protobuf:"bytes,1,opt,name=executor_id,json=executorId,proto3" json:"executor_id,omitempty"` - ResultId []byte `protobuf:"bytes,2,opt,name=result_id,json=resultId,proto3" json:"result_id,omitempty"` - Spocks [][]byte `protobuf:"bytes,3,rep,name=spocks,proto3" json:"spocks,omitempty"` - ExecutorSignature []byte `protobuf:"bytes,4,opt,name=executor_signature,json=executorSignature,proto3" json:"executor_signature,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *ExecutionReceiptMeta) Reset() { *m = ExecutionReceiptMeta{} } -func (m *ExecutionReceiptMeta) String() string { return proto.CompactTextString(m) } -func (*ExecutionReceiptMeta) ProtoMessage() {} -func (*ExecutionReceiptMeta) Descriptor() ([]byte, []int) { - return fileDescriptor_806371cb5e5e336b, []int{3} + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + ExecutorId []byte `protobuf:"bytes,1,opt,name=executor_id,json=executorId,proto3" json:"executor_id,omitempty"` + ResultId []byte `protobuf:"bytes,2,opt,name=result_id,json=resultId,proto3" json:"result_id,omitempty"` + Spocks [][]byte `protobuf:"bytes,3,rep,name=spocks,proto3" json:"spocks,omitempty"` + ExecutorSignature []byte `protobuf:"bytes,4,opt,name=executor_signature,json=executorSignature,proto3" json:"executor_signature,omitempty"` +} + +func (x *ExecutionReceiptMeta) Reset() { + *x = ExecutionReceiptMeta{} + if protoimpl.UnsafeEnabled { + mi := &file_flow_entities_execution_result_proto_msgTypes[3] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } } -func (m *ExecutionReceiptMeta) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_ExecutionReceiptMeta.Unmarshal(m, b) -} -func (m *ExecutionReceiptMeta) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_ExecutionReceiptMeta.Marshal(b, m, deterministic) +func (x *ExecutionReceiptMeta) String() string { + return protoimpl.X.MessageStringOf(x) } -func (m *ExecutionReceiptMeta) XXX_Merge(src proto.Message) { - xxx_messageInfo_ExecutionReceiptMeta.Merge(m, src) -} -func (m *ExecutionReceiptMeta) XXX_Size() int { - return xxx_messageInfo_ExecutionReceiptMeta.Size(m) -} -func (m *ExecutionReceiptMeta) XXX_DiscardUnknown() { - xxx_messageInfo_ExecutionReceiptMeta.DiscardUnknown(m) + +func (*ExecutionReceiptMeta) ProtoMessage() {} + +func (x *ExecutionReceiptMeta) ProtoReflect() protoreflect.Message { + mi := &file_flow_entities_execution_result_proto_msgTypes[3] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) } -var xxx_messageInfo_ExecutionReceiptMeta proto.InternalMessageInfo +// Deprecated: Use ExecutionReceiptMeta.ProtoReflect.Descriptor instead. +func (*ExecutionReceiptMeta) Descriptor() ([]byte, []int) { + return file_flow_entities_execution_result_proto_rawDescGZIP(), []int{3} +} -func (m *ExecutionReceiptMeta) GetExecutorId() []byte { - if m != nil { - return m.ExecutorId +func (x *ExecutionReceiptMeta) GetExecutorId() []byte { + if x != nil { + return x.ExecutorId } return nil } -func (m *ExecutionReceiptMeta) GetResultId() []byte { - if m != nil { - return m.ResultId +func (x *ExecutionReceiptMeta) GetResultId() []byte { + if x != nil { + return x.ResultId } return nil } -func (m *ExecutionReceiptMeta) GetSpocks() [][]byte { - if m != nil { - return m.Spocks +func (x *ExecutionReceiptMeta) GetSpocks() [][]byte { + if x != nil { + return x.Spocks } return nil } -func (m *ExecutionReceiptMeta) GetExecutorSignature() []byte { - if m != nil { - return m.ExecutorSignature +func (x *ExecutionReceiptMeta) GetExecutorSignature() []byte { + if x != nil { + return x.ExecutorSignature } return nil } -func init() { - proto.RegisterType((*ExecutionResult)(nil), "flow.entities.ExecutionResult") - proto.RegisterType((*Chunk)(nil), "flow.entities.Chunk") - proto.RegisterType((*ServiceEvent)(nil), "flow.entities.ServiceEvent") - proto.RegisterType((*ExecutionReceiptMeta)(nil), "flow.entities.ExecutionReceiptMeta") -} - -func init() { - proto.RegisterFile("flow/entities/execution_result.proto", fileDescriptor_806371cb5e5e336b) -} - -var fileDescriptor_806371cb5e5e336b = []byte{ - // 543 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x6c, 0x53, 0x4f, 0x6f, 0xd3, 0x4e, - 0x10, 0x55, 0x9a, 0x34, 0x7f, 0xa6, 0xc9, 0x2f, 0xed, 0xca, 0xaa, 0xfc, 0x53, 0x91, 0xa8, 0x22, - 0x0e, 0x01, 0x15, 0x1b, 0x01, 0x47, 0x4e, 0x49, 0x7b, 0xc8, 0x01, 0x81, 0x1c, 0xb8, 0x70, 0xb1, - 0x36, 0xf6, 0x24, 0xb5, 0xea, 0xec, 0x5a, 0xde, 0x71, 0x68, 0x3f, 0x0a, 0xe2, 0xab, 0x72, 0x40, - 0x3b, 0xfe, 0x93, 0xa4, 0xe2, 0x12, 0x65, 0xe6, 0xbd, 0x19, 0xcf, 0x9b, 0x79, 0x0b, 0xaf, 0xd6, - 0xa9, 0xfe, 0xe9, 0xa3, 0xa2, 0x84, 0x12, 0x34, 0x3e, 0x3e, 0x62, 0x54, 0x50, 0xa2, 0x55, 0x98, - 0xa3, 0x29, 0x52, 0xf2, 0xb2, 0x5c, 0x93, 0x16, 0x23, 0xcb, 0xf2, 0x6a, 0xd6, 0xe4, 0x4f, 0x0b, - 0xc6, 0x77, 0x35, 0x33, 0x60, 0xa2, 0xb8, 0x01, 0x91, 0xe5, 0xb8, 0x4b, 0x74, 0x61, 0xaa, 0xda, - 0x30, 0x89, 0xdd, 0xd6, 0x75, 0x6b, 0x3a, 0x0c, 0xce, 0x6b, 0xa4, 0xe4, 0x2e, 0x62, 0xf1, 0x3f, - 0xf4, 0x57, 0xa9, 0x8e, 0x1e, 0x2c, 0xe7, 0x84, 0x39, 0x3d, 0x8e, 0x17, 0xb1, 0xb8, 0x81, 0x6e, - 0x74, 0x5f, 0xa8, 0x07, 0xe3, 0xb6, 0xaf, 0xdb, 0xd3, 0xb3, 0xf7, 0x8e, 0x77, 0xf4, 0x71, 0x6f, - 0x6e, 0xc1, 0xa0, 0xe2, 0x88, 0x19, 0xfc, 0x67, 0x30, 0xdf, 0x25, 0x11, 0x86, 0xb8, 0x43, 0x45, - 0xc6, 0xed, 0x70, 0xd5, 0xd5, 0xb3, 0xaa, 0x65, 0x49, 0xba, 0xb3, 0x9c, 0x60, 0x64, 0x0e, 0x22, - 0x23, 0x3c, 0xb8, 0xd8, 0xeb, 0x8e, 0x25, 0x49, 0x3b, 0xd5, 0xa9, 0x9d, 0x6a, 0x76, 0xe2, 0xb6, - 0x82, 0x71, 0x03, 0xde, 0x4a, 0x92, 0x8b, 0x78, 0xf2, 0xab, 0x0d, 0xa7, 0x3c, 0x85, 0x98, 0xc2, - 0x78, 0xae, 0xd3, 0x14, 0x23, 0x8b, 0x2e, 0x54, 0x8c, 0x8f, 0xac, 0x78, 0x14, 0x3c, 0x4f, 0x8b, - 0x97, 0x70, 0x66, 0x48, 0xe6, 0x14, 0x1a, 0x92, 0x84, 0x95, 0x66, 0xe0, 0xd4, 0xd2, 0x66, 0xc4, - 0x6b, 0x38, 0x67, 0x01, 0x61, 0xd4, 0x54, 0xba, 0x6d, 0x66, 0x8d, 0x39, 0xbf, 0x6f, 0x78, 0xb4, - 0xbc, 0xce, 0xf1, 0xf2, 0x3e, 0xc2, 0x25, 0x69, 0x92, 0x69, 0x18, 0xe9, 0x6d, 0x56, 0x90, 0x64, - 0x49, 0x85, 0xc1, 0x52, 0x4f, 0x27, 0x70, 0x18, 0x9d, 0xef, 0xc1, 0xef, 0x06, 0xb9, 0x4a, 0x15, - 0xdb, 0x15, 0xe6, 0xa1, 0x5e, 0x87, 0x94, 0x4b, 0x65, 0x24, 0x7f, 0xc9, 0xb8, 0x5d, 0x56, 0xe3, - 0x94, 0xe8, 0x97, 0xf5, 0xb7, 0x03, 0x4c, 0x38, 0x70, 0x9a, 0xb0, 0xe4, 0x1e, 0xb7, 0x2e, 0x03, - 0x71, 0x05, 0x03, 0x54, 0x71, 0x25, 0xb3, 0xcf, 0xd3, 0xf5, 0x51, 0xc5, 0xa5, 0xc8, 0x37, 0xff, - 0xda, 0xf4, 0xa0, 0x52, 0x79, 0xbc, 0x65, 0x3b, 0x14, 0x37, 0x09, 0x63, 0x4c, 0x49, 0x5a, 0x41, - 0xdb, 0x84, 0xb6, 0xa8, 0xc8, 0x05, 0x2e, 0x70, 0x18, 0xbd, 0xb5, 0xe0, 0xbc, 0xc1, 0x26, 0x9f, - 0x60, 0x78, 0x78, 0x6a, 0x21, 0xa0, 0x43, 0x4f, 0x19, 0xf2, 0x59, 0x06, 0x01, 0xff, 0x17, 0x2e, - 0xf4, 0x32, 0xf9, 0x94, 0x6a, 0xd9, 0x78, 0xaf, 0x0a, 0x27, 0xbf, 0x5b, 0xe0, 0x1c, 0x18, 0x3b, - 0xc2, 0x24, 0xa3, 0xcf, 0x48, 0xd2, 0x9e, 0xaf, 0x9c, 0x4f, 0xe7, 0x7b, 0x5b, 0x43, 0x9d, 0x5a, - 0xc4, 0x56, 0xf6, 0xde, 0xf5, 0x65, 0xd7, 0x7e, 0x5e, 0xbb, 0xfd, 0x12, 0xba, 0x26, 0xd3, 0x51, - 0x65, 0xe9, 0x61, 0x50, 0x45, 0xe2, 0x2d, 0x88, 0xa6, 0xab, 0x49, 0x36, 0x4a, 0x52, 0x91, 0x63, - 0x75, 0xd2, 0x8b, 0x1a, 0x59, 0xd6, 0xc0, 0xec, 0x2b, 0xbc, 0xd0, 0xf9, 0xc6, 0xd3, 0x8a, 0xad, - 0xcd, 0x2f, 0x73, 0x55, 0xac, 0x1b, 0x8f, 0xff, 0x78, 0xb7, 0x49, 0xe8, 0xbe, 0x58, 0x79, 0x91, - 0xde, 0xfa, 0x25, 0xc9, 0xe7, 0x9f, 0x9a, 0xe9, 0x6f, 0xb4, 0x7f, 0xf4, 0xdc, 0x57, 0x5d, 0x86, - 0x3e, 0xfc, 0x0d, 0x00, 0x00, 0xff, 0xff, 0xe8, 0x4c, 0x56, 0xf8, 0x06, 0x04, 0x00, 0x00, +var File_flow_entities_execution_result_proto protoreflect.FileDescriptor + +var file_flow_entities_execution_result_proto_rawDesc = []byte{ + 0x0a, 0x24, 0x66, 0x6c, 0x6f, 0x77, 0x2f, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x2f, + 0x65, 0x78, 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, + 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x0d, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x65, 0x6e, 0x74, + 0x69, 0x74, 0x69, 0x65, 0x73, 0x22, 0xfc, 0x01, 0x0a, 0x0f, 0x45, 0x78, 0x65, 0x63, 0x75, 0x74, + 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x12, 0x2c, 0x0a, 0x12, 0x70, 0x72, 0x65, + 0x76, 0x69, 0x6f, 0x75, 0x73, 0x5f, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x5f, 0x69, 0x64, 0x18, + 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x10, 0x70, 0x72, 0x65, 0x76, 0x69, 0x6f, 0x75, 0x73, 0x52, + 0x65, 0x73, 0x75, 0x6c, 0x74, 0x49, 0x64, 0x12, 0x19, 0x0a, 0x08, 0x62, 0x6c, 0x6f, 0x63, 0x6b, + 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x07, 0x62, 0x6c, 0x6f, 0x63, 0x6b, + 0x49, 0x64, 0x12, 0x2c, 0x0a, 0x06, 0x63, 0x68, 0x75, 0x6e, 0x6b, 0x73, 0x18, 0x03, 0x20, 0x03, + 0x28, 0x0b, 0x32, 0x14, 0x2e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, + 0x65, 0x73, 0x2e, 0x43, 0x68, 0x75, 0x6e, 0x6b, 0x52, 0x06, 0x63, 0x68, 0x75, 0x6e, 0x6b, 0x73, + 0x12, 0x42, 0x0a, 0x0e, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x5f, 0x65, 0x76, 0x65, 0x6e, + 0x74, 0x73, 0x18, 0x04, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x1b, 0x2e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, + 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x2e, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, + 0x45, 0x76, 0x65, 0x6e, 0x74, 0x52, 0x0d, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x45, 0x76, + 0x65, 0x6e, 0x74, 0x73, 0x12, 0x2e, 0x0a, 0x11, 0x65, 0x78, 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, + 0x6e, 0x5f, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x69, 0x64, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0c, 0x42, + 0x02, 0x18, 0x01, 0x52, 0x0f, 0x65, 0x78, 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x44, 0x61, + 0x74, 0x61, 0x49, 0x64, 0x22, 0x99, 0x03, 0x0a, 0x05, 0x43, 0x68, 0x75, 0x6e, 0x6b, 0x12, 0x28, + 0x0a, 0x0f, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x6e, 0x64, 0x65, + 0x78, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0f, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, + 0x69, 0x6f, 0x6e, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x12, 0x1f, 0x0a, 0x0b, 0x73, 0x74, 0x61, 0x72, + 0x74, 0x5f, 0x73, 0x74, 0x61, 0x74, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x0a, 0x73, + 0x74, 0x61, 0x72, 0x74, 0x53, 0x74, 0x61, 0x74, 0x65, 0x12, 0x29, 0x0a, 0x10, 0x65, 0x76, 0x65, + 0x6e, 0x74, 0x5f, 0x63, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x03, 0x20, + 0x01, 0x28, 0x0c, 0x52, 0x0f, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, + 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x19, 0x0a, 0x08, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x5f, 0x69, 0x64, + 0x18, 0x04, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x07, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x49, 0x64, 0x12, + 0x34, 0x0a, 0x16, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x5f, 0x63, 0x6f, 0x6d, 0x70, 0x75, 0x74, 0x61, + 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x75, 0x73, 0x65, 0x64, 0x18, 0x05, 0x20, 0x01, 0x28, 0x04, 0x52, + 0x14, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x43, 0x6f, 0x6d, 0x70, 0x75, 0x74, 0x61, 0x74, 0x69, 0x6f, + 0x6e, 0x55, 0x73, 0x65, 0x64, 0x12, 0x34, 0x0a, 0x16, 0x6e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x5f, + 0x6f, 0x66, 0x5f, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18, + 0x06, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x14, 0x6e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x4f, 0x66, 0x54, + 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x69, + 0x6e, 0x64, 0x65, 0x78, 0x18, 0x07, 0x20, 0x01, 0x28, 0x04, 0x52, 0x05, 0x69, 0x6e, 0x64, 0x65, + 0x78, 0x12, 0x1b, 0x0a, 0x09, 0x65, 0x6e, 0x64, 0x5f, 0x73, 0x74, 0x61, 0x74, 0x65, 0x18, 0x08, + 0x20, 0x01, 0x28, 0x0c, 0x52, 0x08, 0x65, 0x6e, 0x64, 0x53, 0x74, 0x61, 0x74, 0x65, 0x12, 0x2a, + 0x0a, 0x11, 0x65, 0x78, 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x64, 0x61, 0x74, 0x61, + 0x5f, 0x69, 0x64, 0x18, 0x09, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x0f, 0x65, 0x78, 0x65, 0x63, 0x75, + 0x74, 0x69, 0x6f, 0x6e, 0x44, 0x61, 0x74, 0x61, 0x49, 0x64, 0x12, 0x34, 0x0a, 0x16, 0x73, 0x74, + 0x61, 0x74, 0x65, 0x5f, 0x64, 0x65, 0x6c, 0x74, 0x61, 0x5f, 0x63, 0x6f, 0x6d, 0x6d, 0x69, 0x74, + 0x6d, 0x65, 0x6e, 0x74, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x14, 0x73, 0x74, 0x61, 0x74, + 0x65, 0x44, 0x65, 0x6c, 0x74, 0x61, 0x43, 0x6f, 0x6d, 0x6d, 0x69, 0x74, 0x6d, 0x65, 0x6e, 0x74, + 0x22, 0x3c, 0x0a, 0x0c, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x45, 0x76, 0x65, 0x6e, 0x74, + 0x12, 0x12, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, + 0x74, 0x79, 0x70, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x70, 0x61, 0x79, 0x6c, 0x6f, 0x61, 0x64, 0x18, + 0x02, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x07, 0x70, 0x61, 0x79, 0x6c, 0x6f, 0x61, 0x64, 0x22, 0x9b, + 0x01, 0x0a, 0x14, 0x45, 0x78, 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x63, 0x65, + 0x69, 0x70, 0x74, 0x4d, 0x65, 0x74, 0x61, 0x12, 0x1f, 0x0a, 0x0b, 0x65, 0x78, 0x65, 0x63, 0x75, + 0x74, 0x6f, 0x72, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x0a, 0x65, 0x78, + 0x65, 0x63, 0x75, 0x74, 0x6f, 0x72, 0x49, 0x64, 0x12, 0x1b, 0x0a, 0x09, 0x72, 0x65, 0x73, 0x75, + 0x6c, 0x74, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x08, 0x72, 0x65, 0x73, + 0x75, 0x6c, 0x74, 0x49, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x73, 0x70, 0x6f, 0x63, 0x6b, 0x73, 0x18, + 0x03, 0x20, 0x03, 0x28, 0x0c, 0x52, 0x06, 0x73, 0x70, 0x6f, 0x63, 0x6b, 0x73, 0x12, 0x2d, 0x0a, + 0x12, 0x65, 0x78, 0x65, 0x63, 0x75, 0x74, 0x6f, 0x72, 0x5f, 0x73, 0x69, 0x67, 0x6e, 0x61, 0x74, + 0x75, 0x72, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x11, 0x65, 0x78, 0x65, 0x63, 0x75, + 0x74, 0x6f, 0x72, 0x53, 0x69, 0x67, 0x6e, 0x61, 0x74, 0x75, 0x72, 0x65, 0x42, 0x50, 0x0a, 0x1c, + 0x6f, 0x72, 0x67, 0x2e, 0x6f, 0x6e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, + 0x62, 0x75, 0x66, 0x2e, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x5a, 0x30, 0x67, 0x69, + 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x6f, 0x6e, 0x66, 0x6c, 0x6f, 0x77, 0x2f, + 0x66, 0x6c, 0x6f, 0x77, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x67, 0x6f, + 0x2f, 0x66, 0x6c, 0x6f, 0x77, 0x2f, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x62, 0x06, + 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, +} + +var ( + file_flow_entities_execution_result_proto_rawDescOnce sync.Once + file_flow_entities_execution_result_proto_rawDescData = file_flow_entities_execution_result_proto_rawDesc +) + +func file_flow_entities_execution_result_proto_rawDescGZIP() []byte { + file_flow_entities_execution_result_proto_rawDescOnce.Do(func() { + file_flow_entities_execution_result_proto_rawDescData = protoimpl.X.CompressGZIP(file_flow_entities_execution_result_proto_rawDescData) + }) + return file_flow_entities_execution_result_proto_rawDescData +} + +var file_flow_entities_execution_result_proto_msgTypes = make([]protoimpl.MessageInfo, 4) +var file_flow_entities_execution_result_proto_goTypes = []interface{}{ + (*ExecutionResult)(nil), // 0: flow.entities.ExecutionResult + (*Chunk)(nil), // 1: flow.entities.Chunk + (*ServiceEvent)(nil), // 2: flow.entities.ServiceEvent + (*ExecutionReceiptMeta)(nil), // 3: flow.entities.ExecutionReceiptMeta +} +var file_flow_entities_execution_result_proto_depIdxs = []int32{ + 1, // 0: flow.entities.ExecutionResult.chunks:type_name -> flow.entities.Chunk + 2, // 1: flow.entities.ExecutionResult.service_events:type_name -> flow.entities.ServiceEvent + 2, // [2:2] is the sub-list for method output_type + 2, // [2:2] is the sub-list for method input_type + 2, // [2:2] is the sub-list for extension type_name + 2, // [2:2] is the sub-list for extension extendee + 0, // [0:2] is the sub-list for field type_name +} + +func init() { file_flow_entities_execution_result_proto_init() } +func file_flow_entities_execution_result_proto_init() { + if File_flow_entities_execution_result_proto != nil { + return + } + if !protoimpl.UnsafeEnabled { + file_flow_entities_execution_result_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ExecutionResult); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_flow_entities_execution_result_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*Chunk); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_flow_entities_execution_result_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ServiceEvent); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_flow_entities_execution_result_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ExecutionReceiptMeta); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + } + type x struct{} + out := protoimpl.TypeBuilder{ + File: protoimpl.DescBuilder{ + GoPackagePath: reflect.TypeOf(x{}).PkgPath(), + RawDescriptor: file_flow_entities_execution_result_proto_rawDesc, + NumEnums: 0, + NumMessages: 4, + NumExtensions: 0, + NumServices: 0, + }, + GoTypes: file_flow_entities_execution_result_proto_goTypes, + DependencyIndexes: file_flow_entities_execution_result_proto_depIdxs, + MessageInfos: file_flow_entities_execution_result_proto_msgTypes, + }.Build() + File_flow_entities_execution_result_proto = out.File + file_flow_entities_execution_result_proto_rawDesc = nil + file_flow_entities_execution_result_proto_goTypes = nil + file_flow_entities_execution_result_proto_depIdxs = nil } diff --git a/protobuf/go/flow/entities/metadata.pb.go b/protobuf/go/flow/entities/metadata.pb.go index 3c737d3bc..8f5a4fe25 100644 --- a/protobuf/go/flow/entities/metadata.pb.go +++ b/protobuf/go/flow/entities/metadata.pb.go @@ -1,100 +1,170 @@ // Code generated by protoc-gen-go. DO NOT EDIT. +// versions: +// protoc-gen-go v1.28.1 +// protoc (unknown) // source: flow/entities/metadata.proto package entities import ( - fmt "fmt" - proto "github.com/golang/protobuf/proto" - math "math" + protoreflect "google.golang.org/protobuf/reflect/protoreflect" + protoimpl "google.golang.org/protobuf/runtime/protoimpl" + reflect "reflect" + sync "sync" ) -// Reference imports to suppress errors if they are not otherwise used. -var _ = proto.Marshal -var _ = fmt.Errorf -var _ = math.Inf - -// This is a compile-time assertion to ensure that this generated file -// is compatible with the proto package it is being compiled against. -// A compilation error at this line likely means your copy of the -// proto package needs to be updated. -const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package +const ( + // Verify that this generated code is sufficiently up-to-date. + _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) + // Verify that runtime/protoimpl is sufficiently up-to-date. + _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) +) type Metadata struct { - LatestFinalizedBlockId []byte `protobuf:"bytes,1,opt,name=latest_finalized_block_id,json=latestFinalizedBlockId,proto3" json:"latest_finalized_block_id,omitempty"` - LatestFinalizedHeight uint64 `protobuf:"varint,2,opt,name=latest_finalized_height,json=latestFinalizedHeight,proto3" json:"latest_finalized_height,omitempty"` - NodeId []byte `protobuf:"bytes,3,opt,name=node_id,json=nodeId,proto3" json:"node_id,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields -func (m *Metadata) Reset() { *m = Metadata{} } -func (m *Metadata) String() string { return proto.CompactTextString(m) } -func (*Metadata) ProtoMessage() {} -func (*Metadata) Descriptor() ([]byte, []int) { - return fileDescriptor_f6b3c67afa624bc0, []int{0} + LatestFinalizedBlockId []byte `protobuf:"bytes,1,opt,name=latest_finalized_block_id,json=latestFinalizedBlockId,proto3" json:"latest_finalized_block_id,omitempty"` + LatestFinalizedHeight uint64 `protobuf:"varint,2,opt,name=latest_finalized_height,json=latestFinalizedHeight,proto3" json:"latest_finalized_height,omitempty"` + NodeId []byte `protobuf:"bytes,3,opt,name=node_id,json=nodeId,proto3" json:"node_id,omitempty"` } -func (m *Metadata) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_Metadata.Unmarshal(m, b) -} -func (m *Metadata) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_Metadata.Marshal(b, m, deterministic) -} -func (m *Metadata) XXX_Merge(src proto.Message) { - xxx_messageInfo_Metadata.Merge(m, src) +func (x *Metadata) Reset() { + *x = Metadata{} + if protoimpl.UnsafeEnabled { + mi := &file_flow_entities_metadata_proto_msgTypes[0] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } } -func (m *Metadata) XXX_Size() int { - return xxx_messageInfo_Metadata.Size(m) + +func (x *Metadata) String() string { + return protoimpl.X.MessageStringOf(x) } -func (m *Metadata) XXX_DiscardUnknown() { - xxx_messageInfo_Metadata.DiscardUnknown(m) + +func (*Metadata) ProtoMessage() {} + +func (x *Metadata) ProtoReflect() protoreflect.Message { + mi := &file_flow_entities_metadata_proto_msgTypes[0] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) } -var xxx_messageInfo_Metadata proto.InternalMessageInfo +// Deprecated: Use Metadata.ProtoReflect.Descriptor instead. +func (*Metadata) Descriptor() ([]byte, []int) { + return file_flow_entities_metadata_proto_rawDescGZIP(), []int{0} +} -func (m *Metadata) GetLatestFinalizedBlockId() []byte { - if m != nil { - return m.LatestFinalizedBlockId +func (x *Metadata) GetLatestFinalizedBlockId() []byte { + if x != nil { + return x.LatestFinalizedBlockId } return nil } -func (m *Metadata) GetLatestFinalizedHeight() uint64 { - if m != nil { - return m.LatestFinalizedHeight +func (x *Metadata) GetLatestFinalizedHeight() uint64 { + if x != nil { + return x.LatestFinalizedHeight } return 0 } -func (m *Metadata) GetNodeId() []byte { - if m != nil { - return m.NodeId +func (x *Metadata) GetNodeId() []byte { + if x != nil { + return x.NodeId } return nil } -func init() { - proto.RegisterType((*Metadata)(nil), "flow.entities.Metadata") +var File_flow_entities_metadata_proto protoreflect.FileDescriptor + +var file_flow_entities_metadata_proto_rawDesc = []byte{ + 0x0a, 0x1c, 0x66, 0x6c, 0x6f, 0x77, 0x2f, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x2f, + 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x0d, + 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x22, 0x96, 0x01, + 0x0a, 0x08, 0x4d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x12, 0x39, 0x0a, 0x19, 0x6c, 0x61, + 0x74, 0x65, 0x73, 0x74, 0x5f, 0x66, 0x69, 0x6e, 0x61, 0x6c, 0x69, 0x7a, 0x65, 0x64, 0x5f, 0x62, + 0x6c, 0x6f, 0x63, 0x6b, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x16, 0x6c, + 0x61, 0x74, 0x65, 0x73, 0x74, 0x46, 0x69, 0x6e, 0x61, 0x6c, 0x69, 0x7a, 0x65, 0x64, 0x42, 0x6c, + 0x6f, 0x63, 0x6b, 0x49, 0x64, 0x12, 0x36, 0x0a, 0x17, 0x6c, 0x61, 0x74, 0x65, 0x73, 0x74, 0x5f, + 0x66, 0x69, 0x6e, 0x61, 0x6c, 0x69, 0x7a, 0x65, 0x64, 0x5f, 0x68, 0x65, 0x69, 0x67, 0x68, 0x74, + 0x18, 0x02, 0x20, 0x01, 0x28, 0x04, 0x52, 0x15, 0x6c, 0x61, 0x74, 0x65, 0x73, 0x74, 0x46, 0x69, + 0x6e, 0x61, 0x6c, 0x69, 0x7a, 0x65, 0x64, 0x48, 0x65, 0x69, 0x67, 0x68, 0x74, 0x12, 0x17, 0x0a, + 0x07, 0x6e, 0x6f, 0x64, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x06, + 0x6e, 0x6f, 0x64, 0x65, 0x49, 0x64, 0x42, 0x50, 0x0a, 0x1c, 0x6f, 0x72, 0x67, 0x2e, 0x6f, 0x6e, + 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x65, 0x6e, + 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x5a, 0x30, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, + 0x6f, 0x6d, 0x2f, 0x6f, 0x6e, 0x66, 0x6c, 0x6f, 0x77, 0x2f, 0x66, 0x6c, 0x6f, 0x77, 0x2f, 0x70, + 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x67, 0x6f, 0x2f, 0x66, 0x6c, 0x6f, 0x77, 0x2f, + 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, +} + +var ( + file_flow_entities_metadata_proto_rawDescOnce sync.Once + file_flow_entities_metadata_proto_rawDescData = file_flow_entities_metadata_proto_rawDesc +) + +func file_flow_entities_metadata_proto_rawDescGZIP() []byte { + file_flow_entities_metadata_proto_rawDescOnce.Do(func() { + file_flow_entities_metadata_proto_rawDescData = protoimpl.X.CompressGZIP(file_flow_entities_metadata_proto_rawDescData) + }) + return file_flow_entities_metadata_proto_rawDescData } -func init() { proto.RegisterFile("flow/entities/metadata.proto", fileDescriptor_f6b3c67afa624bc0) } - -var fileDescriptor_f6b3c67afa624bc0 = []byte{ - // 210 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x92, 0x49, 0xcb, 0xc9, 0x2f, - 0xd7, 0x4f, 0xcd, 0x2b, 0xc9, 0x2c, 0xc9, 0x4c, 0x2d, 0xd6, 0xcf, 0x4d, 0x2d, 0x49, 0x4c, 0x49, - 0x2c, 0x49, 0xd4, 0x2b, 0x28, 0xca, 0x2f, 0xc9, 0x17, 0xe2, 0x05, 0xc9, 0xea, 0xc1, 0x64, 0x95, - 0xa6, 0x31, 0x72, 0x71, 0xf8, 0x42, 0x55, 0x08, 0x59, 0x72, 0x49, 0xe6, 0x24, 0x96, 0xa4, 0x16, - 0x97, 0xc4, 0xa7, 0x65, 0xe6, 0x25, 0xe6, 0x64, 0x56, 0xa5, 0xa6, 0xc4, 0x27, 0xe5, 0xe4, 0x27, - 0x67, 0xc7, 0x67, 0xa6, 0x48, 0x30, 0x2a, 0x30, 0x6a, 0xf0, 0x04, 0x89, 0x41, 0x14, 0xb8, 0xc1, - 0xe4, 0x9d, 0x40, 0xd2, 0x9e, 0x29, 0x42, 0x66, 0x5c, 0xe2, 0x18, 0x5a, 0x33, 0x52, 0x33, 0xd3, - 0x33, 0x4a, 0x24, 0x98, 0x14, 0x18, 0x35, 0x58, 0x82, 0x44, 0xd1, 0x34, 0x7a, 0x80, 0x25, 0x85, - 0xc4, 0xb9, 0xd8, 0xf3, 0xf2, 0x53, 0x52, 0x41, 0x16, 0x30, 0x83, 0x2d, 0x60, 0x03, 0x71, 0x3d, - 0x53, 0x9c, 0x02, 0xb8, 0x64, 0xf2, 0x8b, 0xd2, 0xf5, 0xf2, 0xf3, 0xc0, 0xee, 0x05, 0xbb, 0x3d, - 0xa9, 0x34, 0x0d, 0xee, 0xf0, 0x28, 0x83, 0xf4, 0xcc, 0x92, 0x8c, 0xd2, 0x24, 0xbd, 0xe4, 0xfc, - 0x5c, 0x7d, 0x88, 0x22, 0x7d, 0x30, 0x01, 0x53, 0xa9, 0x9f, 0x9e, 0xaf, 0x8f, 0x12, 0x10, 0x49, - 0x6c, 0x60, 0x29, 0x63, 0x40, 0x00, 0x00, 0x00, 0xff, 0xff, 0x00, 0xcb, 0xd8, 0xee, 0x20, 0x01, - 0x00, 0x00, +var file_flow_entities_metadata_proto_msgTypes = make([]protoimpl.MessageInfo, 1) +var file_flow_entities_metadata_proto_goTypes = []interface{}{ + (*Metadata)(nil), // 0: flow.entities.Metadata +} +var file_flow_entities_metadata_proto_depIdxs = []int32{ + 0, // [0:0] is the sub-list for method output_type + 0, // [0:0] is the sub-list for method input_type + 0, // [0:0] is the sub-list for extension type_name + 0, // [0:0] is the sub-list for extension extendee + 0, // [0:0] is the sub-list for field type_name +} + +func init() { file_flow_entities_metadata_proto_init() } +func file_flow_entities_metadata_proto_init() { + if File_flow_entities_metadata_proto != nil { + return + } + if !protoimpl.UnsafeEnabled { + file_flow_entities_metadata_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*Metadata); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + } + type x struct{} + out := protoimpl.TypeBuilder{ + File: protoimpl.DescBuilder{ + GoPackagePath: reflect.TypeOf(x{}).PkgPath(), + RawDescriptor: file_flow_entities_metadata_proto_rawDesc, + NumEnums: 0, + NumMessages: 1, + NumExtensions: 0, + NumServices: 0, + }, + GoTypes: file_flow_entities_metadata_proto_goTypes, + DependencyIndexes: file_flow_entities_metadata_proto_depIdxs, + MessageInfos: file_flow_entities_metadata_proto_msgTypes, + }.Build() + File_flow_entities_metadata_proto = out.File + file_flow_entities_metadata_proto_rawDesc = nil + file_flow_entities_metadata_proto_goTypes = nil + file_flow_entities_metadata_proto_depIdxs = nil } diff --git a/protobuf/go/flow/entities/node_version_info.pb.go b/protobuf/go/flow/entities/node_version_info.pb.go index a998c3bf7..f3efc438e 100644 --- a/protobuf/go/flow/entities/node_version_info.pb.go +++ b/protobuf/go/flow/entities/node_version_info.pb.go @@ -1,26 +1,30 @@ // Code generated by protoc-gen-go. DO NOT EDIT. +// versions: +// protoc-gen-go v1.28.1 +// protoc (unknown) // source: flow/entities/node_version_info.proto package entities import ( - fmt "fmt" - proto "github.com/golang/protobuf/proto" - math "math" + protoreflect "google.golang.org/protobuf/reflect/protoreflect" + protoimpl "google.golang.org/protobuf/runtime/protoimpl" + reflect "reflect" + sync "sync" ) -// Reference imports to suppress errors if they are not otherwise used. -var _ = proto.Marshal -var _ = fmt.Errorf -var _ = math.Inf - -// This is a compile-time assertion to ensure that this generated file -// is compatible with the proto package it is being compiled against. -// A compilation error at this line likely means your copy of the -// proto package needs to be updated. -const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package +const ( + // Verify that this generated code is sufficiently up-to-date. + _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) + // Verify that runtime/protoimpl is sufficiently up-to-date. + _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) +) type NodeVersionInfo struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + // The currently running node software version. Semver string `protobuf:"bytes,1,opt,name=semver,proto3" json:"semver,omitempty"` // The git commit hash of the currently running node software. @@ -35,104 +39,172 @@ type NodeVersionInfo struct { // If the node started at the beginning of the spork, it is the same as the spork root block height. // If the node started after the beginning of the spork, it is the height of the first sealed block // indexed. - NodeRootBlockHeight uint64 `protobuf:"varint,6,opt,name=node_root_block_height,json=nodeRootBlockHeight,proto3" json:"node_root_block_height,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` + NodeRootBlockHeight uint64 `protobuf:"varint,6,opt,name=node_root_block_height,json=nodeRootBlockHeight,proto3" json:"node_root_block_height,omitempty"` } -func (m *NodeVersionInfo) Reset() { *m = NodeVersionInfo{} } -func (m *NodeVersionInfo) String() string { return proto.CompactTextString(m) } -func (*NodeVersionInfo) ProtoMessage() {} -func (*NodeVersionInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_ff9e447351cb4a8a, []int{0} +func (x *NodeVersionInfo) Reset() { + *x = NodeVersionInfo{} + if protoimpl.UnsafeEnabled { + mi := &file_flow_entities_node_version_info_proto_msgTypes[0] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } } -func (m *NodeVersionInfo) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_NodeVersionInfo.Unmarshal(m, b) -} -func (m *NodeVersionInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_NodeVersionInfo.Marshal(b, m, deterministic) +func (x *NodeVersionInfo) String() string { + return protoimpl.X.MessageStringOf(x) } -func (m *NodeVersionInfo) XXX_Merge(src proto.Message) { - xxx_messageInfo_NodeVersionInfo.Merge(m, src) -} -func (m *NodeVersionInfo) XXX_Size() int { - return xxx_messageInfo_NodeVersionInfo.Size(m) -} -func (m *NodeVersionInfo) XXX_DiscardUnknown() { - xxx_messageInfo_NodeVersionInfo.DiscardUnknown(m) + +func (*NodeVersionInfo) ProtoMessage() {} + +func (x *NodeVersionInfo) ProtoReflect() protoreflect.Message { + mi := &file_flow_entities_node_version_info_proto_msgTypes[0] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) } -var xxx_messageInfo_NodeVersionInfo proto.InternalMessageInfo +// Deprecated: Use NodeVersionInfo.ProtoReflect.Descriptor instead. +func (*NodeVersionInfo) Descriptor() ([]byte, []int) { + return file_flow_entities_node_version_info_proto_rawDescGZIP(), []int{0} +} -func (m *NodeVersionInfo) GetSemver() string { - if m != nil { - return m.Semver +func (x *NodeVersionInfo) GetSemver() string { + if x != nil { + return x.Semver } return "" } -func (m *NodeVersionInfo) GetCommit() string { - if m != nil { - return m.Commit +func (x *NodeVersionInfo) GetCommit() string { + if x != nil { + return x.Commit } return "" } -func (m *NodeVersionInfo) GetSporkId() []byte { - if m != nil { - return m.SporkId +func (x *NodeVersionInfo) GetSporkId() []byte { + if x != nil { + return x.SporkId } return nil } -func (m *NodeVersionInfo) GetProtocolVersion() uint64 { - if m != nil { - return m.ProtocolVersion +func (x *NodeVersionInfo) GetProtocolVersion() uint64 { + if x != nil { + return x.ProtocolVersion } return 0 } -func (m *NodeVersionInfo) GetSporkRootBlockHeight() uint64 { - if m != nil { - return m.SporkRootBlockHeight +func (x *NodeVersionInfo) GetSporkRootBlockHeight() uint64 { + if x != nil { + return x.SporkRootBlockHeight } return 0 } -func (m *NodeVersionInfo) GetNodeRootBlockHeight() uint64 { - if m != nil { - return m.NodeRootBlockHeight +func (x *NodeVersionInfo) GetNodeRootBlockHeight() uint64 { + if x != nil { + return x.NodeRootBlockHeight } return 0 } -func init() { - proto.RegisterType((*NodeVersionInfo)(nil), "flow.entities.NodeVersionInfo") -} - -func init() { - proto.RegisterFile("flow/entities/node_version_info.proto", fileDescriptor_ff9e447351cb4a8a) -} - -var fileDescriptor_ff9e447351cb4a8a = []byte{ - // 263 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x64, 0x50, 0xcd, 0x4a, 0xf4, 0x30, - 0x14, 0xa5, 0xdf, 0x37, 0x56, 0x0d, 0xca, 0x48, 0x94, 0x31, 0x82, 0x8b, 0x22, 0x08, 0x75, 0xd3, - 0x08, 0x83, 0x2f, 0x30, 0x2b, 0x67, 0x23, 0xd2, 0x85, 0x0b, 0x37, 0x81, 0xb6, 0x69, 0x1b, 0xa6, - 0xcd, 0x19, 0xd2, 0xcc, 0xf8, 0xe0, 0xbe, 0x80, 0xf4, 0x66, 0x2a, 0xa8, 0x9b, 0xc0, 0xf9, 0xcb, - 0xbd, 0xf7, 0xb0, 0xfb, 0xba, 0xc3, 0x87, 0xd4, 0xd6, 0x1b, 0x6f, 0xf4, 0x20, 0x2d, 0x2a, 0xad, - 0xf6, 0xda, 0x0d, 0x06, 0x56, 0x19, 0x5b, 0x23, 0xdb, 0x3a, 0x78, 0xf0, 0xf3, 0xd1, 0x96, 0x4d, - 0xb6, 0xbb, 0xcf, 0x88, 0xcd, 0x5f, 0x50, 0xe9, 0xb7, 0xe0, 0x5c, 0xdb, 0x1a, 0x7c, 0xc1, 0xe2, - 0x41, 0xf7, 0x7b, 0xed, 0x44, 0x94, 0x44, 0xe9, 0x69, 0x7e, 0x40, 0x23, 0x5f, 0xa2, 0xef, 0x8d, - 0x17, 0xff, 0x02, 0x1f, 0x10, 0xbf, 0x61, 0x27, 0xc3, 0x16, 0x6e, 0xa3, 0x4c, 0x25, 0xfe, 0x27, - 0x51, 0x7a, 0x96, 0x1f, 0x13, 0x5e, 0x57, 0xfc, 0x81, 0x5d, 0xd0, 0xd8, 0x12, 0xdd, 0xb4, 0x8c, - 0x98, 0x25, 0x51, 0x3a, 0xcb, 0xe7, 0x13, 0x7f, 0x98, 0xcc, 0x9f, 0xd8, 0x75, 0xf8, 0xc5, 0x01, - 0x5e, 0x15, 0x1d, 0xca, 0x8d, 0x6a, 0xb5, 0x69, 0x5a, 0x2f, 0x8e, 0x28, 0x71, 0x45, 0x72, 0x0e, - 0xf8, 0xd5, 0x28, 0x3e, 0x93, 0xc6, 0x97, 0x6c, 0x41, 0xa7, 0xfe, 0x4d, 0xc5, 0x94, 0xba, 0x1c, - 0xd5, 0x5f, 0xa1, 0xd5, 0x2b, 0xbb, 0x85, 0x6b, 0x32, 0x58, 0x2a, 0x83, 0x36, 0x29, 0x76, 0xf5, - 0x77, 0x2b, 0xef, 0x8f, 0x8d, 0xf1, 0xed, 0xae, 0xc8, 0x4a, 0xf4, 0x32, 0x98, 0x24, 0x3d, 0x93, - 0x53, 0x36, 0x90, 0x3f, 0xea, 0x2e, 0x62, 0x92, 0x96, 0x5f, 0x01, 0x00, 0x00, 0xff, 0xff, 0x0c, - 0x2a, 0x5d, 0x89, 0x86, 0x01, 0x00, 0x00, +var File_flow_entities_node_version_info_proto protoreflect.FileDescriptor + +var file_flow_entities_node_version_info_proto_rawDesc = []byte{ + 0x0a, 0x25, 0x66, 0x6c, 0x6f, 0x77, 0x2f, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x2f, + 0x6e, 0x6f, 0x64, 0x65, 0x5f, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x5f, 0x69, 0x6e, 0x66, + 0x6f, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x0d, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x65, 0x6e, + 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x22, 0xf3, 0x01, 0x0a, 0x0f, 0x4e, 0x6f, 0x64, 0x65, 0x56, + 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x16, 0x0a, 0x06, 0x73, 0x65, + 0x6d, 0x76, 0x65, 0x72, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x73, 0x65, 0x6d, 0x76, + 0x65, 0x72, 0x12, 0x16, 0x0a, 0x06, 0x63, 0x6f, 0x6d, 0x6d, 0x69, 0x74, 0x18, 0x02, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x06, 0x63, 0x6f, 0x6d, 0x6d, 0x69, 0x74, 0x12, 0x19, 0x0a, 0x08, 0x73, 0x70, + 0x6f, 0x72, 0x6b, 0x5f, 0x69, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x07, 0x73, 0x70, + 0x6f, 0x72, 0x6b, 0x49, 0x64, 0x12, 0x29, 0x0a, 0x10, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x6f, + 0x6c, 0x5f, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x04, 0x52, + 0x0f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x6f, 0x6c, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, + 0x12, 0x35, 0x0a, 0x17, 0x73, 0x70, 0x6f, 0x72, 0x6b, 0x5f, 0x72, 0x6f, 0x6f, 0x74, 0x5f, 0x62, + 0x6c, 0x6f, 0x63, 0x6b, 0x5f, 0x68, 0x65, 0x69, 0x67, 0x68, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, + 0x04, 0x52, 0x14, 0x73, 0x70, 0x6f, 0x72, 0x6b, 0x52, 0x6f, 0x6f, 0x74, 0x42, 0x6c, 0x6f, 0x63, + 0x6b, 0x48, 0x65, 0x69, 0x67, 0x68, 0x74, 0x12, 0x33, 0x0a, 0x16, 0x6e, 0x6f, 0x64, 0x65, 0x5f, + 0x72, 0x6f, 0x6f, 0x74, 0x5f, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x5f, 0x68, 0x65, 0x69, 0x67, 0x68, + 0x74, 0x18, 0x06, 0x20, 0x01, 0x28, 0x04, 0x52, 0x13, 0x6e, 0x6f, 0x64, 0x65, 0x52, 0x6f, 0x6f, + 0x74, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x48, 0x65, 0x69, 0x67, 0x68, 0x74, 0x42, 0x50, 0x0a, 0x1c, + 0x6f, 0x72, 0x67, 0x2e, 0x6f, 0x6e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, + 0x62, 0x75, 0x66, 0x2e, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x5a, 0x30, 0x67, 0x69, + 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x6f, 0x6e, 0x66, 0x6c, 0x6f, 0x77, 0x2f, + 0x66, 0x6c, 0x6f, 0x77, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x67, 0x6f, + 0x2f, 0x66, 0x6c, 0x6f, 0x77, 0x2f, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x62, 0x06, + 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, +} + +var ( + file_flow_entities_node_version_info_proto_rawDescOnce sync.Once + file_flow_entities_node_version_info_proto_rawDescData = file_flow_entities_node_version_info_proto_rawDesc +) + +func file_flow_entities_node_version_info_proto_rawDescGZIP() []byte { + file_flow_entities_node_version_info_proto_rawDescOnce.Do(func() { + file_flow_entities_node_version_info_proto_rawDescData = protoimpl.X.CompressGZIP(file_flow_entities_node_version_info_proto_rawDescData) + }) + return file_flow_entities_node_version_info_proto_rawDescData +} + +var file_flow_entities_node_version_info_proto_msgTypes = make([]protoimpl.MessageInfo, 1) +var file_flow_entities_node_version_info_proto_goTypes = []interface{}{ + (*NodeVersionInfo)(nil), // 0: flow.entities.NodeVersionInfo +} +var file_flow_entities_node_version_info_proto_depIdxs = []int32{ + 0, // [0:0] is the sub-list for method output_type + 0, // [0:0] is the sub-list for method input_type + 0, // [0:0] is the sub-list for extension type_name + 0, // [0:0] is the sub-list for extension extendee + 0, // [0:0] is the sub-list for field type_name +} + +func init() { file_flow_entities_node_version_info_proto_init() } +func file_flow_entities_node_version_info_proto_init() { + if File_flow_entities_node_version_info_proto != nil { + return + } + if !protoimpl.UnsafeEnabled { + file_flow_entities_node_version_info_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*NodeVersionInfo); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + } + type x struct{} + out := protoimpl.TypeBuilder{ + File: protoimpl.DescBuilder{ + GoPackagePath: reflect.TypeOf(x{}).PkgPath(), + RawDescriptor: file_flow_entities_node_version_info_proto_rawDesc, + NumEnums: 0, + NumMessages: 1, + NumExtensions: 0, + NumServices: 0, + }, + GoTypes: file_flow_entities_node_version_info_proto_goTypes, + DependencyIndexes: file_flow_entities_node_version_info_proto_depIdxs, + MessageInfos: file_flow_entities_node_version_info_proto_msgTypes, + }.Build() + File_flow_entities_node_version_info_proto = out.File + file_flow_entities_node_version_info_proto_rawDesc = nil + file_flow_entities_node_version_info_proto_goTypes = nil + file_flow_entities_node_version_info_proto_depIdxs = nil } diff --git a/protobuf/go/flow/entities/transaction.pb.go b/protobuf/go/flow/entities/transaction.pb.go index 02276106d..80360a61f 100644 --- a/protobuf/go/flow/entities/transaction.pb.go +++ b/protobuf/go/flow/entities/transaction.pb.go @@ -1,24 +1,24 @@ // Code generated by protoc-gen-go. DO NOT EDIT. +// versions: +// protoc-gen-go v1.28.1 +// protoc (unknown) // source: flow/entities/transaction.proto package entities import ( - fmt "fmt" - proto "github.com/golang/protobuf/proto" - math "math" + protoreflect "google.golang.org/protobuf/reflect/protoreflect" + protoimpl "google.golang.org/protobuf/runtime/protoimpl" + reflect "reflect" + sync "sync" ) -// Reference imports to suppress errors if they are not otherwise used. -var _ = proto.Marshal -var _ = fmt.Errorf -var _ = math.Inf - -// This is a compile-time assertion to ensure that this generated file -// is compatible with the proto package it is being compiled against. -// A compilation error at this line likely means your copy of the -// proto package needs to be updated. -const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package +const ( + // Verify that this generated code is sufficiently up-to-date. + _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) + // Verify that runtime/protoimpl is sufficiently up-to-date. + _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) +) type TransactionStatus int32 @@ -31,286 +31,444 @@ const ( TransactionStatus_EXPIRED TransactionStatus = 5 ) -var TransactionStatus_name = map[int32]string{ - 0: "UNKNOWN", - 1: "PENDING", - 2: "FINALIZED", - 3: "EXECUTED", - 4: "SEALED", - 5: "EXPIRED", -} +// Enum value maps for TransactionStatus. +var ( + TransactionStatus_name = map[int32]string{ + 0: "UNKNOWN", + 1: "PENDING", + 2: "FINALIZED", + 3: "EXECUTED", + 4: "SEALED", + 5: "EXPIRED", + } + TransactionStatus_value = map[string]int32{ + "UNKNOWN": 0, + "PENDING": 1, + "FINALIZED": 2, + "EXECUTED": 3, + "SEALED": 4, + "EXPIRED": 5, + } +) -var TransactionStatus_value = map[string]int32{ - "UNKNOWN": 0, - "PENDING": 1, - "FINALIZED": 2, - "EXECUTED": 3, - "SEALED": 4, - "EXPIRED": 5, +func (x TransactionStatus) Enum() *TransactionStatus { + p := new(TransactionStatus) + *p = x + return p } func (x TransactionStatus) String() string { - return proto.EnumName(TransactionStatus_name, int32(x)) + return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x)) } -func (TransactionStatus) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_84361b1ad2e0936e, []int{0} +func (TransactionStatus) Descriptor() protoreflect.EnumDescriptor { + return file_flow_entities_transaction_proto_enumTypes[0].Descriptor() } -type Transaction struct { - Script []byte `protobuf:"bytes,1,opt,name=script,proto3" json:"script,omitempty"` - Arguments [][]byte `protobuf:"bytes,2,rep,name=arguments,proto3" json:"arguments,omitempty"` - ReferenceBlockId []byte `protobuf:"bytes,3,opt,name=reference_block_id,json=referenceBlockId,proto3" json:"reference_block_id,omitempty"` - GasLimit uint64 `protobuf:"varint,4,opt,name=gas_limit,json=gasLimit,proto3" json:"gas_limit,omitempty"` - ProposalKey *Transaction_ProposalKey `protobuf:"bytes,5,opt,name=proposal_key,json=proposalKey,proto3" json:"proposal_key,omitempty"` - Payer []byte `protobuf:"bytes,6,opt,name=payer,proto3" json:"payer,omitempty"` - Authorizers [][]byte `protobuf:"bytes,7,rep,name=authorizers,proto3" json:"authorizers,omitempty"` - PayloadSignatures []*Transaction_Signature `protobuf:"bytes,8,rep,name=payload_signatures,json=payloadSignatures,proto3" json:"payload_signatures,omitempty"` - EnvelopeSignatures []*Transaction_Signature `protobuf:"bytes,9,rep,name=envelope_signatures,json=envelopeSignatures,proto3" json:"envelope_signatures,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *Transaction) Reset() { *m = Transaction{} } -func (m *Transaction) String() string { return proto.CompactTextString(m) } -func (*Transaction) ProtoMessage() {} -func (*Transaction) Descriptor() ([]byte, []int) { - return fileDescriptor_84361b1ad2e0936e, []int{0} +func (TransactionStatus) Type() protoreflect.EnumType { + return &file_flow_entities_transaction_proto_enumTypes[0] } -func (m *Transaction) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_Transaction.Unmarshal(m, b) +func (x TransactionStatus) Number() protoreflect.EnumNumber { + return protoreflect.EnumNumber(x) } -func (m *Transaction) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_Transaction.Marshal(b, m, deterministic) + +// Deprecated: Use TransactionStatus.Descriptor instead. +func (TransactionStatus) EnumDescriptor() ([]byte, []int) { + return file_flow_entities_transaction_proto_rawDescGZIP(), []int{0} } -func (m *Transaction) XXX_Merge(src proto.Message) { - xxx_messageInfo_Transaction.Merge(m, src) + +type Transaction struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Script []byte `protobuf:"bytes,1,opt,name=script,proto3" json:"script,omitempty"` + Arguments [][]byte `protobuf:"bytes,2,rep,name=arguments,proto3" json:"arguments,omitempty"` + ReferenceBlockId []byte `protobuf:"bytes,3,opt,name=reference_block_id,json=referenceBlockId,proto3" json:"reference_block_id,omitempty"` + GasLimit uint64 `protobuf:"varint,4,opt,name=gas_limit,json=gasLimit,proto3" json:"gas_limit,omitempty"` + ProposalKey *Transaction_ProposalKey `protobuf:"bytes,5,opt,name=proposal_key,json=proposalKey,proto3" json:"proposal_key,omitempty"` + Payer []byte `protobuf:"bytes,6,opt,name=payer,proto3" json:"payer,omitempty"` + Authorizers [][]byte `protobuf:"bytes,7,rep,name=authorizers,proto3" json:"authorizers,omitempty"` + PayloadSignatures []*Transaction_Signature `protobuf:"bytes,8,rep,name=payload_signatures,json=payloadSignatures,proto3" json:"payload_signatures,omitempty"` + EnvelopeSignatures []*Transaction_Signature `protobuf:"bytes,9,rep,name=envelope_signatures,json=envelopeSignatures,proto3" json:"envelope_signatures,omitempty"` +} + +func (x *Transaction) Reset() { + *x = Transaction{} + if protoimpl.UnsafeEnabled { + mi := &file_flow_entities_transaction_proto_msgTypes[0] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } } -func (m *Transaction) XXX_Size() int { - return xxx_messageInfo_Transaction.Size(m) + +func (x *Transaction) String() string { + return protoimpl.X.MessageStringOf(x) } -func (m *Transaction) XXX_DiscardUnknown() { - xxx_messageInfo_Transaction.DiscardUnknown(m) + +func (*Transaction) ProtoMessage() {} + +func (x *Transaction) ProtoReflect() protoreflect.Message { + mi := &file_flow_entities_transaction_proto_msgTypes[0] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) } -var xxx_messageInfo_Transaction proto.InternalMessageInfo +// Deprecated: Use Transaction.ProtoReflect.Descriptor instead. +func (*Transaction) Descriptor() ([]byte, []int) { + return file_flow_entities_transaction_proto_rawDescGZIP(), []int{0} +} -func (m *Transaction) GetScript() []byte { - if m != nil { - return m.Script +func (x *Transaction) GetScript() []byte { + if x != nil { + return x.Script } return nil } -func (m *Transaction) GetArguments() [][]byte { - if m != nil { - return m.Arguments +func (x *Transaction) GetArguments() [][]byte { + if x != nil { + return x.Arguments } return nil } -func (m *Transaction) GetReferenceBlockId() []byte { - if m != nil { - return m.ReferenceBlockId +func (x *Transaction) GetReferenceBlockId() []byte { + if x != nil { + return x.ReferenceBlockId } return nil } -func (m *Transaction) GetGasLimit() uint64 { - if m != nil { - return m.GasLimit +func (x *Transaction) GetGasLimit() uint64 { + if x != nil { + return x.GasLimit } return 0 } -func (m *Transaction) GetProposalKey() *Transaction_ProposalKey { - if m != nil { - return m.ProposalKey +func (x *Transaction) GetProposalKey() *Transaction_ProposalKey { + if x != nil { + return x.ProposalKey } return nil } -func (m *Transaction) GetPayer() []byte { - if m != nil { - return m.Payer +func (x *Transaction) GetPayer() []byte { + if x != nil { + return x.Payer } return nil } -func (m *Transaction) GetAuthorizers() [][]byte { - if m != nil { - return m.Authorizers +func (x *Transaction) GetAuthorizers() [][]byte { + if x != nil { + return x.Authorizers } return nil } -func (m *Transaction) GetPayloadSignatures() []*Transaction_Signature { - if m != nil { - return m.PayloadSignatures +func (x *Transaction) GetPayloadSignatures() []*Transaction_Signature { + if x != nil { + return x.PayloadSignatures } return nil } -func (m *Transaction) GetEnvelopeSignatures() []*Transaction_Signature { - if m != nil { - return m.EnvelopeSignatures +func (x *Transaction) GetEnvelopeSignatures() []*Transaction_Signature { + if x != nil { + return x.EnvelopeSignatures } return nil } type Transaction_ProposalKey struct { - Address []byte `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"` - KeyId uint32 `protobuf:"varint,2,opt,name=key_id,json=keyId,proto3" json:"key_id,omitempty"` - SequenceNumber uint64 `protobuf:"varint,3,opt,name=sequence_number,json=sequenceNumber,proto3" json:"sequence_number,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields -func (m *Transaction_ProposalKey) Reset() { *m = Transaction_ProposalKey{} } -func (m *Transaction_ProposalKey) String() string { return proto.CompactTextString(m) } -func (*Transaction_ProposalKey) ProtoMessage() {} -func (*Transaction_ProposalKey) Descriptor() ([]byte, []int) { - return fileDescriptor_84361b1ad2e0936e, []int{0, 0} + Address []byte `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"` + KeyId uint32 `protobuf:"varint,2,opt,name=key_id,json=keyId,proto3" json:"key_id,omitempty"` + SequenceNumber uint64 `protobuf:"varint,3,opt,name=sequence_number,json=sequenceNumber,proto3" json:"sequence_number,omitempty"` } -func (m *Transaction_ProposalKey) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_Transaction_ProposalKey.Unmarshal(m, b) -} -func (m *Transaction_ProposalKey) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_Transaction_ProposalKey.Marshal(b, m, deterministic) -} -func (m *Transaction_ProposalKey) XXX_Merge(src proto.Message) { - xxx_messageInfo_Transaction_ProposalKey.Merge(m, src) +func (x *Transaction_ProposalKey) Reset() { + *x = Transaction_ProposalKey{} + if protoimpl.UnsafeEnabled { + mi := &file_flow_entities_transaction_proto_msgTypes[1] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } } -func (m *Transaction_ProposalKey) XXX_Size() int { - return xxx_messageInfo_Transaction_ProposalKey.Size(m) + +func (x *Transaction_ProposalKey) String() string { + return protoimpl.X.MessageStringOf(x) } -func (m *Transaction_ProposalKey) XXX_DiscardUnknown() { - xxx_messageInfo_Transaction_ProposalKey.DiscardUnknown(m) + +func (*Transaction_ProposalKey) ProtoMessage() {} + +func (x *Transaction_ProposalKey) ProtoReflect() protoreflect.Message { + mi := &file_flow_entities_transaction_proto_msgTypes[1] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) } -var xxx_messageInfo_Transaction_ProposalKey proto.InternalMessageInfo +// Deprecated: Use Transaction_ProposalKey.ProtoReflect.Descriptor instead. +func (*Transaction_ProposalKey) Descriptor() ([]byte, []int) { + return file_flow_entities_transaction_proto_rawDescGZIP(), []int{0, 0} +} -func (m *Transaction_ProposalKey) GetAddress() []byte { - if m != nil { - return m.Address +func (x *Transaction_ProposalKey) GetAddress() []byte { + if x != nil { + return x.Address } return nil } -func (m *Transaction_ProposalKey) GetKeyId() uint32 { - if m != nil { - return m.KeyId +func (x *Transaction_ProposalKey) GetKeyId() uint32 { + if x != nil { + return x.KeyId } return 0 } -func (m *Transaction_ProposalKey) GetSequenceNumber() uint64 { - if m != nil { - return m.SequenceNumber +func (x *Transaction_ProposalKey) GetSequenceNumber() uint64 { + if x != nil { + return x.SequenceNumber } return 0 } type Transaction_Signature struct { - Address []byte `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"` - KeyId uint32 `protobuf:"varint,2,opt,name=key_id,json=keyId,proto3" json:"key_id,omitempty"` - Signature []byte `protobuf:"bytes,3,opt,name=signature,proto3" json:"signature,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields -func (m *Transaction_Signature) Reset() { *m = Transaction_Signature{} } -func (m *Transaction_Signature) String() string { return proto.CompactTextString(m) } -func (*Transaction_Signature) ProtoMessage() {} -func (*Transaction_Signature) Descriptor() ([]byte, []int) { - return fileDescriptor_84361b1ad2e0936e, []int{0, 1} + Address []byte `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"` + KeyId uint32 `protobuf:"varint,2,opt,name=key_id,json=keyId,proto3" json:"key_id,omitempty"` + Signature []byte `protobuf:"bytes,3,opt,name=signature,proto3" json:"signature,omitempty"` } -func (m *Transaction_Signature) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_Transaction_Signature.Unmarshal(m, b) -} -func (m *Transaction_Signature) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_Transaction_Signature.Marshal(b, m, deterministic) -} -func (m *Transaction_Signature) XXX_Merge(src proto.Message) { - xxx_messageInfo_Transaction_Signature.Merge(m, src) +func (x *Transaction_Signature) Reset() { + *x = Transaction_Signature{} + if protoimpl.UnsafeEnabled { + mi := &file_flow_entities_transaction_proto_msgTypes[2] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } } -func (m *Transaction_Signature) XXX_Size() int { - return xxx_messageInfo_Transaction_Signature.Size(m) + +func (x *Transaction_Signature) String() string { + return protoimpl.X.MessageStringOf(x) } -func (m *Transaction_Signature) XXX_DiscardUnknown() { - xxx_messageInfo_Transaction_Signature.DiscardUnknown(m) + +func (*Transaction_Signature) ProtoMessage() {} + +func (x *Transaction_Signature) ProtoReflect() protoreflect.Message { + mi := &file_flow_entities_transaction_proto_msgTypes[2] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) } -var xxx_messageInfo_Transaction_Signature proto.InternalMessageInfo +// Deprecated: Use Transaction_Signature.ProtoReflect.Descriptor instead. +func (*Transaction_Signature) Descriptor() ([]byte, []int) { + return file_flow_entities_transaction_proto_rawDescGZIP(), []int{0, 1} +} -func (m *Transaction_Signature) GetAddress() []byte { - if m != nil { - return m.Address +func (x *Transaction_Signature) GetAddress() []byte { + if x != nil { + return x.Address } return nil } -func (m *Transaction_Signature) GetKeyId() uint32 { - if m != nil { - return m.KeyId +func (x *Transaction_Signature) GetKeyId() uint32 { + if x != nil { + return x.KeyId } return 0 } -func (m *Transaction_Signature) GetSignature() []byte { - if m != nil { - return m.Signature +func (x *Transaction_Signature) GetSignature() []byte { + if x != nil { + return x.Signature } return nil } -func init() { - proto.RegisterEnum("flow.entities.TransactionStatus", TransactionStatus_name, TransactionStatus_value) - proto.RegisterType((*Transaction)(nil), "flow.entities.Transaction") - proto.RegisterType((*Transaction_ProposalKey)(nil), "flow.entities.Transaction.ProposalKey") - proto.RegisterType((*Transaction_Signature)(nil), "flow.entities.Transaction.Signature") -} - -func init() { proto.RegisterFile("flow/entities/transaction.proto", fileDescriptor_84361b1ad2e0936e) } - -var fileDescriptor_84361b1ad2e0936e = []byte{ - // 509 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x53, 0x5b, 0x6f, 0x9b, 0x4c, - 0x10, 0xfd, 0x88, 0x2f, 0x09, 0x83, 0xf3, 0x95, 0x6c, 0x2f, 0xa2, 0xae, 0xa5, 0xa2, 0xaa, 0x6a, - 0x51, 0x55, 0x41, 0x95, 0xfe, 0x82, 0xa4, 0xa6, 0x15, 0x8a, 0x45, 0x2d, 0x1c, 0xab, 0x91, 0x5f, - 0xac, 0x35, 0x8c, 0x09, 0x32, 0x66, 0xe9, 0xee, 0x92, 0x8a, 0x3e, 0xf6, 0x97, 0x57, 0x60, 0xe3, - 0xcb, 0x4b, 0xa5, 0xbc, 0x20, 0x9d, 0x33, 0x67, 0xce, 0xce, 0xd9, 0x59, 0xe0, 0xf5, 0x32, 0x65, - 0xbf, 0x1c, 0xcc, 0x64, 0x22, 0x13, 0x14, 0x8e, 0xe4, 0x34, 0x13, 0x34, 0x94, 0x09, 0xcb, 0xec, - 0x9c, 0x33, 0xc9, 0xc8, 0x79, 0x25, 0xb0, 0x1b, 0x41, 0xff, 0xe5, 0xb1, 0x1e, 0x1f, 0x30, 0x93, - 0x1b, 0xe5, 0x9b, 0x3f, 0x1d, 0xd0, 0x6e, 0xf7, 0xfd, 0xe4, 0x05, 0x74, 0x45, 0xc8, 0x93, 0x5c, - 0x1a, 0x8a, 0xa9, 0x58, 0xbd, 0x60, 0x8b, 0xc8, 0x00, 0x54, 0xca, 0xe3, 0x62, 0x8d, 0x99, 0x14, - 0xc6, 0x89, 0xd9, 0xb2, 0x7a, 0xc1, 0x9e, 0x20, 0x1f, 0x81, 0x70, 0x5c, 0x22, 0xc7, 0x2c, 0xc4, - 0xf9, 0x22, 0x65, 0xe1, 0x6a, 0x9e, 0x44, 0x46, 0xab, 0x76, 0xd0, 0x77, 0x95, 0xeb, 0xaa, 0xe0, - 0x45, 0xe4, 0x15, 0xa8, 0x31, 0x15, 0xf3, 0x34, 0x59, 0x27, 0xd2, 0x68, 0x9b, 0x8a, 0xd5, 0x0e, - 0xce, 0x62, 0x2a, 0x46, 0x15, 0x26, 0x1e, 0xf4, 0x72, 0xce, 0x72, 0x26, 0x68, 0x3a, 0x5f, 0x61, - 0x69, 0x74, 0x4c, 0xc5, 0xd2, 0x2e, 0xdf, 0xd9, 0x47, 0x89, 0xec, 0x83, 0x91, 0xed, 0xf1, 0x56, - 0x7e, 0x83, 0x65, 0xa0, 0xe5, 0x7b, 0x40, 0x9e, 0x41, 0x27, 0xa7, 0x25, 0x72, 0xa3, 0x5b, 0x0f, - 0xb2, 0x01, 0xc4, 0x04, 0x8d, 0x16, 0xf2, 0x9e, 0xf1, 0xe4, 0x37, 0x72, 0x61, 0x9c, 0xd6, 0x59, - 0x0e, 0x29, 0x32, 0x01, 0x92, 0xd3, 0x32, 0x65, 0x34, 0x9a, 0x8b, 0x24, 0xce, 0xa8, 0x2c, 0x38, - 0x0a, 0xe3, 0xcc, 0x6c, 0x59, 0xda, 0xe5, 0xdb, 0x7f, 0x0c, 0x32, 0x69, 0xc4, 0xc1, 0xc5, 0xb6, - 0x7f, 0xc7, 0x08, 0x32, 0x85, 0xa7, 0x98, 0x3d, 0x60, 0xca, 0x72, 0x3c, 0x74, 0x55, 0x1f, 0xe1, - 0x4a, 0x1a, 0x83, 0xbd, 0x6d, 0x3f, 0x06, 0xed, 0x20, 0x3f, 0x31, 0xe0, 0x94, 0x46, 0x11, 0x47, - 0x21, 0xb6, 0xfb, 0x6b, 0x20, 0x79, 0x0e, 0xdd, 0x15, 0x96, 0xd5, 0x5a, 0x4e, 0x4c, 0xc5, 0x3a, - 0x0f, 0x3a, 0x2b, 0x2c, 0xbd, 0x88, 0xbc, 0x87, 0x27, 0x02, 0x7f, 0x16, 0xf5, 0xe2, 0xb2, 0x62, - 0xbd, 0x40, 0x5e, 0xaf, 0xad, 0x1d, 0xfc, 0xdf, 0xd0, 0x7e, 0xcd, 0xf6, 0x67, 0xa0, 0xee, 0x8e, - 0x7d, 0xfc, 0x31, 0x03, 0x50, 0x77, 0xa1, 0xb7, 0xef, 0x62, 0x4f, 0x7c, 0x08, 0xe1, 0xe2, 0x20, - 0xf1, 0x44, 0x52, 0x59, 0x08, 0xa2, 0xc1, 0xe9, 0xd4, 0xbf, 0xf1, 0xbf, 0xff, 0xf0, 0xf5, 0xff, - 0x2a, 0x30, 0x76, 0xfd, 0xa1, 0xe7, 0x7f, 0xd3, 0x15, 0x72, 0x0e, 0xea, 0x57, 0xcf, 0xbf, 0x1a, - 0x79, 0x33, 0x77, 0xa8, 0x9f, 0x90, 0x1e, 0x9c, 0xb9, 0x77, 0xee, 0x97, 0xe9, 0xad, 0x3b, 0xd4, - 0x5b, 0x04, 0xa0, 0x3b, 0x71, 0xaf, 0x46, 0xee, 0x50, 0x6f, 0x57, 0x5d, 0xee, 0xdd, 0xd8, 0x0b, - 0xdc, 0xa1, 0xde, 0xb9, 0x1e, 0xc3, 0x80, 0xf1, 0xd8, 0x66, 0x59, 0x7d, 0xd5, 0xf5, 0xeb, 0x5f, - 0x14, 0xcb, 0xdd, 0x9d, 0xcf, 0x3e, 0xc5, 0x89, 0xbc, 0x2f, 0x16, 0x76, 0xc8, 0xd6, 0xce, 0x46, - 0xe4, 0xd4, 0x9f, 0x46, 0xe9, 0xc4, 0xcc, 0x39, 0xfa, 0x8f, 0x16, 0xdd, 0xba, 0xf4, 0xf9, 0x6f, - 0x00, 0x00, 0x00, 0xff, 0xff, 0x4e, 0xea, 0x82, 0x70, 0x8f, 0x03, 0x00, 0x00, +var File_flow_entities_transaction_proto protoreflect.FileDescriptor + +var file_flow_entities_transaction_proto_rawDesc = []byte{ + 0x0a, 0x1f, 0x66, 0x6c, 0x6f, 0x77, 0x2f, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x2f, + 0x74, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x70, 0x72, 0x6f, 0x74, + 0x6f, 0x12, 0x0d, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, + 0x1a, 0x19, 0x66, 0x6c, 0x6f, 0x77, 0x2f, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x2f, + 0x65, 0x76, 0x65, 0x6e, 0x74, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0x82, 0x05, 0x0a, 0x0b, + 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x16, 0x0a, 0x06, 0x73, + 0x63, 0x72, 0x69, 0x70, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x06, 0x73, 0x63, 0x72, + 0x69, 0x70, 0x74, 0x12, 0x1c, 0x0a, 0x09, 0x61, 0x72, 0x67, 0x75, 0x6d, 0x65, 0x6e, 0x74, 0x73, + 0x18, 0x02, 0x20, 0x03, 0x28, 0x0c, 0x52, 0x09, 0x61, 0x72, 0x67, 0x75, 0x6d, 0x65, 0x6e, 0x74, + 0x73, 0x12, 0x2c, 0x0a, 0x12, 0x72, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, 0x5f, 0x62, + 0x6c, 0x6f, 0x63, 0x6b, 0x5f, 0x69, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x10, 0x72, + 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x49, 0x64, 0x12, + 0x1b, 0x0a, 0x09, 0x67, 0x61, 0x73, 0x5f, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x04, 0x20, 0x01, + 0x28, 0x04, 0x52, 0x08, 0x67, 0x61, 0x73, 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x49, 0x0a, 0x0c, + 0x70, 0x72, 0x6f, 0x70, 0x6f, 0x73, 0x61, 0x6c, 0x5f, 0x6b, 0x65, 0x79, 0x18, 0x05, 0x20, 0x01, + 0x28, 0x0b, 0x32, 0x26, 0x2e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, + 0x65, 0x73, 0x2e, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x50, + 0x72, 0x6f, 0x70, 0x6f, 0x73, 0x61, 0x6c, 0x4b, 0x65, 0x79, 0x52, 0x0b, 0x70, 0x72, 0x6f, 0x70, + 0x6f, 0x73, 0x61, 0x6c, 0x4b, 0x65, 0x79, 0x12, 0x14, 0x0a, 0x05, 0x70, 0x61, 0x79, 0x65, 0x72, + 0x18, 0x06, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x05, 0x70, 0x61, 0x79, 0x65, 0x72, 0x12, 0x20, 0x0a, + 0x0b, 0x61, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x65, 0x72, 0x73, 0x18, 0x07, 0x20, 0x03, + 0x28, 0x0c, 0x52, 0x0b, 0x61, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x65, 0x72, 0x73, 0x12, + 0x53, 0x0a, 0x12, 0x70, 0x61, 0x79, 0x6c, 0x6f, 0x61, 0x64, 0x5f, 0x73, 0x69, 0x67, 0x6e, 0x61, + 0x74, 0x75, 0x72, 0x65, 0x73, 0x18, 0x08, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x24, 0x2e, 0x66, 0x6c, + 0x6f, 0x77, 0x2e, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x2e, 0x54, 0x72, 0x61, 0x6e, + 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x53, 0x69, 0x67, 0x6e, 0x61, 0x74, 0x75, 0x72, + 0x65, 0x52, 0x11, 0x70, 0x61, 0x79, 0x6c, 0x6f, 0x61, 0x64, 0x53, 0x69, 0x67, 0x6e, 0x61, 0x74, + 0x75, 0x72, 0x65, 0x73, 0x12, 0x55, 0x0a, 0x13, 0x65, 0x6e, 0x76, 0x65, 0x6c, 0x6f, 0x70, 0x65, + 0x5f, 0x73, 0x69, 0x67, 0x6e, 0x61, 0x74, 0x75, 0x72, 0x65, 0x73, 0x18, 0x09, 0x20, 0x03, 0x28, + 0x0b, 0x32, 0x24, 0x2e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, + 0x73, 0x2e, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x53, 0x69, + 0x67, 0x6e, 0x61, 0x74, 0x75, 0x72, 0x65, 0x52, 0x12, 0x65, 0x6e, 0x76, 0x65, 0x6c, 0x6f, 0x70, + 0x65, 0x53, 0x69, 0x67, 0x6e, 0x61, 0x74, 0x75, 0x72, 0x65, 0x73, 0x1a, 0x67, 0x0a, 0x0b, 0x50, + 0x72, 0x6f, 0x70, 0x6f, 0x73, 0x61, 0x6c, 0x4b, 0x65, 0x79, 0x12, 0x18, 0x0a, 0x07, 0x61, 0x64, + 0x64, 0x72, 0x65, 0x73, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x07, 0x61, 0x64, 0x64, + 0x72, 0x65, 0x73, 0x73, 0x12, 0x15, 0x0a, 0x06, 0x6b, 0x65, 0x79, 0x5f, 0x69, 0x64, 0x18, 0x02, + 0x20, 0x01, 0x28, 0x0d, 0x52, 0x05, 0x6b, 0x65, 0x79, 0x49, 0x64, 0x12, 0x27, 0x0a, 0x0f, 0x73, + 0x65, 0x71, 0x75, 0x65, 0x6e, 0x63, 0x65, 0x5f, 0x6e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x18, 0x03, + 0x20, 0x01, 0x28, 0x04, 0x52, 0x0e, 0x73, 0x65, 0x71, 0x75, 0x65, 0x6e, 0x63, 0x65, 0x4e, 0x75, + 0x6d, 0x62, 0x65, 0x72, 0x1a, 0x5a, 0x0a, 0x09, 0x53, 0x69, 0x67, 0x6e, 0x61, 0x74, 0x75, 0x72, + 0x65, 0x12, 0x18, 0x0a, 0x07, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x18, 0x01, 0x20, 0x01, + 0x28, 0x0c, 0x52, 0x07, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x12, 0x15, 0x0a, 0x06, 0x6b, + 0x65, 0x79, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x05, 0x6b, 0x65, 0x79, + 0x49, 0x64, 0x12, 0x1c, 0x0a, 0x09, 0x73, 0x69, 0x67, 0x6e, 0x61, 0x74, 0x75, 0x72, 0x65, 0x18, + 0x03, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x09, 0x73, 0x69, 0x67, 0x6e, 0x61, 0x74, 0x75, 0x72, 0x65, + 0x2a, 0x63, 0x0a, 0x11, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x53, + 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x0b, 0x0a, 0x07, 0x55, 0x4e, 0x4b, 0x4e, 0x4f, 0x57, 0x4e, + 0x10, 0x00, 0x12, 0x0b, 0x0a, 0x07, 0x50, 0x45, 0x4e, 0x44, 0x49, 0x4e, 0x47, 0x10, 0x01, 0x12, + 0x0d, 0x0a, 0x09, 0x46, 0x49, 0x4e, 0x41, 0x4c, 0x49, 0x5a, 0x45, 0x44, 0x10, 0x02, 0x12, 0x0c, + 0x0a, 0x08, 0x45, 0x58, 0x45, 0x43, 0x55, 0x54, 0x45, 0x44, 0x10, 0x03, 0x12, 0x0a, 0x0a, 0x06, + 0x53, 0x45, 0x41, 0x4c, 0x45, 0x44, 0x10, 0x04, 0x12, 0x0b, 0x0a, 0x07, 0x45, 0x58, 0x50, 0x49, + 0x52, 0x45, 0x44, 0x10, 0x05, 0x42, 0x50, 0x0a, 0x1c, 0x6f, 0x72, 0x67, 0x2e, 0x6f, 0x6e, 0x66, + 0x6c, 0x6f, 0x77, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x65, 0x6e, 0x74, + 0x69, 0x74, 0x69, 0x65, 0x73, 0x5a, 0x30, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, + 0x6d, 0x2f, 0x6f, 0x6e, 0x66, 0x6c, 0x6f, 0x77, 0x2f, 0x66, 0x6c, 0x6f, 0x77, 0x2f, 0x70, 0x72, + 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x67, 0x6f, 0x2f, 0x66, 0x6c, 0x6f, 0x77, 0x2f, 0x65, + 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, +} + +var ( + file_flow_entities_transaction_proto_rawDescOnce sync.Once + file_flow_entities_transaction_proto_rawDescData = file_flow_entities_transaction_proto_rawDesc +) + +func file_flow_entities_transaction_proto_rawDescGZIP() []byte { + file_flow_entities_transaction_proto_rawDescOnce.Do(func() { + file_flow_entities_transaction_proto_rawDescData = protoimpl.X.CompressGZIP(file_flow_entities_transaction_proto_rawDescData) + }) + return file_flow_entities_transaction_proto_rawDescData +} + +var file_flow_entities_transaction_proto_enumTypes = make([]protoimpl.EnumInfo, 1) +var file_flow_entities_transaction_proto_msgTypes = make([]protoimpl.MessageInfo, 3) +var file_flow_entities_transaction_proto_goTypes = []interface{}{ + (TransactionStatus)(0), // 0: flow.entities.TransactionStatus + (*Transaction)(nil), // 1: flow.entities.Transaction + (*Transaction_ProposalKey)(nil), // 2: flow.entities.Transaction.ProposalKey + (*Transaction_Signature)(nil), // 3: flow.entities.Transaction.Signature +} +var file_flow_entities_transaction_proto_depIdxs = []int32{ + 2, // 0: flow.entities.Transaction.proposal_key:type_name -> flow.entities.Transaction.ProposalKey + 3, // 1: flow.entities.Transaction.payload_signatures:type_name -> flow.entities.Transaction.Signature + 3, // 2: flow.entities.Transaction.envelope_signatures:type_name -> flow.entities.Transaction.Signature + 3, // [3:3] is the sub-list for method output_type + 3, // [3:3] is the sub-list for method input_type + 3, // [3:3] is the sub-list for extension type_name + 3, // [3:3] is the sub-list for extension extendee + 0, // [0:3] is the sub-list for field type_name +} + +func init() { file_flow_entities_transaction_proto_init() } +func file_flow_entities_transaction_proto_init() { + if File_flow_entities_transaction_proto != nil { + return + } + file_flow_entities_event_proto_init() + if !protoimpl.UnsafeEnabled { + file_flow_entities_transaction_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*Transaction); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_flow_entities_transaction_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*Transaction_ProposalKey); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_flow_entities_transaction_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*Transaction_Signature); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + } + type x struct{} + out := protoimpl.TypeBuilder{ + File: protoimpl.DescBuilder{ + GoPackagePath: reflect.TypeOf(x{}).PkgPath(), + RawDescriptor: file_flow_entities_transaction_proto_rawDesc, + NumEnums: 1, + NumMessages: 3, + NumExtensions: 0, + NumServices: 0, + }, + GoTypes: file_flow_entities_transaction_proto_goTypes, + DependencyIndexes: file_flow_entities_transaction_proto_depIdxs, + EnumInfos: file_flow_entities_transaction_proto_enumTypes, + MessageInfos: file_flow_entities_transaction_proto_msgTypes, + }.Build() + File_flow_entities_transaction_proto = out.File + file_flow_entities_transaction_proto_rawDesc = nil + file_flow_entities_transaction_proto_goTypes = nil + file_flow_entities_transaction_proto_depIdxs = nil } diff --git a/protobuf/go/flow/execution/execution.pb.go b/protobuf/go/flow/execution/execution.pb.go index a4041f3f9..1d64bc504 100644 --- a/protobuf/go/flow/execution/execution.pb.go +++ b/protobuf/go/flow/execution/execution.pb.go @@ -1,25 +1,25 @@ // Code generated by protoc-gen-go. DO NOT EDIT. +// versions: +// protoc-gen-go v1.28.1 +// protoc (unknown) // source: flow/execution/execution.proto package execution import ( - fmt "fmt" - proto "github.com/golang/protobuf/proto" entities "github.com/onflow/flow/protobuf/go/flow/entities" - math "math" + protoreflect "google.golang.org/protobuf/reflect/protoreflect" + protoimpl "google.golang.org/protobuf/runtime/protoimpl" + reflect "reflect" + sync "sync" ) -// Reference imports to suppress errors if they are not otherwise used. -var _ = proto.Marshal -var _ = fmt.Errorf -var _ = math.Inf - -// This is a compile-time assertion to ensure that this generated file -// is compatible with the proto package it is being compiled against. -// A compilation error at this line likely means your copy of the -// proto package needs to be updated. -const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package +const ( + // Verify that this generated code is sufficiently up-to-date. + _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) + // Verify that runtime/protoimpl is sufficiently up-to-date. + _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) +) type EventEncodingVersion int32 @@ -28,957 +28,1579 @@ const ( EventEncodingVersion_CCF_V0 EventEncodingVersion = 1 ) -var EventEncodingVersion_name = map[int32]string{ - 0: "JSON_CDC_V0", - 1: "CCF_V0", -} +// Enum value maps for EventEncodingVersion. +var ( + EventEncodingVersion_name = map[int32]string{ + 0: "JSON_CDC_V0", + 1: "CCF_V0", + } + EventEncodingVersion_value = map[string]int32{ + "JSON_CDC_V0": 0, + "CCF_V0": 1, + } +) -var EventEncodingVersion_value = map[string]int32{ - "JSON_CDC_V0": 0, - "CCF_V0": 1, +func (x EventEncodingVersion) Enum() *EventEncodingVersion { + p := new(EventEncodingVersion) + *p = x + return p } func (x EventEncodingVersion) String() string { - return proto.EnumName(EventEncodingVersion_name, int32(x)) + return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x)) } -func (EventEncodingVersion) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_699624211ed46c53, []int{0} +func (EventEncodingVersion) Descriptor() protoreflect.EnumDescriptor { + return file_flow_execution_execution_proto_enumTypes[0].Descriptor() } -type PingRequest struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` +func (EventEncodingVersion) Type() protoreflect.EnumType { + return &file_flow_execution_execution_proto_enumTypes[0] } -func (m *PingRequest) Reset() { *m = PingRequest{} } -func (m *PingRequest) String() string { return proto.CompactTextString(m) } -func (*PingRequest) ProtoMessage() {} -func (*PingRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_699624211ed46c53, []int{0} +func (x EventEncodingVersion) Number() protoreflect.EnumNumber { + return protoreflect.EnumNumber(x) } -func (m *PingRequest) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_PingRequest.Unmarshal(m, b) -} -func (m *PingRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_PingRequest.Marshal(b, m, deterministic) +// Deprecated: Use EventEncodingVersion.Descriptor instead. +func (EventEncodingVersion) EnumDescriptor() ([]byte, []int) { + return file_flow_execution_execution_proto_rawDescGZIP(), []int{0} } -func (m *PingRequest) XXX_Merge(src proto.Message) { - xxx_messageInfo_PingRequest.Merge(m, src) + +type PingRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields } -func (m *PingRequest) XXX_Size() int { - return xxx_messageInfo_PingRequest.Size(m) + +func (x *PingRequest) Reset() { + *x = PingRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_flow_execution_execution_proto_msgTypes[0] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } } -func (m *PingRequest) XXX_DiscardUnknown() { - xxx_messageInfo_PingRequest.DiscardUnknown(m) + +func (x *PingRequest) String() string { + return protoimpl.X.MessageStringOf(x) } -var xxx_messageInfo_PingRequest proto.InternalMessageInfo +func (*PingRequest) ProtoMessage() {} -type PingResponse struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` +func (x *PingRequest) ProtoReflect() protoreflect.Message { + mi := &file_flow_execution_execution_proto_msgTypes[0] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) } -func (m *PingResponse) Reset() { *m = PingResponse{} } -func (m *PingResponse) String() string { return proto.CompactTextString(m) } -func (*PingResponse) ProtoMessage() {} -func (*PingResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_699624211ed46c53, []int{1} +// Deprecated: Use PingRequest.ProtoReflect.Descriptor instead. +func (*PingRequest) Descriptor() ([]byte, []int) { + return file_flow_execution_execution_proto_rawDescGZIP(), []int{0} } -func (m *PingResponse) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_PingResponse.Unmarshal(m, b) -} -func (m *PingResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_PingResponse.Marshal(b, m, deterministic) -} -func (m *PingResponse) XXX_Merge(src proto.Message) { - xxx_messageInfo_PingResponse.Merge(m, src) +type PingResponse struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields } -func (m *PingResponse) XXX_Size() int { - return xxx_messageInfo_PingResponse.Size(m) + +func (x *PingResponse) Reset() { + *x = PingResponse{} + if protoimpl.UnsafeEnabled { + mi := &file_flow_execution_execution_proto_msgTypes[1] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } } -func (m *PingResponse) XXX_DiscardUnknown() { - xxx_messageInfo_PingResponse.DiscardUnknown(m) + +func (x *PingResponse) String() string { + return protoimpl.X.MessageStringOf(x) } -var xxx_messageInfo_PingResponse proto.InternalMessageInfo +func (*PingResponse) ProtoMessage() {} -type GetAccountAtBlockIDRequest struct { - BlockId []byte `protobuf:"bytes,1,opt,name=block_id,json=blockId,proto3" json:"block_id,omitempty"` - Address []byte `protobuf:"bytes,2,opt,name=address,proto3" json:"address,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` +func (x *PingResponse) ProtoReflect() protoreflect.Message { + mi := &file_flow_execution_execution_proto_msgTypes[1] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) } -func (m *GetAccountAtBlockIDRequest) Reset() { *m = GetAccountAtBlockIDRequest{} } -func (m *GetAccountAtBlockIDRequest) String() string { return proto.CompactTextString(m) } -func (*GetAccountAtBlockIDRequest) ProtoMessage() {} -func (*GetAccountAtBlockIDRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_699624211ed46c53, []int{2} +// Deprecated: Use PingResponse.ProtoReflect.Descriptor instead. +func (*PingResponse) Descriptor() ([]byte, []int) { + return file_flow_execution_execution_proto_rawDescGZIP(), []int{1} } -func (m *GetAccountAtBlockIDRequest) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_GetAccountAtBlockIDRequest.Unmarshal(m, b) -} -func (m *GetAccountAtBlockIDRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_GetAccountAtBlockIDRequest.Marshal(b, m, deterministic) +type GetAccountAtBlockIDRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + BlockId []byte `protobuf:"bytes,1,opt,name=block_id,json=blockId,proto3" json:"block_id,omitempty"` + Address []byte `protobuf:"bytes,2,opt,name=address,proto3" json:"address,omitempty"` } -func (m *GetAccountAtBlockIDRequest) XXX_Merge(src proto.Message) { - xxx_messageInfo_GetAccountAtBlockIDRequest.Merge(m, src) + +func (x *GetAccountAtBlockIDRequest) Reset() { + *x = GetAccountAtBlockIDRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_flow_execution_execution_proto_msgTypes[2] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } } -func (m *GetAccountAtBlockIDRequest) XXX_Size() int { - return xxx_messageInfo_GetAccountAtBlockIDRequest.Size(m) + +func (x *GetAccountAtBlockIDRequest) String() string { + return protoimpl.X.MessageStringOf(x) } -func (m *GetAccountAtBlockIDRequest) XXX_DiscardUnknown() { - xxx_messageInfo_GetAccountAtBlockIDRequest.DiscardUnknown(m) + +func (*GetAccountAtBlockIDRequest) ProtoMessage() {} + +func (x *GetAccountAtBlockIDRequest) ProtoReflect() protoreflect.Message { + mi := &file_flow_execution_execution_proto_msgTypes[2] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) } -var xxx_messageInfo_GetAccountAtBlockIDRequest proto.InternalMessageInfo +// Deprecated: Use GetAccountAtBlockIDRequest.ProtoReflect.Descriptor instead. +func (*GetAccountAtBlockIDRequest) Descriptor() ([]byte, []int) { + return file_flow_execution_execution_proto_rawDescGZIP(), []int{2} +} -func (m *GetAccountAtBlockIDRequest) GetBlockId() []byte { - if m != nil { - return m.BlockId +func (x *GetAccountAtBlockIDRequest) GetBlockId() []byte { + if x != nil { + return x.BlockId } return nil } -func (m *GetAccountAtBlockIDRequest) GetAddress() []byte { - if m != nil { - return m.Address +func (x *GetAccountAtBlockIDRequest) GetAddress() []byte { + if x != nil { + return x.Address } return nil } type GetAccountAtBlockIDResponse struct { - Account *entities.Account `protobuf:"bytes,1,opt,name=account,proto3" json:"account,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields -func (m *GetAccountAtBlockIDResponse) Reset() { *m = GetAccountAtBlockIDResponse{} } -func (m *GetAccountAtBlockIDResponse) String() string { return proto.CompactTextString(m) } -func (*GetAccountAtBlockIDResponse) ProtoMessage() {} -func (*GetAccountAtBlockIDResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_699624211ed46c53, []int{3} + Account *entities.Account `protobuf:"bytes,1,opt,name=account,proto3" json:"account,omitempty"` } -func (m *GetAccountAtBlockIDResponse) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_GetAccountAtBlockIDResponse.Unmarshal(m, b) -} -func (m *GetAccountAtBlockIDResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_GetAccountAtBlockIDResponse.Marshal(b, m, deterministic) -} -func (m *GetAccountAtBlockIDResponse) XXX_Merge(src proto.Message) { - xxx_messageInfo_GetAccountAtBlockIDResponse.Merge(m, src) +func (x *GetAccountAtBlockIDResponse) Reset() { + *x = GetAccountAtBlockIDResponse{} + if protoimpl.UnsafeEnabled { + mi := &file_flow_execution_execution_proto_msgTypes[3] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } } -func (m *GetAccountAtBlockIDResponse) XXX_Size() int { - return xxx_messageInfo_GetAccountAtBlockIDResponse.Size(m) + +func (x *GetAccountAtBlockIDResponse) String() string { + return protoimpl.X.MessageStringOf(x) } -func (m *GetAccountAtBlockIDResponse) XXX_DiscardUnknown() { - xxx_messageInfo_GetAccountAtBlockIDResponse.DiscardUnknown(m) + +func (*GetAccountAtBlockIDResponse) ProtoMessage() {} + +func (x *GetAccountAtBlockIDResponse) ProtoReflect() protoreflect.Message { + mi := &file_flow_execution_execution_proto_msgTypes[3] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) } -var xxx_messageInfo_GetAccountAtBlockIDResponse proto.InternalMessageInfo +// Deprecated: Use GetAccountAtBlockIDResponse.ProtoReflect.Descriptor instead. +func (*GetAccountAtBlockIDResponse) Descriptor() ([]byte, []int) { + return file_flow_execution_execution_proto_rawDescGZIP(), []int{3} +} -func (m *GetAccountAtBlockIDResponse) GetAccount() *entities.Account { - if m != nil { - return m.Account +func (x *GetAccountAtBlockIDResponse) GetAccount() *entities.Account { + if x != nil { + return x.Account } return nil } type ExecuteScriptAtBlockIDRequest struct { - BlockId []byte `protobuf:"bytes,1,opt,name=block_id,json=blockId,proto3" json:"block_id,omitempty"` - Script []byte `protobuf:"bytes,2,opt,name=script,proto3" json:"script,omitempty"` - Arguments [][]byte `protobuf:"bytes,3,rep,name=arguments,proto3" json:"arguments,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields -func (m *ExecuteScriptAtBlockIDRequest) Reset() { *m = ExecuteScriptAtBlockIDRequest{} } -func (m *ExecuteScriptAtBlockIDRequest) String() string { return proto.CompactTextString(m) } -func (*ExecuteScriptAtBlockIDRequest) ProtoMessage() {} -func (*ExecuteScriptAtBlockIDRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_699624211ed46c53, []int{4} + BlockId []byte `protobuf:"bytes,1,opt,name=block_id,json=blockId,proto3" json:"block_id,omitempty"` + Script []byte `protobuf:"bytes,2,opt,name=script,proto3" json:"script,omitempty"` + Arguments [][]byte `protobuf:"bytes,3,rep,name=arguments,proto3" json:"arguments,omitempty"` } -func (m *ExecuteScriptAtBlockIDRequest) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_ExecuteScriptAtBlockIDRequest.Unmarshal(m, b) -} -func (m *ExecuteScriptAtBlockIDRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_ExecuteScriptAtBlockIDRequest.Marshal(b, m, deterministic) -} -func (m *ExecuteScriptAtBlockIDRequest) XXX_Merge(src proto.Message) { - xxx_messageInfo_ExecuteScriptAtBlockIDRequest.Merge(m, src) +func (x *ExecuteScriptAtBlockIDRequest) Reset() { + *x = ExecuteScriptAtBlockIDRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_flow_execution_execution_proto_msgTypes[4] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } } -func (m *ExecuteScriptAtBlockIDRequest) XXX_Size() int { - return xxx_messageInfo_ExecuteScriptAtBlockIDRequest.Size(m) + +func (x *ExecuteScriptAtBlockIDRequest) String() string { + return protoimpl.X.MessageStringOf(x) } -func (m *ExecuteScriptAtBlockIDRequest) XXX_DiscardUnknown() { - xxx_messageInfo_ExecuteScriptAtBlockIDRequest.DiscardUnknown(m) + +func (*ExecuteScriptAtBlockIDRequest) ProtoMessage() {} + +func (x *ExecuteScriptAtBlockIDRequest) ProtoReflect() protoreflect.Message { + mi := &file_flow_execution_execution_proto_msgTypes[4] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) } -var xxx_messageInfo_ExecuteScriptAtBlockIDRequest proto.InternalMessageInfo +// Deprecated: Use ExecuteScriptAtBlockIDRequest.ProtoReflect.Descriptor instead. +func (*ExecuteScriptAtBlockIDRequest) Descriptor() ([]byte, []int) { + return file_flow_execution_execution_proto_rawDescGZIP(), []int{4} +} -func (m *ExecuteScriptAtBlockIDRequest) GetBlockId() []byte { - if m != nil { - return m.BlockId +func (x *ExecuteScriptAtBlockIDRequest) GetBlockId() []byte { + if x != nil { + return x.BlockId } return nil } -func (m *ExecuteScriptAtBlockIDRequest) GetScript() []byte { - if m != nil { - return m.Script +func (x *ExecuteScriptAtBlockIDRequest) GetScript() []byte { + if x != nil { + return x.Script } return nil } -func (m *ExecuteScriptAtBlockIDRequest) GetArguments() [][]byte { - if m != nil { - return m.Arguments +func (x *ExecuteScriptAtBlockIDRequest) GetArguments() [][]byte { + if x != nil { + return x.Arguments } return nil } type ExecuteScriptAtBlockIDResponse struct { - Value []byte `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields -func (m *ExecuteScriptAtBlockIDResponse) Reset() { *m = ExecuteScriptAtBlockIDResponse{} } -func (m *ExecuteScriptAtBlockIDResponse) String() string { return proto.CompactTextString(m) } -func (*ExecuteScriptAtBlockIDResponse) ProtoMessage() {} -func (*ExecuteScriptAtBlockIDResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_699624211ed46c53, []int{5} + Value []byte `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"` } -func (m *ExecuteScriptAtBlockIDResponse) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_ExecuteScriptAtBlockIDResponse.Unmarshal(m, b) -} -func (m *ExecuteScriptAtBlockIDResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_ExecuteScriptAtBlockIDResponse.Marshal(b, m, deterministic) -} -func (m *ExecuteScriptAtBlockIDResponse) XXX_Merge(src proto.Message) { - xxx_messageInfo_ExecuteScriptAtBlockIDResponse.Merge(m, src) +func (x *ExecuteScriptAtBlockIDResponse) Reset() { + *x = ExecuteScriptAtBlockIDResponse{} + if protoimpl.UnsafeEnabled { + mi := &file_flow_execution_execution_proto_msgTypes[5] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } } -func (m *ExecuteScriptAtBlockIDResponse) XXX_Size() int { - return xxx_messageInfo_ExecuteScriptAtBlockIDResponse.Size(m) + +func (x *ExecuteScriptAtBlockIDResponse) String() string { + return protoimpl.X.MessageStringOf(x) } -func (m *ExecuteScriptAtBlockIDResponse) XXX_DiscardUnknown() { - xxx_messageInfo_ExecuteScriptAtBlockIDResponse.DiscardUnknown(m) + +func (*ExecuteScriptAtBlockIDResponse) ProtoMessage() {} + +func (x *ExecuteScriptAtBlockIDResponse) ProtoReflect() protoreflect.Message { + mi := &file_flow_execution_execution_proto_msgTypes[5] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) } -var xxx_messageInfo_ExecuteScriptAtBlockIDResponse proto.InternalMessageInfo +// Deprecated: Use ExecuteScriptAtBlockIDResponse.ProtoReflect.Descriptor instead. +func (*ExecuteScriptAtBlockIDResponse) Descriptor() ([]byte, []int) { + return file_flow_execution_execution_proto_rawDescGZIP(), []int{5} +} -func (m *ExecuteScriptAtBlockIDResponse) GetValue() []byte { - if m != nil { - return m.Value +func (x *ExecuteScriptAtBlockIDResponse) GetValue() []byte { + if x != nil { + return x.Value } return nil } type GetEventsForBlockIDsResponse struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + Results []*GetEventsForBlockIDsResponse_Result `protobuf:"bytes,1,rep,name=results,proto3" json:"results,omitempty"` EventEncodingVersion EventEncodingVersion `protobuf:"varint,2,opt,name=event_encoding_version,json=eventEncodingVersion,proto3,enum=flow.execution.EventEncodingVersion" json:"event_encoding_version,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` } -func (m *GetEventsForBlockIDsResponse) Reset() { *m = GetEventsForBlockIDsResponse{} } -func (m *GetEventsForBlockIDsResponse) String() string { return proto.CompactTextString(m) } -func (*GetEventsForBlockIDsResponse) ProtoMessage() {} -func (*GetEventsForBlockIDsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_699624211ed46c53, []int{6} +func (x *GetEventsForBlockIDsResponse) Reset() { + *x = GetEventsForBlockIDsResponse{} + if protoimpl.UnsafeEnabled { + mi := &file_flow_execution_execution_proto_msgTypes[6] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } } -func (m *GetEventsForBlockIDsResponse) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_GetEventsForBlockIDsResponse.Unmarshal(m, b) +func (x *GetEventsForBlockIDsResponse) String() string { + return protoimpl.X.MessageStringOf(x) } -func (m *GetEventsForBlockIDsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_GetEventsForBlockIDsResponse.Marshal(b, m, deterministic) -} -func (m *GetEventsForBlockIDsResponse) XXX_Merge(src proto.Message) { - xxx_messageInfo_GetEventsForBlockIDsResponse.Merge(m, src) -} -func (m *GetEventsForBlockIDsResponse) XXX_Size() int { - return xxx_messageInfo_GetEventsForBlockIDsResponse.Size(m) -} -func (m *GetEventsForBlockIDsResponse) XXX_DiscardUnknown() { - xxx_messageInfo_GetEventsForBlockIDsResponse.DiscardUnknown(m) + +func (*GetEventsForBlockIDsResponse) ProtoMessage() {} + +func (x *GetEventsForBlockIDsResponse) ProtoReflect() protoreflect.Message { + mi := &file_flow_execution_execution_proto_msgTypes[6] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) } -var xxx_messageInfo_GetEventsForBlockIDsResponse proto.InternalMessageInfo +// Deprecated: Use GetEventsForBlockIDsResponse.ProtoReflect.Descriptor instead. +func (*GetEventsForBlockIDsResponse) Descriptor() ([]byte, []int) { + return file_flow_execution_execution_proto_rawDescGZIP(), []int{6} +} -func (m *GetEventsForBlockIDsResponse) GetResults() []*GetEventsForBlockIDsResponse_Result { - if m != nil { - return m.Results +func (x *GetEventsForBlockIDsResponse) GetResults() []*GetEventsForBlockIDsResponse_Result { + if x != nil { + return x.Results } return nil } -func (m *GetEventsForBlockIDsResponse) GetEventEncodingVersion() EventEncodingVersion { - if m != nil { - return m.EventEncodingVersion +func (x *GetEventsForBlockIDsResponse) GetEventEncodingVersion() EventEncodingVersion { + if x != nil { + return x.EventEncodingVersion } return EventEncodingVersion_JSON_CDC_V0 } -type GetEventsForBlockIDsResponse_Result struct { - BlockId []byte `protobuf:"bytes,1,opt,name=block_id,json=blockId,proto3" json:"block_id,omitempty"` - BlockHeight uint64 `protobuf:"varint,2,opt,name=block_height,json=blockHeight,proto3" json:"block_height,omitempty"` - Events []*entities.Event `protobuf:"bytes,3,rep,name=events,proto3" json:"events,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} +type GetEventsForBlockIDsRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields -func (m *GetEventsForBlockIDsResponse_Result) Reset() { *m = GetEventsForBlockIDsResponse_Result{} } -func (m *GetEventsForBlockIDsResponse_Result) String() string { return proto.CompactTextString(m) } -func (*GetEventsForBlockIDsResponse_Result) ProtoMessage() {} -func (*GetEventsForBlockIDsResponse_Result) Descriptor() ([]byte, []int) { - return fileDescriptor_699624211ed46c53, []int{6, 0} + Type string `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"` + BlockIds [][]byte `protobuf:"bytes,2,rep,name=block_ids,json=blockIds,proto3" json:"block_ids,omitempty"` } -func (m *GetEventsForBlockIDsResponse_Result) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_GetEventsForBlockIDsResponse_Result.Unmarshal(m, b) -} -func (m *GetEventsForBlockIDsResponse_Result) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_GetEventsForBlockIDsResponse_Result.Marshal(b, m, deterministic) -} -func (m *GetEventsForBlockIDsResponse_Result) XXX_Merge(src proto.Message) { - xxx_messageInfo_GetEventsForBlockIDsResponse_Result.Merge(m, src) -} -func (m *GetEventsForBlockIDsResponse_Result) XXX_Size() int { - return xxx_messageInfo_GetEventsForBlockIDsResponse_Result.Size(m) -} -func (m *GetEventsForBlockIDsResponse_Result) XXX_DiscardUnknown() { - xxx_messageInfo_GetEventsForBlockIDsResponse_Result.DiscardUnknown(m) -} - -var xxx_messageInfo_GetEventsForBlockIDsResponse_Result proto.InternalMessageInfo - -func (m *GetEventsForBlockIDsResponse_Result) GetBlockId() []byte { - if m != nil { - return m.BlockId +func (x *GetEventsForBlockIDsRequest) Reset() { + *x = GetEventsForBlockIDsRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_flow_execution_execution_proto_msgTypes[7] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) } - return nil } -func (m *GetEventsForBlockIDsResponse_Result) GetBlockHeight() uint64 { - if m != nil { - return m.BlockHeight - } - return 0 +func (x *GetEventsForBlockIDsRequest) String() string { + return protoimpl.X.MessageStringOf(x) } -func (m *GetEventsForBlockIDsResponse_Result) GetEvents() []*entities.Event { - if m != nil { - return m.Events - } - return nil -} +func (*GetEventsForBlockIDsRequest) ProtoMessage() {} -type GetEventsForBlockIDsRequest struct { - Type string `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"` - BlockIds [][]byte `protobuf:"bytes,2,rep,name=block_ids,json=blockIds,proto3" json:"block_ids,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` +func (x *GetEventsForBlockIDsRequest) ProtoReflect() protoreflect.Message { + mi := &file_flow_execution_execution_proto_msgTypes[7] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) } -func (m *GetEventsForBlockIDsRequest) Reset() { *m = GetEventsForBlockIDsRequest{} } -func (m *GetEventsForBlockIDsRequest) String() string { return proto.CompactTextString(m) } -func (*GetEventsForBlockIDsRequest) ProtoMessage() {} +// Deprecated: Use GetEventsForBlockIDsRequest.ProtoReflect.Descriptor instead. func (*GetEventsForBlockIDsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_699624211ed46c53, []int{7} -} - -func (m *GetEventsForBlockIDsRequest) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_GetEventsForBlockIDsRequest.Unmarshal(m, b) -} -func (m *GetEventsForBlockIDsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_GetEventsForBlockIDsRequest.Marshal(b, m, deterministic) + return file_flow_execution_execution_proto_rawDescGZIP(), []int{7} } -func (m *GetEventsForBlockIDsRequest) XXX_Merge(src proto.Message) { - xxx_messageInfo_GetEventsForBlockIDsRequest.Merge(m, src) -} -func (m *GetEventsForBlockIDsRequest) XXX_Size() int { - return xxx_messageInfo_GetEventsForBlockIDsRequest.Size(m) -} -func (m *GetEventsForBlockIDsRequest) XXX_DiscardUnknown() { - xxx_messageInfo_GetEventsForBlockIDsRequest.DiscardUnknown(m) -} - -var xxx_messageInfo_GetEventsForBlockIDsRequest proto.InternalMessageInfo -func (m *GetEventsForBlockIDsRequest) GetType() string { - if m != nil { - return m.Type +func (x *GetEventsForBlockIDsRequest) GetType() string { + if x != nil { + return x.Type } return "" } -func (m *GetEventsForBlockIDsRequest) GetBlockIds() [][]byte { - if m != nil { - return m.BlockIds +func (x *GetEventsForBlockIDsRequest) GetBlockIds() [][]byte { + if x != nil { + return x.BlockIds } return nil } type GetTransactionResultRequest struct { - BlockId []byte `protobuf:"bytes,1,opt,name=block_id,json=blockId,proto3" json:"block_id,omitempty"` - TransactionId []byte `protobuf:"bytes,2,opt,name=transaction_id,json=transactionId,proto3" json:"transaction_id,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields -func (m *GetTransactionResultRequest) Reset() { *m = GetTransactionResultRequest{} } -func (m *GetTransactionResultRequest) String() string { return proto.CompactTextString(m) } -func (*GetTransactionResultRequest) ProtoMessage() {} -func (*GetTransactionResultRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_699624211ed46c53, []int{8} + BlockId []byte `protobuf:"bytes,1,opt,name=block_id,json=blockId,proto3" json:"block_id,omitempty"` + TransactionId []byte `protobuf:"bytes,2,opt,name=transaction_id,json=transactionId,proto3" json:"transaction_id,omitempty"` } -func (m *GetTransactionResultRequest) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_GetTransactionResultRequest.Unmarshal(m, b) -} -func (m *GetTransactionResultRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_GetTransactionResultRequest.Marshal(b, m, deterministic) -} -func (m *GetTransactionResultRequest) XXX_Merge(src proto.Message) { - xxx_messageInfo_GetTransactionResultRequest.Merge(m, src) +func (x *GetTransactionResultRequest) Reset() { + *x = GetTransactionResultRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_flow_execution_execution_proto_msgTypes[8] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } } -func (m *GetTransactionResultRequest) XXX_Size() int { - return xxx_messageInfo_GetTransactionResultRequest.Size(m) + +func (x *GetTransactionResultRequest) String() string { + return protoimpl.X.MessageStringOf(x) } -func (m *GetTransactionResultRequest) XXX_DiscardUnknown() { - xxx_messageInfo_GetTransactionResultRequest.DiscardUnknown(m) + +func (*GetTransactionResultRequest) ProtoMessage() {} + +func (x *GetTransactionResultRequest) ProtoReflect() protoreflect.Message { + mi := &file_flow_execution_execution_proto_msgTypes[8] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) } -var xxx_messageInfo_GetTransactionResultRequest proto.InternalMessageInfo +// Deprecated: Use GetTransactionResultRequest.ProtoReflect.Descriptor instead. +func (*GetTransactionResultRequest) Descriptor() ([]byte, []int) { + return file_flow_execution_execution_proto_rawDescGZIP(), []int{8} +} -func (m *GetTransactionResultRequest) GetBlockId() []byte { - if m != nil { - return m.BlockId +func (x *GetTransactionResultRequest) GetBlockId() []byte { + if x != nil { + return x.BlockId } return nil } -func (m *GetTransactionResultRequest) GetTransactionId() []byte { - if m != nil { - return m.TransactionId +func (x *GetTransactionResultRequest) GetTransactionId() []byte { + if x != nil { + return x.TransactionId } return nil } type GetTransactionByIndexRequest struct { - BlockId []byte `protobuf:"bytes,1,opt,name=block_id,json=blockId,proto3" json:"block_id,omitempty"` - Index uint32 `protobuf:"varint,2,opt,name=index,proto3" json:"index,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields -func (m *GetTransactionByIndexRequest) Reset() { *m = GetTransactionByIndexRequest{} } -func (m *GetTransactionByIndexRequest) String() string { return proto.CompactTextString(m) } -func (*GetTransactionByIndexRequest) ProtoMessage() {} -func (*GetTransactionByIndexRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_699624211ed46c53, []int{9} + BlockId []byte `protobuf:"bytes,1,opt,name=block_id,json=blockId,proto3" json:"block_id,omitempty"` + Index uint32 `protobuf:"varint,2,opt,name=index,proto3" json:"index,omitempty"` } -func (m *GetTransactionByIndexRequest) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_GetTransactionByIndexRequest.Unmarshal(m, b) -} -func (m *GetTransactionByIndexRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_GetTransactionByIndexRequest.Marshal(b, m, deterministic) -} -func (m *GetTransactionByIndexRequest) XXX_Merge(src proto.Message) { - xxx_messageInfo_GetTransactionByIndexRequest.Merge(m, src) +func (x *GetTransactionByIndexRequest) Reset() { + *x = GetTransactionByIndexRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_flow_execution_execution_proto_msgTypes[9] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } } -func (m *GetTransactionByIndexRequest) XXX_Size() int { - return xxx_messageInfo_GetTransactionByIndexRequest.Size(m) + +func (x *GetTransactionByIndexRequest) String() string { + return protoimpl.X.MessageStringOf(x) } -func (m *GetTransactionByIndexRequest) XXX_DiscardUnknown() { - xxx_messageInfo_GetTransactionByIndexRequest.DiscardUnknown(m) + +func (*GetTransactionByIndexRequest) ProtoMessage() {} + +func (x *GetTransactionByIndexRequest) ProtoReflect() protoreflect.Message { + mi := &file_flow_execution_execution_proto_msgTypes[9] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) } -var xxx_messageInfo_GetTransactionByIndexRequest proto.InternalMessageInfo +// Deprecated: Use GetTransactionByIndexRequest.ProtoReflect.Descriptor instead. +func (*GetTransactionByIndexRequest) Descriptor() ([]byte, []int) { + return file_flow_execution_execution_proto_rawDescGZIP(), []int{9} +} -func (m *GetTransactionByIndexRequest) GetBlockId() []byte { - if m != nil { - return m.BlockId +func (x *GetTransactionByIndexRequest) GetBlockId() []byte { + if x != nil { + return x.BlockId } return nil } -func (m *GetTransactionByIndexRequest) GetIndex() uint32 { - if m != nil { - return m.Index +func (x *GetTransactionByIndexRequest) GetIndex() uint32 { + if x != nil { + return x.Index } return 0 } type GetTransactionResultResponse struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + StatusCode uint32 `protobuf:"varint,1,opt,name=status_code,json=statusCode,proto3" json:"status_code,omitempty"` ErrorMessage string `protobuf:"bytes,2,opt,name=error_message,json=errorMessage,proto3" json:"error_message,omitempty"` Events []*entities.Event `protobuf:"bytes,3,rep,name=events,proto3" json:"events,omitempty"` EventEncodingVersion EventEncodingVersion `protobuf:"varint,4,opt,name=event_encoding_version,json=eventEncodingVersion,proto3,enum=flow.execution.EventEncodingVersion" json:"event_encoding_version,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` } -func (m *GetTransactionResultResponse) Reset() { *m = GetTransactionResultResponse{} } -func (m *GetTransactionResultResponse) String() string { return proto.CompactTextString(m) } -func (*GetTransactionResultResponse) ProtoMessage() {} -func (*GetTransactionResultResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_699624211ed46c53, []int{10} +func (x *GetTransactionResultResponse) Reset() { + *x = GetTransactionResultResponse{} + if protoimpl.UnsafeEnabled { + mi := &file_flow_execution_execution_proto_msgTypes[10] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } } -func (m *GetTransactionResultResponse) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_GetTransactionResultResponse.Unmarshal(m, b) -} -func (m *GetTransactionResultResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_GetTransactionResultResponse.Marshal(b, m, deterministic) +func (x *GetTransactionResultResponse) String() string { + return protoimpl.X.MessageStringOf(x) } -func (m *GetTransactionResultResponse) XXX_Merge(src proto.Message) { - xxx_messageInfo_GetTransactionResultResponse.Merge(m, src) -} -func (m *GetTransactionResultResponse) XXX_Size() int { - return xxx_messageInfo_GetTransactionResultResponse.Size(m) -} -func (m *GetTransactionResultResponse) XXX_DiscardUnknown() { - xxx_messageInfo_GetTransactionResultResponse.DiscardUnknown(m) + +func (*GetTransactionResultResponse) ProtoMessage() {} + +func (x *GetTransactionResultResponse) ProtoReflect() protoreflect.Message { + mi := &file_flow_execution_execution_proto_msgTypes[10] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) } -var xxx_messageInfo_GetTransactionResultResponse proto.InternalMessageInfo +// Deprecated: Use GetTransactionResultResponse.ProtoReflect.Descriptor instead. +func (*GetTransactionResultResponse) Descriptor() ([]byte, []int) { + return file_flow_execution_execution_proto_rawDescGZIP(), []int{10} +} -func (m *GetTransactionResultResponse) GetStatusCode() uint32 { - if m != nil { - return m.StatusCode +func (x *GetTransactionResultResponse) GetStatusCode() uint32 { + if x != nil { + return x.StatusCode } return 0 } -func (m *GetTransactionResultResponse) GetErrorMessage() string { - if m != nil { - return m.ErrorMessage +func (x *GetTransactionResultResponse) GetErrorMessage() string { + if x != nil { + return x.ErrorMessage } return "" } -func (m *GetTransactionResultResponse) GetEvents() []*entities.Event { - if m != nil { - return m.Events +func (x *GetTransactionResultResponse) GetEvents() []*entities.Event { + if x != nil { + return x.Events } return nil } -func (m *GetTransactionResultResponse) GetEventEncodingVersion() EventEncodingVersion { - if m != nil { - return m.EventEncodingVersion +func (x *GetTransactionResultResponse) GetEventEncodingVersion() EventEncodingVersion { + if x != nil { + return x.EventEncodingVersion } return EventEncodingVersion_JSON_CDC_V0 } type GetTransactionsByBlockIDRequest struct { - BlockId []byte `protobuf:"bytes,1,opt,name=block_id,json=blockId,proto3" json:"block_id,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields -func (m *GetTransactionsByBlockIDRequest) Reset() { *m = GetTransactionsByBlockIDRequest{} } -func (m *GetTransactionsByBlockIDRequest) String() string { return proto.CompactTextString(m) } -func (*GetTransactionsByBlockIDRequest) ProtoMessage() {} -func (*GetTransactionsByBlockIDRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_699624211ed46c53, []int{11} + BlockId []byte `protobuf:"bytes,1,opt,name=block_id,json=blockId,proto3" json:"block_id,omitempty"` } -func (m *GetTransactionsByBlockIDRequest) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_GetTransactionsByBlockIDRequest.Unmarshal(m, b) -} -func (m *GetTransactionsByBlockIDRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_GetTransactionsByBlockIDRequest.Marshal(b, m, deterministic) -} -func (m *GetTransactionsByBlockIDRequest) XXX_Merge(src proto.Message) { - xxx_messageInfo_GetTransactionsByBlockIDRequest.Merge(m, src) +func (x *GetTransactionsByBlockIDRequest) Reset() { + *x = GetTransactionsByBlockIDRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_flow_execution_execution_proto_msgTypes[11] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } } -func (m *GetTransactionsByBlockIDRequest) XXX_Size() int { - return xxx_messageInfo_GetTransactionsByBlockIDRequest.Size(m) + +func (x *GetTransactionsByBlockIDRequest) String() string { + return protoimpl.X.MessageStringOf(x) } -func (m *GetTransactionsByBlockIDRequest) XXX_DiscardUnknown() { - xxx_messageInfo_GetTransactionsByBlockIDRequest.DiscardUnknown(m) + +func (*GetTransactionsByBlockIDRequest) ProtoMessage() {} + +func (x *GetTransactionsByBlockIDRequest) ProtoReflect() protoreflect.Message { + mi := &file_flow_execution_execution_proto_msgTypes[11] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) } -var xxx_messageInfo_GetTransactionsByBlockIDRequest proto.InternalMessageInfo +// Deprecated: Use GetTransactionsByBlockIDRequest.ProtoReflect.Descriptor instead. +func (*GetTransactionsByBlockIDRequest) Descriptor() ([]byte, []int) { + return file_flow_execution_execution_proto_rawDescGZIP(), []int{11} +} -func (m *GetTransactionsByBlockIDRequest) GetBlockId() []byte { - if m != nil { - return m.BlockId +func (x *GetTransactionsByBlockIDRequest) GetBlockId() []byte { + if x != nil { + return x.BlockId } return nil } type GetTransactionResultsResponse struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + TransactionResults []*GetTransactionResultResponse `protobuf:"bytes,1,rep,name=transaction_results,json=transactionResults,proto3" json:"transaction_results,omitempty"` EventEncodingVersion EventEncodingVersion `protobuf:"varint,2,opt,name=event_encoding_version,json=eventEncodingVersion,proto3,enum=flow.execution.EventEncodingVersion" json:"event_encoding_version,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` } -func (m *GetTransactionResultsResponse) Reset() { *m = GetTransactionResultsResponse{} } -func (m *GetTransactionResultsResponse) String() string { return proto.CompactTextString(m) } -func (*GetTransactionResultsResponse) ProtoMessage() {} -func (*GetTransactionResultsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_699624211ed46c53, []int{12} +func (x *GetTransactionResultsResponse) Reset() { + *x = GetTransactionResultsResponse{} + if protoimpl.UnsafeEnabled { + mi := &file_flow_execution_execution_proto_msgTypes[12] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } } -func (m *GetTransactionResultsResponse) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_GetTransactionResultsResponse.Unmarshal(m, b) -} -func (m *GetTransactionResultsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_GetTransactionResultsResponse.Marshal(b, m, deterministic) -} -func (m *GetTransactionResultsResponse) XXX_Merge(src proto.Message) { - xxx_messageInfo_GetTransactionResultsResponse.Merge(m, src) +func (x *GetTransactionResultsResponse) String() string { + return protoimpl.X.MessageStringOf(x) } -func (m *GetTransactionResultsResponse) XXX_Size() int { - return xxx_messageInfo_GetTransactionResultsResponse.Size(m) -} -func (m *GetTransactionResultsResponse) XXX_DiscardUnknown() { - xxx_messageInfo_GetTransactionResultsResponse.DiscardUnknown(m) + +func (*GetTransactionResultsResponse) ProtoMessage() {} + +func (x *GetTransactionResultsResponse) ProtoReflect() protoreflect.Message { + mi := &file_flow_execution_execution_proto_msgTypes[12] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) } -var xxx_messageInfo_GetTransactionResultsResponse proto.InternalMessageInfo +// Deprecated: Use GetTransactionResultsResponse.ProtoReflect.Descriptor instead. +func (*GetTransactionResultsResponse) Descriptor() ([]byte, []int) { + return file_flow_execution_execution_proto_rawDescGZIP(), []int{12} +} -func (m *GetTransactionResultsResponse) GetTransactionResults() []*GetTransactionResultResponse { - if m != nil { - return m.TransactionResults +func (x *GetTransactionResultsResponse) GetTransactionResults() []*GetTransactionResultResponse { + if x != nil { + return x.TransactionResults } return nil } -func (m *GetTransactionResultsResponse) GetEventEncodingVersion() EventEncodingVersion { - if m != nil { - return m.EventEncodingVersion +func (x *GetTransactionResultsResponse) GetEventEncodingVersion() EventEncodingVersion { + if x != nil { + return x.EventEncodingVersion } return EventEncodingVersion_JSON_CDC_V0 } type GetRegisterAtBlockIDRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + BlockId []byte `protobuf:"bytes,1,opt,name=block_id,json=blockId,proto3" json:"block_id,omitempty"` RegisterOwner []byte `protobuf:"bytes,2,opt,name=register_owner,json=registerOwner,proto3" json:"register_owner,omitempty"` // bytes register_controller = 3; @deprecated - RegisterKey []byte `protobuf:"bytes,4,opt,name=register_key,json=registerKey,proto3" json:"register_key,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` + RegisterKey []byte `protobuf:"bytes,4,opt,name=register_key,json=registerKey,proto3" json:"register_key,omitempty"` } -func (m *GetRegisterAtBlockIDRequest) Reset() { *m = GetRegisterAtBlockIDRequest{} } -func (m *GetRegisterAtBlockIDRequest) String() string { return proto.CompactTextString(m) } -func (*GetRegisterAtBlockIDRequest) ProtoMessage() {} -func (*GetRegisterAtBlockIDRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_699624211ed46c53, []int{13} +func (x *GetRegisterAtBlockIDRequest) Reset() { + *x = GetRegisterAtBlockIDRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_flow_execution_execution_proto_msgTypes[13] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } } -func (m *GetRegisterAtBlockIDRequest) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_GetRegisterAtBlockIDRequest.Unmarshal(m, b) -} -func (m *GetRegisterAtBlockIDRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_GetRegisterAtBlockIDRequest.Marshal(b, m, deterministic) -} -func (m *GetRegisterAtBlockIDRequest) XXX_Merge(src proto.Message) { - xxx_messageInfo_GetRegisterAtBlockIDRequest.Merge(m, src) +func (x *GetRegisterAtBlockIDRequest) String() string { + return protoimpl.X.MessageStringOf(x) } -func (m *GetRegisterAtBlockIDRequest) XXX_Size() int { - return xxx_messageInfo_GetRegisterAtBlockIDRequest.Size(m) -} -func (m *GetRegisterAtBlockIDRequest) XXX_DiscardUnknown() { - xxx_messageInfo_GetRegisterAtBlockIDRequest.DiscardUnknown(m) + +func (*GetRegisterAtBlockIDRequest) ProtoMessage() {} + +func (x *GetRegisterAtBlockIDRequest) ProtoReflect() protoreflect.Message { + mi := &file_flow_execution_execution_proto_msgTypes[13] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) } -var xxx_messageInfo_GetRegisterAtBlockIDRequest proto.InternalMessageInfo +// Deprecated: Use GetRegisterAtBlockIDRequest.ProtoReflect.Descriptor instead. +func (*GetRegisterAtBlockIDRequest) Descriptor() ([]byte, []int) { + return file_flow_execution_execution_proto_rawDescGZIP(), []int{13} +} -func (m *GetRegisterAtBlockIDRequest) GetBlockId() []byte { - if m != nil { - return m.BlockId +func (x *GetRegisterAtBlockIDRequest) GetBlockId() []byte { + if x != nil { + return x.BlockId } return nil } -func (m *GetRegisterAtBlockIDRequest) GetRegisterOwner() []byte { - if m != nil { - return m.RegisterOwner +func (x *GetRegisterAtBlockIDRequest) GetRegisterOwner() []byte { + if x != nil { + return x.RegisterOwner } return nil } -func (m *GetRegisterAtBlockIDRequest) GetRegisterKey() []byte { - if m != nil { - return m.RegisterKey +func (x *GetRegisterAtBlockIDRequest) GetRegisterKey() []byte { + if x != nil { + return x.RegisterKey } return nil } type GetRegisterAtBlockIDResponse struct { - Value []byte `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields -func (m *GetRegisterAtBlockIDResponse) Reset() { *m = GetRegisterAtBlockIDResponse{} } -func (m *GetRegisterAtBlockIDResponse) String() string { return proto.CompactTextString(m) } -func (*GetRegisterAtBlockIDResponse) ProtoMessage() {} -func (*GetRegisterAtBlockIDResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_699624211ed46c53, []int{14} + Value []byte `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"` } -func (m *GetRegisterAtBlockIDResponse) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_GetRegisterAtBlockIDResponse.Unmarshal(m, b) -} -func (m *GetRegisterAtBlockIDResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_GetRegisterAtBlockIDResponse.Marshal(b, m, deterministic) -} -func (m *GetRegisterAtBlockIDResponse) XXX_Merge(src proto.Message) { - xxx_messageInfo_GetRegisterAtBlockIDResponse.Merge(m, src) +func (x *GetRegisterAtBlockIDResponse) Reset() { + *x = GetRegisterAtBlockIDResponse{} + if protoimpl.UnsafeEnabled { + mi := &file_flow_execution_execution_proto_msgTypes[14] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } } -func (m *GetRegisterAtBlockIDResponse) XXX_Size() int { - return xxx_messageInfo_GetRegisterAtBlockIDResponse.Size(m) + +func (x *GetRegisterAtBlockIDResponse) String() string { + return protoimpl.X.MessageStringOf(x) } -func (m *GetRegisterAtBlockIDResponse) XXX_DiscardUnknown() { - xxx_messageInfo_GetRegisterAtBlockIDResponse.DiscardUnknown(m) + +func (*GetRegisterAtBlockIDResponse) ProtoMessage() {} + +func (x *GetRegisterAtBlockIDResponse) ProtoReflect() protoreflect.Message { + mi := &file_flow_execution_execution_proto_msgTypes[14] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) } -var xxx_messageInfo_GetRegisterAtBlockIDResponse proto.InternalMessageInfo +// Deprecated: Use GetRegisterAtBlockIDResponse.ProtoReflect.Descriptor instead. +func (*GetRegisterAtBlockIDResponse) Descriptor() ([]byte, []int) { + return file_flow_execution_execution_proto_rawDescGZIP(), []int{14} +} -func (m *GetRegisterAtBlockIDResponse) GetValue() []byte { - if m != nil { - return m.Value +func (x *GetRegisterAtBlockIDResponse) GetValue() []byte { + if x != nil { + return x.Value } return nil } type GetLatestBlockHeaderRequest struct { - IsSealed bool `protobuf:"varint,1,opt,name=is_sealed,json=isSealed,proto3" json:"is_sealed,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields -func (m *GetLatestBlockHeaderRequest) Reset() { *m = GetLatestBlockHeaderRequest{} } -func (m *GetLatestBlockHeaderRequest) String() string { return proto.CompactTextString(m) } -func (*GetLatestBlockHeaderRequest) ProtoMessage() {} -func (*GetLatestBlockHeaderRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_699624211ed46c53, []int{15} + IsSealed bool `protobuf:"varint,1,opt,name=is_sealed,json=isSealed,proto3" json:"is_sealed,omitempty"` } -func (m *GetLatestBlockHeaderRequest) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_GetLatestBlockHeaderRequest.Unmarshal(m, b) -} -func (m *GetLatestBlockHeaderRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_GetLatestBlockHeaderRequest.Marshal(b, m, deterministic) -} -func (m *GetLatestBlockHeaderRequest) XXX_Merge(src proto.Message) { - xxx_messageInfo_GetLatestBlockHeaderRequest.Merge(m, src) +func (x *GetLatestBlockHeaderRequest) Reset() { + *x = GetLatestBlockHeaderRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_flow_execution_execution_proto_msgTypes[15] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } } -func (m *GetLatestBlockHeaderRequest) XXX_Size() int { - return xxx_messageInfo_GetLatestBlockHeaderRequest.Size(m) + +func (x *GetLatestBlockHeaderRequest) String() string { + return protoimpl.X.MessageStringOf(x) } -func (m *GetLatestBlockHeaderRequest) XXX_DiscardUnknown() { - xxx_messageInfo_GetLatestBlockHeaderRequest.DiscardUnknown(m) + +func (*GetLatestBlockHeaderRequest) ProtoMessage() {} + +func (x *GetLatestBlockHeaderRequest) ProtoReflect() protoreflect.Message { + mi := &file_flow_execution_execution_proto_msgTypes[15] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) } -var xxx_messageInfo_GetLatestBlockHeaderRequest proto.InternalMessageInfo +// Deprecated: Use GetLatestBlockHeaderRequest.ProtoReflect.Descriptor instead. +func (*GetLatestBlockHeaderRequest) Descriptor() ([]byte, []int) { + return file_flow_execution_execution_proto_rawDescGZIP(), []int{15} +} -func (m *GetLatestBlockHeaderRequest) GetIsSealed() bool { - if m != nil { - return m.IsSealed +func (x *GetLatestBlockHeaderRequest) GetIsSealed() bool { + if x != nil { + return x.IsSealed } return false } type GetBlockHeaderByIDRequest struct { - Id []byte `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Id []byte `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` +} + +func (x *GetBlockHeaderByIDRequest) Reset() { + *x = GetBlockHeaderByIDRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_flow_execution_execution_proto_msgTypes[16] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *GetBlockHeaderByIDRequest) String() string { + return protoimpl.X.MessageStringOf(x) } -func (m *GetBlockHeaderByIDRequest) Reset() { *m = GetBlockHeaderByIDRequest{} } -func (m *GetBlockHeaderByIDRequest) String() string { return proto.CompactTextString(m) } -func (*GetBlockHeaderByIDRequest) ProtoMessage() {} +func (*GetBlockHeaderByIDRequest) ProtoMessage() {} + +func (x *GetBlockHeaderByIDRequest) ProtoReflect() protoreflect.Message { + mi := &file_flow_execution_execution_proto_msgTypes[16] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use GetBlockHeaderByIDRequest.ProtoReflect.Descriptor instead. func (*GetBlockHeaderByIDRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_699624211ed46c53, []int{16} + return file_flow_execution_execution_proto_rawDescGZIP(), []int{16} } -func (m *GetBlockHeaderByIDRequest) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_GetBlockHeaderByIDRequest.Unmarshal(m, b) +func (x *GetBlockHeaderByIDRequest) GetId() []byte { + if x != nil { + return x.Id + } + return nil } -func (m *GetBlockHeaderByIDRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_GetBlockHeaderByIDRequest.Marshal(b, m, deterministic) + +type BlockHeaderResponse struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Block *entities.BlockHeader `protobuf:"bytes,1,opt,name=block,proto3" json:"block,omitempty"` } -func (m *GetBlockHeaderByIDRequest) XXX_Merge(src proto.Message) { - xxx_messageInfo_GetBlockHeaderByIDRequest.Merge(m, src) + +func (x *BlockHeaderResponse) Reset() { + *x = BlockHeaderResponse{} + if protoimpl.UnsafeEnabled { + mi := &file_flow_execution_execution_proto_msgTypes[17] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } } -func (m *GetBlockHeaderByIDRequest) XXX_Size() int { - return xxx_messageInfo_GetBlockHeaderByIDRequest.Size(m) + +func (x *BlockHeaderResponse) String() string { + return protoimpl.X.MessageStringOf(x) } -func (m *GetBlockHeaderByIDRequest) XXX_DiscardUnknown() { - xxx_messageInfo_GetBlockHeaderByIDRequest.DiscardUnknown(m) + +func (*BlockHeaderResponse) ProtoMessage() {} + +func (x *BlockHeaderResponse) ProtoReflect() protoreflect.Message { + mi := &file_flow_execution_execution_proto_msgTypes[17] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) } -var xxx_messageInfo_GetBlockHeaderByIDRequest proto.InternalMessageInfo +// Deprecated: Use BlockHeaderResponse.ProtoReflect.Descriptor instead. +func (*BlockHeaderResponse) Descriptor() ([]byte, []int) { + return file_flow_execution_execution_proto_rawDescGZIP(), []int{17} +} -func (m *GetBlockHeaderByIDRequest) GetId() []byte { - if m != nil { - return m.Id +func (x *BlockHeaderResponse) GetBlock() *entities.BlockHeader { + if x != nil { + return x.Block } return nil } -type BlockHeaderResponse struct { - Block *entities.BlockHeader `protobuf:"bytes,1,opt,name=block,proto3" json:"block,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} +type GetEventsForBlockIDsResponse_Result struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields -func (m *BlockHeaderResponse) Reset() { *m = BlockHeaderResponse{} } -func (m *BlockHeaderResponse) String() string { return proto.CompactTextString(m) } -func (*BlockHeaderResponse) ProtoMessage() {} -func (*BlockHeaderResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_699624211ed46c53, []int{17} + BlockId []byte `protobuf:"bytes,1,opt,name=block_id,json=blockId,proto3" json:"block_id,omitempty"` + BlockHeight uint64 `protobuf:"varint,2,opt,name=block_height,json=blockHeight,proto3" json:"block_height,omitempty"` + Events []*entities.Event `protobuf:"bytes,3,rep,name=events,proto3" json:"events,omitempty"` } -func (m *BlockHeaderResponse) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_BlockHeaderResponse.Unmarshal(m, b) +func (x *GetEventsForBlockIDsResponse_Result) Reset() { + *x = GetEventsForBlockIDsResponse_Result{} + if protoimpl.UnsafeEnabled { + mi := &file_flow_execution_execution_proto_msgTypes[18] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } } -func (m *BlockHeaderResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_BlockHeaderResponse.Marshal(b, m, deterministic) + +func (x *GetEventsForBlockIDsResponse_Result) String() string { + return protoimpl.X.MessageStringOf(x) } -func (m *BlockHeaderResponse) XXX_Merge(src proto.Message) { - xxx_messageInfo_BlockHeaderResponse.Merge(m, src) + +func (*GetEventsForBlockIDsResponse_Result) ProtoMessage() {} + +func (x *GetEventsForBlockIDsResponse_Result) ProtoReflect() protoreflect.Message { + mi := &file_flow_execution_execution_proto_msgTypes[18] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) } -func (m *BlockHeaderResponse) XXX_Size() int { - return xxx_messageInfo_BlockHeaderResponse.Size(m) + +// Deprecated: Use GetEventsForBlockIDsResponse_Result.ProtoReflect.Descriptor instead. +func (*GetEventsForBlockIDsResponse_Result) Descriptor() ([]byte, []int) { + return file_flow_execution_execution_proto_rawDescGZIP(), []int{6, 0} } -func (m *BlockHeaderResponse) XXX_DiscardUnknown() { - xxx_messageInfo_BlockHeaderResponse.DiscardUnknown(m) + +func (x *GetEventsForBlockIDsResponse_Result) GetBlockId() []byte { + if x != nil { + return x.BlockId + } + return nil } -var xxx_messageInfo_BlockHeaderResponse proto.InternalMessageInfo +func (x *GetEventsForBlockIDsResponse_Result) GetBlockHeight() uint64 { + if x != nil { + return x.BlockHeight + } + return 0 +} -func (m *BlockHeaderResponse) GetBlock() *entities.BlockHeader { - if m != nil { - return m.Block +func (x *GetEventsForBlockIDsResponse_Result) GetEvents() []*entities.Event { + if x != nil { + return x.Events } return nil } -func init() { - proto.RegisterEnum("flow.execution.EventEncodingVersion", EventEncodingVersion_name, EventEncodingVersion_value) - proto.RegisterType((*PingRequest)(nil), "flow.execution.PingRequest") - proto.RegisterType((*PingResponse)(nil), "flow.execution.PingResponse") - proto.RegisterType((*GetAccountAtBlockIDRequest)(nil), "flow.execution.GetAccountAtBlockIDRequest") - proto.RegisterType((*GetAccountAtBlockIDResponse)(nil), "flow.execution.GetAccountAtBlockIDResponse") - proto.RegisterType((*ExecuteScriptAtBlockIDRequest)(nil), "flow.execution.ExecuteScriptAtBlockIDRequest") - proto.RegisterType((*ExecuteScriptAtBlockIDResponse)(nil), "flow.execution.ExecuteScriptAtBlockIDResponse") - proto.RegisterType((*GetEventsForBlockIDsResponse)(nil), "flow.execution.GetEventsForBlockIDsResponse") - proto.RegisterType((*GetEventsForBlockIDsResponse_Result)(nil), "flow.execution.GetEventsForBlockIDsResponse.Result") - proto.RegisterType((*GetEventsForBlockIDsRequest)(nil), "flow.execution.GetEventsForBlockIDsRequest") - proto.RegisterType((*GetTransactionResultRequest)(nil), "flow.execution.GetTransactionResultRequest") - proto.RegisterType((*GetTransactionByIndexRequest)(nil), "flow.execution.GetTransactionByIndexRequest") - proto.RegisterType((*GetTransactionResultResponse)(nil), "flow.execution.GetTransactionResultResponse") - proto.RegisterType((*GetTransactionsByBlockIDRequest)(nil), "flow.execution.GetTransactionsByBlockIDRequest") - proto.RegisterType((*GetTransactionResultsResponse)(nil), "flow.execution.GetTransactionResultsResponse") - proto.RegisterType((*GetRegisterAtBlockIDRequest)(nil), "flow.execution.GetRegisterAtBlockIDRequest") - proto.RegisterType((*GetRegisterAtBlockIDResponse)(nil), "flow.execution.GetRegisterAtBlockIDResponse") - proto.RegisterType((*GetLatestBlockHeaderRequest)(nil), "flow.execution.GetLatestBlockHeaderRequest") - proto.RegisterType((*GetBlockHeaderByIDRequest)(nil), "flow.execution.GetBlockHeaderByIDRequest") - proto.RegisterType((*BlockHeaderResponse)(nil), "flow.execution.BlockHeaderResponse") -} - -func init() { proto.RegisterFile("flow/execution/execution.proto", fileDescriptor_699624211ed46c53) } - -var fileDescriptor_699624211ed46c53 = []byte{ - // 987 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xb4, 0x57, 0xdd, 0x6e, 0xdb, 0x36, - 0x14, 0x9e, 0x13, 0xc7, 0xb1, 0x8f, 0x7f, 0x56, 0x30, 0x46, 0xe0, 0xc8, 0xf9, 0x9b, 0xba, 0x02, - 0x59, 0x93, 0xca, 0x9d, 0x33, 0xec, 0x62, 0xd8, 0x4d, 0xec, 0xa6, 0xa9, 0xbb, 0xb5, 0xe9, 0x98, - 0xa1, 0x17, 0x05, 0x06, 0x41, 0x91, 0x58, 0x45, 0xa8, 0x23, 0xba, 0x22, 0x95, 0xd4, 0x77, 0xbb, - 0xdc, 0x5b, 0xed, 0x3d, 0x76, 0xb7, 0x17, 0xd8, 0x33, 0x0c, 0x22, 0x29, 0xdb, 0xb2, 0x69, 0xd7, - 0xc6, 0xb0, 0x9b, 0x40, 0x3c, 0xfc, 0xce, 0xf9, 0x0e, 0xcf, 0x6f, 0x0c, 0xfb, 0xef, 0xfb, 0xf4, - 0xbe, 0x45, 0x3e, 0x11, 0x37, 0xe6, 0x01, 0x0d, 0xc7, 0x5f, 0xd6, 0x20, 0xa2, 0x9c, 0xa2, 0x5a, - 0x72, 0x6f, 0x8d, 0xa4, 0x46, 0x53, 0xe2, 0x43, 0x1e, 0xf0, 0x80, 0xb0, 0x96, 0xe3, 0xba, 0x34, - 0x0e, 0xb9, 0x04, 0x1b, 0x87, 0xd9, 0xcb, 0xeb, 0x3e, 0x75, 0x3f, 0xd8, 0x37, 0xc4, 0xf1, 0x48, - 0xa4, 0x10, 0x3b, 0x59, 0x04, 0xb9, 0x23, 0x23, 0xe5, 0x83, 0xec, 0x15, 0x8f, 0x9c, 0x90, 0x39, - 0xee, 0xd8, 0x15, 0xb3, 0x0a, 0xe5, 0x37, 0x41, 0xe8, 0x63, 0xf2, 0x31, 0x26, 0x8c, 0x9b, 0x35, - 0xa8, 0xc8, 0x23, 0x1b, 0xd0, 0x90, 0x11, 0xf3, 0x17, 0x30, 0x2e, 0x08, 0x3f, 0x93, 0x0e, 0x9d, - 0xf1, 0x4e, 0x42, 0xde, 0x7b, 0xa6, 0xd0, 0x68, 0x07, 0x8a, 0xd2, 0x9d, 0xc0, 0x6b, 0xe4, 0x0e, - 0x73, 0x47, 0x15, 0xbc, 0x29, 0xce, 0x3d, 0x0f, 0x35, 0x60, 0xd3, 0xf1, 0xbc, 0x88, 0x30, 0xd6, - 0x58, 0x93, 0x37, 0xea, 0x68, 0x5e, 0x42, 0x53, 0x6b, 0x52, 0x32, 0xa2, 0xa7, 0xb0, 0xa9, 0xde, - 0x2f, 0x4c, 0x96, 0xdb, 0xdb, 0x96, 0x8c, 0x96, 0x7a, 0x83, 0xa5, 0x34, 0x71, 0x0a, 0x33, 0x07, - 0xb0, 0x77, 0x2e, 0x42, 0x49, 0xae, 0xdc, 0x28, 0x18, 0xac, 0xe4, 0xe6, 0x36, 0x14, 0x98, 0x50, - 0x52, 0x5e, 0xaa, 0x13, 0xda, 0x85, 0x92, 0x13, 0xf9, 0xf1, 0x2d, 0x09, 0x39, 0x6b, 0xac, 0x1f, - 0xae, 0x1f, 0x55, 0xf0, 0x58, 0x60, 0x7e, 0x0f, 0xfb, 0xf3, 0x18, 0xd5, 0x2b, 0xea, 0xb0, 0x71, - 0xe7, 0xf4, 0x63, 0xa2, 0xf8, 0xe4, 0xc1, 0xfc, 0x73, 0x0d, 0x76, 0x2f, 0x08, 0x3f, 0x4f, 0x12, - 0xc4, 0x9e, 0xd3, 0x48, 0x69, 0xb1, 0x91, 0xda, 0x2b, 0xd8, 0x8c, 0x08, 0x8b, 0xfb, 0x9c, 0x35, - 0x72, 0x87, 0xeb, 0x47, 0xe5, 0xf6, 0xa9, 0x95, 0x2d, 0x15, 0x6b, 0x91, 0xba, 0x85, 0x85, 0x2e, - 0x4e, 0x6d, 0xa0, 0x77, 0xb0, 0x2d, 0x8a, 0xc1, 0x26, 0xa1, 0x4b, 0xbd, 0x20, 0xf4, 0xed, 0x3b, - 0x12, 0xb1, 0x80, 0x86, 0xe2, 0xb5, 0xb5, 0xf6, 0xd7, 0xd3, 0xd6, 0x85, 0xe9, 0x73, 0x05, 0x7e, - 0x2b, 0xb1, 0xb8, 0x4e, 0x34, 0x52, 0x83, 0x43, 0x41, 0xd2, 0x2d, 0x0a, 0xef, 0x57, 0x50, 0x49, - 0xeb, 0x35, 0xf0, 0x6f, 0x64, 0x90, 0xf3, 0xb8, 0x2c, 0x64, 0x2f, 0x84, 0x08, 0x9d, 0x40, 0x41, - 0xd8, 0x97, 0x61, 0x2e, 0xb7, 0xeb, 0x53, 0xe9, 0x16, 0x2e, 0x61, 0x85, 0x31, 0x5f, 0x8b, 0xe2, - 0xd1, 0x44, 0x40, 0x66, 0x1a, 0x41, 0x9e, 0x0f, 0x07, 0x32, 0xea, 0x25, 0x2c, 0xbe, 0x51, 0x13, - 0x4a, 0xa9, 0x7b, 0x49, 0x2d, 0x26, 0xa9, 0x2c, 0x2a, 0xff, 0x98, 0x69, 0x0b, 0x7b, 0xbf, 0x8e, - 0xdb, 0x42, 0x85, 0xf0, 0xf3, 0x95, 0xf3, 0x08, 0x6a, 0x13, 0xdd, 0x94, 0x00, 0x64, 0x05, 0x55, - 0x27, 0xa4, 0x3d, 0xcf, 0xbc, 0x14, 0x19, 0x9f, 0x20, 0xe8, 0x0c, 0x7b, 0xa1, 0x47, 0x3e, 0x2d, - 0xc1, 0x50, 0x87, 0x8d, 0x20, 0x81, 0x0a, 0xc3, 0x55, 0x2c, 0x0f, 0xe6, 0x3f, 0xb9, 0x69, 0x8b, - 0xa9, 0xcb, 0xaa, 0x86, 0x0e, 0xa0, 0xcc, 0xb8, 0xc3, 0x63, 0x66, 0xbb, 0xd4, 0x93, 0xa1, 0xa8, - 0x62, 0x90, 0xa2, 0x2e, 0xf5, 0x08, 0x7a, 0x08, 0x55, 0x12, 0x45, 0x34, 0xb2, 0x6f, 0x09, 0x63, - 0x8e, 0x4f, 0x84, 0xfd, 0x12, 0xae, 0x08, 0xe1, 0x2b, 0x29, 0x5b, 0x2d, 0x2d, 0x0b, 0x0a, 0x2d, - 0xff, 0x5f, 0x0b, 0xcd, 0xfc, 0x11, 0x0e, 0xb2, 0xef, 0x65, 0x9d, 0xe1, 0xd2, 0x0d, 0x6e, 0xfe, - 0x95, 0x83, 0x3d, 0x5d, 0xb8, 0xc6, 0x3d, 0xf7, 0x1b, 0x6c, 0x4d, 0x26, 0x32, 0xdb, 0x7f, 0x27, - 0x9a, 0xfe, 0x9b, 0x1b, 0x7a, 0x8c, 0xf8, 0x0c, 0xcd, 0xff, 0xd9, 0x83, 0xe6, 0x1f, 0x39, 0x51, - 0xbe, 0x98, 0xf8, 0x01, 0xe3, 0x24, 0x5a, 0x65, 0xf0, 0x3d, 0x82, 0x5a, 0xa4, 0xd4, 0x6c, 0x7a, - 0x1f, 0x92, 0x28, 0x2d, 0xdf, 0x54, 0x7a, 0x99, 0x08, 0x93, 0x06, 0x1e, 0xc1, 0x3e, 0x90, 0xa1, - 0x48, 0x67, 0x05, 0x97, 0x53, 0xd9, 0x4f, 0x64, 0xf8, 0x32, 0x5f, 0x5c, 0x7f, 0x90, 0x37, 0xbf, - 0x13, 0x55, 0xa9, 0xf1, 0x64, 0xe1, 0x40, 0xfc, 0x41, 0xf8, 0xff, 0xb3, 0xc3, 0x09, 0x93, 0x1a, - 0x2f, 0xc4, 0x5e, 0x4b, 0xfd, 0x6f, 0x42, 0x29, 0x60, 0x36, 0x23, 0x4e, 0x9f, 0xc8, 0x07, 0x14, - 0x71, 0x31, 0x60, 0x57, 0xe2, 0x6c, 0x1e, 0xc3, 0xce, 0x05, 0x99, 0xd4, 0xea, 0x0c, 0xc7, 0x2f, - 0xaf, 0xc1, 0xda, 0xe8, 0xcd, 0x6b, 0x81, 0x67, 0x5e, 0xc0, 0x56, 0xc6, 0xfe, 0x68, 0xd9, 0x6c, - 0x88, 0x80, 0xa8, 0x55, 0x63, 0x4c, 0x15, 0xf9, 0xa4, 0x8a, 0x04, 0x3e, 0x3e, 0x85, 0xba, 0x2e, - 0x41, 0xe8, 0x4b, 0x28, 0xbf, 0xbc, 0xba, 0x7c, 0x6d, 0x77, 0x9f, 0x75, 0xed, 0xb7, 0x4f, 0x1f, - 0x7c, 0x81, 0x00, 0x0a, 0xdd, 0xee, 0xf3, 0xe4, 0x3b, 0xd7, 0xfe, 0xbb, 0x08, 0x95, 0xf3, 0x34, - 0xc1, 0x67, 0x6f, 0x7a, 0xe8, 0x0c, 0xf2, 0xc9, 0x9a, 0x45, 0xcd, 0xe9, 0xe4, 0x4f, 0xec, 0x62, - 0x63, 0x57, 0x7f, 0xa9, 0x5c, 0x0f, 0x61, 0x4b, 0xb3, 0x46, 0xd1, 0x63, 0x4d, 0xc1, 0xce, 0x59, - 0xdf, 0xc6, 0xf1, 0x52, 0x58, 0xc5, 0x77, 0x0f, 0xdb, 0xfa, 0x9d, 0x87, 0x9e, 0xcc, 0x54, 0xf0, - 0xa2, 0x6d, 0x6c, 0x58, 0xcb, 0xc2, 0x15, 0xf1, 0x47, 0xa8, 0xeb, 0x46, 0x3e, 0x3a, 0x5e, 0x6e, - 0x35, 0x4a, 0xd2, 0x93, 0x55, 0xf6, 0xa8, 0xa2, 0x9c, 0xe9, 0x73, 0x2d, 0xe5, 0xbc, 0xdd, 0x61, - 0xac, 0x34, 0x3a, 0xd0, 0x50, 0xbf, 0x88, 0xd4, 0xb6, 0x40, 0x9f, 0x31, 0x96, 0x5d, 0x2a, 0x2b, - 0x52, 0xff, 0x9e, 0x83, 0x7d, 0xed, 0x88, 0x1c, 0xcd, 0x59, 0xd4, 0x5a, 0x6c, 0x70, 0x66, 0x22, - 0x1b, 0x4f, 0x96, 0xf1, 0x60, 0x3a, 0xe0, 0x33, 0xd3, 0x43, 0x1b, 0xf0, 0x79, 0xd3, 0x4e, 0xfb, - 0xea, 0xf9, 0x03, 0xe9, 0x46, 0x50, 0xce, 0x8c, 0x1e, 0x2d, 0xe5, 0xbc, 0x01, 0x65, 0x3c, 0x9c, - 0x06, 0xeb, 0x86, 0x8c, 0x07, 0x68, 0x76, 0x50, 0xa1, 0x6f, 0x34, 0x3c, 0xfa, 0x61, 0xb6, 0x14, - 0x4b, 0x07, 0xc3, 0x1e, 0x8d, 0x7c, 0x8b, 0x86, 0x02, 0x2b, 0xfe, 0xb9, 0xbf, 0x8e, 0xdf, 0x8f, - 0x95, 0xde, 0x7d, 0xeb, 0x07, 0xfc, 0x26, 0xbe, 0xb6, 0x5c, 0x7a, 0xdb, 0x92, 0xa8, 0x96, 0xf8, - 0x93, 0x42, 0x5b, 0x3e, 0x6d, 0x65, 0x7f, 0xb7, 0x5c, 0x17, 0xc4, 0xdd, 0xe9, 0xbf, 0x01, 0x00, - 0x00, 0xff, 0xff, 0x6b, 0x77, 0x39, 0x67, 0xd0, 0x0c, 0x00, 0x00, +var File_flow_execution_execution_proto protoreflect.FileDescriptor + +var file_flow_execution_execution_proto_rawDesc = []byte{ + 0x0a, 0x1e, 0x66, 0x6c, 0x6f, 0x77, 0x2f, 0x65, 0x78, 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, 0x6e, + 0x2f, 0x65, 0x78, 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, + 0x12, 0x0e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x65, 0x78, 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, 0x6e, + 0x1a, 0x1b, 0x66, 0x6c, 0x6f, 0x77, 0x2f, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x2f, + 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x20, 0x66, + 0x6c, 0x6f, 0x77, 0x2f, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x2f, 0x62, 0x6c, 0x6f, + 0x63, 0x6b, 0x5f, 0x68, 0x65, 0x61, 0x64, 0x65, 0x72, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, + 0x19, 0x66, 0x6c, 0x6f, 0x77, 0x2f, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x2f, 0x65, + 0x76, 0x65, 0x6e, 0x74, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x1f, 0x66, 0x6c, 0x6f, 0x77, + 0x2f, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x2f, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x61, + 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0x0d, 0x0a, 0x0b, 0x50, + 0x69, 0x6e, 0x67, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x22, 0x0e, 0x0a, 0x0c, 0x50, 0x69, + 0x6e, 0x67, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x51, 0x0a, 0x1a, 0x47, 0x65, + 0x74, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x41, 0x74, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x49, + 0x44, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x19, 0x0a, 0x08, 0x62, 0x6c, 0x6f, 0x63, + 0x6b, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x07, 0x62, 0x6c, 0x6f, 0x63, + 0x6b, 0x49, 0x64, 0x12, 0x18, 0x0a, 0x07, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x18, 0x02, + 0x20, 0x01, 0x28, 0x0c, 0x52, 0x07, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x22, 0x4f, 0x0a, + 0x1b, 0x47, 0x65, 0x74, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x41, 0x74, 0x42, 0x6c, 0x6f, + 0x63, 0x6b, 0x49, 0x44, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x30, 0x0a, 0x07, + 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x16, 0x2e, + 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x2e, 0x41, 0x63, + 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x52, 0x07, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x22, 0x70, + 0x0a, 0x1d, 0x45, 0x78, 0x65, 0x63, 0x75, 0x74, 0x65, 0x53, 0x63, 0x72, 0x69, 0x70, 0x74, 0x41, + 0x74, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x49, 0x44, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, + 0x19, 0x0a, 0x08, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, + 0x0c, 0x52, 0x07, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x49, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x73, 0x63, + 0x72, 0x69, 0x70, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x06, 0x73, 0x63, 0x72, 0x69, + 0x70, 0x74, 0x12, 0x1c, 0x0a, 0x09, 0x61, 0x72, 0x67, 0x75, 0x6d, 0x65, 0x6e, 0x74, 0x73, 0x18, + 0x03, 0x20, 0x03, 0x28, 0x0c, 0x52, 0x09, 0x61, 0x72, 0x67, 0x75, 0x6d, 0x65, 0x6e, 0x74, 0x73, + 0x22, 0x36, 0x0a, 0x1e, 0x45, 0x78, 0x65, 0x63, 0x75, 0x74, 0x65, 0x53, 0x63, 0x72, 0x69, 0x70, + 0x74, 0x41, 0x74, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x49, 0x44, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, + 0x73, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, + 0x0c, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x22, 0xbf, 0x02, 0x0a, 0x1c, 0x47, 0x65, 0x74, + 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x46, 0x6f, 0x72, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x49, 0x44, + 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x4d, 0x0a, 0x07, 0x72, 0x65, 0x73, + 0x75, 0x6c, 0x74, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x33, 0x2e, 0x66, 0x6c, 0x6f, + 0x77, 0x2e, 0x65, 0x78, 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x47, 0x65, 0x74, 0x45, + 0x76, 0x65, 0x6e, 0x74, 0x73, 0x46, 0x6f, 0x72, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x49, 0x44, 0x73, + 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x52, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x52, + 0x07, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x73, 0x12, 0x5a, 0x0a, 0x16, 0x65, 0x76, 0x65, 0x6e, + 0x74, 0x5f, 0x65, 0x6e, 0x63, 0x6f, 0x64, 0x69, 0x6e, 0x67, 0x5f, 0x76, 0x65, 0x72, 0x73, 0x69, + 0x6f, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x24, 0x2e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, + 0x65, 0x78, 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x45, + 0x6e, 0x63, 0x6f, 0x64, 0x69, 0x6e, 0x67, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x52, 0x14, + 0x65, 0x76, 0x65, 0x6e, 0x74, 0x45, 0x6e, 0x63, 0x6f, 0x64, 0x69, 0x6e, 0x67, 0x56, 0x65, 0x72, + 0x73, 0x69, 0x6f, 0x6e, 0x1a, 0x74, 0x0a, 0x06, 0x52, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x12, 0x19, + 0x0a, 0x08, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, + 0x52, 0x07, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x49, 0x64, 0x12, 0x21, 0x0a, 0x0c, 0x62, 0x6c, 0x6f, + 0x63, 0x6b, 0x5f, 0x68, 0x65, 0x69, 0x67, 0x68, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x04, 0x52, + 0x0b, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x48, 0x65, 0x69, 0x67, 0x68, 0x74, 0x12, 0x2c, 0x0a, 0x06, + 0x65, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x03, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x14, 0x2e, 0x66, + 0x6c, 0x6f, 0x77, 0x2e, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x2e, 0x45, 0x76, 0x65, + 0x6e, 0x74, 0x52, 0x06, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x22, 0x4e, 0x0a, 0x1b, 0x47, 0x65, + 0x74, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x46, 0x6f, 0x72, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x49, + 0x44, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x74, 0x79, 0x70, + 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x74, 0x79, 0x70, 0x65, 0x12, 0x1b, 0x0a, + 0x09, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x5f, 0x69, 0x64, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0c, + 0x52, 0x08, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x49, 0x64, 0x73, 0x22, 0x5f, 0x0a, 0x1b, 0x47, 0x65, + 0x74, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x75, + 0x6c, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x19, 0x0a, 0x08, 0x62, 0x6c, 0x6f, + 0x63, 0x6b, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x07, 0x62, 0x6c, 0x6f, + 0x63, 0x6b, 0x49, 0x64, 0x12, 0x25, 0x0a, 0x0e, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, + 0x69, 0x6f, 0x6e, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x0d, 0x74, 0x72, + 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x64, 0x22, 0x4f, 0x0a, 0x1c, 0x47, + 0x65, 0x74, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x79, 0x49, + 0x6e, 0x64, 0x65, 0x78, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x19, 0x0a, 0x08, 0x62, + 0x6c, 0x6f, 0x63, 0x6b, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x07, 0x62, + 0x6c, 0x6f, 0x63, 0x6b, 0x49, 0x64, 0x12, 0x14, 0x0a, 0x05, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x18, + 0x02, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x05, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x22, 0xee, 0x01, 0x0a, + 0x1c, 0x47, 0x65, 0x74, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x52, + 0x65, 0x73, 0x75, 0x6c, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x1f, 0x0a, + 0x0b, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x5f, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, + 0x28, 0x0d, 0x52, 0x0a, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x23, + 0x0a, 0x0d, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x5f, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x18, + 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x4d, 0x65, 0x73, 0x73, + 0x61, 0x67, 0x65, 0x12, 0x2c, 0x0a, 0x06, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x03, 0x20, + 0x03, 0x28, 0x0b, 0x32, 0x14, 0x2e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x65, 0x6e, 0x74, 0x69, 0x74, + 0x69, 0x65, 0x73, 0x2e, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x52, 0x06, 0x65, 0x76, 0x65, 0x6e, 0x74, + 0x73, 0x12, 0x5a, 0x0a, 0x16, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x5f, 0x65, 0x6e, 0x63, 0x6f, 0x64, + 0x69, 0x6e, 0x67, 0x5f, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, + 0x0e, 0x32, 0x24, 0x2e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x65, 0x78, 0x65, 0x63, 0x75, 0x74, 0x69, + 0x6f, 0x6e, 0x2e, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x45, 0x6e, 0x63, 0x6f, 0x64, 0x69, 0x6e, 0x67, + 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x52, 0x14, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x45, 0x6e, + 0x63, 0x6f, 0x64, 0x69, 0x6e, 0x67, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x22, 0x3c, 0x0a, + 0x1f, 0x47, 0x65, 0x74, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x73, + 0x42, 0x79, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x49, 0x44, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, + 0x12, 0x19, 0x0a, 0x08, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, + 0x28, 0x0c, 0x52, 0x07, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x49, 0x64, 0x22, 0xda, 0x01, 0x0a, 0x1d, + 0x47, 0x65, 0x74, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, + 0x73, 0x75, 0x6c, 0x74, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x5d, 0x0a, + 0x13, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x72, 0x65, 0x73, + 0x75, 0x6c, 0x74, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x2c, 0x2e, 0x66, 0x6c, 0x6f, + 0x77, 0x2e, 0x65, 0x78, 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x47, 0x65, 0x74, 0x54, + 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x75, 0x6c, 0x74, + 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x52, 0x12, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x61, + 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x73, 0x12, 0x5a, 0x0a, 0x16, + 0x65, 0x76, 0x65, 0x6e, 0x74, 0x5f, 0x65, 0x6e, 0x63, 0x6f, 0x64, 0x69, 0x6e, 0x67, 0x5f, 0x76, + 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x24, 0x2e, 0x66, + 0x6c, 0x6f, 0x77, 0x2e, 0x65, 0x78, 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x45, 0x76, + 0x65, 0x6e, 0x74, 0x45, 0x6e, 0x63, 0x6f, 0x64, 0x69, 0x6e, 0x67, 0x56, 0x65, 0x72, 0x73, 0x69, + 0x6f, 0x6e, 0x52, 0x14, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x45, 0x6e, 0x63, 0x6f, 0x64, 0x69, 0x6e, + 0x67, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x22, 0x88, 0x01, 0x0a, 0x1b, 0x47, 0x65, 0x74, + 0x52, 0x65, 0x67, 0x69, 0x73, 0x74, 0x65, 0x72, 0x41, 0x74, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x49, + 0x44, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x19, 0x0a, 0x08, 0x62, 0x6c, 0x6f, 0x63, + 0x6b, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x07, 0x62, 0x6c, 0x6f, 0x63, + 0x6b, 0x49, 0x64, 0x12, 0x25, 0x0a, 0x0e, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x65, 0x72, 0x5f, + 0x6f, 0x77, 0x6e, 0x65, 0x72, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x0d, 0x72, 0x65, 0x67, + 0x69, 0x73, 0x74, 0x65, 0x72, 0x4f, 0x77, 0x6e, 0x65, 0x72, 0x12, 0x21, 0x0a, 0x0c, 0x72, 0x65, + 0x67, 0x69, 0x73, 0x74, 0x65, 0x72, 0x5f, 0x6b, 0x65, 0x79, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0c, + 0x52, 0x0b, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x65, 0x72, 0x4b, 0x65, 0x79, 0x4a, 0x04, 0x08, + 0x03, 0x10, 0x04, 0x22, 0x34, 0x0a, 0x1c, 0x47, 0x65, 0x74, 0x52, 0x65, 0x67, 0x69, 0x73, 0x74, + 0x65, 0x72, 0x41, 0x74, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x49, 0x44, 0x52, 0x65, 0x73, 0x70, 0x6f, + 0x6e, 0x73, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x01, 0x20, 0x01, + 0x28, 0x0c, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x22, 0x3a, 0x0a, 0x1b, 0x47, 0x65, 0x74, + 0x4c, 0x61, 0x74, 0x65, 0x73, 0x74, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x48, 0x65, 0x61, 0x64, 0x65, + 0x72, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x1b, 0x0a, 0x09, 0x69, 0x73, 0x5f, 0x73, + 0x65, 0x61, 0x6c, 0x65, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x08, 0x69, 0x73, 0x53, + 0x65, 0x61, 0x6c, 0x65, 0x64, 0x22, 0x2b, 0x0a, 0x19, 0x47, 0x65, 0x74, 0x42, 0x6c, 0x6f, 0x63, + 0x6b, 0x48, 0x65, 0x61, 0x64, 0x65, 0x72, 0x42, 0x79, 0x49, 0x44, 0x52, 0x65, 0x71, 0x75, 0x65, + 0x73, 0x74, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x02, + 0x69, 0x64, 0x22, 0x47, 0x0a, 0x13, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x48, 0x65, 0x61, 0x64, 0x65, + 0x72, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x30, 0x0a, 0x05, 0x62, 0x6c, 0x6f, + 0x63, 0x6b, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, + 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x2e, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x48, 0x65, + 0x61, 0x64, 0x65, 0x72, 0x52, 0x05, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x2a, 0x33, 0x0a, 0x14, 0x45, + 0x76, 0x65, 0x6e, 0x74, 0x45, 0x6e, 0x63, 0x6f, 0x64, 0x69, 0x6e, 0x67, 0x56, 0x65, 0x72, 0x73, + 0x69, 0x6f, 0x6e, 0x12, 0x0f, 0x0a, 0x0b, 0x4a, 0x53, 0x4f, 0x4e, 0x5f, 0x43, 0x44, 0x43, 0x5f, + 0x56, 0x30, 0x10, 0x00, 0x12, 0x0a, 0x0a, 0x06, 0x43, 0x43, 0x46, 0x5f, 0x56, 0x30, 0x10, 0x01, + 0x32, 0xe1, 0x08, 0x0a, 0x0c, 0x45, 0x78, 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x41, 0x50, + 0x49, 0x12, 0x41, 0x0a, 0x04, 0x50, 0x69, 0x6e, 0x67, 0x12, 0x1b, 0x2e, 0x66, 0x6c, 0x6f, 0x77, + 0x2e, 0x65, 0x78, 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x50, 0x69, 0x6e, 0x67, 0x52, + 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1c, 0x2e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x65, 0x78, + 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x50, 0x69, 0x6e, 0x67, 0x52, 0x65, 0x73, 0x70, + 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x6e, 0x0a, 0x13, 0x47, 0x65, 0x74, 0x41, 0x63, 0x63, 0x6f, 0x75, + 0x6e, 0x74, 0x41, 0x74, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x49, 0x44, 0x12, 0x2a, 0x2e, 0x66, 0x6c, + 0x6f, 0x77, 0x2e, 0x65, 0x78, 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x47, 0x65, 0x74, + 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x41, 0x74, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x49, 0x44, + 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x2b, 0x2e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x65, + 0x78, 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x47, 0x65, 0x74, 0x41, 0x63, 0x63, 0x6f, + 0x75, 0x6e, 0x74, 0x41, 0x74, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x49, 0x44, 0x52, 0x65, 0x73, 0x70, + 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x77, 0x0a, 0x16, 0x45, 0x78, 0x65, 0x63, 0x75, 0x74, 0x65, 0x53, + 0x63, 0x72, 0x69, 0x70, 0x74, 0x41, 0x74, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x49, 0x44, 0x12, 0x2d, + 0x2e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x65, 0x78, 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x2e, + 0x45, 0x78, 0x65, 0x63, 0x75, 0x74, 0x65, 0x53, 0x63, 0x72, 0x69, 0x70, 0x74, 0x41, 0x74, 0x42, + 0x6c, 0x6f, 0x63, 0x6b, 0x49, 0x44, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x2e, 0x2e, + 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x65, 0x78, 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x45, + 0x78, 0x65, 0x63, 0x75, 0x74, 0x65, 0x53, 0x63, 0x72, 0x69, 0x70, 0x74, 0x41, 0x74, 0x42, 0x6c, + 0x6f, 0x63, 0x6b, 0x49, 0x44, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x71, 0x0a, + 0x14, 0x47, 0x65, 0x74, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x46, 0x6f, 0x72, 0x42, 0x6c, 0x6f, + 0x63, 0x6b, 0x49, 0x44, 0x73, 0x12, 0x2b, 0x2e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x65, 0x78, 0x65, + 0x63, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x47, 0x65, 0x74, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, + 0x46, 0x6f, 0x72, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x49, 0x44, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, + 0x73, 0x74, 0x1a, 0x2c, 0x2e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x65, 0x78, 0x65, 0x63, 0x75, 0x74, + 0x69, 0x6f, 0x6e, 0x2e, 0x47, 0x65, 0x74, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x46, 0x6f, 0x72, + 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x49, 0x44, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, + 0x12, 0x71, 0x0a, 0x14, 0x47, 0x65, 0x74, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, + 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x12, 0x2b, 0x2e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, + 0x65, 0x78, 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x47, 0x65, 0x74, 0x54, 0x72, 0x61, + 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x52, 0x65, + 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x2c, 0x2e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x65, 0x78, 0x65, + 0x63, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x47, 0x65, 0x74, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, + 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, + 0x6e, 0x73, 0x65, 0x12, 0x79, 0x0a, 0x1b, 0x47, 0x65, 0x74, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, + 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x42, 0x79, 0x49, 0x6e, 0x64, + 0x65, 0x78, 0x12, 0x2c, 0x2e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x65, 0x78, 0x65, 0x63, 0x75, 0x74, + 0x69, 0x6f, 0x6e, 0x2e, 0x47, 0x65, 0x74, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, + 0x6f, 0x6e, 0x42, 0x79, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, + 0x1a, 0x2c, 0x2e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x65, 0x78, 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, + 0x6e, 0x2e, 0x47, 0x65, 0x74, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, + 0x52, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x80, + 0x01, 0x0a, 0x1e, 0x47, 0x65, 0x74, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, + 0x6e, 0x52, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x73, 0x42, 0x79, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x49, + 0x44, 0x12, 0x2f, 0x2e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x65, 0x78, 0x65, 0x63, 0x75, 0x74, 0x69, + 0x6f, 0x6e, 0x2e, 0x47, 0x65, 0x74, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, + 0x6e, 0x73, 0x42, 0x79, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x49, 0x44, 0x52, 0x65, 0x71, 0x75, 0x65, + 0x73, 0x74, 0x1a, 0x2d, 0x2e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x65, 0x78, 0x65, 0x63, 0x75, 0x74, + 0x69, 0x6f, 0x6e, 0x2e, 0x47, 0x65, 0x74, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, + 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, + 0x65, 0x12, 0x71, 0x0a, 0x14, 0x47, 0x65, 0x74, 0x52, 0x65, 0x67, 0x69, 0x73, 0x74, 0x65, 0x72, + 0x41, 0x74, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x49, 0x44, 0x12, 0x2b, 0x2e, 0x66, 0x6c, 0x6f, 0x77, + 0x2e, 0x65, 0x78, 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x47, 0x65, 0x74, 0x52, 0x65, + 0x67, 0x69, 0x73, 0x74, 0x65, 0x72, 0x41, 0x74, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x49, 0x44, 0x52, + 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x2c, 0x2e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x65, 0x78, + 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x47, 0x65, 0x74, 0x52, 0x65, 0x67, 0x69, 0x73, + 0x74, 0x65, 0x72, 0x41, 0x74, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x49, 0x44, 0x52, 0x65, 0x73, 0x70, + 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x68, 0x0a, 0x14, 0x47, 0x65, 0x74, 0x4c, 0x61, 0x74, 0x65, 0x73, + 0x74, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x48, 0x65, 0x61, 0x64, 0x65, 0x72, 0x12, 0x2b, 0x2e, 0x66, + 0x6c, 0x6f, 0x77, 0x2e, 0x65, 0x78, 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x47, 0x65, + 0x74, 0x4c, 0x61, 0x74, 0x65, 0x73, 0x74, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x48, 0x65, 0x61, 0x64, + 0x65, 0x72, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x23, 0x2e, 0x66, 0x6c, 0x6f, 0x77, + 0x2e, 0x65, 0x78, 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x42, 0x6c, 0x6f, 0x63, 0x6b, + 0x48, 0x65, 0x61, 0x64, 0x65, 0x72, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x64, + 0x0a, 0x12, 0x47, 0x65, 0x74, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x48, 0x65, 0x61, 0x64, 0x65, 0x72, + 0x42, 0x79, 0x49, 0x44, 0x12, 0x29, 0x2e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x65, 0x78, 0x65, 0x63, + 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x47, 0x65, 0x74, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x48, 0x65, + 0x61, 0x64, 0x65, 0x72, 0x42, 0x79, 0x49, 0x44, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, + 0x23, 0x2e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x65, 0x78, 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, 0x6e, + 0x2e, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x48, 0x65, 0x61, 0x64, 0x65, 0x72, 0x52, 0x65, 0x73, 0x70, + 0x6f, 0x6e, 0x73, 0x65, 0x42, 0x52, 0x0a, 0x1d, 0x6f, 0x72, 0x67, 0x2e, 0x6f, 0x6e, 0x66, 0x6c, + 0x6f, 0x77, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x65, 0x78, 0x65, 0x63, + 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x5a, 0x31, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, + 0x6d, 0x2f, 0x6f, 0x6e, 0x66, 0x6c, 0x6f, 0x77, 0x2f, 0x66, 0x6c, 0x6f, 0x77, 0x2f, 0x70, 0x72, + 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x67, 0x6f, 0x2f, 0x66, 0x6c, 0x6f, 0x77, 0x2f, 0x65, + 0x78, 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, +} + +var ( + file_flow_execution_execution_proto_rawDescOnce sync.Once + file_flow_execution_execution_proto_rawDescData = file_flow_execution_execution_proto_rawDesc +) + +func file_flow_execution_execution_proto_rawDescGZIP() []byte { + file_flow_execution_execution_proto_rawDescOnce.Do(func() { + file_flow_execution_execution_proto_rawDescData = protoimpl.X.CompressGZIP(file_flow_execution_execution_proto_rawDescData) + }) + return file_flow_execution_execution_proto_rawDescData +} + +var file_flow_execution_execution_proto_enumTypes = make([]protoimpl.EnumInfo, 1) +var file_flow_execution_execution_proto_msgTypes = make([]protoimpl.MessageInfo, 19) +var file_flow_execution_execution_proto_goTypes = []interface{}{ + (EventEncodingVersion)(0), // 0: flow.execution.EventEncodingVersion + (*PingRequest)(nil), // 1: flow.execution.PingRequest + (*PingResponse)(nil), // 2: flow.execution.PingResponse + (*GetAccountAtBlockIDRequest)(nil), // 3: flow.execution.GetAccountAtBlockIDRequest + (*GetAccountAtBlockIDResponse)(nil), // 4: flow.execution.GetAccountAtBlockIDResponse + (*ExecuteScriptAtBlockIDRequest)(nil), // 5: flow.execution.ExecuteScriptAtBlockIDRequest + (*ExecuteScriptAtBlockIDResponse)(nil), // 6: flow.execution.ExecuteScriptAtBlockIDResponse + (*GetEventsForBlockIDsResponse)(nil), // 7: flow.execution.GetEventsForBlockIDsResponse + (*GetEventsForBlockIDsRequest)(nil), // 8: flow.execution.GetEventsForBlockIDsRequest + (*GetTransactionResultRequest)(nil), // 9: flow.execution.GetTransactionResultRequest + (*GetTransactionByIndexRequest)(nil), // 10: flow.execution.GetTransactionByIndexRequest + (*GetTransactionResultResponse)(nil), // 11: flow.execution.GetTransactionResultResponse + (*GetTransactionsByBlockIDRequest)(nil), // 12: flow.execution.GetTransactionsByBlockIDRequest + (*GetTransactionResultsResponse)(nil), // 13: flow.execution.GetTransactionResultsResponse + (*GetRegisterAtBlockIDRequest)(nil), // 14: flow.execution.GetRegisterAtBlockIDRequest + (*GetRegisterAtBlockIDResponse)(nil), // 15: flow.execution.GetRegisterAtBlockIDResponse + (*GetLatestBlockHeaderRequest)(nil), // 16: flow.execution.GetLatestBlockHeaderRequest + (*GetBlockHeaderByIDRequest)(nil), // 17: flow.execution.GetBlockHeaderByIDRequest + (*BlockHeaderResponse)(nil), // 18: flow.execution.BlockHeaderResponse + (*GetEventsForBlockIDsResponse_Result)(nil), // 19: flow.execution.GetEventsForBlockIDsResponse.Result + (*entities.Account)(nil), // 20: flow.entities.Account + (*entities.Event)(nil), // 21: flow.entities.Event + (*entities.BlockHeader)(nil), // 22: flow.entities.BlockHeader +} +var file_flow_execution_execution_proto_depIdxs = []int32{ + 20, // 0: flow.execution.GetAccountAtBlockIDResponse.account:type_name -> flow.entities.Account + 19, // 1: flow.execution.GetEventsForBlockIDsResponse.results:type_name -> flow.execution.GetEventsForBlockIDsResponse.Result + 0, // 2: flow.execution.GetEventsForBlockIDsResponse.event_encoding_version:type_name -> flow.execution.EventEncodingVersion + 21, // 3: flow.execution.GetTransactionResultResponse.events:type_name -> flow.entities.Event + 0, // 4: flow.execution.GetTransactionResultResponse.event_encoding_version:type_name -> flow.execution.EventEncodingVersion + 11, // 5: flow.execution.GetTransactionResultsResponse.transaction_results:type_name -> flow.execution.GetTransactionResultResponse + 0, // 6: flow.execution.GetTransactionResultsResponse.event_encoding_version:type_name -> flow.execution.EventEncodingVersion + 22, // 7: flow.execution.BlockHeaderResponse.block:type_name -> flow.entities.BlockHeader + 21, // 8: flow.execution.GetEventsForBlockIDsResponse.Result.events:type_name -> flow.entities.Event + 1, // 9: flow.execution.ExecutionAPI.Ping:input_type -> flow.execution.PingRequest + 3, // 10: flow.execution.ExecutionAPI.GetAccountAtBlockID:input_type -> flow.execution.GetAccountAtBlockIDRequest + 5, // 11: flow.execution.ExecutionAPI.ExecuteScriptAtBlockID:input_type -> flow.execution.ExecuteScriptAtBlockIDRequest + 8, // 12: flow.execution.ExecutionAPI.GetEventsForBlockIDs:input_type -> flow.execution.GetEventsForBlockIDsRequest + 9, // 13: flow.execution.ExecutionAPI.GetTransactionResult:input_type -> flow.execution.GetTransactionResultRequest + 10, // 14: flow.execution.ExecutionAPI.GetTransactionResultByIndex:input_type -> flow.execution.GetTransactionByIndexRequest + 12, // 15: flow.execution.ExecutionAPI.GetTransactionResultsByBlockID:input_type -> flow.execution.GetTransactionsByBlockIDRequest + 14, // 16: flow.execution.ExecutionAPI.GetRegisterAtBlockID:input_type -> flow.execution.GetRegisterAtBlockIDRequest + 16, // 17: flow.execution.ExecutionAPI.GetLatestBlockHeader:input_type -> flow.execution.GetLatestBlockHeaderRequest + 17, // 18: flow.execution.ExecutionAPI.GetBlockHeaderByID:input_type -> flow.execution.GetBlockHeaderByIDRequest + 2, // 19: flow.execution.ExecutionAPI.Ping:output_type -> flow.execution.PingResponse + 4, // 20: flow.execution.ExecutionAPI.GetAccountAtBlockID:output_type -> flow.execution.GetAccountAtBlockIDResponse + 6, // 21: flow.execution.ExecutionAPI.ExecuteScriptAtBlockID:output_type -> flow.execution.ExecuteScriptAtBlockIDResponse + 7, // 22: flow.execution.ExecutionAPI.GetEventsForBlockIDs:output_type -> flow.execution.GetEventsForBlockIDsResponse + 11, // 23: flow.execution.ExecutionAPI.GetTransactionResult:output_type -> flow.execution.GetTransactionResultResponse + 11, // 24: flow.execution.ExecutionAPI.GetTransactionResultByIndex:output_type -> flow.execution.GetTransactionResultResponse + 13, // 25: flow.execution.ExecutionAPI.GetTransactionResultsByBlockID:output_type -> flow.execution.GetTransactionResultsResponse + 15, // 26: flow.execution.ExecutionAPI.GetRegisterAtBlockID:output_type -> flow.execution.GetRegisterAtBlockIDResponse + 18, // 27: flow.execution.ExecutionAPI.GetLatestBlockHeader:output_type -> flow.execution.BlockHeaderResponse + 18, // 28: flow.execution.ExecutionAPI.GetBlockHeaderByID:output_type -> flow.execution.BlockHeaderResponse + 19, // [19:29] is the sub-list for method output_type + 9, // [9:19] is the sub-list for method input_type + 9, // [9:9] is the sub-list for extension type_name + 9, // [9:9] is the sub-list for extension extendee + 0, // [0:9] is the sub-list for field type_name +} + +func init() { file_flow_execution_execution_proto_init() } +func file_flow_execution_execution_proto_init() { + if File_flow_execution_execution_proto != nil { + return + } + if !protoimpl.UnsafeEnabled { + file_flow_execution_execution_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*PingRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_flow_execution_execution_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*PingResponse); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_flow_execution_execution_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*GetAccountAtBlockIDRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_flow_execution_execution_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*GetAccountAtBlockIDResponse); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_flow_execution_execution_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ExecuteScriptAtBlockIDRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_flow_execution_execution_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ExecuteScriptAtBlockIDResponse); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_flow_execution_execution_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*GetEventsForBlockIDsResponse); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_flow_execution_execution_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*GetEventsForBlockIDsRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_flow_execution_execution_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*GetTransactionResultRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_flow_execution_execution_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*GetTransactionByIndexRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_flow_execution_execution_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*GetTransactionResultResponse); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_flow_execution_execution_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*GetTransactionsByBlockIDRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_flow_execution_execution_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*GetTransactionResultsResponse); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_flow_execution_execution_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*GetRegisterAtBlockIDRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_flow_execution_execution_proto_msgTypes[14].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*GetRegisterAtBlockIDResponse); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_flow_execution_execution_proto_msgTypes[15].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*GetLatestBlockHeaderRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_flow_execution_execution_proto_msgTypes[16].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*GetBlockHeaderByIDRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_flow_execution_execution_proto_msgTypes[17].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*BlockHeaderResponse); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_flow_execution_execution_proto_msgTypes[18].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*GetEventsForBlockIDsResponse_Result); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + } + type x struct{} + out := protoimpl.TypeBuilder{ + File: protoimpl.DescBuilder{ + GoPackagePath: reflect.TypeOf(x{}).PkgPath(), + RawDescriptor: file_flow_execution_execution_proto_rawDesc, + NumEnums: 1, + NumMessages: 19, + NumExtensions: 0, + NumServices: 1, + }, + GoTypes: file_flow_execution_execution_proto_goTypes, + DependencyIndexes: file_flow_execution_execution_proto_depIdxs, + EnumInfos: file_flow_execution_execution_proto_enumTypes, + MessageInfos: file_flow_execution_execution_proto_msgTypes, + }.Build() + File_flow_execution_execution_proto = out.File + file_flow_execution_execution_proto_rawDesc = nil + file_flow_execution_execution_proto_goTypes = nil + file_flow_execution_execution_proto_depIdxs = nil } diff --git a/protobuf/go/flow/execution/execution_grpc.pb.go b/protobuf/go/flow/execution/execution_grpc.pb.go index 4e168283e..4d28a8959 100644 --- a/protobuf/go/flow/execution/execution_grpc.pb.go +++ b/protobuf/go/flow/execution/execution_grpc.pb.go @@ -1,4 +1,8 @@ // Code generated by protoc-gen-go-grpc. DO NOT EDIT. +// versions: +// - protoc-gen-go-grpc v1.2.0 +// - protoc (unknown) +// source: flow/execution/execution.proto package execution diff --git a/protobuf/go/flow/executiondata/executiondata.pb.go b/protobuf/go/flow/executiondata/executiondata.pb.go index 3ab02e4a6..14d9cdc3b 100644 --- a/protobuf/go/flow/executiondata/executiondata.pb.go +++ b/protobuf/go/flow/executiondata/executiondata.pb.go @@ -1,111 +1,131 @@ // Code generated by protoc-gen-go. DO NOT EDIT. +// versions: +// protoc-gen-go v1.28.1 +// protoc (unknown) // source: flow/executiondata/executiondata.proto -package access +package executiondata import ( - fmt "fmt" - proto "github.com/golang/protobuf/proto" entities "github.com/onflow/flow/protobuf/go/flow/entities" + protoreflect "google.golang.org/protobuf/reflect/protoreflect" + protoimpl "google.golang.org/protobuf/runtime/protoimpl" timestamppb "google.golang.org/protobuf/types/known/timestamppb" - math "math" + reflect "reflect" + sync "sync" ) -// Reference imports to suppress errors if they are not otherwise used. -var _ = proto.Marshal -var _ = fmt.Errorf -var _ = math.Inf - -// This is a compile-time assertion to ensure that this generated file -// is compatible with the proto package it is being compiled against. -// A compilation error at this line likely means your copy of the -// proto package needs to be updated. -const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package +const ( + // Verify that this generated code is sufficiently up-to-date. + _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) + // Verify that runtime/protoimpl is sufficiently up-to-date. + _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) +) // The request for GetExecutionDataByBlockID type GetExecutionDataByBlockIDRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + // Block ID of the block to get execution data for. - BlockId []byte `protobuf:"bytes,1,opt,name=block_id,json=blockId,proto3" json:"block_id,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` + BlockId []byte `protobuf:"bytes,1,opt,name=block_id,json=blockId,proto3" json:"block_id,omitempty"` } -func (m *GetExecutionDataByBlockIDRequest) Reset() { *m = GetExecutionDataByBlockIDRequest{} } -func (m *GetExecutionDataByBlockIDRequest) String() string { return proto.CompactTextString(m) } -func (*GetExecutionDataByBlockIDRequest) ProtoMessage() {} -func (*GetExecutionDataByBlockIDRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_da469632570513fb, []int{0} +func (x *GetExecutionDataByBlockIDRequest) Reset() { + *x = GetExecutionDataByBlockIDRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_flow_executiondata_executiondata_proto_msgTypes[0] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } } -func (m *GetExecutionDataByBlockIDRequest) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_GetExecutionDataByBlockIDRequest.Unmarshal(m, b) -} -func (m *GetExecutionDataByBlockIDRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_GetExecutionDataByBlockIDRequest.Marshal(b, m, deterministic) +func (x *GetExecutionDataByBlockIDRequest) String() string { + return protoimpl.X.MessageStringOf(x) } -func (m *GetExecutionDataByBlockIDRequest) XXX_Merge(src proto.Message) { - xxx_messageInfo_GetExecutionDataByBlockIDRequest.Merge(m, src) -} -func (m *GetExecutionDataByBlockIDRequest) XXX_Size() int { - return xxx_messageInfo_GetExecutionDataByBlockIDRequest.Size(m) -} -func (m *GetExecutionDataByBlockIDRequest) XXX_DiscardUnknown() { - xxx_messageInfo_GetExecutionDataByBlockIDRequest.DiscardUnknown(m) + +func (*GetExecutionDataByBlockIDRequest) ProtoMessage() {} + +func (x *GetExecutionDataByBlockIDRequest) ProtoReflect() protoreflect.Message { + mi := &file_flow_executiondata_executiondata_proto_msgTypes[0] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) } -var xxx_messageInfo_GetExecutionDataByBlockIDRequest proto.InternalMessageInfo +// Deprecated: Use GetExecutionDataByBlockIDRequest.ProtoReflect.Descriptor instead. +func (*GetExecutionDataByBlockIDRequest) Descriptor() ([]byte, []int) { + return file_flow_executiondata_executiondata_proto_rawDescGZIP(), []int{0} +} -func (m *GetExecutionDataByBlockIDRequest) GetBlockId() []byte { - if m != nil { - return m.BlockId +func (x *GetExecutionDataByBlockIDRequest) GetBlockId() []byte { + if x != nil { + return x.BlockId } return nil } // The response for GetExecutionDataByBlockID type GetExecutionDataByBlockIDResponse struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + // BlockExecutionData for the block. - BlockExecutionData *entities.BlockExecutionData `protobuf:"bytes,1,opt,name=block_execution_data,json=blockExecutionData,proto3" json:"block_execution_data,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` + BlockExecutionData *entities.BlockExecutionData `protobuf:"bytes,1,opt,name=block_execution_data,json=blockExecutionData,proto3" json:"block_execution_data,omitempty"` } -func (m *GetExecutionDataByBlockIDResponse) Reset() { *m = GetExecutionDataByBlockIDResponse{} } -func (m *GetExecutionDataByBlockIDResponse) String() string { return proto.CompactTextString(m) } -func (*GetExecutionDataByBlockIDResponse) ProtoMessage() {} -func (*GetExecutionDataByBlockIDResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_da469632570513fb, []int{1} +func (x *GetExecutionDataByBlockIDResponse) Reset() { + *x = GetExecutionDataByBlockIDResponse{} + if protoimpl.UnsafeEnabled { + mi := &file_flow_executiondata_executiondata_proto_msgTypes[1] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } } -func (m *GetExecutionDataByBlockIDResponse) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_GetExecutionDataByBlockIDResponse.Unmarshal(m, b) -} -func (m *GetExecutionDataByBlockIDResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_GetExecutionDataByBlockIDResponse.Marshal(b, m, deterministic) +func (x *GetExecutionDataByBlockIDResponse) String() string { + return protoimpl.X.MessageStringOf(x) } -func (m *GetExecutionDataByBlockIDResponse) XXX_Merge(src proto.Message) { - xxx_messageInfo_GetExecutionDataByBlockIDResponse.Merge(m, src) -} -func (m *GetExecutionDataByBlockIDResponse) XXX_Size() int { - return xxx_messageInfo_GetExecutionDataByBlockIDResponse.Size(m) -} -func (m *GetExecutionDataByBlockIDResponse) XXX_DiscardUnknown() { - xxx_messageInfo_GetExecutionDataByBlockIDResponse.DiscardUnknown(m) + +func (*GetExecutionDataByBlockIDResponse) ProtoMessage() {} + +func (x *GetExecutionDataByBlockIDResponse) ProtoReflect() protoreflect.Message { + mi := &file_flow_executiondata_executiondata_proto_msgTypes[1] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) } -var xxx_messageInfo_GetExecutionDataByBlockIDResponse proto.InternalMessageInfo +// Deprecated: Use GetExecutionDataByBlockIDResponse.ProtoReflect.Descriptor instead. +func (*GetExecutionDataByBlockIDResponse) Descriptor() ([]byte, []int) { + return file_flow_executiondata_executiondata_proto_rawDescGZIP(), []int{1} +} -func (m *GetExecutionDataByBlockIDResponse) GetBlockExecutionData() *entities.BlockExecutionData { - if m != nil { - return m.BlockExecutionData +func (x *GetExecutionDataByBlockIDResponse) GetBlockExecutionData() *entities.BlockExecutionData { + if x != nil { + return x.BlockExecutionData } return nil } // The request for SubscribeExecutionData type SubscribeExecutionDataRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + // Block ID of the first block to get execution data for. // Only one of start_block_id and start_block_height may be provided, // otherwise an InvalidArgument error is returned. If neither are provided, @@ -115,113 +135,129 @@ type SubscribeExecutionDataRequest struct { // Only one of start_block_id and start_block_height may be provided, // otherwise an InvalidArgument error is returned. If neither are provided, // the latest sealed block is used. - StartBlockHeight uint64 `protobuf:"varint,2,opt,name=start_block_height,json=startBlockHeight,proto3" json:"start_block_height,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` + StartBlockHeight uint64 `protobuf:"varint,2,opt,name=start_block_height,json=startBlockHeight,proto3" json:"start_block_height,omitempty"` } -func (m *SubscribeExecutionDataRequest) Reset() { *m = SubscribeExecutionDataRequest{} } -func (m *SubscribeExecutionDataRequest) String() string { return proto.CompactTextString(m) } -func (*SubscribeExecutionDataRequest) ProtoMessage() {} -func (*SubscribeExecutionDataRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_da469632570513fb, []int{2} +func (x *SubscribeExecutionDataRequest) Reset() { + *x = SubscribeExecutionDataRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_flow_executiondata_executiondata_proto_msgTypes[2] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } } -func (m *SubscribeExecutionDataRequest) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_SubscribeExecutionDataRequest.Unmarshal(m, b) -} -func (m *SubscribeExecutionDataRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_SubscribeExecutionDataRequest.Marshal(b, m, deterministic) -} -func (m *SubscribeExecutionDataRequest) XXX_Merge(src proto.Message) { - xxx_messageInfo_SubscribeExecutionDataRequest.Merge(m, src) +func (x *SubscribeExecutionDataRequest) String() string { + return protoimpl.X.MessageStringOf(x) } -func (m *SubscribeExecutionDataRequest) XXX_Size() int { - return xxx_messageInfo_SubscribeExecutionDataRequest.Size(m) -} -func (m *SubscribeExecutionDataRequest) XXX_DiscardUnknown() { - xxx_messageInfo_SubscribeExecutionDataRequest.DiscardUnknown(m) + +func (*SubscribeExecutionDataRequest) ProtoMessage() {} + +func (x *SubscribeExecutionDataRequest) ProtoReflect() protoreflect.Message { + mi := &file_flow_executiondata_executiondata_proto_msgTypes[2] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) } -var xxx_messageInfo_SubscribeExecutionDataRequest proto.InternalMessageInfo +// Deprecated: Use SubscribeExecutionDataRequest.ProtoReflect.Descriptor instead. +func (*SubscribeExecutionDataRequest) Descriptor() ([]byte, []int) { + return file_flow_executiondata_executiondata_proto_rawDescGZIP(), []int{2} +} -func (m *SubscribeExecutionDataRequest) GetStartBlockId() []byte { - if m != nil { - return m.StartBlockId +func (x *SubscribeExecutionDataRequest) GetStartBlockId() []byte { + if x != nil { + return x.StartBlockId } return nil } -func (m *SubscribeExecutionDataRequest) GetStartBlockHeight() uint64 { - if m != nil { - return m.StartBlockHeight +func (x *SubscribeExecutionDataRequest) GetStartBlockHeight() uint64 { + if x != nil { + return x.StartBlockHeight } return 0 } // The response for SubscribeExecutionData type SubscribeExecutionDataResponse struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + // Block height of the block containing the execution data. BlockHeight uint64 `protobuf:"varint,1,opt,name=block_height,json=blockHeight,proto3" json:"block_height,omitempty"` // BlockExecutionData for the block. // Note: The block's ID is included within the BlockExecutionData. BlockExecutionData *entities.BlockExecutionData `protobuf:"bytes,2,opt,name=block_execution_data,json=blockExecutionData,proto3" json:"block_execution_data,omitempty"` // Timestamp from the block containing the execution data. - BlockTimestamp *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=block_timestamp,json=blockTimestamp,proto3" json:"block_timestamp,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` + BlockTimestamp *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=block_timestamp,json=blockTimestamp,proto3" json:"block_timestamp,omitempty"` } -func (m *SubscribeExecutionDataResponse) Reset() { *m = SubscribeExecutionDataResponse{} } -func (m *SubscribeExecutionDataResponse) String() string { return proto.CompactTextString(m) } -func (*SubscribeExecutionDataResponse) ProtoMessage() {} -func (*SubscribeExecutionDataResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_da469632570513fb, []int{3} +func (x *SubscribeExecutionDataResponse) Reset() { + *x = SubscribeExecutionDataResponse{} + if protoimpl.UnsafeEnabled { + mi := &file_flow_executiondata_executiondata_proto_msgTypes[3] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } } -func (m *SubscribeExecutionDataResponse) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_SubscribeExecutionDataResponse.Unmarshal(m, b) -} -func (m *SubscribeExecutionDataResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_SubscribeExecutionDataResponse.Marshal(b, m, deterministic) +func (x *SubscribeExecutionDataResponse) String() string { + return protoimpl.X.MessageStringOf(x) } -func (m *SubscribeExecutionDataResponse) XXX_Merge(src proto.Message) { - xxx_messageInfo_SubscribeExecutionDataResponse.Merge(m, src) -} -func (m *SubscribeExecutionDataResponse) XXX_Size() int { - return xxx_messageInfo_SubscribeExecutionDataResponse.Size(m) -} -func (m *SubscribeExecutionDataResponse) XXX_DiscardUnknown() { - xxx_messageInfo_SubscribeExecutionDataResponse.DiscardUnknown(m) + +func (*SubscribeExecutionDataResponse) ProtoMessage() {} + +func (x *SubscribeExecutionDataResponse) ProtoReflect() protoreflect.Message { + mi := &file_flow_executiondata_executiondata_proto_msgTypes[3] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) } -var xxx_messageInfo_SubscribeExecutionDataResponse proto.InternalMessageInfo +// Deprecated: Use SubscribeExecutionDataResponse.ProtoReflect.Descriptor instead. +func (*SubscribeExecutionDataResponse) Descriptor() ([]byte, []int) { + return file_flow_executiondata_executiondata_proto_rawDescGZIP(), []int{3} +} -func (m *SubscribeExecutionDataResponse) GetBlockHeight() uint64 { - if m != nil { - return m.BlockHeight +func (x *SubscribeExecutionDataResponse) GetBlockHeight() uint64 { + if x != nil { + return x.BlockHeight } return 0 } -func (m *SubscribeExecutionDataResponse) GetBlockExecutionData() *entities.BlockExecutionData { - if m != nil { - return m.BlockExecutionData +func (x *SubscribeExecutionDataResponse) GetBlockExecutionData() *entities.BlockExecutionData { + if x != nil { + return x.BlockExecutionData } return nil } -func (m *SubscribeExecutionDataResponse) GetBlockTimestamp() *timestamppb.Timestamp { - if m != nil { - return m.BlockTimestamp +func (x *SubscribeExecutionDataResponse) GetBlockTimestamp() *timestamppb.Timestamp { + if x != nil { + return x.BlockTimestamp } return nil } // The request for SubscribeEvents type SubscribeEventsRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + // Block ID of the first block to search for events. // Only one of start_block_id and start_block_height may be provided, // otherwise an InvalidArgument error is returned. If neither are provided, @@ -243,67 +279,75 @@ type SubscribeEventsRequest struct { // // The interval is calculated from the last response returned, which could be // either another heartbeat or a response containing events. - HeartbeatInterval uint64 `protobuf:"varint,4,opt,name=heartbeat_interval,json=heartbeatInterval,proto3" json:"heartbeat_interval,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` + HeartbeatInterval uint64 `protobuf:"varint,4,opt,name=heartbeat_interval,json=heartbeatInterval,proto3" json:"heartbeat_interval,omitempty"` } -func (m *SubscribeEventsRequest) Reset() { *m = SubscribeEventsRequest{} } -func (m *SubscribeEventsRequest) String() string { return proto.CompactTextString(m) } -func (*SubscribeEventsRequest) ProtoMessage() {} -func (*SubscribeEventsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_da469632570513fb, []int{4} +func (x *SubscribeEventsRequest) Reset() { + *x = SubscribeEventsRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_flow_executiondata_executiondata_proto_msgTypes[4] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } } -func (m *SubscribeEventsRequest) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_SubscribeEventsRequest.Unmarshal(m, b) -} -func (m *SubscribeEventsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_SubscribeEventsRequest.Marshal(b, m, deterministic) -} -func (m *SubscribeEventsRequest) XXX_Merge(src proto.Message) { - xxx_messageInfo_SubscribeEventsRequest.Merge(m, src) -} -func (m *SubscribeEventsRequest) XXX_Size() int { - return xxx_messageInfo_SubscribeEventsRequest.Size(m) +func (x *SubscribeEventsRequest) String() string { + return protoimpl.X.MessageStringOf(x) } -func (m *SubscribeEventsRequest) XXX_DiscardUnknown() { - xxx_messageInfo_SubscribeEventsRequest.DiscardUnknown(m) + +func (*SubscribeEventsRequest) ProtoMessage() {} + +func (x *SubscribeEventsRequest) ProtoReflect() protoreflect.Message { + mi := &file_flow_executiondata_executiondata_proto_msgTypes[4] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) } -var xxx_messageInfo_SubscribeEventsRequest proto.InternalMessageInfo +// Deprecated: Use SubscribeEventsRequest.ProtoReflect.Descriptor instead. +func (*SubscribeEventsRequest) Descriptor() ([]byte, []int) { + return file_flow_executiondata_executiondata_proto_rawDescGZIP(), []int{4} +} -func (m *SubscribeEventsRequest) GetStartBlockId() []byte { - if m != nil { - return m.StartBlockId +func (x *SubscribeEventsRequest) GetStartBlockId() []byte { + if x != nil { + return x.StartBlockId } return nil } -func (m *SubscribeEventsRequest) GetStartBlockHeight() uint64 { - if m != nil { - return m.StartBlockHeight +func (x *SubscribeEventsRequest) GetStartBlockHeight() uint64 { + if x != nil { + return x.StartBlockHeight } return 0 } -func (m *SubscribeEventsRequest) GetFilter() *EventFilter { - if m != nil { - return m.Filter +func (x *SubscribeEventsRequest) GetFilter() *EventFilter { + if x != nil { + return x.Filter } return nil } -func (m *SubscribeEventsRequest) GetHeartbeatInterval() uint64 { - if m != nil { - return m.HeartbeatInterval +func (x *SubscribeEventsRequest) GetHeartbeatInterval() uint64 { + if x != nil { + return x.HeartbeatInterval } return 0 } // The response for SubscribeEvents type SubscribeEventsResponse struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + // Block ID of the block containing the events. BlockId []byte `protobuf:"bytes,1,opt,name=block_id,json=blockId,proto3" json:"block_id,omitempty"` // Block height of the block containing the events. @@ -314,61 +358,65 @@ type SubscribeEventsResponse struct { // information to determine which block to start from when reconnecting. Events []*entities.Event `protobuf:"bytes,3,rep,name=events,proto3" json:"events,omitempty"` // Timestamp from the block containing the events. - BlockTimestamp *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=block_timestamp,json=blockTimestamp,proto3" json:"block_timestamp,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` + BlockTimestamp *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=block_timestamp,json=blockTimestamp,proto3" json:"block_timestamp,omitempty"` } -func (m *SubscribeEventsResponse) Reset() { *m = SubscribeEventsResponse{} } -func (m *SubscribeEventsResponse) String() string { return proto.CompactTextString(m) } -func (*SubscribeEventsResponse) ProtoMessage() {} -func (*SubscribeEventsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_da469632570513fb, []int{5} +func (x *SubscribeEventsResponse) Reset() { + *x = SubscribeEventsResponse{} + if protoimpl.UnsafeEnabled { + mi := &file_flow_executiondata_executiondata_proto_msgTypes[5] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } } -func (m *SubscribeEventsResponse) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_SubscribeEventsResponse.Unmarshal(m, b) -} -func (m *SubscribeEventsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_SubscribeEventsResponse.Marshal(b, m, deterministic) -} -func (m *SubscribeEventsResponse) XXX_Merge(src proto.Message) { - xxx_messageInfo_SubscribeEventsResponse.Merge(m, src) -} -func (m *SubscribeEventsResponse) XXX_Size() int { - return xxx_messageInfo_SubscribeEventsResponse.Size(m) +func (x *SubscribeEventsResponse) String() string { + return protoimpl.X.MessageStringOf(x) } -func (m *SubscribeEventsResponse) XXX_DiscardUnknown() { - xxx_messageInfo_SubscribeEventsResponse.DiscardUnknown(m) + +func (*SubscribeEventsResponse) ProtoMessage() {} + +func (x *SubscribeEventsResponse) ProtoReflect() protoreflect.Message { + mi := &file_flow_executiondata_executiondata_proto_msgTypes[5] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) } -var xxx_messageInfo_SubscribeEventsResponse proto.InternalMessageInfo +// Deprecated: Use SubscribeEventsResponse.ProtoReflect.Descriptor instead. +func (*SubscribeEventsResponse) Descriptor() ([]byte, []int) { + return file_flow_executiondata_executiondata_proto_rawDescGZIP(), []int{5} +} -func (m *SubscribeEventsResponse) GetBlockId() []byte { - if m != nil { - return m.BlockId +func (x *SubscribeEventsResponse) GetBlockId() []byte { + if x != nil { + return x.BlockId } return nil } -func (m *SubscribeEventsResponse) GetBlockHeight() uint64 { - if m != nil { - return m.BlockHeight +func (x *SubscribeEventsResponse) GetBlockHeight() uint64 { + if x != nil { + return x.BlockHeight } return 0 } -func (m *SubscribeEventsResponse) GetEvents() []*entities.Event { - if m != nil { - return m.Events +func (x *SubscribeEventsResponse) GetEvents() []*entities.Event { + if x != nil { + return x.Events } return nil } -func (m *SubscribeEventsResponse) GetBlockTimestamp() *timestamppb.Timestamp { - if m != nil { - return m.BlockTimestamp +func (x *SubscribeEventsResponse) GetBlockTimestamp() *timestamppb.Timestamp { + if x != nil { + return x.BlockTimestamp } return nil } @@ -378,6 +426,10 @@ func (m *SubscribeEventsResponse) GetBlockTimestamp() *timestamppb.Timestamp { // filters is returned. If no filters are provided, all events are returned. If // there are any invalid filters, the API will return an InvalidArgument error. type EventFilter struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + // A list of full event types to include. // // All events exactly matching any of the provided event types will be @@ -410,207 +462,478 @@ type EventFilter struct { // Addresses must be Flow account addresses in hex format and valid for the // network the node is connected to. i.e. only a mainnet address is valid for // a mainnet node. Addresses may optionally include the 0x prefix. - Address []string `protobuf:"bytes,3,rep,name=address,proto3" json:"address,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` + Address []string `protobuf:"bytes,3,rep,name=address,proto3" json:"address,omitempty"` } -func (m *EventFilter) Reset() { *m = EventFilter{} } -func (m *EventFilter) String() string { return proto.CompactTextString(m) } -func (*EventFilter) ProtoMessage() {} -func (*EventFilter) Descriptor() ([]byte, []int) { - return fileDescriptor_da469632570513fb, []int{6} +func (x *EventFilter) Reset() { + *x = EventFilter{} + if protoimpl.UnsafeEnabled { + mi := &file_flow_executiondata_executiondata_proto_msgTypes[6] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } } -func (m *EventFilter) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_EventFilter.Unmarshal(m, b) -} -func (m *EventFilter) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_EventFilter.Marshal(b, m, deterministic) -} -func (m *EventFilter) XXX_Merge(src proto.Message) { - xxx_messageInfo_EventFilter.Merge(m, src) +func (x *EventFilter) String() string { + return protoimpl.X.MessageStringOf(x) } -func (m *EventFilter) XXX_Size() int { - return xxx_messageInfo_EventFilter.Size(m) -} -func (m *EventFilter) XXX_DiscardUnknown() { - xxx_messageInfo_EventFilter.DiscardUnknown(m) + +func (*EventFilter) ProtoMessage() {} + +func (x *EventFilter) ProtoReflect() protoreflect.Message { + mi := &file_flow_executiondata_executiondata_proto_msgTypes[6] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) } -var xxx_messageInfo_EventFilter proto.InternalMessageInfo +// Deprecated: Use EventFilter.ProtoReflect.Descriptor instead. +func (*EventFilter) Descriptor() ([]byte, []int) { + return file_flow_executiondata_executiondata_proto_rawDescGZIP(), []int{6} +} -func (m *EventFilter) GetEventType() []string { - if m != nil { - return m.EventType +func (x *EventFilter) GetEventType() []string { + if x != nil { + return x.EventType } return nil } -func (m *EventFilter) GetContract() []string { - if m != nil { - return m.Contract +func (x *EventFilter) GetContract() []string { + if x != nil { + return x.Contract } return nil } -func (m *EventFilter) GetAddress() []string { - if m != nil { - return m.Address +func (x *EventFilter) GetAddress() []string { + if x != nil { + return x.Address } return nil } // request for GetRegisterValues type GetRegisterValuesRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + // Block height of the execution state being queried. BlockHeight uint64 `protobuf:"varint,1,opt,name=block_height,json=blockHeight,proto3" json:"block_height,omitempty"` // Register IDs of the Ledger.RegisterID format with an owner and key. - RegisterIds [][]byte `protobuf:"bytes,2,rep,name=register_ids,json=registerIds,proto3" json:"register_ids,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` + RegisterIds [][]byte `protobuf:"bytes,2,rep,name=register_ids,json=registerIds,proto3" json:"register_ids,omitempty"` } -func (m *GetRegisterValuesRequest) Reset() { *m = GetRegisterValuesRequest{} } -func (m *GetRegisterValuesRequest) String() string { return proto.CompactTextString(m) } -func (*GetRegisterValuesRequest) ProtoMessage() {} -func (*GetRegisterValuesRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_da469632570513fb, []int{7} +func (x *GetRegisterValuesRequest) Reset() { + *x = GetRegisterValuesRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_flow_executiondata_executiondata_proto_msgTypes[7] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } } -func (m *GetRegisterValuesRequest) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_GetRegisterValuesRequest.Unmarshal(m, b) -} -func (m *GetRegisterValuesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_GetRegisterValuesRequest.Marshal(b, m, deterministic) +func (x *GetRegisterValuesRequest) String() string { + return protoimpl.X.MessageStringOf(x) } -func (m *GetRegisterValuesRequest) XXX_Merge(src proto.Message) { - xxx_messageInfo_GetRegisterValuesRequest.Merge(m, src) -} -func (m *GetRegisterValuesRequest) XXX_Size() int { - return xxx_messageInfo_GetRegisterValuesRequest.Size(m) -} -func (m *GetRegisterValuesRequest) XXX_DiscardUnknown() { - xxx_messageInfo_GetRegisterValuesRequest.DiscardUnknown(m) + +func (*GetRegisterValuesRequest) ProtoMessage() {} + +func (x *GetRegisterValuesRequest) ProtoReflect() protoreflect.Message { + mi := &file_flow_executiondata_executiondata_proto_msgTypes[7] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) } -var xxx_messageInfo_GetRegisterValuesRequest proto.InternalMessageInfo +// Deprecated: Use GetRegisterValuesRequest.ProtoReflect.Descriptor instead. +func (*GetRegisterValuesRequest) Descriptor() ([]byte, []int) { + return file_flow_executiondata_executiondata_proto_rawDescGZIP(), []int{7} +} -func (m *GetRegisterValuesRequest) GetBlockHeight() uint64 { - if m != nil { - return m.BlockHeight +func (x *GetRegisterValuesRequest) GetBlockHeight() uint64 { + if x != nil { + return x.BlockHeight } return 0 } -func (m *GetRegisterValuesRequest) GetRegisterIds() [][]byte { - if m != nil { - return m.RegisterIds +func (x *GetRegisterValuesRequest) GetRegisterIds() [][]byte { + if x != nil { + return x.RegisterIds } return nil } // response for GetRegisterValues type GetRegisterValuesResponse struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + // raw register values at the given height. - Values [][]byte `protobuf:"bytes,1,rep,name=values,proto3" json:"values,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` + Values [][]byte `protobuf:"bytes,1,rep,name=values,proto3" json:"values,omitempty"` } -func (m *GetRegisterValuesResponse) Reset() { *m = GetRegisterValuesResponse{} } -func (m *GetRegisterValuesResponse) String() string { return proto.CompactTextString(m) } -func (*GetRegisterValuesResponse) ProtoMessage() {} -func (*GetRegisterValuesResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_da469632570513fb, []int{8} +func (x *GetRegisterValuesResponse) Reset() { + *x = GetRegisterValuesResponse{} + if protoimpl.UnsafeEnabled { + mi := &file_flow_executiondata_executiondata_proto_msgTypes[8] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } } -func (m *GetRegisterValuesResponse) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_GetRegisterValuesResponse.Unmarshal(m, b) -} -func (m *GetRegisterValuesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_GetRegisterValuesResponse.Marshal(b, m, deterministic) -} -func (m *GetRegisterValuesResponse) XXX_Merge(src proto.Message) { - xxx_messageInfo_GetRegisterValuesResponse.Merge(m, src) -} -func (m *GetRegisterValuesResponse) XXX_Size() int { - return xxx_messageInfo_GetRegisterValuesResponse.Size(m) +func (x *GetRegisterValuesResponse) String() string { + return protoimpl.X.MessageStringOf(x) } -func (m *GetRegisterValuesResponse) XXX_DiscardUnknown() { - xxx_messageInfo_GetRegisterValuesResponse.DiscardUnknown(m) + +func (*GetRegisterValuesResponse) ProtoMessage() {} + +func (x *GetRegisterValuesResponse) ProtoReflect() protoreflect.Message { + mi := &file_flow_executiondata_executiondata_proto_msgTypes[8] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) } -var xxx_messageInfo_GetRegisterValuesResponse proto.InternalMessageInfo +// Deprecated: Use GetRegisterValuesResponse.ProtoReflect.Descriptor instead. +func (*GetRegisterValuesResponse) Descriptor() ([]byte, []int) { + return file_flow_executiondata_executiondata_proto_rawDescGZIP(), []int{8} +} -func (m *GetRegisterValuesResponse) GetValues() [][]byte { - if m != nil { - return m.Values +func (x *GetRegisterValuesResponse) GetValues() [][]byte { + if x != nil { + return x.Values } return nil } -func init() { - proto.RegisterType((*GetExecutionDataByBlockIDRequest)(nil), "flow.access.GetExecutionDataByBlockIDRequest") - proto.RegisterType((*GetExecutionDataByBlockIDResponse)(nil), "flow.access.GetExecutionDataByBlockIDResponse") - proto.RegisterType((*SubscribeExecutionDataRequest)(nil), "flow.access.SubscribeExecutionDataRequest") - proto.RegisterType((*SubscribeExecutionDataResponse)(nil), "flow.access.SubscribeExecutionDataResponse") - proto.RegisterType((*SubscribeEventsRequest)(nil), "flow.access.SubscribeEventsRequest") - proto.RegisterType((*SubscribeEventsResponse)(nil), "flow.access.SubscribeEventsResponse") - proto.RegisterType((*EventFilter)(nil), "flow.access.EventFilter") - proto.RegisterType((*GetRegisterValuesRequest)(nil), "flow.access.GetRegisterValuesRequest") - proto.RegisterType((*GetRegisterValuesResponse)(nil), "flow.access.GetRegisterValuesResponse") -} - -func init() { - proto.RegisterFile("flow/executiondata/executiondata.proto", fileDescriptor_da469632570513fb) -} - -var fileDescriptor_da469632570513fb = []byte{ - // 661 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xb4, 0x55, 0x4d, 0x4f, 0xdb, 0x4c, - 0x10, 0x96, 0x09, 0x0a, 0x30, 0x89, 0xf8, 0x58, 0x21, 0x5e, 0x63, 0x89, 0xb7, 0x89, 0x4b, 0x51, - 0xd4, 0xc2, 0x06, 0xc1, 0xb9, 0x87, 0x52, 0x5a, 0x1a, 0xa9, 0x87, 0xca, 0xa0, 0x1e, 0x7a, 0x68, - 0xba, 0xb6, 0x07, 0xc7, 0x6a, 0xf0, 0xa6, 0xde, 0x0d, 0x85, 0xfe, 0xc1, 0x4a, 0x95, 0xfa, 0x13, - 0xfa, 0x5f, 0xaa, 0xcc, 0x3a, 0x4e, 0x9c, 0x0f, 0xa0, 0xaa, 0x7a, 0x89, 0x34, 0x33, 0xcf, 0x3c, - 0x33, 0x3b, 0xf3, 0x8c, 0x03, 0x7b, 0x97, 0x5d, 0xf9, 0xb5, 0x89, 0x37, 0x18, 0xf4, 0x75, 0x2c, - 0x93, 0x50, 0x68, 0x51, 0xb4, 0x78, 0x2f, 0x95, 0x5a, 0xb2, 0xca, 0x00, 0xc7, 0x45, 0x10, 0xa0, - 0x52, 0x4e, 0xc3, 0x24, 0x25, 0x3a, 0xd6, 0x31, 0xaa, 0xa6, 0xdf, 0x95, 0xc1, 0xe7, 0x76, 0x9e, - 0xd5, 0x1e, 0xa5, 0x39, 0xdb, 0x45, 0x24, 0x5e, 0x63, 0xa2, 0xb3, 0xd0, 0xa3, 0x48, 0xca, 0xa8, - 0x8b, 0x4d, 0xb2, 0xfc, 0xfe, 0x65, 0x53, 0xc7, 0x57, 0xa8, 0xb4, 0xb8, 0xea, 0x19, 0x80, 0xfb, - 0x1c, 0x6a, 0x67, 0xa8, 0x5f, 0x0d, 0x69, 0x4f, 0x85, 0x16, 0x27, 0xb7, 0x27, 0x83, 0x5a, 0xad, - 0x53, 0x0f, 0xbf, 0xf4, 0x51, 0x69, 0xb6, 0x0d, 0xcb, 0xa6, 0x7a, 0x1c, 0xda, 0x56, 0xcd, 0x6a, - 0x54, 0xbd, 0x25, 0xb2, 0x5b, 0xa1, 0x7b, 0x03, 0xf5, 0x3b, 0xd2, 0x55, 0x4f, 0x26, 0x0a, 0xd9, - 0x39, 0x6c, 0xce, 0xea, 0x9e, 0xb8, 0x2a, 0x47, 0x75, 0x4e, 0xaf, 0x1e, 0xb6, 0xcf, 0x29, 0xbb, - 0xc0, 0xe8, 0x31, 0x7f, 0xca, 0xe7, 0x2a, 0xd8, 0x39, 0xef, 0xfb, 0x2a, 0x48, 0x63, 0x1f, 0x8b, - 0xe8, 0xac, 0xeb, 0x5d, 0x58, 0x55, 0x5a, 0xa4, 0xba, 0x3d, 0xd1, 0x7b, 0x95, 0xbc, 0xa6, 0xc7, - 0x90, 0xed, 0x03, 0x1b, 0x47, 0x75, 0x30, 0x8e, 0x3a, 0xda, 0x5e, 0xa8, 0x59, 0x8d, 0x45, 0x6f, - 0x7d, 0x84, 0x7c, 0x43, 0x7e, 0xf7, 0x97, 0x05, 0xff, 0xcf, 0xab, 0x9a, 0x3d, 0xb6, 0x0e, 0xd5, - 0x02, 0x95, 0x45, 0x54, 0x15, 0x7f, 0xc4, 0x32, 0x77, 0x1e, 0x0b, 0x7f, 0x31, 0x0f, 0xf6, 0x12, - 0xd6, 0x0c, 0x69, 0xbe, 0x61, 0xbb, 0x44, 0x7c, 0x0e, 0x37, 0x1a, 0xe0, 0x43, 0x0d, 0xf0, 0x8b, - 0x21, 0xc2, 0x5b, 0xa5, 0x94, 0xdc, 0x76, 0x7f, 0x5a, 0xb0, 0x35, 0x7a, 0xdf, 0x40, 0x47, 0xea, - 0x1f, 0x8e, 0x93, 0x1d, 0x42, 0xf9, 0x32, 0xee, 0x6a, 0x4c, 0xb3, 0x56, 0x6d, 0x3e, 0x76, 0x00, - 0x9c, 0xea, 0xbf, 0xa6, 0xb8, 0x97, 0xe1, 0xd8, 0x01, 0xb0, 0x0e, 0x8a, 0x54, 0xfb, 0x28, 0x74, - 0x3b, 0x4e, 0x34, 0xa6, 0xd7, 0xa2, 0x6b, 0x2f, 0x12, 0xff, 0x46, 0x1e, 0x69, 0x65, 0x01, 0xf7, - 0x87, 0x05, 0xff, 0x4d, 0xbd, 0x27, 0x5b, 0xd4, 0x7c, 0x55, 0x4f, 0xed, 0x70, 0x61, 0x7a, 0x87, - 0xfb, 0x50, 0xa6, 0x3b, 0x53, 0x76, 0xa9, 0x56, 0x6a, 0x54, 0x8e, 0x36, 0x27, 0xb6, 0x46, 0xc5, - 0xbc, 0x0c, 0x33, 0x6b, 0x39, 0x8b, 0x7f, 0xbc, 0x1c, 0x1f, 0x2a, 0x63, 0x23, 0x61, 0x3b, 0x00, - 0xc4, 0xde, 0xd6, 0xb7, 0x3d, 0xb4, 0xad, 0x5a, 0xa9, 0xb1, 0xe2, 0xad, 0x90, 0xe7, 0xe2, 0xb6, - 0x87, 0xcc, 0x81, 0xe5, 0x40, 0x26, 0x3a, 0x15, 0xc1, 0xa0, 0xff, 0x41, 0x30, 0xb7, 0x99, 0x0d, - 0x4b, 0x22, 0x0c, 0x53, 0x54, 0xa6, 0xfb, 0x15, 0x6f, 0x68, 0xba, 0x9f, 0xc0, 0x3e, 0x43, 0xed, - 0x61, 0x14, 0x2b, 0x8d, 0xe9, 0x7b, 0xd1, 0xed, 0x63, 0xae, 0x80, 0x07, 0x28, 0xbb, 0x0e, 0xd5, - 0x34, 0xcb, 0x6d, 0xc7, 0xa1, 0xa2, 0xc2, 0x55, 0xaf, 0x32, 0xf4, 0xb5, 0x42, 0xe5, 0x1e, 0xc3, - 0xf6, 0x8c, 0x0a, 0xd9, 0x4e, 0xb6, 0xa0, 0x7c, 0x4d, 0x1e, 0x7a, 0x4f, 0xd5, 0xcb, 0xac, 0xa3, - 0xef, 0x25, 0x58, 0x2f, 0xc8, 0xfd, 0xc5, 0xbb, 0x16, 0xfb, 0x46, 0x4c, 0xb3, 0xbf, 0x3d, 0xec, - 0xa0, 0x20, 0xa5, 0xfb, 0x3e, 0x71, 0x0e, 0x7f, 0x28, 0x3c, 0x6b, 0x54, 0x8d, 0xdf, 0x49, 0xe1, - 0x0e, 0x9f, 0x16, 0x98, 0xee, 0xfc, 0x44, 0x39, 0xcf, 0x1e, 0x84, 0x35, 0x25, 0x0f, 0x2d, 0xf6, - 0x11, 0xd6, 0x26, 0xc4, 0xcc, 0x1e, 0xcf, 0x61, 0x18, 0x3f, 0x5d, 0x67, 0xf7, 0x6e, 0x50, 0xce, - 0xef, 0xc3, 0xc6, 0xd4, 0x6a, 0xd8, 0x93, 0xc9, 0xc9, 0xcc, 0x14, 0x87, 0xb3, 0x77, 0x1f, 0xcc, - 0x54, 0x39, 0x79, 0x0b, 0x8e, 0x4c, 0x23, 0x2e, 0x13, 0x82, 0xe7, 0xaa, 0x37, 0x79, 0x1f, 0x78, - 0x14, 0xeb, 0x4e, 0xdf, 0xe7, 0x81, 0xbc, 0x6a, 0x1a, 0x48, 0x93, 0x7e, 0xf2, 0xbf, 0xaf, 0x48, - 0x1a, 0x87, 0xc1, 0xfb, 0x65, 0x0a, 0x1c, 0xff, 0x0e, 0x00, 0x00, 0xff, 0xff, 0xe5, 0x09, 0x33, - 0x0f, 0x61, 0x07, 0x00, 0x00, +var File_flow_executiondata_executiondata_proto protoreflect.FileDescriptor + +var file_flow_executiondata_executiondata_proto_rawDesc = []byte{ + 0x0a, 0x26, 0x66, 0x6c, 0x6f, 0x77, 0x2f, 0x65, 0x78, 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, 0x6e, + 0x64, 0x61, 0x74, 0x61, 0x2f, 0x65, 0x78, 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x64, 0x61, + 0x74, 0x61, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x12, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x65, + 0x78, 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x64, 0x61, 0x74, 0x61, 0x1a, 0x28, 0x66, 0x6c, + 0x6f, 0x77, 0x2f, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x2f, 0x62, 0x6c, 0x6f, 0x63, + 0x6b, 0x5f, 0x65, 0x78, 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x64, 0x61, 0x74, 0x61, + 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x19, 0x66, 0x6c, 0x6f, 0x77, 0x2f, 0x65, 0x6e, 0x74, + 0x69, 0x74, 0x69, 0x65, 0x73, 0x2f, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x2e, 0x70, 0x72, 0x6f, 0x74, + 0x6f, 0x1a, 0x1f, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, + 0x75, 0x66, 0x2f, 0x74, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x2e, 0x70, 0x72, 0x6f, + 0x74, 0x6f, 0x22, 0x3d, 0x0a, 0x20, 0x47, 0x65, 0x74, 0x45, 0x78, 0x65, 0x63, 0x75, 0x74, 0x69, + 0x6f, 0x6e, 0x44, 0x61, 0x74, 0x61, 0x42, 0x79, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x49, 0x44, 0x52, + 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x19, 0x0a, 0x08, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x5f, + 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x07, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x49, + 0x64, 0x22, 0x78, 0x0a, 0x21, 0x47, 0x65, 0x74, 0x45, 0x78, 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, + 0x6e, 0x44, 0x61, 0x74, 0x61, 0x42, 0x79, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x49, 0x44, 0x52, 0x65, + 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x53, 0x0a, 0x14, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x5f, + 0x65, 0x78, 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x64, 0x61, 0x74, 0x61, 0x18, 0x01, + 0x20, 0x01, 0x28, 0x0b, 0x32, 0x21, 0x2e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x65, 0x6e, 0x74, 0x69, + 0x74, 0x69, 0x65, 0x73, 0x2e, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x45, 0x78, 0x65, 0x63, 0x75, 0x74, + 0x69, 0x6f, 0x6e, 0x44, 0x61, 0x74, 0x61, 0x52, 0x12, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x45, 0x78, + 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x44, 0x61, 0x74, 0x61, 0x22, 0x73, 0x0a, 0x1d, 0x53, + 0x75, 0x62, 0x73, 0x63, 0x72, 0x69, 0x62, 0x65, 0x45, 0x78, 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, + 0x6e, 0x44, 0x61, 0x74, 0x61, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x24, 0x0a, 0x0e, + 0x73, 0x74, 0x61, 0x72, 0x74, 0x5f, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x5f, 0x69, 0x64, 0x18, 0x01, + 0x20, 0x01, 0x28, 0x0c, 0x52, 0x0c, 0x73, 0x74, 0x61, 0x72, 0x74, 0x42, 0x6c, 0x6f, 0x63, 0x6b, + 0x49, 0x64, 0x12, 0x2c, 0x0a, 0x12, 0x73, 0x74, 0x61, 0x72, 0x74, 0x5f, 0x62, 0x6c, 0x6f, 0x63, + 0x6b, 0x5f, 0x68, 0x65, 0x69, 0x67, 0x68, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x04, 0x52, 0x10, + 0x73, 0x74, 0x61, 0x72, 0x74, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x48, 0x65, 0x69, 0x67, 0x68, 0x74, + 0x22, 0xdd, 0x01, 0x0a, 0x1e, 0x53, 0x75, 0x62, 0x73, 0x63, 0x72, 0x69, 0x62, 0x65, 0x45, 0x78, + 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x44, 0x61, 0x74, 0x61, 0x52, 0x65, 0x73, 0x70, 0x6f, + 0x6e, 0x73, 0x65, 0x12, 0x21, 0x0a, 0x0c, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x5f, 0x68, 0x65, 0x69, + 0x67, 0x68, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x0b, 0x62, 0x6c, 0x6f, 0x63, 0x6b, + 0x48, 0x65, 0x69, 0x67, 0x68, 0x74, 0x12, 0x53, 0x0a, 0x14, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x5f, + 0x65, 0x78, 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x64, 0x61, 0x74, 0x61, 0x18, 0x02, + 0x20, 0x01, 0x28, 0x0b, 0x32, 0x21, 0x2e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x65, 0x6e, 0x74, 0x69, + 0x74, 0x69, 0x65, 0x73, 0x2e, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x45, 0x78, 0x65, 0x63, 0x75, 0x74, + 0x69, 0x6f, 0x6e, 0x44, 0x61, 0x74, 0x61, 0x52, 0x12, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x45, 0x78, + 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x44, 0x61, 0x74, 0x61, 0x12, 0x43, 0x0a, 0x0f, 0x62, + 0x6c, 0x6f, 0x63, 0x6b, 0x5f, 0x74, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x18, 0x03, + 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, + 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x54, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, + 0x52, 0x0e, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x54, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, + 0x22, 0xd4, 0x01, 0x0a, 0x16, 0x53, 0x75, 0x62, 0x73, 0x63, 0x72, 0x69, 0x62, 0x65, 0x45, 0x76, + 0x65, 0x6e, 0x74, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x24, 0x0a, 0x0e, 0x73, + 0x74, 0x61, 0x72, 0x74, 0x5f, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, + 0x01, 0x28, 0x0c, 0x52, 0x0c, 0x73, 0x74, 0x61, 0x72, 0x74, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x49, + 0x64, 0x12, 0x2c, 0x0a, 0x12, 0x73, 0x74, 0x61, 0x72, 0x74, 0x5f, 0x62, 0x6c, 0x6f, 0x63, 0x6b, + 0x5f, 0x68, 0x65, 0x69, 0x67, 0x68, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x04, 0x52, 0x10, 0x73, + 0x74, 0x61, 0x72, 0x74, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x48, 0x65, 0x69, 0x67, 0x68, 0x74, 0x12, + 0x37, 0x0a, 0x06, 0x66, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, + 0x1f, 0x2e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x65, 0x78, 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, 0x6e, + 0x64, 0x61, 0x74, 0x61, 0x2e, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x46, 0x69, 0x6c, 0x74, 0x65, 0x72, + 0x52, 0x06, 0x66, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x12, 0x2d, 0x0a, 0x12, 0x68, 0x65, 0x61, 0x72, + 0x74, 0x62, 0x65, 0x61, 0x74, 0x5f, 0x69, 0x6e, 0x74, 0x65, 0x72, 0x76, 0x61, 0x6c, 0x18, 0x04, + 0x20, 0x01, 0x28, 0x04, 0x52, 0x11, 0x68, 0x65, 0x61, 0x72, 0x74, 0x62, 0x65, 0x61, 0x74, 0x49, + 0x6e, 0x74, 0x65, 0x72, 0x76, 0x61, 0x6c, 0x22, 0xca, 0x01, 0x0a, 0x17, 0x53, 0x75, 0x62, 0x73, + 0x63, 0x72, 0x69, 0x62, 0x65, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, + 0x6e, 0x73, 0x65, 0x12, 0x19, 0x0a, 0x08, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x5f, 0x69, 0x64, 0x18, + 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x07, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x49, 0x64, 0x12, 0x21, + 0x0a, 0x0c, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x5f, 0x68, 0x65, 0x69, 0x67, 0x68, 0x74, 0x18, 0x02, + 0x20, 0x01, 0x28, 0x04, 0x52, 0x0b, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x48, 0x65, 0x69, 0x67, 0x68, + 0x74, 0x12, 0x2c, 0x0a, 0x06, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x03, 0x20, 0x03, 0x28, + 0x0b, 0x32, 0x14, 0x2e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, + 0x73, 0x2e, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x52, 0x06, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, + 0x43, 0x0a, 0x0f, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x5f, 0x74, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, + 0x6d, 0x70, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, + 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x54, 0x69, 0x6d, 0x65, 0x73, + 0x74, 0x61, 0x6d, 0x70, 0x52, 0x0e, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x54, 0x69, 0x6d, 0x65, 0x73, + 0x74, 0x61, 0x6d, 0x70, 0x22, 0x62, 0x0a, 0x0b, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x46, 0x69, 0x6c, + 0x74, 0x65, 0x72, 0x12, 0x1d, 0x0a, 0x0a, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x5f, 0x74, 0x79, 0x70, + 0x65, 0x18, 0x01, 0x20, 0x03, 0x28, 0x09, 0x52, 0x09, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x54, 0x79, + 0x70, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x61, 0x63, 0x74, 0x18, 0x02, + 0x20, 0x03, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x61, 0x63, 0x74, 0x12, 0x18, + 0x0a, 0x07, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x18, 0x03, 0x20, 0x03, 0x28, 0x09, 0x52, + 0x07, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x22, 0x60, 0x0a, 0x18, 0x47, 0x65, 0x74, 0x52, + 0x65, 0x67, 0x69, 0x73, 0x74, 0x65, 0x72, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x73, 0x52, 0x65, 0x71, + 0x75, 0x65, 0x73, 0x74, 0x12, 0x21, 0x0a, 0x0c, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x5f, 0x68, 0x65, + 0x69, 0x67, 0x68, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x0b, 0x62, 0x6c, 0x6f, 0x63, + 0x6b, 0x48, 0x65, 0x69, 0x67, 0x68, 0x74, 0x12, 0x21, 0x0a, 0x0c, 0x72, 0x65, 0x67, 0x69, 0x73, + 0x74, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0c, 0x52, 0x0b, 0x72, + 0x65, 0x67, 0x69, 0x73, 0x74, 0x65, 0x72, 0x49, 0x64, 0x73, 0x22, 0x33, 0x0a, 0x19, 0x47, 0x65, + 0x74, 0x52, 0x65, 0x67, 0x69, 0x73, 0x74, 0x65, 0x72, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x73, 0x52, + 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, + 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0c, 0x52, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x73, 0x32, + 0x81, 0x04, 0x0a, 0x10, 0x45, 0x78, 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x44, 0x61, 0x74, + 0x61, 0x41, 0x50, 0x49, 0x12, 0x88, 0x01, 0x0a, 0x19, 0x47, 0x65, 0x74, 0x45, 0x78, 0x65, 0x63, + 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x44, 0x61, 0x74, 0x61, 0x42, 0x79, 0x42, 0x6c, 0x6f, 0x63, 0x6b, + 0x49, 0x44, 0x12, 0x34, 0x2e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x65, 0x78, 0x65, 0x63, 0x75, 0x74, + 0x69, 0x6f, 0x6e, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x47, 0x65, 0x74, 0x45, 0x78, 0x65, 0x63, 0x75, + 0x74, 0x69, 0x6f, 0x6e, 0x44, 0x61, 0x74, 0x61, 0x42, 0x79, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x49, + 0x44, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x35, 0x2e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, + 0x65, 0x78, 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x47, 0x65, + 0x74, 0x45, 0x78, 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x44, 0x61, 0x74, 0x61, 0x42, 0x79, + 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x49, 0x44, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, + 0x81, 0x01, 0x0a, 0x16, 0x53, 0x75, 0x62, 0x73, 0x63, 0x72, 0x69, 0x62, 0x65, 0x45, 0x78, 0x65, + 0x63, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x44, 0x61, 0x74, 0x61, 0x12, 0x31, 0x2e, 0x66, 0x6c, 0x6f, + 0x77, 0x2e, 0x65, 0x78, 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x64, 0x61, 0x74, 0x61, 0x2e, + 0x53, 0x75, 0x62, 0x73, 0x63, 0x72, 0x69, 0x62, 0x65, 0x45, 0x78, 0x65, 0x63, 0x75, 0x74, 0x69, + 0x6f, 0x6e, 0x44, 0x61, 0x74, 0x61, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x32, 0x2e, + 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x65, 0x78, 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x64, 0x61, + 0x74, 0x61, 0x2e, 0x53, 0x75, 0x62, 0x73, 0x63, 0x72, 0x69, 0x62, 0x65, 0x45, 0x78, 0x65, 0x63, + 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x44, 0x61, 0x74, 0x61, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, + 0x65, 0x30, 0x01, 0x12, 0x6c, 0x0a, 0x0f, 0x53, 0x75, 0x62, 0x73, 0x63, 0x72, 0x69, 0x62, 0x65, + 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x2a, 0x2e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x65, 0x78, + 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x53, 0x75, 0x62, 0x73, + 0x63, 0x72, 0x69, 0x62, 0x65, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, + 0x73, 0x74, 0x1a, 0x2b, 0x2e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x65, 0x78, 0x65, 0x63, 0x75, 0x74, + 0x69, 0x6f, 0x6e, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x53, 0x75, 0x62, 0x73, 0x63, 0x72, 0x69, 0x62, + 0x65, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x30, + 0x01, 0x12, 0x70, 0x0a, 0x11, 0x47, 0x65, 0x74, 0x52, 0x65, 0x67, 0x69, 0x73, 0x74, 0x65, 0x72, + 0x56, 0x61, 0x6c, 0x75, 0x65, 0x73, 0x12, 0x2c, 0x2e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x65, 0x78, + 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x47, 0x65, 0x74, 0x52, + 0x65, 0x67, 0x69, 0x73, 0x74, 0x65, 0x72, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x73, 0x52, 0x65, 0x71, + 0x75, 0x65, 0x73, 0x74, 0x1a, 0x2d, 0x2e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x65, 0x78, 0x65, 0x63, + 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x47, 0x65, 0x74, 0x52, 0x65, 0x67, + 0x69, 0x73, 0x74, 0x65, 0x72, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, + 0x6e, 0x73, 0x65, 0x42, 0x5a, 0x0a, 0x21, 0x6f, 0x72, 0x67, 0x2e, 0x6f, 0x6e, 0x66, 0x6c, 0x6f, + 0x77, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x65, 0x78, 0x65, 0x63, 0x75, + 0x74, 0x69, 0x6f, 0x6e, 0x64, 0x61, 0x74, 0x61, 0x5a, 0x35, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, + 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x6f, 0x6e, 0x66, 0x6c, 0x6f, 0x77, 0x2f, 0x66, 0x6c, 0x6f, 0x77, + 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x67, 0x6f, 0x2f, 0x66, 0x6c, 0x6f, + 0x77, 0x2f, 0x65, 0x78, 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x64, 0x61, 0x74, 0x61, 0x62, + 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, +} + +var ( + file_flow_executiondata_executiondata_proto_rawDescOnce sync.Once + file_flow_executiondata_executiondata_proto_rawDescData = file_flow_executiondata_executiondata_proto_rawDesc +) + +func file_flow_executiondata_executiondata_proto_rawDescGZIP() []byte { + file_flow_executiondata_executiondata_proto_rawDescOnce.Do(func() { + file_flow_executiondata_executiondata_proto_rawDescData = protoimpl.X.CompressGZIP(file_flow_executiondata_executiondata_proto_rawDescData) + }) + return file_flow_executiondata_executiondata_proto_rawDescData +} + +var file_flow_executiondata_executiondata_proto_msgTypes = make([]protoimpl.MessageInfo, 9) +var file_flow_executiondata_executiondata_proto_goTypes = []interface{}{ + (*GetExecutionDataByBlockIDRequest)(nil), // 0: flow.executiondata.GetExecutionDataByBlockIDRequest + (*GetExecutionDataByBlockIDResponse)(nil), // 1: flow.executiondata.GetExecutionDataByBlockIDResponse + (*SubscribeExecutionDataRequest)(nil), // 2: flow.executiondata.SubscribeExecutionDataRequest + (*SubscribeExecutionDataResponse)(nil), // 3: flow.executiondata.SubscribeExecutionDataResponse + (*SubscribeEventsRequest)(nil), // 4: flow.executiondata.SubscribeEventsRequest + (*SubscribeEventsResponse)(nil), // 5: flow.executiondata.SubscribeEventsResponse + (*EventFilter)(nil), // 6: flow.executiondata.EventFilter + (*GetRegisterValuesRequest)(nil), // 7: flow.executiondata.GetRegisterValuesRequest + (*GetRegisterValuesResponse)(nil), // 8: flow.executiondata.GetRegisterValuesResponse + (*entities.BlockExecutionData)(nil), // 9: flow.entities.BlockExecutionData + (*timestamppb.Timestamp)(nil), // 10: google.protobuf.Timestamp + (*entities.Event)(nil), // 11: flow.entities.Event +} +var file_flow_executiondata_executiondata_proto_depIdxs = []int32{ + 9, // 0: flow.executiondata.GetExecutionDataByBlockIDResponse.block_execution_data:type_name -> flow.entities.BlockExecutionData + 9, // 1: flow.executiondata.SubscribeExecutionDataResponse.block_execution_data:type_name -> flow.entities.BlockExecutionData + 10, // 2: flow.executiondata.SubscribeExecutionDataResponse.block_timestamp:type_name -> google.protobuf.Timestamp + 6, // 3: flow.executiondata.SubscribeEventsRequest.filter:type_name -> flow.executiondata.EventFilter + 11, // 4: flow.executiondata.SubscribeEventsResponse.events:type_name -> flow.entities.Event + 10, // 5: flow.executiondata.SubscribeEventsResponse.block_timestamp:type_name -> google.protobuf.Timestamp + 0, // 6: flow.executiondata.ExecutionDataAPI.GetExecutionDataByBlockID:input_type -> flow.executiondata.GetExecutionDataByBlockIDRequest + 2, // 7: flow.executiondata.ExecutionDataAPI.SubscribeExecutionData:input_type -> flow.executiondata.SubscribeExecutionDataRequest + 4, // 8: flow.executiondata.ExecutionDataAPI.SubscribeEvents:input_type -> flow.executiondata.SubscribeEventsRequest + 7, // 9: flow.executiondata.ExecutionDataAPI.GetRegisterValues:input_type -> flow.executiondata.GetRegisterValuesRequest + 1, // 10: flow.executiondata.ExecutionDataAPI.GetExecutionDataByBlockID:output_type -> flow.executiondata.GetExecutionDataByBlockIDResponse + 3, // 11: flow.executiondata.ExecutionDataAPI.SubscribeExecutionData:output_type -> flow.executiondata.SubscribeExecutionDataResponse + 5, // 12: flow.executiondata.ExecutionDataAPI.SubscribeEvents:output_type -> flow.executiondata.SubscribeEventsResponse + 8, // 13: flow.executiondata.ExecutionDataAPI.GetRegisterValues:output_type -> flow.executiondata.GetRegisterValuesResponse + 10, // [10:14] is the sub-list for method output_type + 6, // [6:10] is the sub-list for method input_type + 6, // [6:6] is the sub-list for extension type_name + 6, // [6:6] is the sub-list for extension extendee + 0, // [0:6] is the sub-list for field type_name +} + +func init() { file_flow_executiondata_executiondata_proto_init() } +func file_flow_executiondata_executiondata_proto_init() { + if File_flow_executiondata_executiondata_proto != nil { + return + } + if !protoimpl.UnsafeEnabled { + file_flow_executiondata_executiondata_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*GetExecutionDataByBlockIDRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_flow_executiondata_executiondata_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*GetExecutionDataByBlockIDResponse); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_flow_executiondata_executiondata_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*SubscribeExecutionDataRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_flow_executiondata_executiondata_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*SubscribeExecutionDataResponse); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_flow_executiondata_executiondata_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*SubscribeEventsRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_flow_executiondata_executiondata_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*SubscribeEventsResponse); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_flow_executiondata_executiondata_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*EventFilter); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_flow_executiondata_executiondata_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*GetRegisterValuesRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_flow_executiondata_executiondata_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*GetRegisterValuesResponse); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + } + type x struct{} + out := protoimpl.TypeBuilder{ + File: protoimpl.DescBuilder{ + GoPackagePath: reflect.TypeOf(x{}).PkgPath(), + RawDescriptor: file_flow_executiondata_executiondata_proto_rawDesc, + NumEnums: 0, + NumMessages: 9, + NumExtensions: 0, + NumServices: 1, + }, + GoTypes: file_flow_executiondata_executiondata_proto_goTypes, + DependencyIndexes: file_flow_executiondata_executiondata_proto_depIdxs, + MessageInfos: file_flow_executiondata_executiondata_proto_msgTypes, + }.Build() + File_flow_executiondata_executiondata_proto = out.File + file_flow_executiondata_executiondata_proto_rawDesc = nil + file_flow_executiondata_executiondata_proto_goTypes = nil + file_flow_executiondata_executiondata_proto_depIdxs = nil } diff --git a/protobuf/go/flow/executiondata/executiondata_grpc.pb.go b/protobuf/go/flow/executiondata/executiondata_grpc.pb.go index a35d30da9..7ebf00d07 100644 --- a/protobuf/go/flow/executiondata/executiondata_grpc.pb.go +++ b/protobuf/go/flow/executiondata/executiondata_grpc.pb.go @@ -1,6 +1,10 @@ // Code generated by protoc-gen-go-grpc. DO NOT EDIT. +// versions: +// - protoc-gen-go-grpc v1.2.0 +// - protoc (unknown) +// source: flow/executiondata/executiondata.proto -package access +package executiondata import ( context "context" @@ -80,7 +84,7 @@ func NewExecutionDataAPIClient(cc grpc.ClientConnInterface) ExecutionDataAPIClie func (c *executionDataAPIClient) GetExecutionDataByBlockID(ctx context.Context, in *GetExecutionDataByBlockIDRequest, opts ...grpc.CallOption) (*GetExecutionDataByBlockIDResponse, error) { out := new(GetExecutionDataByBlockIDResponse) - err := c.cc.Invoke(ctx, "/flow.access.ExecutionDataAPI/GetExecutionDataByBlockID", in, out, opts...) + err := c.cc.Invoke(ctx, "/flow.executiondata.ExecutionDataAPI/GetExecutionDataByBlockID", in, out, opts...) if err != nil { return nil, err } @@ -88,7 +92,7 @@ func (c *executionDataAPIClient) GetExecutionDataByBlockID(ctx context.Context, } func (c *executionDataAPIClient) SubscribeExecutionData(ctx context.Context, in *SubscribeExecutionDataRequest, opts ...grpc.CallOption) (ExecutionDataAPI_SubscribeExecutionDataClient, error) { - stream, err := c.cc.NewStream(ctx, &ExecutionDataAPI_ServiceDesc.Streams[0], "/flow.access.ExecutionDataAPI/SubscribeExecutionData", opts...) + stream, err := c.cc.NewStream(ctx, &ExecutionDataAPI_ServiceDesc.Streams[0], "/flow.executiondata.ExecutionDataAPI/SubscribeExecutionData", opts...) if err != nil { return nil, err } @@ -120,7 +124,7 @@ func (x *executionDataAPISubscribeExecutionDataClient) Recv() (*SubscribeExecuti } func (c *executionDataAPIClient) SubscribeEvents(ctx context.Context, in *SubscribeEventsRequest, opts ...grpc.CallOption) (ExecutionDataAPI_SubscribeEventsClient, error) { - stream, err := c.cc.NewStream(ctx, &ExecutionDataAPI_ServiceDesc.Streams[1], "/flow.access.ExecutionDataAPI/SubscribeEvents", opts...) + stream, err := c.cc.NewStream(ctx, &ExecutionDataAPI_ServiceDesc.Streams[1], "/flow.executiondata.ExecutionDataAPI/SubscribeEvents", opts...) if err != nil { return nil, err } @@ -153,7 +157,7 @@ func (x *executionDataAPISubscribeEventsClient) Recv() (*SubscribeEventsResponse func (c *executionDataAPIClient) GetRegisterValues(ctx context.Context, in *GetRegisterValuesRequest, opts ...grpc.CallOption) (*GetRegisterValuesResponse, error) { out := new(GetRegisterValuesResponse) - err := c.cc.Invoke(ctx, "/flow.access.ExecutionDataAPI/GetRegisterValues", in, out, opts...) + err := c.cc.Invoke(ctx, "/flow.executiondata.ExecutionDataAPI/GetRegisterValues", in, out, opts...) if err != nil { return nil, err } @@ -254,7 +258,7 @@ func _ExecutionDataAPI_GetExecutionDataByBlockID_Handler(srv interface{}, ctx co } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/flow.access.ExecutionDataAPI/GetExecutionDataByBlockID", + FullMethod: "/flow.executiondata.ExecutionDataAPI/GetExecutionDataByBlockID", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(ExecutionDataAPIServer).GetExecutionDataByBlockID(ctx, req.(*GetExecutionDataByBlockIDRequest)) @@ -314,7 +318,7 @@ func _ExecutionDataAPI_GetRegisterValues_Handler(srv interface{}, ctx context.Co } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/flow.access.ExecutionDataAPI/GetRegisterValues", + FullMethod: "/flow.executiondata.ExecutionDataAPI/GetRegisterValues", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(ExecutionDataAPIServer).GetRegisterValues(ctx, req.(*GetRegisterValuesRequest)) @@ -326,7 +330,7 @@ func _ExecutionDataAPI_GetRegisterValues_Handler(srv interface{}, ctx context.Co // It's only intended for direct use with grpc.RegisterService, // and not to be introspected or modified (even as a copy) var ExecutionDataAPI_ServiceDesc = grpc.ServiceDesc{ - ServiceName: "flow.access.ExecutionDataAPI", + ServiceName: "flow.executiondata.ExecutionDataAPI", HandlerType: (*ExecutionDataAPIServer)(nil), Methods: []grpc.MethodDesc{ { diff --git a/protobuf/go/flow/legacy/access/access.pb.go b/protobuf/go/flow/legacy/access/access.pb.go index 2f26acaf3..e93ddcdca 100644 --- a/protobuf/go/flow/legacy/access/access.pb.go +++ b/protobuf/go/flow/legacy/access/access.pb.go @@ -1,1474 +1,2409 @@ // Code generated by protoc-gen-go. DO NOT EDIT. +// versions: +// protoc-gen-go v1.28.1 +// protoc (unknown) // source: flow/legacy/access/access.proto package access import ( - fmt "fmt" - proto "github.com/golang/protobuf/proto" entities "github.com/onflow/flow/protobuf/go/flow/legacy/entities" - math "math" + protoreflect "google.golang.org/protobuf/reflect/protoreflect" + protoimpl "google.golang.org/protobuf/runtime/protoimpl" + reflect "reflect" + sync "sync" ) -// Reference imports to suppress errors if they are not otherwise used. -var _ = proto.Marshal -var _ = fmt.Errorf -var _ = math.Inf - -// This is a compile-time assertion to ensure that this generated file -// is compatible with the proto package it is being compiled against. -// A compilation error at this line likely means your copy of the -// proto package needs to be updated. -const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package +const ( + // Verify that this generated code is sufficiently up-to-date. + _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) + // Verify that runtime/protoimpl is sufficiently up-to-date. + _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) +) type PingRequest struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields } -func (m *PingRequest) Reset() { *m = PingRequest{} } -func (m *PingRequest) String() string { return proto.CompactTextString(m) } -func (*PingRequest) ProtoMessage() {} -func (*PingRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_bd1967bd8421cd93, []int{0} +func (x *PingRequest) Reset() { + *x = PingRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_flow_legacy_access_access_proto_msgTypes[0] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } } -func (m *PingRequest) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_PingRequest.Unmarshal(m, b) -} -func (m *PingRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_PingRequest.Marshal(b, m, deterministic) -} -func (m *PingRequest) XXX_Merge(src proto.Message) { - xxx_messageInfo_PingRequest.Merge(m, src) -} -func (m *PingRequest) XXX_Size() int { - return xxx_messageInfo_PingRequest.Size(m) -} -func (m *PingRequest) XXX_DiscardUnknown() { - xxx_messageInfo_PingRequest.DiscardUnknown(m) +func (x *PingRequest) String() string { + return protoimpl.X.MessageStringOf(x) } -var xxx_messageInfo_PingRequest proto.InternalMessageInfo +func (*PingRequest) ProtoMessage() {} -type PingResponse struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` +func (x *PingRequest) ProtoReflect() protoreflect.Message { + mi := &file_flow_legacy_access_access_proto_msgTypes[0] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) } -func (m *PingResponse) Reset() { *m = PingResponse{} } -func (m *PingResponse) String() string { return proto.CompactTextString(m) } -func (*PingResponse) ProtoMessage() {} -func (*PingResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_bd1967bd8421cd93, []int{1} +// Deprecated: Use PingRequest.ProtoReflect.Descriptor instead. +func (*PingRequest) Descriptor() ([]byte, []int) { + return file_flow_legacy_access_access_proto_rawDescGZIP(), []int{0} } -func (m *PingResponse) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_PingResponse.Unmarshal(m, b) -} -func (m *PingResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_PingResponse.Marshal(b, m, deterministic) -} -func (m *PingResponse) XXX_Merge(src proto.Message) { - xxx_messageInfo_PingResponse.Merge(m, src) +type PingResponse struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields } -func (m *PingResponse) XXX_Size() int { - return xxx_messageInfo_PingResponse.Size(m) + +func (x *PingResponse) Reset() { + *x = PingResponse{} + if protoimpl.UnsafeEnabled { + mi := &file_flow_legacy_access_access_proto_msgTypes[1] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } } -func (m *PingResponse) XXX_DiscardUnknown() { - xxx_messageInfo_PingResponse.DiscardUnknown(m) + +func (x *PingResponse) String() string { + return protoimpl.X.MessageStringOf(x) } -var xxx_messageInfo_PingResponse proto.InternalMessageInfo +func (*PingResponse) ProtoMessage() {} -type GetLatestBlockHeaderRequest struct { - IsSealed bool `protobuf:"varint,1,opt,name=is_sealed,json=isSealed,proto3" json:"is_sealed,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` +func (x *PingResponse) ProtoReflect() protoreflect.Message { + mi := &file_flow_legacy_access_access_proto_msgTypes[1] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) } -func (m *GetLatestBlockHeaderRequest) Reset() { *m = GetLatestBlockHeaderRequest{} } -func (m *GetLatestBlockHeaderRequest) String() string { return proto.CompactTextString(m) } -func (*GetLatestBlockHeaderRequest) ProtoMessage() {} -func (*GetLatestBlockHeaderRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_bd1967bd8421cd93, []int{2} +// Deprecated: Use PingResponse.ProtoReflect.Descriptor instead. +func (*PingResponse) Descriptor() ([]byte, []int) { + return file_flow_legacy_access_access_proto_rawDescGZIP(), []int{1} } -func (m *GetLatestBlockHeaderRequest) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_GetLatestBlockHeaderRequest.Unmarshal(m, b) -} -func (m *GetLatestBlockHeaderRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_GetLatestBlockHeaderRequest.Marshal(b, m, deterministic) +type GetLatestBlockHeaderRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + IsSealed bool `protobuf:"varint,1,opt,name=is_sealed,json=isSealed,proto3" json:"is_sealed,omitempty"` } -func (m *GetLatestBlockHeaderRequest) XXX_Merge(src proto.Message) { - xxx_messageInfo_GetLatestBlockHeaderRequest.Merge(m, src) + +func (x *GetLatestBlockHeaderRequest) Reset() { + *x = GetLatestBlockHeaderRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_flow_legacy_access_access_proto_msgTypes[2] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } } -func (m *GetLatestBlockHeaderRequest) XXX_Size() int { - return xxx_messageInfo_GetLatestBlockHeaderRequest.Size(m) + +func (x *GetLatestBlockHeaderRequest) String() string { + return protoimpl.X.MessageStringOf(x) } -func (m *GetLatestBlockHeaderRequest) XXX_DiscardUnknown() { - xxx_messageInfo_GetLatestBlockHeaderRequest.DiscardUnknown(m) + +func (*GetLatestBlockHeaderRequest) ProtoMessage() {} + +func (x *GetLatestBlockHeaderRequest) ProtoReflect() protoreflect.Message { + mi := &file_flow_legacy_access_access_proto_msgTypes[2] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) } -var xxx_messageInfo_GetLatestBlockHeaderRequest proto.InternalMessageInfo +// Deprecated: Use GetLatestBlockHeaderRequest.ProtoReflect.Descriptor instead. +func (*GetLatestBlockHeaderRequest) Descriptor() ([]byte, []int) { + return file_flow_legacy_access_access_proto_rawDescGZIP(), []int{2} +} -func (m *GetLatestBlockHeaderRequest) GetIsSealed() bool { - if m != nil { - return m.IsSealed +func (x *GetLatestBlockHeaderRequest) GetIsSealed() bool { + if x != nil { + return x.IsSealed } return false } type GetBlockHeaderByIDRequest struct { - Id []byte `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields -func (m *GetBlockHeaderByIDRequest) Reset() { *m = GetBlockHeaderByIDRequest{} } -func (m *GetBlockHeaderByIDRequest) String() string { return proto.CompactTextString(m) } -func (*GetBlockHeaderByIDRequest) ProtoMessage() {} -func (*GetBlockHeaderByIDRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_bd1967bd8421cd93, []int{3} + Id []byte `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` } -func (m *GetBlockHeaderByIDRequest) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_GetBlockHeaderByIDRequest.Unmarshal(m, b) -} -func (m *GetBlockHeaderByIDRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_GetBlockHeaderByIDRequest.Marshal(b, m, deterministic) -} -func (m *GetBlockHeaderByIDRequest) XXX_Merge(src proto.Message) { - xxx_messageInfo_GetBlockHeaderByIDRequest.Merge(m, src) +func (x *GetBlockHeaderByIDRequest) Reset() { + *x = GetBlockHeaderByIDRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_flow_legacy_access_access_proto_msgTypes[3] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } } -func (m *GetBlockHeaderByIDRequest) XXX_Size() int { - return xxx_messageInfo_GetBlockHeaderByIDRequest.Size(m) + +func (x *GetBlockHeaderByIDRequest) String() string { + return protoimpl.X.MessageStringOf(x) } -func (m *GetBlockHeaderByIDRequest) XXX_DiscardUnknown() { - xxx_messageInfo_GetBlockHeaderByIDRequest.DiscardUnknown(m) + +func (*GetBlockHeaderByIDRequest) ProtoMessage() {} + +func (x *GetBlockHeaderByIDRequest) ProtoReflect() protoreflect.Message { + mi := &file_flow_legacy_access_access_proto_msgTypes[3] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) } -var xxx_messageInfo_GetBlockHeaderByIDRequest proto.InternalMessageInfo +// Deprecated: Use GetBlockHeaderByIDRequest.ProtoReflect.Descriptor instead. +func (*GetBlockHeaderByIDRequest) Descriptor() ([]byte, []int) { + return file_flow_legacy_access_access_proto_rawDescGZIP(), []int{3} +} -func (m *GetBlockHeaderByIDRequest) GetId() []byte { - if m != nil { - return m.Id +func (x *GetBlockHeaderByIDRequest) GetId() []byte { + if x != nil { + return x.Id } return nil } type GetBlockHeaderByHeightRequest struct { - Height uint64 `protobuf:"varint,1,opt,name=height,proto3" json:"height,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields -func (m *GetBlockHeaderByHeightRequest) Reset() { *m = GetBlockHeaderByHeightRequest{} } -func (m *GetBlockHeaderByHeightRequest) String() string { return proto.CompactTextString(m) } -func (*GetBlockHeaderByHeightRequest) ProtoMessage() {} -func (*GetBlockHeaderByHeightRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_bd1967bd8421cd93, []int{4} + Height uint64 `protobuf:"varint,1,opt,name=height,proto3" json:"height,omitempty"` } -func (m *GetBlockHeaderByHeightRequest) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_GetBlockHeaderByHeightRequest.Unmarshal(m, b) -} -func (m *GetBlockHeaderByHeightRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_GetBlockHeaderByHeightRequest.Marshal(b, m, deterministic) -} -func (m *GetBlockHeaderByHeightRequest) XXX_Merge(src proto.Message) { - xxx_messageInfo_GetBlockHeaderByHeightRequest.Merge(m, src) +func (x *GetBlockHeaderByHeightRequest) Reset() { + *x = GetBlockHeaderByHeightRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_flow_legacy_access_access_proto_msgTypes[4] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } } -func (m *GetBlockHeaderByHeightRequest) XXX_Size() int { - return xxx_messageInfo_GetBlockHeaderByHeightRequest.Size(m) + +func (x *GetBlockHeaderByHeightRequest) String() string { + return protoimpl.X.MessageStringOf(x) } -func (m *GetBlockHeaderByHeightRequest) XXX_DiscardUnknown() { - xxx_messageInfo_GetBlockHeaderByHeightRequest.DiscardUnknown(m) + +func (*GetBlockHeaderByHeightRequest) ProtoMessage() {} + +func (x *GetBlockHeaderByHeightRequest) ProtoReflect() protoreflect.Message { + mi := &file_flow_legacy_access_access_proto_msgTypes[4] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) } -var xxx_messageInfo_GetBlockHeaderByHeightRequest proto.InternalMessageInfo +// Deprecated: Use GetBlockHeaderByHeightRequest.ProtoReflect.Descriptor instead. +func (*GetBlockHeaderByHeightRequest) Descriptor() ([]byte, []int) { + return file_flow_legacy_access_access_proto_rawDescGZIP(), []int{4} +} -func (m *GetBlockHeaderByHeightRequest) GetHeight() uint64 { - if m != nil { - return m.Height +func (x *GetBlockHeaderByHeightRequest) GetHeight() uint64 { + if x != nil { + return x.Height } return 0 } type BlockHeaderResponse struct { - Block *entities.BlockHeader `protobuf:"bytes,1,opt,name=block,proto3" json:"block,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields -func (m *BlockHeaderResponse) Reset() { *m = BlockHeaderResponse{} } -func (m *BlockHeaderResponse) String() string { return proto.CompactTextString(m) } -func (*BlockHeaderResponse) ProtoMessage() {} -func (*BlockHeaderResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_bd1967bd8421cd93, []int{5} + Block *entities.BlockHeader `protobuf:"bytes,1,opt,name=block,proto3" json:"block,omitempty"` } -func (m *BlockHeaderResponse) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_BlockHeaderResponse.Unmarshal(m, b) -} -func (m *BlockHeaderResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_BlockHeaderResponse.Marshal(b, m, deterministic) -} -func (m *BlockHeaderResponse) XXX_Merge(src proto.Message) { - xxx_messageInfo_BlockHeaderResponse.Merge(m, src) +func (x *BlockHeaderResponse) Reset() { + *x = BlockHeaderResponse{} + if protoimpl.UnsafeEnabled { + mi := &file_flow_legacy_access_access_proto_msgTypes[5] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } } -func (m *BlockHeaderResponse) XXX_Size() int { - return xxx_messageInfo_BlockHeaderResponse.Size(m) + +func (x *BlockHeaderResponse) String() string { + return protoimpl.X.MessageStringOf(x) } -func (m *BlockHeaderResponse) XXX_DiscardUnknown() { - xxx_messageInfo_BlockHeaderResponse.DiscardUnknown(m) + +func (*BlockHeaderResponse) ProtoMessage() {} + +func (x *BlockHeaderResponse) ProtoReflect() protoreflect.Message { + mi := &file_flow_legacy_access_access_proto_msgTypes[5] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) } -var xxx_messageInfo_BlockHeaderResponse proto.InternalMessageInfo +// Deprecated: Use BlockHeaderResponse.ProtoReflect.Descriptor instead. +func (*BlockHeaderResponse) Descriptor() ([]byte, []int) { + return file_flow_legacy_access_access_proto_rawDescGZIP(), []int{5} +} -func (m *BlockHeaderResponse) GetBlock() *entities.BlockHeader { - if m != nil { - return m.Block +func (x *BlockHeaderResponse) GetBlock() *entities.BlockHeader { + if x != nil { + return x.Block } return nil } type GetLatestBlockRequest struct { - IsSealed bool `protobuf:"varint,1,opt,name=is_sealed,json=isSealed,proto3" json:"is_sealed,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields -func (m *GetLatestBlockRequest) Reset() { *m = GetLatestBlockRequest{} } -func (m *GetLatestBlockRequest) String() string { return proto.CompactTextString(m) } -func (*GetLatestBlockRequest) ProtoMessage() {} -func (*GetLatestBlockRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_bd1967bd8421cd93, []int{6} + IsSealed bool `protobuf:"varint,1,opt,name=is_sealed,json=isSealed,proto3" json:"is_sealed,omitempty"` } -func (m *GetLatestBlockRequest) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_GetLatestBlockRequest.Unmarshal(m, b) -} -func (m *GetLatestBlockRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_GetLatestBlockRequest.Marshal(b, m, deterministic) -} -func (m *GetLatestBlockRequest) XXX_Merge(src proto.Message) { - xxx_messageInfo_GetLatestBlockRequest.Merge(m, src) +func (x *GetLatestBlockRequest) Reset() { + *x = GetLatestBlockRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_flow_legacy_access_access_proto_msgTypes[6] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } } -func (m *GetLatestBlockRequest) XXX_Size() int { - return xxx_messageInfo_GetLatestBlockRequest.Size(m) + +func (x *GetLatestBlockRequest) String() string { + return protoimpl.X.MessageStringOf(x) } -func (m *GetLatestBlockRequest) XXX_DiscardUnknown() { - xxx_messageInfo_GetLatestBlockRequest.DiscardUnknown(m) + +func (*GetLatestBlockRequest) ProtoMessage() {} + +func (x *GetLatestBlockRequest) ProtoReflect() protoreflect.Message { + mi := &file_flow_legacy_access_access_proto_msgTypes[6] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) } -var xxx_messageInfo_GetLatestBlockRequest proto.InternalMessageInfo +// Deprecated: Use GetLatestBlockRequest.ProtoReflect.Descriptor instead. +func (*GetLatestBlockRequest) Descriptor() ([]byte, []int) { + return file_flow_legacy_access_access_proto_rawDescGZIP(), []int{6} +} -func (m *GetLatestBlockRequest) GetIsSealed() bool { - if m != nil { - return m.IsSealed +func (x *GetLatestBlockRequest) GetIsSealed() bool { + if x != nil { + return x.IsSealed } return false } type GetBlockByIDRequest struct { - Id []byte `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields -func (m *GetBlockByIDRequest) Reset() { *m = GetBlockByIDRequest{} } -func (m *GetBlockByIDRequest) String() string { return proto.CompactTextString(m) } -func (*GetBlockByIDRequest) ProtoMessage() {} -func (*GetBlockByIDRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_bd1967bd8421cd93, []int{7} + Id []byte `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` } -func (m *GetBlockByIDRequest) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_GetBlockByIDRequest.Unmarshal(m, b) -} -func (m *GetBlockByIDRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_GetBlockByIDRequest.Marshal(b, m, deterministic) -} -func (m *GetBlockByIDRequest) XXX_Merge(src proto.Message) { - xxx_messageInfo_GetBlockByIDRequest.Merge(m, src) +func (x *GetBlockByIDRequest) Reset() { + *x = GetBlockByIDRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_flow_legacy_access_access_proto_msgTypes[7] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } } -func (m *GetBlockByIDRequest) XXX_Size() int { - return xxx_messageInfo_GetBlockByIDRequest.Size(m) + +func (x *GetBlockByIDRequest) String() string { + return protoimpl.X.MessageStringOf(x) } -func (m *GetBlockByIDRequest) XXX_DiscardUnknown() { - xxx_messageInfo_GetBlockByIDRequest.DiscardUnknown(m) + +func (*GetBlockByIDRequest) ProtoMessage() {} + +func (x *GetBlockByIDRequest) ProtoReflect() protoreflect.Message { + mi := &file_flow_legacy_access_access_proto_msgTypes[7] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) } -var xxx_messageInfo_GetBlockByIDRequest proto.InternalMessageInfo +// Deprecated: Use GetBlockByIDRequest.ProtoReflect.Descriptor instead. +func (*GetBlockByIDRequest) Descriptor() ([]byte, []int) { + return file_flow_legacy_access_access_proto_rawDescGZIP(), []int{7} +} -func (m *GetBlockByIDRequest) GetId() []byte { - if m != nil { - return m.Id +func (x *GetBlockByIDRequest) GetId() []byte { + if x != nil { + return x.Id } return nil } type GetBlockByHeightRequest struct { - Height uint64 `protobuf:"varint,1,opt,name=height,proto3" json:"height,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields -func (m *GetBlockByHeightRequest) Reset() { *m = GetBlockByHeightRequest{} } -func (m *GetBlockByHeightRequest) String() string { return proto.CompactTextString(m) } -func (*GetBlockByHeightRequest) ProtoMessage() {} -func (*GetBlockByHeightRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_bd1967bd8421cd93, []int{8} + Height uint64 `protobuf:"varint,1,opt,name=height,proto3" json:"height,omitempty"` } -func (m *GetBlockByHeightRequest) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_GetBlockByHeightRequest.Unmarshal(m, b) -} -func (m *GetBlockByHeightRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_GetBlockByHeightRequest.Marshal(b, m, deterministic) -} -func (m *GetBlockByHeightRequest) XXX_Merge(src proto.Message) { - xxx_messageInfo_GetBlockByHeightRequest.Merge(m, src) +func (x *GetBlockByHeightRequest) Reset() { + *x = GetBlockByHeightRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_flow_legacy_access_access_proto_msgTypes[8] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } } -func (m *GetBlockByHeightRequest) XXX_Size() int { - return xxx_messageInfo_GetBlockByHeightRequest.Size(m) + +func (x *GetBlockByHeightRequest) String() string { + return protoimpl.X.MessageStringOf(x) } -func (m *GetBlockByHeightRequest) XXX_DiscardUnknown() { - xxx_messageInfo_GetBlockByHeightRequest.DiscardUnknown(m) + +func (*GetBlockByHeightRequest) ProtoMessage() {} + +func (x *GetBlockByHeightRequest) ProtoReflect() protoreflect.Message { + mi := &file_flow_legacy_access_access_proto_msgTypes[8] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) } -var xxx_messageInfo_GetBlockByHeightRequest proto.InternalMessageInfo +// Deprecated: Use GetBlockByHeightRequest.ProtoReflect.Descriptor instead. +func (*GetBlockByHeightRequest) Descriptor() ([]byte, []int) { + return file_flow_legacy_access_access_proto_rawDescGZIP(), []int{8} +} -func (m *GetBlockByHeightRequest) GetHeight() uint64 { - if m != nil { - return m.Height +func (x *GetBlockByHeightRequest) GetHeight() uint64 { + if x != nil { + return x.Height } return 0 } type BlockResponse struct { - Block *entities.Block `protobuf:"bytes,1,opt,name=block,proto3" json:"block,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields -func (m *BlockResponse) Reset() { *m = BlockResponse{} } -func (m *BlockResponse) String() string { return proto.CompactTextString(m) } -func (*BlockResponse) ProtoMessage() {} -func (*BlockResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_bd1967bd8421cd93, []int{9} + Block *entities.Block `protobuf:"bytes,1,opt,name=block,proto3" json:"block,omitempty"` } -func (m *BlockResponse) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_BlockResponse.Unmarshal(m, b) -} -func (m *BlockResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_BlockResponse.Marshal(b, m, deterministic) -} -func (m *BlockResponse) XXX_Merge(src proto.Message) { - xxx_messageInfo_BlockResponse.Merge(m, src) +func (x *BlockResponse) Reset() { + *x = BlockResponse{} + if protoimpl.UnsafeEnabled { + mi := &file_flow_legacy_access_access_proto_msgTypes[9] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } } -func (m *BlockResponse) XXX_Size() int { - return xxx_messageInfo_BlockResponse.Size(m) + +func (x *BlockResponse) String() string { + return protoimpl.X.MessageStringOf(x) } -func (m *BlockResponse) XXX_DiscardUnknown() { - xxx_messageInfo_BlockResponse.DiscardUnknown(m) + +func (*BlockResponse) ProtoMessage() {} + +func (x *BlockResponse) ProtoReflect() protoreflect.Message { + mi := &file_flow_legacy_access_access_proto_msgTypes[9] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) } -var xxx_messageInfo_BlockResponse proto.InternalMessageInfo +// Deprecated: Use BlockResponse.ProtoReflect.Descriptor instead. +func (*BlockResponse) Descriptor() ([]byte, []int) { + return file_flow_legacy_access_access_proto_rawDescGZIP(), []int{9} +} -func (m *BlockResponse) GetBlock() *entities.Block { - if m != nil { - return m.Block +func (x *BlockResponse) GetBlock() *entities.Block { + if x != nil { + return x.Block } return nil } type GetCollectionByIDRequest struct { - Id []byte `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields -func (m *GetCollectionByIDRequest) Reset() { *m = GetCollectionByIDRequest{} } -func (m *GetCollectionByIDRequest) String() string { return proto.CompactTextString(m) } -func (*GetCollectionByIDRequest) ProtoMessage() {} -func (*GetCollectionByIDRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_bd1967bd8421cd93, []int{10} + Id []byte `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` } -func (m *GetCollectionByIDRequest) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_GetCollectionByIDRequest.Unmarshal(m, b) -} -func (m *GetCollectionByIDRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_GetCollectionByIDRequest.Marshal(b, m, deterministic) -} -func (m *GetCollectionByIDRequest) XXX_Merge(src proto.Message) { - xxx_messageInfo_GetCollectionByIDRequest.Merge(m, src) +func (x *GetCollectionByIDRequest) Reset() { + *x = GetCollectionByIDRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_flow_legacy_access_access_proto_msgTypes[10] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } } -func (m *GetCollectionByIDRequest) XXX_Size() int { - return xxx_messageInfo_GetCollectionByIDRequest.Size(m) + +func (x *GetCollectionByIDRequest) String() string { + return protoimpl.X.MessageStringOf(x) } -func (m *GetCollectionByIDRequest) XXX_DiscardUnknown() { - xxx_messageInfo_GetCollectionByIDRequest.DiscardUnknown(m) + +func (*GetCollectionByIDRequest) ProtoMessage() {} + +func (x *GetCollectionByIDRequest) ProtoReflect() protoreflect.Message { + mi := &file_flow_legacy_access_access_proto_msgTypes[10] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) } -var xxx_messageInfo_GetCollectionByIDRequest proto.InternalMessageInfo +// Deprecated: Use GetCollectionByIDRequest.ProtoReflect.Descriptor instead. +func (*GetCollectionByIDRequest) Descriptor() ([]byte, []int) { + return file_flow_legacy_access_access_proto_rawDescGZIP(), []int{10} +} -func (m *GetCollectionByIDRequest) GetId() []byte { - if m != nil { - return m.Id +func (x *GetCollectionByIDRequest) GetId() []byte { + if x != nil { + return x.Id } return nil } type CollectionResponse struct { - Collection *entities.Collection `protobuf:"bytes,1,opt,name=collection,proto3" json:"collection,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields -func (m *CollectionResponse) Reset() { *m = CollectionResponse{} } -func (m *CollectionResponse) String() string { return proto.CompactTextString(m) } -func (*CollectionResponse) ProtoMessage() {} -func (*CollectionResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_bd1967bd8421cd93, []int{11} + Collection *entities.Collection `protobuf:"bytes,1,opt,name=collection,proto3" json:"collection,omitempty"` } -func (m *CollectionResponse) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_CollectionResponse.Unmarshal(m, b) -} -func (m *CollectionResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_CollectionResponse.Marshal(b, m, deterministic) -} -func (m *CollectionResponse) XXX_Merge(src proto.Message) { - xxx_messageInfo_CollectionResponse.Merge(m, src) +func (x *CollectionResponse) Reset() { + *x = CollectionResponse{} + if protoimpl.UnsafeEnabled { + mi := &file_flow_legacy_access_access_proto_msgTypes[11] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } } -func (m *CollectionResponse) XXX_Size() int { - return xxx_messageInfo_CollectionResponse.Size(m) + +func (x *CollectionResponse) String() string { + return protoimpl.X.MessageStringOf(x) } -func (m *CollectionResponse) XXX_DiscardUnknown() { - xxx_messageInfo_CollectionResponse.DiscardUnknown(m) + +func (*CollectionResponse) ProtoMessage() {} + +func (x *CollectionResponse) ProtoReflect() protoreflect.Message { + mi := &file_flow_legacy_access_access_proto_msgTypes[11] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) } -var xxx_messageInfo_CollectionResponse proto.InternalMessageInfo +// Deprecated: Use CollectionResponse.ProtoReflect.Descriptor instead. +func (*CollectionResponse) Descriptor() ([]byte, []int) { + return file_flow_legacy_access_access_proto_rawDescGZIP(), []int{11} +} -func (m *CollectionResponse) GetCollection() *entities.Collection { - if m != nil { - return m.Collection +func (x *CollectionResponse) GetCollection() *entities.Collection { + if x != nil { + return x.Collection } return nil } type SendTransactionRequest struct { - Transaction *entities.Transaction `protobuf:"bytes,1,opt,name=transaction,proto3" json:"transaction,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields -func (m *SendTransactionRequest) Reset() { *m = SendTransactionRequest{} } -func (m *SendTransactionRequest) String() string { return proto.CompactTextString(m) } -func (*SendTransactionRequest) ProtoMessage() {} -func (*SendTransactionRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_bd1967bd8421cd93, []int{12} + Transaction *entities.Transaction `protobuf:"bytes,1,opt,name=transaction,proto3" json:"transaction,omitempty"` } -func (m *SendTransactionRequest) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_SendTransactionRequest.Unmarshal(m, b) -} -func (m *SendTransactionRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_SendTransactionRequest.Marshal(b, m, deterministic) -} -func (m *SendTransactionRequest) XXX_Merge(src proto.Message) { - xxx_messageInfo_SendTransactionRequest.Merge(m, src) +func (x *SendTransactionRequest) Reset() { + *x = SendTransactionRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_flow_legacy_access_access_proto_msgTypes[12] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } } -func (m *SendTransactionRequest) XXX_Size() int { - return xxx_messageInfo_SendTransactionRequest.Size(m) + +func (x *SendTransactionRequest) String() string { + return protoimpl.X.MessageStringOf(x) } -func (m *SendTransactionRequest) XXX_DiscardUnknown() { - xxx_messageInfo_SendTransactionRequest.DiscardUnknown(m) + +func (*SendTransactionRequest) ProtoMessage() {} + +func (x *SendTransactionRequest) ProtoReflect() protoreflect.Message { + mi := &file_flow_legacy_access_access_proto_msgTypes[12] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) } -var xxx_messageInfo_SendTransactionRequest proto.InternalMessageInfo +// Deprecated: Use SendTransactionRequest.ProtoReflect.Descriptor instead. +func (*SendTransactionRequest) Descriptor() ([]byte, []int) { + return file_flow_legacy_access_access_proto_rawDescGZIP(), []int{12} +} -func (m *SendTransactionRequest) GetTransaction() *entities.Transaction { - if m != nil { - return m.Transaction +func (x *SendTransactionRequest) GetTransaction() *entities.Transaction { + if x != nil { + return x.Transaction } return nil } type SendTransactionResponse struct { - Id []byte `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields -func (m *SendTransactionResponse) Reset() { *m = SendTransactionResponse{} } -func (m *SendTransactionResponse) String() string { return proto.CompactTextString(m) } -func (*SendTransactionResponse) ProtoMessage() {} -func (*SendTransactionResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_bd1967bd8421cd93, []int{13} + Id []byte `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` } -func (m *SendTransactionResponse) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_SendTransactionResponse.Unmarshal(m, b) -} -func (m *SendTransactionResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_SendTransactionResponse.Marshal(b, m, deterministic) -} -func (m *SendTransactionResponse) XXX_Merge(src proto.Message) { - xxx_messageInfo_SendTransactionResponse.Merge(m, src) +func (x *SendTransactionResponse) Reset() { + *x = SendTransactionResponse{} + if protoimpl.UnsafeEnabled { + mi := &file_flow_legacy_access_access_proto_msgTypes[13] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } } -func (m *SendTransactionResponse) XXX_Size() int { - return xxx_messageInfo_SendTransactionResponse.Size(m) + +func (x *SendTransactionResponse) String() string { + return protoimpl.X.MessageStringOf(x) } -func (m *SendTransactionResponse) XXX_DiscardUnknown() { - xxx_messageInfo_SendTransactionResponse.DiscardUnknown(m) + +func (*SendTransactionResponse) ProtoMessage() {} + +func (x *SendTransactionResponse) ProtoReflect() protoreflect.Message { + mi := &file_flow_legacy_access_access_proto_msgTypes[13] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) } -var xxx_messageInfo_SendTransactionResponse proto.InternalMessageInfo +// Deprecated: Use SendTransactionResponse.ProtoReflect.Descriptor instead. +func (*SendTransactionResponse) Descriptor() ([]byte, []int) { + return file_flow_legacy_access_access_proto_rawDescGZIP(), []int{13} +} -func (m *SendTransactionResponse) GetId() []byte { - if m != nil { - return m.Id +func (x *SendTransactionResponse) GetId() []byte { + if x != nil { + return x.Id } return nil } type GetTransactionRequest struct { - Id []byte `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields -func (m *GetTransactionRequest) Reset() { *m = GetTransactionRequest{} } -func (m *GetTransactionRequest) String() string { return proto.CompactTextString(m) } -func (*GetTransactionRequest) ProtoMessage() {} -func (*GetTransactionRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_bd1967bd8421cd93, []int{14} + Id []byte `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` } -func (m *GetTransactionRequest) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_GetTransactionRequest.Unmarshal(m, b) -} -func (m *GetTransactionRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_GetTransactionRequest.Marshal(b, m, deterministic) -} -func (m *GetTransactionRequest) XXX_Merge(src proto.Message) { - xxx_messageInfo_GetTransactionRequest.Merge(m, src) +func (x *GetTransactionRequest) Reset() { + *x = GetTransactionRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_flow_legacy_access_access_proto_msgTypes[14] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } } -func (m *GetTransactionRequest) XXX_Size() int { - return xxx_messageInfo_GetTransactionRequest.Size(m) + +func (x *GetTransactionRequest) String() string { + return protoimpl.X.MessageStringOf(x) } -func (m *GetTransactionRequest) XXX_DiscardUnknown() { - xxx_messageInfo_GetTransactionRequest.DiscardUnknown(m) + +func (*GetTransactionRequest) ProtoMessage() {} + +func (x *GetTransactionRequest) ProtoReflect() protoreflect.Message { + mi := &file_flow_legacy_access_access_proto_msgTypes[14] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) } -var xxx_messageInfo_GetTransactionRequest proto.InternalMessageInfo +// Deprecated: Use GetTransactionRequest.ProtoReflect.Descriptor instead. +func (*GetTransactionRequest) Descriptor() ([]byte, []int) { + return file_flow_legacy_access_access_proto_rawDescGZIP(), []int{14} +} -func (m *GetTransactionRequest) GetId() []byte { - if m != nil { - return m.Id +func (x *GetTransactionRequest) GetId() []byte { + if x != nil { + return x.Id } return nil } type TransactionResponse struct { - Transaction *entities.Transaction `protobuf:"bytes,1,opt,name=transaction,proto3" json:"transaction,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields -func (m *TransactionResponse) Reset() { *m = TransactionResponse{} } -func (m *TransactionResponse) String() string { return proto.CompactTextString(m) } -func (*TransactionResponse) ProtoMessage() {} -func (*TransactionResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_bd1967bd8421cd93, []int{15} + Transaction *entities.Transaction `protobuf:"bytes,1,opt,name=transaction,proto3" json:"transaction,omitempty"` } -func (m *TransactionResponse) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_TransactionResponse.Unmarshal(m, b) -} -func (m *TransactionResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_TransactionResponse.Marshal(b, m, deterministic) -} -func (m *TransactionResponse) XXX_Merge(src proto.Message) { - xxx_messageInfo_TransactionResponse.Merge(m, src) +func (x *TransactionResponse) Reset() { + *x = TransactionResponse{} + if protoimpl.UnsafeEnabled { + mi := &file_flow_legacy_access_access_proto_msgTypes[15] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } } -func (m *TransactionResponse) XXX_Size() int { - return xxx_messageInfo_TransactionResponse.Size(m) + +func (x *TransactionResponse) String() string { + return protoimpl.X.MessageStringOf(x) } -func (m *TransactionResponse) XXX_DiscardUnknown() { - xxx_messageInfo_TransactionResponse.DiscardUnknown(m) + +func (*TransactionResponse) ProtoMessage() {} + +func (x *TransactionResponse) ProtoReflect() protoreflect.Message { + mi := &file_flow_legacy_access_access_proto_msgTypes[15] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) } -var xxx_messageInfo_TransactionResponse proto.InternalMessageInfo +// Deprecated: Use TransactionResponse.ProtoReflect.Descriptor instead. +func (*TransactionResponse) Descriptor() ([]byte, []int) { + return file_flow_legacy_access_access_proto_rawDescGZIP(), []int{15} +} -func (m *TransactionResponse) GetTransaction() *entities.Transaction { - if m != nil { - return m.Transaction +func (x *TransactionResponse) GetTransaction() *entities.Transaction { + if x != nil { + return x.Transaction } return nil } type TransactionResultResponse struct { - Status entities.TransactionStatus `protobuf:"varint,1,opt,name=status,proto3,enum=entities.TransactionStatus" json:"status,omitempty"` - StatusCode uint32 `protobuf:"varint,2,opt,name=status_code,json=statusCode,proto3" json:"status_code,omitempty"` - ErrorMessage string `protobuf:"bytes,3,opt,name=error_message,json=errorMessage,proto3" json:"error_message,omitempty"` - Events []*entities.Event `protobuf:"bytes,4,rep,name=events,proto3" json:"events,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *TransactionResultResponse) Reset() { *m = TransactionResultResponse{} } -func (m *TransactionResultResponse) String() string { return proto.CompactTextString(m) } -func (*TransactionResultResponse) ProtoMessage() {} -func (*TransactionResultResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_bd1967bd8421cd93, []int{16} + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Status entities.TransactionStatus `protobuf:"varint,1,opt,name=status,proto3,enum=entities.TransactionStatus" json:"status,omitempty"` + StatusCode uint32 `protobuf:"varint,2,opt,name=status_code,json=statusCode,proto3" json:"status_code,omitempty"` + ErrorMessage string `protobuf:"bytes,3,opt,name=error_message,json=errorMessage,proto3" json:"error_message,omitempty"` + Events []*entities.Event `protobuf:"bytes,4,rep,name=events,proto3" json:"events,omitempty"` +} + +func (x *TransactionResultResponse) Reset() { + *x = TransactionResultResponse{} + if protoimpl.UnsafeEnabled { + mi := &file_flow_legacy_access_access_proto_msgTypes[16] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } } -func (m *TransactionResultResponse) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_TransactionResultResponse.Unmarshal(m, b) -} -func (m *TransactionResultResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_TransactionResultResponse.Marshal(b, m, deterministic) +func (x *TransactionResultResponse) String() string { + return protoimpl.X.MessageStringOf(x) } -func (m *TransactionResultResponse) XXX_Merge(src proto.Message) { - xxx_messageInfo_TransactionResultResponse.Merge(m, src) -} -func (m *TransactionResultResponse) XXX_Size() int { - return xxx_messageInfo_TransactionResultResponse.Size(m) -} -func (m *TransactionResultResponse) XXX_DiscardUnknown() { - xxx_messageInfo_TransactionResultResponse.DiscardUnknown(m) + +func (*TransactionResultResponse) ProtoMessage() {} + +func (x *TransactionResultResponse) ProtoReflect() protoreflect.Message { + mi := &file_flow_legacy_access_access_proto_msgTypes[16] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) } -var xxx_messageInfo_TransactionResultResponse proto.InternalMessageInfo +// Deprecated: Use TransactionResultResponse.ProtoReflect.Descriptor instead. +func (*TransactionResultResponse) Descriptor() ([]byte, []int) { + return file_flow_legacy_access_access_proto_rawDescGZIP(), []int{16} +} -func (m *TransactionResultResponse) GetStatus() entities.TransactionStatus { - if m != nil { - return m.Status +func (x *TransactionResultResponse) GetStatus() entities.TransactionStatus { + if x != nil { + return x.Status } - return entities.TransactionStatus_UNKNOWN + return entities.TransactionStatus(0) } -func (m *TransactionResultResponse) GetStatusCode() uint32 { - if m != nil { - return m.StatusCode +func (x *TransactionResultResponse) GetStatusCode() uint32 { + if x != nil { + return x.StatusCode } return 0 } -func (m *TransactionResultResponse) GetErrorMessage() string { - if m != nil { - return m.ErrorMessage +func (x *TransactionResultResponse) GetErrorMessage() string { + if x != nil { + return x.ErrorMessage } return "" } -func (m *TransactionResultResponse) GetEvents() []*entities.Event { - if m != nil { - return m.Events +func (x *TransactionResultResponse) GetEvents() []*entities.Event { + if x != nil { + return x.Events } return nil } type GetAccountRequest struct { - Address []byte `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields -func (m *GetAccountRequest) Reset() { *m = GetAccountRequest{} } -func (m *GetAccountRequest) String() string { return proto.CompactTextString(m) } -func (*GetAccountRequest) ProtoMessage() {} -func (*GetAccountRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_bd1967bd8421cd93, []int{17} + Address []byte `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"` } -func (m *GetAccountRequest) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_GetAccountRequest.Unmarshal(m, b) -} -func (m *GetAccountRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_GetAccountRequest.Marshal(b, m, deterministic) -} -func (m *GetAccountRequest) XXX_Merge(src proto.Message) { - xxx_messageInfo_GetAccountRequest.Merge(m, src) +func (x *GetAccountRequest) Reset() { + *x = GetAccountRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_flow_legacy_access_access_proto_msgTypes[17] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } } -func (m *GetAccountRequest) XXX_Size() int { - return xxx_messageInfo_GetAccountRequest.Size(m) + +func (x *GetAccountRequest) String() string { + return protoimpl.X.MessageStringOf(x) } -func (m *GetAccountRequest) XXX_DiscardUnknown() { - xxx_messageInfo_GetAccountRequest.DiscardUnknown(m) + +func (*GetAccountRequest) ProtoMessage() {} + +func (x *GetAccountRequest) ProtoReflect() protoreflect.Message { + mi := &file_flow_legacy_access_access_proto_msgTypes[17] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) } -var xxx_messageInfo_GetAccountRequest proto.InternalMessageInfo +// Deprecated: Use GetAccountRequest.ProtoReflect.Descriptor instead. +func (*GetAccountRequest) Descriptor() ([]byte, []int) { + return file_flow_legacy_access_access_proto_rawDescGZIP(), []int{17} +} -func (m *GetAccountRequest) GetAddress() []byte { - if m != nil { - return m.Address +func (x *GetAccountRequest) GetAddress() []byte { + if x != nil { + return x.Address } return nil } type GetAccountResponse struct { - Account *entities.Account `protobuf:"bytes,1,opt,name=account,proto3" json:"account,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields -func (m *GetAccountResponse) Reset() { *m = GetAccountResponse{} } -func (m *GetAccountResponse) String() string { return proto.CompactTextString(m) } -func (*GetAccountResponse) ProtoMessage() {} -func (*GetAccountResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_bd1967bd8421cd93, []int{18} + Account *entities.Account `protobuf:"bytes,1,opt,name=account,proto3" json:"account,omitempty"` } -func (m *GetAccountResponse) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_GetAccountResponse.Unmarshal(m, b) -} -func (m *GetAccountResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_GetAccountResponse.Marshal(b, m, deterministic) -} -func (m *GetAccountResponse) XXX_Merge(src proto.Message) { - xxx_messageInfo_GetAccountResponse.Merge(m, src) +func (x *GetAccountResponse) Reset() { + *x = GetAccountResponse{} + if protoimpl.UnsafeEnabled { + mi := &file_flow_legacy_access_access_proto_msgTypes[18] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } } -func (m *GetAccountResponse) XXX_Size() int { - return xxx_messageInfo_GetAccountResponse.Size(m) + +func (x *GetAccountResponse) String() string { + return protoimpl.X.MessageStringOf(x) } -func (m *GetAccountResponse) XXX_DiscardUnknown() { - xxx_messageInfo_GetAccountResponse.DiscardUnknown(m) + +func (*GetAccountResponse) ProtoMessage() {} + +func (x *GetAccountResponse) ProtoReflect() protoreflect.Message { + mi := &file_flow_legacy_access_access_proto_msgTypes[18] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) } -var xxx_messageInfo_GetAccountResponse proto.InternalMessageInfo +// Deprecated: Use GetAccountResponse.ProtoReflect.Descriptor instead. +func (*GetAccountResponse) Descriptor() ([]byte, []int) { + return file_flow_legacy_access_access_proto_rawDescGZIP(), []int{18} +} -func (m *GetAccountResponse) GetAccount() *entities.Account { - if m != nil { - return m.Account +func (x *GetAccountResponse) GetAccount() *entities.Account { + if x != nil { + return x.Account } return nil } type GetAccountAtLatestBlockRequest struct { - Address []byte `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields -func (m *GetAccountAtLatestBlockRequest) Reset() { *m = GetAccountAtLatestBlockRequest{} } -func (m *GetAccountAtLatestBlockRequest) String() string { return proto.CompactTextString(m) } -func (*GetAccountAtLatestBlockRequest) ProtoMessage() {} -func (*GetAccountAtLatestBlockRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_bd1967bd8421cd93, []int{19} + Address []byte `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"` } -func (m *GetAccountAtLatestBlockRequest) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_GetAccountAtLatestBlockRequest.Unmarshal(m, b) -} -func (m *GetAccountAtLatestBlockRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_GetAccountAtLatestBlockRequest.Marshal(b, m, deterministic) -} -func (m *GetAccountAtLatestBlockRequest) XXX_Merge(src proto.Message) { - xxx_messageInfo_GetAccountAtLatestBlockRequest.Merge(m, src) +func (x *GetAccountAtLatestBlockRequest) Reset() { + *x = GetAccountAtLatestBlockRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_flow_legacy_access_access_proto_msgTypes[19] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } } -func (m *GetAccountAtLatestBlockRequest) XXX_Size() int { - return xxx_messageInfo_GetAccountAtLatestBlockRequest.Size(m) + +func (x *GetAccountAtLatestBlockRequest) String() string { + return protoimpl.X.MessageStringOf(x) } -func (m *GetAccountAtLatestBlockRequest) XXX_DiscardUnknown() { - xxx_messageInfo_GetAccountAtLatestBlockRequest.DiscardUnknown(m) + +func (*GetAccountAtLatestBlockRequest) ProtoMessage() {} + +func (x *GetAccountAtLatestBlockRequest) ProtoReflect() protoreflect.Message { + mi := &file_flow_legacy_access_access_proto_msgTypes[19] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) } -var xxx_messageInfo_GetAccountAtLatestBlockRequest proto.InternalMessageInfo +// Deprecated: Use GetAccountAtLatestBlockRequest.ProtoReflect.Descriptor instead. +func (*GetAccountAtLatestBlockRequest) Descriptor() ([]byte, []int) { + return file_flow_legacy_access_access_proto_rawDescGZIP(), []int{19} +} -func (m *GetAccountAtLatestBlockRequest) GetAddress() []byte { - if m != nil { - return m.Address +func (x *GetAccountAtLatestBlockRequest) GetAddress() []byte { + if x != nil { + return x.Address } return nil } type AccountResponse struct { - Account *entities.Account `protobuf:"bytes,1,opt,name=account,proto3" json:"account,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields -func (m *AccountResponse) Reset() { *m = AccountResponse{} } -func (m *AccountResponse) String() string { return proto.CompactTextString(m) } -func (*AccountResponse) ProtoMessage() {} -func (*AccountResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_bd1967bd8421cd93, []int{20} + Account *entities.Account `protobuf:"bytes,1,opt,name=account,proto3" json:"account,omitempty"` } -func (m *AccountResponse) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_AccountResponse.Unmarshal(m, b) -} -func (m *AccountResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_AccountResponse.Marshal(b, m, deterministic) -} -func (m *AccountResponse) XXX_Merge(src proto.Message) { - xxx_messageInfo_AccountResponse.Merge(m, src) +func (x *AccountResponse) Reset() { + *x = AccountResponse{} + if protoimpl.UnsafeEnabled { + mi := &file_flow_legacy_access_access_proto_msgTypes[20] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } } -func (m *AccountResponse) XXX_Size() int { - return xxx_messageInfo_AccountResponse.Size(m) + +func (x *AccountResponse) String() string { + return protoimpl.X.MessageStringOf(x) } -func (m *AccountResponse) XXX_DiscardUnknown() { - xxx_messageInfo_AccountResponse.DiscardUnknown(m) + +func (*AccountResponse) ProtoMessage() {} + +func (x *AccountResponse) ProtoReflect() protoreflect.Message { + mi := &file_flow_legacy_access_access_proto_msgTypes[20] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) } -var xxx_messageInfo_AccountResponse proto.InternalMessageInfo +// Deprecated: Use AccountResponse.ProtoReflect.Descriptor instead. +func (*AccountResponse) Descriptor() ([]byte, []int) { + return file_flow_legacy_access_access_proto_rawDescGZIP(), []int{20} +} -func (m *AccountResponse) GetAccount() *entities.Account { - if m != nil { - return m.Account +func (x *AccountResponse) GetAccount() *entities.Account { + if x != nil { + return x.Account } return nil } type GetAccountAtBlockHeightRequest struct { - Address []byte `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"` - BlockHeight uint64 `protobuf:"varint,2,opt,name=block_height,json=blockHeight,proto3" json:"block_height,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields -func (m *GetAccountAtBlockHeightRequest) Reset() { *m = GetAccountAtBlockHeightRequest{} } -func (m *GetAccountAtBlockHeightRequest) String() string { return proto.CompactTextString(m) } -func (*GetAccountAtBlockHeightRequest) ProtoMessage() {} -func (*GetAccountAtBlockHeightRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_bd1967bd8421cd93, []int{21} + Address []byte `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"` + BlockHeight uint64 `protobuf:"varint,2,opt,name=block_height,json=blockHeight,proto3" json:"block_height,omitempty"` } -func (m *GetAccountAtBlockHeightRequest) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_GetAccountAtBlockHeightRequest.Unmarshal(m, b) -} -func (m *GetAccountAtBlockHeightRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_GetAccountAtBlockHeightRequest.Marshal(b, m, deterministic) -} -func (m *GetAccountAtBlockHeightRequest) XXX_Merge(src proto.Message) { - xxx_messageInfo_GetAccountAtBlockHeightRequest.Merge(m, src) +func (x *GetAccountAtBlockHeightRequest) Reset() { + *x = GetAccountAtBlockHeightRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_flow_legacy_access_access_proto_msgTypes[21] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } } -func (m *GetAccountAtBlockHeightRequest) XXX_Size() int { - return xxx_messageInfo_GetAccountAtBlockHeightRequest.Size(m) + +func (x *GetAccountAtBlockHeightRequest) String() string { + return protoimpl.X.MessageStringOf(x) } -func (m *GetAccountAtBlockHeightRequest) XXX_DiscardUnknown() { - xxx_messageInfo_GetAccountAtBlockHeightRequest.DiscardUnknown(m) + +func (*GetAccountAtBlockHeightRequest) ProtoMessage() {} + +func (x *GetAccountAtBlockHeightRequest) ProtoReflect() protoreflect.Message { + mi := &file_flow_legacy_access_access_proto_msgTypes[21] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) } -var xxx_messageInfo_GetAccountAtBlockHeightRequest proto.InternalMessageInfo +// Deprecated: Use GetAccountAtBlockHeightRequest.ProtoReflect.Descriptor instead. +func (*GetAccountAtBlockHeightRequest) Descriptor() ([]byte, []int) { + return file_flow_legacy_access_access_proto_rawDescGZIP(), []int{21} +} -func (m *GetAccountAtBlockHeightRequest) GetAddress() []byte { - if m != nil { - return m.Address +func (x *GetAccountAtBlockHeightRequest) GetAddress() []byte { + if x != nil { + return x.Address } return nil } -func (m *GetAccountAtBlockHeightRequest) GetBlockHeight() uint64 { - if m != nil { - return m.BlockHeight +func (x *GetAccountAtBlockHeightRequest) GetBlockHeight() uint64 { + if x != nil { + return x.BlockHeight } return 0 } type ExecuteScriptAtLatestBlockRequest struct { - Script []byte `protobuf:"bytes,1,opt,name=script,proto3" json:"script,omitempty"` - Arguments [][]byte `protobuf:"bytes,2,rep,name=arguments,proto3" json:"arguments,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields -func (m *ExecuteScriptAtLatestBlockRequest) Reset() { *m = ExecuteScriptAtLatestBlockRequest{} } -func (m *ExecuteScriptAtLatestBlockRequest) String() string { return proto.CompactTextString(m) } -func (*ExecuteScriptAtLatestBlockRequest) ProtoMessage() {} -func (*ExecuteScriptAtLatestBlockRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_bd1967bd8421cd93, []int{22} + Script []byte `protobuf:"bytes,1,opt,name=script,proto3" json:"script,omitempty"` + Arguments [][]byte `protobuf:"bytes,2,rep,name=arguments,proto3" json:"arguments,omitempty"` } -func (m *ExecuteScriptAtLatestBlockRequest) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_ExecuteScriptAtLatestBlockRequest.Unmarshal(m, b) -} -func (m *ExecuteScriptAtLatestBlockRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_ExecuteScriptAtLatestBlockRequest.Marshal(b, m, deterministic) -} -func (m *ExecuteScriptAtLatestBlockRequest) XXX_Merge(src proto.Message) { - xxx_messageInfo_ExecuteScriptAtLatestBlockRequest.Merge(m, src) +func (x *ExecuteScriptAtLatestBlockRequest) Reset() { + *x = ExecuteScriptAtLatestBlockRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_flow_legacy_access_access_proto_msgTypes[22] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } } -func (m *ExecuteScriptAtLatestBlockRequest) XXX_Size() int { - return xxx_messageInfo_ExecuteScriptAtLatestBlockRequest.Size(m) + +func (x *ExecuteScriptAtLatestBlockRequest) String() string { + return protoimpl.X.MessageStringOf(x) } -func (m *ExecuteScriptAtLatestBlockRequest) XXX_DiscardUnknown() { - xxx_messageInfo_ExecuteScriptAtLatestBlockRequest.DiscardUnknown(m) + +func (*ExecuteScriptAtLatestBlockRequest) ProtoMessage() {} + +func (x *ExecuteScriptAtLatestBlockRequest) ProtoReflect() protoreflect.Message { + mi := &file_flow_legacy_access_access_proto_msgTypes[22] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) } -var xxx_messageInfo_ExecuteScriptAtLatestBlockRequest proto.InternalMessageInfo +// Deprecated: Use ExecuteScriptAtLatestBlockRequest.ProtoReflect.Descriptor instead. +func (*ExecuteScriptAtLatestBlockRequest) Descriptor() ([]byte, []int) { + return file_flow_legacy_access_access_proto_rawDescGZIP(), []int{22} +} -func (m *ExecuteScriptAtLatestBlockRequest) GetScript() []byte { - if m != nil { - return m.Script +func (x *ExecuteScriptAtLatestBlockRequest) GetScript() []byte { + if x != nil { + return x.Script } return nil } -func (m *ExecuteScriptAtLatestBlockRequest) GetArguments() [][]byte { - if m != nil { - return m.Arguments +func (x *ExecuteScriptAtLatestBlockRequest) GetArguments() [][]byte { + if x != nil { + return x.Arguments } return nil } type ExecuteScriptAtBlockIDRequest struct { - BlockId []byte `protobuf:"bytes,1,opt,name=block_id,json=blockId,proto3" json:"block_id,omitempty"` - Script []byte `protobuf:"bytes,2,opt,name=script,proto3" json:"script,omitempty"` - Arguments [][]byte `protobuf:"bytes,3,rep,name=arguments,proto3" json:"arguments,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields -func (m *ExecuteScriptAtBlockIDRequest) Reset() { *m = ExecuteScriptAtBlockIDRequest{} } -func (m *ExecuteScriptAtBlockIDRequest) String() string { return proto.CompactTextString(m) } -func (*ExecuteScriptAtBlockIDRequest) ProtoMessage() {} -func (*ExecuteScriptAtBlockIDRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_bd1967bd8421cd93, []int{23} + BlockId []byte `protobuf:"bytes,1,opt,name=block_id,json=blockId,proto3" json:"block_id,omitempty"` + Script []byte `protobuf:"bytes,2,opt,name=script,proto3" json:"script,omitempty"` + Arguments [][]byte `protobuf:"bytes,3,rep,name=arguments,proto3" json:"arguments,omitempty"` } -func (m *ExecuteScriptAtBlockIDRequest) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_ExecuteScriptAtBlockIDRequest.Unmarshal(m, b) -} -func (m *ExecuteScriptAtBlockIDRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_ExecuteScriptAtBlockIDRequest.Marshal(b, m, deterministic) -} -func (m *ExecuteScriptAtBlockIDRequest) XXX_Merge(src proto.Message) { - xxx_messageInfo_ExecuteScriptAtBlockIDRequest.Merge(m, src) +func (x *ExecuteScriptAtBlockIDRequest) Reset() { + *x = ExecuteScriptAtBlockIDRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_flow_legacy_access_access_proto_msgTypes[23] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } } -func (m *ExecuteScriptAtBlockIDRequest) XXX_Size() int { - return xxx_messageInfo_ExecuteScriptAtBlockIDRequest.Size(m) + +func (x *ExecuteScriptAtBlockIDRequest) String() string { + return protoimpl.X.MessageStringOf(x) } -func (m *ExecuteScriptAtBlockIDRequest) XXX_DiscardUnknown() { - xxx_messageInfo_ExecuteScriptAtBlockIDRequest.DiscardUnknown(m) + +func (*ExecuteScriptAtBlockIDRequest) ProtoMessage() {} + +func (x *ExecuteScriptAtBlockIDRequest) ProtoReflect() protoreflect.Message { + mi := &file_flow_legacy_access_access_proto_msgTypes[23] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) } -var xxx_messageInfo_ExecuteScriptAtBlockIDRequest proto.InternalMessageInfo +// Deprecated: Use ExecuteScriptAtBlockIDRequest.ProtoReflect.Descriptor instead. +func (*ExecuteScriptAtBlockIDRequest) Descriptor() ([]byte, []int) { + return file_flow_legacy_access_access_proto_rawDescGZIP(), []int{23} +} -func (m *ExecuteScriptAtBlockIDRequest) GetBlockId() []byte { - if m != nil { - return m.BlockId +func (x *ExecuteScriptAtBlockIDRequest) GetBlockId() []byte { + if x != nil { + return x.BlockId } return nil } -func (m *ExecuteScriptAtBlockIDRequest) GetScript() []byte { - if m != nil { - return m.Script +func (x *ExecuteScriptAtBlockIDRequest) GetScript() []byte { + if x != nil { + return x.Script } return nil } -func (m *ExecuteScriptAtBlockIDRequest) GetArguments() [][]byte { - if m != nil { - return m.Arguments +func (x *ExecuteScriptAtBlockIDRequest) GetArguments() [][]byte { + if x != nil { + return x.Arguments } return nil } type ExecuteScriptAtBlockHeightRequest struct { - BlockHeight uint64 `protobuf:"varint,1,opt,name=block_height,json=blockHeight,proto3" json:"block_height,omitempty"` - Script []byte `protobuf:"bytes,2,opt,name=script,proto3" json:"script,omitempty"` - Arguments [][]byte `protobuf:"bytes,3,rep,name=arguments,proto3" json:"arguments,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields -func (m *ExecuteScriptAtBlockHeightRequest) Reset() { *m = ExecuteScriptAtBlockHeightRequest{} } -func (m *ExecuteScriptAtBlockHeightRequest) String() string { return proto.CompactTextString(m) } -func (*ExecuteScriptAtBlockHeightRequest) ProtoMessage() {} -func (*ExecuteScriptAtBlockHeightRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_bd1967bd8421cd93, []int{24} + BlockHeight uint64 `protobuf:"varint,1,opt,name=block_height,json=blockHeight,proto3" json:"block_height,omitempty"` + Script []byte `protobuf:"bytes,2,opt,name=script,proto3" json:"script,omitempty"` + Arguments [][]byte `protobuf:"bytes,3,rep,name=arguments,proto3" json:"arguments,omitempty"` } -func (m *ExecuteScriptAtBlockHeightRequest) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_ExecuteScriptAtBlockHeightRequest.Unmarshal(m, b) -} -func (m *ExecuteScriptAtBlockHeightRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_ExecuteScriptAtBlockHeightRequest.Marshal(b, m, deterministic) -} -func (m *ExecuteScriptAtBlockHeightRequest) XXX_Merge(src proto.Message) { - xxx_messageInfo_ExecuteScriptAtBlockHeightRequest.Merge(m, src) +func (x *ExecuteScriptAtBlockHeightRequest) Reset() { + *x = ExecuteScriptAtBlockHeightRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_flow_legacy_access_access_proto_msgTypes[24] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } } -func (m *ExecuteScriptAtBlockHeightRequest) XXX_Size() int { - return xxx_messageInfo_ExecuteScriptAtBlockHeightRequest.Size(m) + +func (x *ExecuteScriptAtBlockHeightRequest) String() string { + return protoimpl.X.MessageStringOf(x) } -func (m *ExecuteScriptAtBlockHeightRequest) XXX_DiscardUnknown() { - xxx_messageInfo_ExecuteScriptAtBlockHeightRequest.DiscardUnknown(m) + +func (*ExecuteScriptAtBlockHeightRequest) ProtoMessage() {} + +func (x *ExecuteScriptAtBlockHeightRequest) ProtoReflect() protoreflect.Message { + mi := &file_flow_legacy_access_access_proto_msgTypes[24] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) } -var xxx_messageInfo_ExecuteScriptAtBlockHeightRequest proto.InternalMessageInfo +// Deprecated: Use ExecuteScriptAtBlockHeightRequest.ProtoReflect.Descriptor instead. +func (*ExecuteScriptAtBlockHeightRequest) Descriptor() ([]byte, []int) { + return file_flow_legacy_access_access_proto_rawDescGZIP(), []int{24} +} -func (m *ExecuteScriptAtBlockHeightRequest) GetBlockHeight() uint64 { - if m != nil { - return m.BlockHeight +func (x *ExecuteScriptAtBlockHeightRequest) GetBlockHeight() uint64 { + if x != nil { + return x.BlockHeight } return 0 } -func (m *ExecuteScriptAtBlockHeightRequest) GetScript() []byte { - if m != nil { - return m.Script +func (x *ExecuteScriptAtBlockHeightRequest) GetScript() []byte { + if x != nil { + return x.Script } return nil } -func (m *ExecuteScriptAtBlockHeightRequest) GetArguments() [][]byte { - if m != nil { - return m.Arguments +func (x *ExecuteScriptAtBlockHeightRequest) GetArguments() [][]byte { + if x != nil { + return x.Arguments } return nil } type ExecuteScriptResponse struct { - Value []byte `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields -func (m *ExecuteScriptResponse) Reset() { *m = ExecuteScriptResponse{} } -func (m *ExecuteScriptResponse) String() string { return proto.CompactTextString(m) } -func (*ExecuteScriptResponse) ProtoMessage() {} -func (*ExecuteScriptResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_bd1967bd8421cd93, []int{25} + Value []byte `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"` } -func (m *ExecuteScriptResponse) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_ExecuteScriptResponse.Unmarshal(m, b) -} -func (m *ExecuteScriptResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_ExecuteScriptResponse.Marshal(b, m, deterministic) -} -func (m *ExecuteScriptResponse) XXX_Merge(src proto.Message) { - xxx_messageInfo_ExecuteScriptResponse.Merge(m, src) +func (x *ExecuteScriptResponse) Reset() { + *x = ExecuteScriptResponse{} + if protoimpl.UnsafeEnabled { + mi := &file_flow_legacy_access_access_proto_msgTypes[25] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } } -func (m *ExecuteScriptResponse) XXX_Size() int { - return xxx_messageInfo_ExecuteScriptResponse.Size(m) + +func (x *ExecuteScriptResponse) String() string { + return protoimpl.X.MessageStringOf(x) } -func (m *ExecuteScriptResponse) XXX_DiscardUnknown() { - xxx_messageInfo_ExecuteScriptResponse.DiscardUnknown(m) + +func (*ExecuteScriptResponse) ProtoMessage() {} + +func (x *ExecuteScriptResponse) ProtoReflect() protoreflect.Message { + mi := &file_flow_legacy_access_access_proto_msgTypes[25] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) } -var xxx_messageInfo_ExecuteScriptResponse proto.InternalMessageInfo +// Deprecated: Use ExecuteScriptResponse.ProtoReflect.Descriptor instead. +func (*ExecuteScriptResponse) Descriptor() ([]byte, []int) { + return file_flow_legacy_access_access_proto_rawDescGZIP(), []int{25} +} -func (m *ExecuteScriptResponse) GetValue() []byte { - if m != nil { - return m.Value +func (x *ExecuteScriptResponse) GetValue() []byte { + if x != nil { + return x.Value } return nil } type GetEventsForHeightRangeRequest struct { - Type string `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"` - StartHeight uint64 `protobuf:"varint,2,opt,name=start_height,json=startHeight,proto3" json:"start_height,omitempty"` - EndHeight uint64 `protobuf:"varint,3,opt,name=end_height,json=endHeight,proto3" json:"end_height,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields -func (m *GetEventsForHeightRangeRequest) Reset() { *m = GetEventsForHeightRangeRequest{} } -func (m *GetEventsForHeightRangeRequest) String() string { return proto.CompactTextString(m) } -func (*GetEventsForHeightRangeRequest) ProtoMessage() {} -func (*GetEventsForHeightRangeRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_bd1967bd8421cd93, []int{26} + Type string `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"` + StartHeight uint64 `protobuf:"varint,2,opt,name=start_height,json=startHeight,proto3" json:"start_height,omitempty"` + EndHeight uint64 `protobuf:"varint,3,opt,name=end_height,json=endHeight,proto3" json:"end_height,omitempty"` } -func (m *GetEventsForHeightRangeRequest) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_GetEventsForHeightRangeRequest.Unmarshal(m, b) -} -func (m *GetEventsForHeightRangeRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_GetEventsForHeightRangeRequest.Marshal(b, m, deterministic) -} -func (m *GetEventsForHeightRangeRequest) XXX_Merge(src proto.Message) { - xxx_messageInfo_GetEventsForHeightRangeRequest.Merge(m, src) +func (x *GetEventsForHeightRangeRequest) Reset() { + *x = GetEventsForHeightRangeRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_flow_legacy_access_access_proto_msgTypes[26] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } } -func (m *GetEventsForHeightRangeRequest) XXX_Size() int { - return xxx_messageInfo_GetEventsForHeightRangeRequest.Size(m) + +func (x *GetEventsForHeightRangeRequest) String() string { + return protoimpl.X.MessageStringOf(x) } -func (m *GetEventsForHeightRangeRequest) XXX_DiscardUnknown() { - xxx_messageInfo_GetEventsForHeightRangeRequest.DiscardUnknown(m) + +func (*GetEventsForHeightRangeRequest) ProtoMessage() {} + +func (x *GetEventsForHeightRangeRequest) ProtoReflect() protoreflect.Message { + mi := &file_flow_legacy_access_access_proto_msgTypes[26] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) } -var xxx_messageInfo_GetEventsForHeightRangeRequest proto.InternalMessageInfo +// Deprecated: Use GetEventsForHeightRangeRequest.ProtoReflect.Descriptor instead. +func (*GetEventsForHeightRangeRequest) Descriptor() ([]byte, []int) { + return file_flow_legacy_access_access_proto_rawDescGZIP(), []int{26} +} -func (m *GetEventsForHeightRangeRequest) GetType() string { - if m != nil { - return m.Type +func (x *GetEventsForHeightRangeRequest) GetType() string { + if x != nil { + return x.Type } return "" } -func (m *GetEventsForHeightRangeRequest) GetStartHeight() uint64 { - if m != nil { - return m.StartHeight +func (x *GetEventsForHeightRangeRequest) GetStartHeight() uint64 { + if x != nil { + return x.StartHeight } return 0 } -func (m *GetEventsForHeightRangeRequest) GetEndHeight() uint64 { - if m != nil { - return m.EndHeight +func (x *GetEventsForHeightRangeRequest) GetEndHeight() uint64 { + if x != nil { + return x.EndHeight } return 0 } type GetEventsForBlockIDsRequest struct { - Type string `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"` - BlockIds [][]byte `protobuf:"bytes,2,rep,name=block_ids,json=blockIds,proto3" json:"block_ids,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields -func (m *GetEventsForBlockIDsRequest) Reset() { *m = GetEventsForBlockIDsRequest{} } -func (m *GetEventsForBlockIDsRequest) String() string { return proto.CompactTextString(m) } -func (*GetEventsForBlockIDsRequest) ProtoMessage() {} -func (*GetEventsForBlockIDsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_bd1967bd8421cd93, []int{27} + Type string `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"` + BlockIds [][]byte `protobuf:"bytes,2,rep,name=block_ids,json=blockIds,proto3" json:"block_ids,omitempty"` } -func (m *GetEventsForBlockIDsRequest) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_GetEventsForBlockIDsRequest.Unmarshal(m, b) -} -func (m *GetEventsForBlockIDsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_GetEventsForBlockIDsRequest.Marshal(b, m, deterministic) -} -func (m *GetEventsForBlockIDsRequest) XXX_Merge(src proto.Message) { - xxx_messageInfo_GetEventsForBlockIDsRequest.Merge(m, src) +func (x *GetEventsForBlockIDsRequest) Reset() { + *x = GetEventsForBlockIDsRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_flow_legacy_access_access_proto_msgTypes[27] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } } -func (m *GetEventsForBlockIDsRequest) XXX_Size() int { - return xxx_messageInfo_GetEventsForBlockIDsRequest.Size(m) + +func (x *GetEventsForBlockIDsRequest) String() string { + return protoimpl.X.MessageStringOf(x) } -func (m *GetEventsForBlockIDsRequest) XXX_DiscardUnknown() { - xxx_messageInfo_GetEventsForBlockIDsRequest.DiscardUnknown(m) + +func (*GetEventsForBlockIDsRequest) ProtoMessage() {} + +func (x *GetEventsForBlockIDsRequest) ProtoReflect() protoreflect.Message { + mi := &file_flow_legacy_access_access_proto_msgTypes[27] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) } -var xxx_messageInfo_GetEventsForBlockIDsRequest proto.InternalMessageInfo +// Deprecated: Use GetEventsForBlockIDsRequest.ProtoReflect.Descriptor instead. +func (*GetEventsForBlockIDsRequest) Descriptor() ([]byte, []int) { + return file_flow_legacy_access_access_proto_rawDescGZIP(), []int{27} +} -func (m *GetEventsForBlockIDsRequest) GetType() string { - if m != nil { - return m.Type +func (x *GetEventsForBlockIDsRequest) GetType() string { + if x != nil { + return x.Type } return "" } -func (m *GetEventsForBlockIDsRequest) GetBlockIds() [][]byte { - if m != nil { - return m.BlockIds +func (x *GetEventsForBlockIDsRequest) GetBlockIds() [][]byte { + if x != nil { + return x.BlockIds } return nil } type EventsResponse struct { - Results []*EventsResponse_Result `protobuf:"bytes,1,rep,name=results,proto3" json:"results,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields -func (m *EventsResponse) Reset() { *m = EventsResponse{} } -func (m *EventsResponse) String() string { return proto.CompactTextString(m) } -func (*EventsResponse) ProtoMessage() {} -func (*EventsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_bd1967bd8421cd93, []int{28} + Results []*EventsResponse_Result `protobuf:"bytes,1,rep,name=results,proto3" json:"results,omitempty"` } -func (m *EventsResponse) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_EventsResponse.Unmarshal(m, b) -} -func (m *EventsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_EventsResponse.Marshal(b, m, deterministic) -} -func (m *EventsResponse) XXX_Merge(src proto.Message) { - xxx_messageInfo_EventsResponse.Merge(m, src) -} -func (m *EventsResponse) XXX_Size() int { - return xxx_messageInfo_EventsResponse.Size(m) +func (x *EventsResponse) Reset() { + *x = EventsResponse{} + if protoimpl.UnsafeEnabled { + mi := &file_flow_legacy_access_access_proto_msgTypes[28] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } } -func (m *EventsResponse) XXX_DiscardUnknown() { - xxx_messageInfo_EventsResponse.DiscardUnknown(m) + +func (x *EventsResponse) String() string { + return protoimpl.X.MessageStringOf(x) } -var xxx_messageInfo_EventsResponse proto.InternalMessageInfo +func (*EventsResponse) ProtoMessage() {} -func (m *EventsResponse) GetResults() []*EventsResponse_Result { - if m != nil { - return m.Results +func (x *EventsResponse) ProtoReflect() protoreflect.Message { + mi := &file_flow_legacy_access_access_proto_msgTypes[28] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms } - return nil + return mi.MessageOf(x) } -type EventsResponse_Result struct { - BlockId []byte `protobuf:"bytes,1,opt,name=block_id,json=blockId,proto3" json:"block_id,omitempty"` - BlockHeight uint64 `protobuf:"varint,2,opt,name=block_height,json=blockHeight,proto3" json:"block_height,omitempty"` - Events []*entities.Event `protobuf:"bytes,3,rep,name=events,proto3" json:"events,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` +// Deprecated: Use EventsResponse.ProtoReflect.Descriptor instead. +func (*EventsResponse) Descriptor() ([]byte, []int) { + return file_flow_legacy_access_access_proto_rawDescGZIP(), []int{28} } -func (m *EventsResponse_Result) Reset() { *m = EventsResponse_Result{} } -func (m *EventsResponse_Result) String() string { return proto.CompactTextString(m) } -func (*EventsResponse_Result) ProtoMessage() {} -func (*EventsResponse_Result) Descriptor() ([]byte, []int) { - return fileDescriptor_bd1967bd8421cd93, []int{28, 0} +func (x *EventsResponse) GetResults() []*EventsResponse_Result { + if x != nil { + return x.Results + } + return nil } -func (m *EventsResponse_Result) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_EventsResponse_Result.Unmarshal(m, b) -} -func (m *EventsResponse_Result) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_EventsResponse_Result.Marshal(b, m, deterministic) -} -func (m *EventsResponse_Result) XXX_Merge(src proto.Message) { - xxx_messageInfo_EventsResponse_Result.Merge(m, src) -} -func (m *EventsResponse_Result) XXX_Size() int { - return xxx_messageInfo_EventsResponse_Result.Size(m) -} -func (m *EventsResponse_Result) XXX_DiscardUnknown() { - xxx_messageInfo_EventsResponse_Result.DiscardUnknown(m) +type GetNetworkParametersRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields } -var xxx_messageInfo_EventsResponse_Result proto.InternalMessageInfo - -func (m *EventsResponse_Result) GetBlockId() []byte { - if m != nil { - return m.BlockId +func (x *GetNetworkParametersRequest) Reset() { + *x = GetNetworkParametersRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_flow_legacy_access_access_proto_msgTypes[29] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) } - return nil } -func (m *EventsResponse_Result) GetBlockHeight() uint64 { - if m != nil { - return m.BlockHeight - } - return 0 +func (x *GetNetworkParametersRequest) String() string { + return protoimpl.X.MessageStringOf(x) } -func (m *EventsResponse_Result) GetEvents() []*entities.Event { - if m != nil { - return m.Events +func (*GetNetworkParametersRequest) ProtoMessage() {} + +func (x *GetNetworkParametersRequest) ProtoReflect() protoreflect.Message { + mi := &file_flow_legacy_access_access_proto_msgTypes[29] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms } - return nil + return mi.MessageOf(x) } -type GetNetworkParametersRequest struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` +// Deprecated: Use GetNetworkParametersRequest.ProtoReflect.Descriptor instead. +func (*GetNetworkParametersRequest) Descriptor() ([]byte, []int) { + return file_flow_legacy_access_access_proto_rawDescGZIP(), []int{29} } -func (m *GetNetworkParametersRequest) Reset() { *m = GetNetworkParametersRequest{} } -func (m *GetNetworkParametersRequest) String() string { return proto.CompactTextString(m) } -func (*GetNetworkParametersRequest) ProtoMessage() {} -func (*GetNetworkParametersRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_bd1967bd8421cd93, []int{29} +type GetNetworkParametersResponse struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + ChainId string `protobuf:"bytes,1,opt,name=chain_id,json=chainId,proto3" json:"chain_id,omitempty"` } -func (m *GetNetworkParametersRequest) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_GetNetworkParametersRequest.Unmarshal(m, b) +func (x *GetNetworkParametersResponse) Reset() { + *x = GetNetworkParametersResponse{} + if protoimpl.UnsafeEnabled { + mi := &file_flow_legacy_access_access_proto_msgTypes[30] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } } -func (m *GetNetworkParametersRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_GetNetworkParametersRequest.Marshal(b, m, deterministic) + +func (x *GetNetworkParametersResponse) String() string { + return protoimpl.X.MessageStringOf(x) } -func (m *GetNetworkParametersRequest) XXX_Merge(src proto.Message) { - xxx_messageInfo_GetNetworkParametersRequest.Merge(m, src) + +func (*GetNetworkParametersResponse) ProtoMessage() {} + +func (x *GetNetworkParametersResponse) ProtoReflect() protoreflect.Message { + mi := &file_flow_legacy_access_access_proto_msgTypes[30] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) } -func (m *GetNetworkParametersRequest) XXX_Size() int { - return xxx_messageInfo_GetNetworkParametersRequest.Size(m) + +// Deprecated: Use GetNetworkParametersResponse.ProtoReflect.Descriptor instead. +func (*GetNetworkParametersResponse) Descriptor() ([]byte, []int) { + return file_flow_legacy_access_access_proto_rawDescGZIP(), []int{30} } -func (m *GetNetworkParametersRequest) XXX_DiscardUnknown() { - xxx_messageInfo_GetNetworkParametersRequest.DiscardUnknown(m) + +func (x *GetNetworkParametersResponse) GetChainId() string { + if x != nil { + return x.ChainId + } + return "" } -var xxx_messageInfo_GetNetworkParametersRequest proto.InternalMessageInfo +type EventsResponse_Result struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields -type GetNetworkParametersResponse struct { - ChainId string `protobuf:"bytes,1,opt,name=chain_id,json=chainId,proto3" json:"chain_id,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` + BlockId []byte `protobuf:"bytes,1,opt,name=block_id,json=blockId,proto3" json:"block_id,omitempty"` + BlockHeight uint64 `protobuf:"varint,2,opt,name=block_height,json=blockHeight,proto3" json:"block_height,omitempty"` + Events []*entities.Event `protobuf:"bytes,3,rep,name=events,proto3" json:"events,omitempty"` } -func (m *GetNetworkParametersResponse) Reset() { *m = GetNetworkParametersResponse{} } -func (m *GetNetworkParametersResponse) String() string { return proto.CompactTextString(m) } -func (*GetNetworkParametersResponse) ProtoMessage() {} -func (*GetNetworkParametersResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_bd1967bd8421cd93, []int{30} +func (x *EventsResponse_Result) Reset() { + *x = EventsResponse_Result{} + if protoimpl.UnsafeEnabled { + mi := &file_flow_legacy_access_access_proto_msgTypes[31] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } } -func (m *GetNetworkParametersResponse) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_GetNetworkParametersResponse.Unmarshal(m, b) -} -func (m *GetNetworkParametersResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_GetNetworkParametersResponse.Marshal(b, m, deterministic) +func (x *EventsResponse_Result) String() string { + return protoimpl.X.MessageStringOf(x) } -func (m *GetNetworkParametersResponse) XXX_Merge(src proto.Message) { - xxx_messageInfo_GetNetworkParametersResponse.Merge(m, src) + +func (*EventsResponse_Result) ProtoMessage() {} + +func (x *EventsResponse_Result) ProtoReflect() protoreflect.Message { + mi := &file_flow_legacy_access_access_proto_msgTypes[31] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) } -func (m *GetNetworkParametersResponse) XXX_Size() int { - return xxx_messageInfo_GetNetworkParametersResponse.Size(m) + +// Deprecated: Use EventsResponse_Result.ProtoReflect.Descriptor instead. +func (*EventsResponse_Result) Descriptor() ([]byte, []int) { + return file_flow_legacy_access_access_proto_rawDescGZIP(), []int{28, 0} } -func (m *GetNetworkParametersResponse) XXX_DiscardUnknown() { - xxx_messageInfo_GetNetworkParametersResponse.DiscardUnknown(m) + +func (x *EventsResponse_Result) GetBlockId() []byte { + if x != nil { + return x.BlockId + } + return nil } -var xxx_messageInfo_GetNetworkParametersResponse proto.InternalMessageInfo +func (x *EventsResponse_Result) GetBlockHeight() uint64 { + if x != nil { + return x.BlockHeight + } + return 0 +} -func (m *GetNetworkParametersResponse) GetChainId() string { - if m != nil { - return m.ChainId +func (x *EventsResponse_Result) GetEvents() []*entities.Event { + if x != nil { + return x.Events } - return "" + return nil } -func init() { - proto.RegisterType((*PingRequest)(nil), "access.PingRequest") - proto.RegisterType((*PingResponse)(nil), "access.PingResponse") - proto.RegisterType((*GetLatestBlockHeaderRequest)(nil), "access.GetLatestBlockHeaderRequest") - proto.RegisterType((*GetBlockHeaderByIDRequest)(nil), "access.GetBlockHeaderByIDRequest") - proto.RegisterType((*GetBlockHeaderByHeightRequest)(nil), "access.GetBlockHeaderByHeightRequest") - proto.RegisterType((*BlockHeaderResponse)(nil), "access.BlockHeaderResponse") - proto.RegisterType((*GetLatestBlockRequest)(nil), "access.GetLatestBlockRequest") - proto.RegisterType((*GetBlockByIDRequest)(nil), "access.GetBlockByIDRequest") - proto.RegisterType((*GetBlockByHeightRequest)(nil), "access.GetBlockByHeightRequest") - proto.RegisterType((*BlockResponse)(nil), "access.BlockResponse") - proto.RegisterType((*GetCollectionByIDRequest)(nil), "access.GetCollectionByIDRequest") - proto.RegisterType((*CollectionResponse)(nil), "access.CollectionResponse") - proto.RegisterType((*SendTransactionRequest)(nil), "access.SendTransactionRequest") - proto.RegisterType((*SendTransactionResponse)(nil), "access.SendTransactionResponse") - proto.RegisterType((*GetTransactionRequest)(nil), "access.GetTransactionRequest") - proto.RegisterType((*TransactionResponse)(nil), "access.TransactionResponse") - proto.RegisterType((*TransactionResultResponse)(nil), "access.TransactionResultResponse") - proto.RegisterType((*GetAccountRequest)(nil), "access.GetAccountRequest") - proto.RegisterType((*GetAccountResponse)(nil), "access.GetAccountResponse") - proto.RegisterType((*GetAccountAtLatestBlockRequest)(nil), "access.GetAccountAtLatestBlockRequest") - proto.RegisterType((*AccountResponse)(nil), "access.AccountResponse") - proto.RegisterType((*GetAccountAtBlockHeightRequest)(nil), "access.GetAccountAtBlockHeightRequest") - proto.RegisterType((*ExecuteScriptAtLatestBlockRequest)(nil), "access.ExecuteScriptAtLatestBlockRequest") - proto.RegisterType((*ExecuteScriptAtBlockIDRequest)(nil), "access.ExecuteScriptAtBlockIDRequest") - proto.RegisterType((*ExecuteScriptAtBlockHeightRequest)(nil), "access.ExecuteScriptAtBlockHeightRequest") - proto.RegisterType((*ExecuteScriptResponse)(nil), "access.ExecuteScriptResponse") - proto.RegisterType((*GetEventsForHeightRangeRequest)(nil), "access.GetEventsForHeightRangeRequest") - proto.RegisterType((*GetEventsForBlockIDsRequest)(nil), "access.GetEventsForBlockIDsRequest") - proto.RegisterType((*EventsResponse)(nil), "access.EventsResponse") - proto.RegisterType((*EventsResponse_Result)(nil), "access.EventsResponse.Result") - proto.RegisterType((*GetNetworkParametersRequest)(nil), "access.GetNetworkParametersRequest") - proto.RegisterType((*GetNetworkParametersResponse)(nil), "access.GetNetworkParametersResponse") -} - -func init() { proto.RegisterFile("flow/legacy/access/access.proto", fileDescriptor_bd1967bd8421cd93) } - -var fileDescriptor_bd1967bd8421cd93 = []byte{ - // 1188 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x58, 0xdd, 0x52, 0xdb, 0x46, - 0x14, 0x1e, 0xdb, 0xc4, 0xe0, 0x83, 0x81, 0x66, 0x01, 0x63, 0xe4, 0x38, 0x18, 0xa5, 0x04, 0x68, - 0x26, 0xf6, 0x84, 0xa4, 0xcd, 0x34, 0x17, 0x9d, 0x01, 0x9a, 0x10, 0x32, 0x29, 0x43, 0x44, 0x2e, - 0x1a, 0xa6, 0x2d, 0x23, 0xa4, 0xc5, 0xd6, 0xc4, 0x48, 0xae, 0x76, 0x4d, 0xca, 0x4c, 0xdf, 0xaa, - 0x77, 0xbd, 0xe9, 0xab, 0x75, 0xbc, 0x3f, 0xd2, 0x4a, 0x5a, 0xc9, 0x99, 0xe4, 0x26, 0xf1, 0xee, - 0x7e, 0xfb, 0x9d, 0xdf, 0x3d, 0xe7, 0x08, 0xd8, 0xb8, 0x1a, 0x06, 0x9f, 0x7a, 0x43, 0xdc, 0xb7, - 0x9d, 0xdb, 0x9e, 0xed, 0x38, 0x98, 0x10, 0xf1, 0x5f, 0x77, 0x14, 0x06, 0x34, 0x40, 0x55, 0xbe, - 0x32, 0x4c, 0x15, 0x88, 0x7d, 0xea, 0x51, 0x0f, 0x33, 0x68, 0x30, 0xf6, 0x29, 0xc7, 0x1a, 0xdb, - 0x5a, 0xcc, 0xe5, 0x30, 0x70, 0x3e, 0x5e, 0x0c, 0xb0, 0xed, 0xe2, 0x50, 0x00, 0x3b, 0xf9, 0x40, - 0x81, 0xd8, 0xd2, 0x22, 0x9c, 0x60, 0x38, 0xc4, 0x0e, 0xf5, 0x02, 0xbf, 0x90, 0x08, 0xdf, 0xe0, - 0x48, 0xa7, 0x87, 0x5a, 0x04, 0x0d, 0x6d, 0x9f, 0xd8, 0x0a, 0x93, 0xb9, 0x00, 0xf3, 0xa7, 0x9e, - 0xdf, 0xb7, 0xf0, 0x9f, 0x63, 0x4c, 0xa8, 0xb9, 0x08, 0x75, 0xbe, 0x24, 0xa3, 0xc0, 0x27, 0xd8, - 0x7c, 0x01, 0xad, 0x23, 0x4c, 0xdf, 0xda, 0x14, 0x13, 0x7a, 0x30, 0xd1, 0xf3, 0x35, 0xb3, 0x47, - 0xc0, 0x51, 0x0b, 0x6a, 0x1e, 0xb9, 0x20, 0xd8, 0x1e, 0x62, 0xb7, 0x59, 0xea, 0x94, 0x76, 0xe6, - 0xac, 0x39, 0x8f, 0x9c, 0xb1, 0xb5, 0xf9, 0x08, 0xd6, 0x8f, 0xb0, 0x7a, 0xeb, 0xe0, 0xf6, 0xf8, - 0x67, 0x79, 0x73, 0x11, 0xca, 0x1e, 0xbf, 0x52, 0xb7, 0xca, 0x9e, 0x6b, 0x3e, 0x87, 0x76, 0x1a, - 0xfc, 0x1a, 0x7b, 0xfd, 0x01, 0x95, 0x17, 0x1a, 0x50, 0x1d, 0xb0, 0x0d, 0x76, 0x69, 0xc6, 0x12, - 0x2b, 0xf3, 0x00, 0x96, 0x13, 0x8a, 0x71, 0xc5, 0xd1, 0x23, 0xb8, 0xc3, 0xfc, 0xca, 0xd0, 0xf3, - 0x7b, 0xab, 0x5d, 0xe9, 0x83, 0xae, 0x8a, 0xe6, 0x18, 0xf3, 0x19, 0xac, 0x26, 0xad, 0xfc, 0x2c, - 0xfb, 0xb6, 0x60, 0x59, 0xaa, 0x5c, 0x64, 0xd9, 0x13, 0x58, 0x8b, 0x61, 0x9f, 0x67, 0xd3, 0x0f, - 0xb0, 0x20, 0xd4, 0x10, 0xd6, 0x6c, 0x25, 0xad, 0x59, 0x4a, 0x59, 0x23, 0xed, 0xf8, 0x0e, 0x9a, - 0x47, 0x98, 0x1e, 0x46, 0xd9, 0x52, 0xa4, 0xd6, 0x1b, 0x40, 0x31, 0x30, 0x12, 0xf4, 0x0c, 0x20, - 0x4e, 0x36, 0x21, 0x6d, 0x25, 0x96, 0xa6, 0xdc, 0x50, 0x70, 0xe6, 0x3b, 0x68, 0x9c, 0x61, 0xdf, - 0x7d, 0x1f, 0x67, 0x97, 0x94, 0xfa, 0x1c, 0xe6, 0x95, 0x9c, 0xcb, 0x06, 0x43, 0xbd, 0xa2, 0x22, - 0xcd, 0x5d, 0x58, 0xcb, 0x50, 0x0a, 0x1d, 0xd3, 0x96, 0x6c, 0xb3, 0xe8, 0x69, 0x84, 0xa7, 0x81, - 0x27, 0xb0, 0xac, 0xe3, 0xfb, 0x62, 0x1d, 0xff, 0x2b, 0xc1, 0x7a, 0x92, 0x70, 0x3c, 0xa4, 0x11, - 0xed, 0x53, 0xa8, 0x12, 0x6a, 0xd3, 0x31, 0x61, 0x8c, 0x8b, 0x7b, 0x2d, 0x2d, 0xe3, 0x19, 0x83, - 0x58, 0x02, 0x8a, 0x36, 0x60, 0x9e, 0xff, 0xba, 0x70, 0x02, 0x17, 0x37, 0xcb, 0x9d, 0xd2, 0xce, - 0x82, 0x05, 0x7c, 0xeb, 0x30, 0x70, 0x31, 0x7a, 0x00, 0x0b, 0x38, 0x0c, 0x83, 0xf0, 0xe2, 0x1a, - 0x13, 0x62, 0xf7, 0x71, 0xb3, 0xd2, 0x29, 0xed, 0xd4, 0xac, 0x3a, 0xdb, 0xfc, 0x85, 0xef, 0xa1, - 0x6d, 0xa8, 0xb2, 0x5a, 0x40, 0x9a, 0x33, 0x9d, 0x4a, 0x32, 0x5f, 0x5e, 0x4e, 0xf6, 0x2d, 0x71, - 0x6c, 0x3e, 0x86, 0xbb, 0x47, 0x98, 0xee, 0xf3, 0x6a, 0x26, 0xdd, 0xd6, 0x84, 0x59, 0xdb, 0x75, - 0x43, 0x4c, 0x88, 0xf0, 0x9d, 0x5c, 0x9a, 0xfb, 0x80, 0x54, 0x78, 0xf4, 0xd4, 0x66, 0x45, 0x3d, - 0x14, 0xbe, 0xbb, 0x1b, 0x8b, 0x93, 0x58, 0x89, 0x30, 0x5f, 0xc0, 0xfd, 0x98, 0x62, 0x5f, 0xf7, - 0xe6, 0xf2, 0xc5, 0xff, 0x04, 0x4b, 0x5f, 0x25, 0xfb, 0xf7, 0xa4, 0x6c, 0x51, 0x08, 0xd4, 0x07, - 0x99, 0x2b, 0x1b, 0x6d, 0x42, 0x5d, 0x16, 0x74, 0xf6, 0x60, 0xcb, 0xec, 0xc1, 0xce, 0x5f, 0xc6, - 0x1c, 0xe6, 0x07, 0xd8, 0x7c, 0xf9, 0x17, 0x76, 0xc6, 0x14, 0x9f, 0x39, 0xa1, 0x37, 0xd2, 0x5b, - 0xd7, 0x80, 0x2a, 0x61, 0xa7, 0x42, 0x80, 0x58, 0xa1, 0x7b, 0x50, 0xb3, 0xc3, 0xfe, 0xf8, 0x9a, - 0x45, 0xad, 0xdc, 0xa9, 0xec, 0xd4, 0xad, 0x78, 0xc3, 0x1c, 0x41, 0x3b, 0x45, 0xcd, 0x48, 0xe3, - 0xd7, 0xbd, 0x0e, 0x73, 0x5c, 0xbd, 0x28, 0xe1, 0x67, 0xd9, 0xfa, 0xd8, 0x55, 0x24, 0x96, 0xf3, - 0x25, 0x56, 0xd2, 0x12, 0xff, 0xce, 0x18, 0xa3, 0x71, 0x57, 0xda, 0x29, 0xa5, 0x8c, 0x53, 0xbe, - 0x50, 0xfa, 0x63, 0x58, 0x4d, 0x48, 0x8f, 0xe2, 0xbd, 0x02, 0x77, 0x6e, 0xec, 0xe1, 0x18, 0x0b, - 0x23, 0xf9, 0xc2, 0xbc, 0x61, 0x81, 0x65, 0xa9, 0x4d, 0x5e, 0x05, 0xa1, 0x50, 0xd2, 0xf6, 0xfb, - 0x58, 0x6a, 0x8a, 0x60, 0x86, 0xde, 0x8e, 0xf8, 0xb5, 0x9a, 0xc5, 0x7e, 0x4f, 0xb4, 0x27, 0xd4, - 0x0e, 0x69, 0x2a, 0xa4, 0x6c, 0x4f, 0x68, 0xdf, 0x06, 0xc0, 0xbe, 0x2b, 0x01, 0x15, 0x06, 0xa8, - 0x61, 0xdf, 0x15, 0x11, 0x3f, 0x61, 0xdd, 0x31, 0x92, 0x2b, 0x62, 0x42, 0x8a, 0x84, 0xb6, 0xa0, - 0x26, 0x03, 0x25, 0xe3, 0x3c, 0x27, 0x22, 0x45, 0xcc, 0x7f, 0x4b, 0xb0, 0xc8, 0xd9, 0x94, 0xe2, - 0x34, 0x1b, 0xb2, 0xba, 0x32, 0xc9, 0xc8, 0xc9, 0x5b, 0x6e, 0x77, 0xc5, 0x9c, 0x92, 0x04, 0x76, - 0x45, 0xf5, 0x91, 0x68, 0x23, 0x80, 0x2a, 0xdf, 0x2a, 0xca, 0x8d, 0xe9, 0x59, 0xad, 0xd4, 0x92, - 0x4a, 0x71, 0x2d, 0x69, 0x33, 0x67, 0x9c, 0x60, 0xfa, 0x29, 0x08, 0x3f, 0x9e, 0xda, 0xa1, 0x7d, - 0x8d, 0x29, 0x0e, 0xa5, 0x33, 0xcc, 0x1f, 0xe1, 0x9e, 0xfe, 0x58, 0x18, 0xba, 0x0e, 0x73, 0xce, - 0xc0, 0xf6, 0x7c, 0xa9, 0x65, 0xcd, 0x9a, 0x65, 0xeb, 0x63, 0x77, 0xef, 0x9f, 0x05, 0xa8, 0xed, - 0x33, 0xa3, 0xf7, 0x4f, 0x8f, 0xd1, 0x13, 0x98, 0x99, 0x8c, 0x28, 0x68, 0x59, 0x3a, 0x42, 0x99, - 0x5f, 0x8c, 0x95, 0xe4, 0xa6, 0xe0, 0xfe, 0x15, 0x56, 0x74, 0x53, 0x0c, 0x7a, 0x20, 0xd1, 0x05, - 0x33, 0x8e, 0xd1, 0x92, 0x20, 0xdd, 0x98, 0xf1, 0x9e, 0x55, 0xc4, 0xd4, 0x8c, 0x83, 0x36, 0x15, - 0x5e, 0xfd, 0xfc, 0x53, 0xcc, 0xfa, 0x1b, 0x34, 0xf4, 0xc3, 0x10, 0xda, 0xca, 0x63, 0x4e, 0x3c, - 0xcc, 0x62, 0xf6, 0x57, 0xb0, 0x98, 0xb4, 0x17, 0xb5, 0xf5, 0x7e, 0x90, 0x6c, 0xab, 0x09, 0xb6, - 0x88, 0xe7, 0x00, 0xea, 0xea, 0xfc, 0x83, 0x5a, 0x69, 0xdd, 0x54, 0x7b, 0x73, 0x38, 0xde, 0xc0, - 0x37, 0xe9, 0xe1, 0x08, 0x6d, 0x64, 0x79, 0x92, 0xd6, 0xe5, 0x70, 0xbd, 0x63, 0xcd, 0x2c, 0x39, - 0xfd, 0xa0, 0x8e, 0x42, 0xa6, 0x1d, 0x8c, 0x0c, 0x43, 0x22, 0x34, 0xe3, 0x90, 0x05, 0x4b, 0xa9, - 0x29, 0x04, 0xdd, 0x97, 0x70, 0xfd, 0xc4, 0x63, 0x6c, 0xe4, 0x9e, 0x0b, 0xce, 0xb7, 0xcc, 0xfd, - 0x2a, 0xa5, 0xea, 0x7e, 0x0d, 0x63, 0xe4, 0x57, 0x1d, 0x1b, 0x4f, 0xed, 0xcc, 0x14, 0x32, 0x8d, - 0x73, 0x53, 0xcf, 0xa9, 0xce, 0x2f, 0x87, 0x00, 0x71, 0xb7, 0x44, 0xeb, 0x0a, 0x5f, 0x72, 0x5e, - 0x88, 0x1d, 0xa8, 0x99, 0x0d, 0xce, 0xd9, 0xf0, 0xab, 0x6b, 0xf7, 0xe8, 0x61, 0xf6, 0x9a, 0xae, - 0x63, 0x1a, 0x6b, 0x12, 0x37, 0x85, 0x5b, 0xe9, 0x4f, 0x7a, 0xee, 0x6c, 0x03, 0xcb, 0xe7, 0xbe, - 0x02, 0x23, 0xbf, 0x97, 0xa3, 0xdd, 0xa8, 0x06, 0x4f, 0xeb, 0xf7, 0x46, 0x5b, 0x0b, 0x8d, 0xe4, - 0xfc, 0x01, 0x0d, 0x7d, 0x63, 0x8f, 0x5f, 0x7a, 0x61, 0xe3, 0x9f, 0xc6, 0x9f, 0xb5, 0x43, 0x75, - 0xd3, 0x6e, 0x91, 0x8c, 0xa4, 0xa7, 0xa6, 0xc8, 0xf9, 0xc0, 0x62, 0xa1, 0xeb, 0xc0, 0x89, 0x58, - 0x14, 0xb4, 0x68, 0xa3, 0xa1, 0x6f, 0x6c, 0xe8, 0x8c, 0x65, 0x78, 0xa6, 0xc9, 0x26, 0x8a, 0x77, - 0x5e, 0x0b, 0xce, 0x25, 0xb5, 0x19, 0x69, 0xa6, 0x1b, 0x25, 0x48, 0xf3, 0x5a, 0x99, 0xf1, 0x6d, - 0x31, 0x88, 0x8b, 0x38, 0x38, 0x87, 0xcd, 0x20, 0xec, 0x77, 0x03, 0x7f, 0xf2, 0x25, 0xce, 0xbf, - 0xb6, 0x2f, 0xc7, 0x57, 0x5d, 0xfe, 0x49, 0x2e, 0x18, 0xce, 0xbf, 0xef, 0x7b, 0x74, 0x30, 0xbe, - 0xec, 0x3a, 0xc1, 0x75, 0x8f, 0x23, 0x7b, 0xec, 0x1f, 0x09, 0xef, 0xf5, 0x83, 0x5e, 0xf6, 0x4f, - 0x15, 0x97, 0x55, 0x76, 0xfe, 0xf4, 0xff, 0x00, 0x00, 0x00, 0xff, 0xff, 0x31, 0xbb, 0xa4, 0x7d, - 0xc7, 0x10, 0x00, 0x00, +var File_flow_legacy_access_access_proto protoreflect.FileDescriptor + +var file_flow_legacy_access_access_proto_rawDesc = []byte{ + 0x0a, 0x1f, 0x66, 0x6c, 0x6f, 0x77, 0x2f, 0x6c, 0x65, 0x67, 0x61, 0x63, 0x79, 0x2f, 0x61, 0x63, + 0x63, 0x65, 0x73, 0x73, 0x2f, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, + 0x6f, 0x12, 0x06, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x1a, 0x22, 0x66, 0x6c, 0x6f, 0x77, 0x2f, + 0x6c, 0x65, 0x67, 0x61, 0x63, 0x79, 0x2f, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x2f, + 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x27, 0x66, + 0x6c, 0x6f, 0x77, 0x2f, 0x6c, 0x65, 0x67, 0x61, 0x63, 0x79, 0x2f, 0x65, 0x6e, 0x74, 0x69, 0x74, + 0x69, 0x65, 0x73, 0x2f, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x5f, 0x68, 0x65, 0x61, 0x64, 0x65, 0x72, + 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x20, 0x66, 0x6c, 0x6f, 0x77, 0x2f, 0x6c, 0x65, 0x67, + 0x61, 0x63, 0x79, 0x2f, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x2f, 0x62, 0x6c, 0x6f, + 0x63, 0x6b, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x25, 0x66, 0x6c, 0x6f, 0x77, 0x2f, 0x6c, + 0x65, 0x67, 0x61, 0x63, 0x79, 0x2f, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x2f, 0x63, + 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, + 0x20, 0x66, 0x6c, 0x6f, 0x77, 0x2f, 0x6c, 0x65, 0x67, 0x61, 0x63, 0x79, 0x2f, 0x65, 0x6e, 0x74, + 0x69, 0x74, 0x69, 0x65, 0x73, 0x2f, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x2e, 0x70, 0x72, 0x6f, 0x74, + 0x6f, 0x1a, 0x26, 0x66, 0x6c, 0x6f, 0x77, 0x2f, 0x6c, 0x65, 0x67, 0x61, 0x63, 0x79, 0x2f, 0x65, + 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x2f, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, + 0x69, 0x6f, 0x6e, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0x0d, 0x0a, 0x0b, 0x50, 0x69, 0x6e, + 0x67, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x22, 0x0e, 0x0a, 0x0c, 0x50, 0x69, 0x6e, 0x67, + 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x3a, 0x0a, 0x1b, 0x47, 0x65, 0x74, 0x4c, + 0x61, 0x74, 0x65, 0x73, 0x74, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x48, 0x65, 0x61, 0x64, 0x65, 0x72, + 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x1b, 0x0a, 0x09, 0x69, 0x73, 0x5f, 0x73, 0x65, + 0x61, 0x6c, 0x65, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x08, 0x69, 0x73, 0x53, 0x65, + 0x61, 0x6c, 0x65, 0x64, 0x22, 0x2b, 0x0a, 0x19, 0x47, 0x65, 0x74, 0x42, 0x6c, 0x6f, 0x63, 0x6b, + 0x48, 0x65, 0x61, 0x64, 0x65, 0x72, 0x42, 0x79, 0x49, 0x44, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, + 0x74, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x02, 0x69, + 0x64, 0x22, 0x37, 0x0a, 0x1d, 0x47, 0x65, 0x74, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x48, 0x65, 0x61, + 0x64, 0x65, 0x72, 0x42, 0x79, 0x48, 0x65, 0x69, 0x67, 0x68, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, + 0x73, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x68, 0x65, 0x69, 0x67, 0x68, 0x74, 0x18, 0x01, 0x20, 0x01, + 0x28, 0x04, 0x52, 0x06, 0x68, 0x65, 0x69, 0x67, 0x68, 0x74, 0x22, 0x42, 0x0a, 0x13, 0x42, 0x6c, + 0x6f, 0x63, 0x6b, 0x48, 0x65, 0x61, 0x64, 0x65, 0x72, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, + 0x65, 0x12, 0x2b, 0x0a, 0x05, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, + 0x32, 0x15, 0x2e, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x2e, 0x42, 0x6c, 0x6f, 0x63, + 0x6b, 0x48, 0x65, 0x61, 0x64, 0x65, 0x72, 0x52, 0x05, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x22, 0x34, + 0x0a, 0x15, 0x47, 0x65, 0x74, 0x4c, 0x61, 0x74, 0x65, 0x73, 0x74, 0x42, 0x6c, 0x6f, 0x63, 0x6b, + 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x1b, 0x0a, 0x09, 0x69, 0x73, 0x5f, 0x73, 0x65, + 0x61, 0x6c, 0x65, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x08, 0x69, 0x73, 0x53, 0x65, + 0x61, 0x6c, 0x65, 0x64, 0x22, 0x25, 0x0a, 0x13, 0x47, 0x65, 0x74, 0x42, 0x6c, 0x6f, 0x63, 0x6b, + 0x42, 0x79, 0x49, 0x44, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x0e, 0x0a, 0x02, 0x69, + 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x02, 0x69, 0x64, 0x22, 0x31, 0x0a, 0x17, 0x47, + 0x65, 0x74, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x42, 0x79, 0x48, 0x65, 0x69, 0x67, 0x68, 0x74, 0x52, + 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x68, 0x65, 0x69, 0x67, 0x68, 0x74, + 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x06, 0x68, 0x65, 0x69, 0x67, 0x68, 0x74, 0x22, 0x36, + 0x0a, 0x0d, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, + 0x25, 0x0a, 0x05, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0f, + 0x2e, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x2e, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x52, + 0x05, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x22, 0x2a, 0x0a, 0x18, 0x47, 0x65, 0x74, 0x43, 0x6f, 0x6c, + 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x79, 0x49, 0x44, 0x52, 0x65, 0x71, 0x75, 0x65, + 0x73, 0x74, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x02, + 0x69, 0x64, 0x22, 0x4a, 0x0a, 0x12, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, + 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x34, 0x0a, 0x0a, 0x63, 0x6f, 0x6c, 0x6c, + 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x14, 0x2e, 0x65, + 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x2e, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, + 0x6f, 0x6e, 0x52, 0x0a, 0x63, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x22, 0x51, + 0x0a, 0x16, 0x53, 0x65, 0x6e, 0x64, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, + 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x37, 0x0a, 0x0b, 0x74, 0x72, 0x61, 0x6e, + 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x15, 0x2e, + 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x2e, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, + 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x0b, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, + 0x6e, 0x22, 0x29, 0x0a, 0x17, 0x53, 0x65, 0x6e, 0x64, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, + 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x0e, 0x0a, 0x02, + 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x02, 0x69, 0x64, 0x22, 0x27, 0x0a, 0x15, + 0x47, 0x65, 0x74, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, + 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, + 0x0c, 0x52, 0x02, 0x69, 0x64, 0x22, 0x4e, 0x0a, 0x13, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, + 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x37, 0x0a, 0x0b, + 0x74, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, + 0x0b, 0x32, 0x15, 0x2e, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x2e, 0x54, 0x72, 0x61, + 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x0b, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x61, + 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x22, 0xbf, 0x01, 0x0a, 0x19, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, + 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, + 0x6e, 0x73, 0x65, 0x12, 0x33, 0x0a, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x01, 0x20, + 0x01, 0x28, 0x0e, 0x32, 0x1b, 0x2e, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x2e, 0x54, + 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, + 0x52, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x1f, 0x0a, 0x0b, 0x73, 0x74, 0x61, 0x74, + 0x75, 0x73, 0x5f, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0a, 0x73, + 0x74, 0x61, 0x74, 0x75, 0x73, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x23, 0x0a, 0x0d, 0x65, 0x72, 0x72, + 0x6f, 0x72, 0x5f, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x0c, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x12, 0x27, + 0x0a, 0x06, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x04, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x0f, + 0x2e, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x2e, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x52, + 0x06, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x22, 0x2d, 0x0a, 0x11, 0x47, 0x65, 0x74, 0x41, 0x63, + 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x18, 0x0a, 0x07, + 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x07, 0x61, + 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x22, 0x41, 0x0a, 0x12, 0x47, 0x65, 0x74, 0x41, 0x63, 0x63, + 0x6f, 0x75, 0x6e, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x2b, 0x0a, 0x07, + 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x11, 0x2e, + 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x2e, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, + 0x52, 0x07, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x22, 0x3a, 0x0a, 0x1e, 0x47, 0x65, 0x74, + 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x41, 0x74, 0x4c, 0x61, 0x74, 0x65, 0x73, 0x74, 0x42, + 0x6c, 0x6f, 0x63, 0x6b, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x18, 0x0a, 0x07, 0x61, + 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x07, 0x61, 0x64, + 0x64, 0x72, 0x65, 0x73, 0x73, 0x22, 0x3e, 0x0a, 0x0f, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, + 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x2b, 0x0a, 0x07, 0x61, 0x63, 0x63, 0x6f, + 0x75, 0x6e, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x11, 0x2e, 0x65, 0x6e, 0x74, 0x69, + 0x74, 0x69, 0x65, 0x73, 0x2e, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x52, 0x07, 0x61, 0x63, + 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x22, 0x5d, 0x0a, 0x1e, 0x47, 0x65, 0x74, 0x41, 0x63, 0x63, 0x6f, + 0x75, 0x6e, 0x74, 0x41, 0x74, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x48, 0x65, 0x69, 0x67, 0x68, 0x74, + 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x18, 0x0a, 0x07, 0x61, 0x64, 0x64, 0x72, 0x65, + 0x73, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x07, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, + 0x73, 0x12, 0x21, 0x0a, 0x0c, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x5f, 0x68, 0x65, 0x69, 0x67, 0x68, + 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x04, 0x52, 0x0b, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x48, 0x65, + 0x69, 0x67, 0x68, 0x74, 0x22, 0x59, 0x0a, 0x21, 0x45, 0x78, 0x65, 0x63, 0x75, 0x74, 0x65, 0x53, + 0x63, 0x72, 0x69, 0x70, 0x74, 0x41, 0x74, 0x4c, 0x61, 0x74, 0x65, 0x73, 0x74, 0x42, 0x6c, 0x6f, + 0x63, 0x6b, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x73, 0x63, 0x72, + 0x69, 0x70, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x06, 0x73, 0x63, 0x72, 0x69, 0x70, + 0x74, 0x12, 0x1c, 0x0a, 0x09, 0x61, 0x72, 0x67, 0x75, 0x6d, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x02, + 0x20, 0x03, 0x28, 0x0c, 0x52, 0x09, 0x61, 0x72, 0x67, 0x75, 0x6d, 0x65, 0x6e, 0x74, 0x73, 0x22, + 0x70, 0x0a, 0x1d, 0x45, 0x78, 0x65, 0x63, 0x75, 0x74, 0x65, 0x53, 0x63, 0x72, 0x69, 0x70, 0x74, + 0x41, 0x74, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x49, 0x44, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, + 0x12, 0x19, 0x0a, 0x08, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, + 0x28, 0x0c, 0x52, 0x07, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x49, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x73, + 0x63, 0x72, 0x69, 0x70, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x06, 0x73, 0x63, 0x72, + 0x69, 0x70, 0x74, 0x12, 0x1c, 0x0a, 0x09, 0x61, 0x72, 0x67, 0x75, 0x6d, 0x65, 0x6e, 0x74, 0x73, + 0x18, 0x03, 0x20, 0x03, 0x28, 0x0c, 0x52, 0x09, 0x61, 0x72, 0x67, 0x75, 0x6d, 0x65, 0x6e, 0x74, + 0x73, 0x22, 0x7c, 0x0a, 0x21, 0x45, 0x78, 0x65, 0x63, 0x75, 0x74, 0x65, 0x53, 0x63, 0x72, 0x69, + 0x70, 0x74, 0x41, 0x74, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x48, 0x65, 0x69, 0x67, 0x68, 0x74, 0x52, + 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x21, 0x0a, 0x0c, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x5f, + 0x68, 0x65, 0x69, 0x67, 0x68, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x0b, 0x62, 0x6c, + 0x6f, 0x63, 0x6b, 0x48, 0x65, 0x69, 0x67, 0x68, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x73, 0x63, 0x72, + 0x69, 0x70, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x06, 0x73, 0x63, 0x72, 0x69, 0x70, + 0x74, 0x12, 0x1c, 0x0a, 0x09, 0x61, 0x72, 0x67, 0x75, 0x6d, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x03, + 0x20, 0x03, 0x28, 0x0c, 0x52, 0x09, 0x61, 0x72, 0x67, 0x75, 0x6d, 0x65, 0x6e, 0x74, 0x73, 0x22, + 0x2d, 0x0a, 0x15, 0x45, 0x78, 0x65, 0x63, 0x75, 0x74, 0x65, 0x53, 0x63, 0x72, 0x69, 0x70, 0x74, + 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, + 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x22, 0x76, + 0x0a, 0x1e, 0x47, 0x65, 0x74, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x46, 0x6f, 0x72, 0x48, 0x65, + 0x69, 0x67, 0x68, 0x74, 0x52, 0x61, 0x6e, 0x67, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, + 0x12, 0x12, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, + 0x74, 0x79, 0x70, 0x65, 0x12, 0x21, 0x0a, 0x0c, 0x73, 0x74, 0x61, 0x72, 0x74, 0x5f, 0x68, 0x65, + 0x69, 0x67, 0x68, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x04, 0x52, 0x0b, 0x73, 0x74, 0x61, 0x72, + 0x74, 0x48, 0x65, 0x69, 0x67, 0x68, 0x74, 0x12, 0x1d, 0x0a, 0x0a, 0x65, 0x6e, 0x64, 0x5f, 0x68, + 0x65, 0x69, 0x67, 0x68, 0x74, 0x18, 0x03, 0x20, 0x01, 0x28, 0x04, 0x52, 0x09, 0x65, 0x6e, 0x64, + 0x48, 0x65, 0x69, 0x67, 0x68, 0x74, 0x22, 0x4e, 0x0a, 0x1b, 0x47, 0x65, 0x74, 0x45, 0x76, 0x65, + 0x6e, 0x74, 0x73, 0x46, 0x6f, 0x72, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x49, 0x44, 0x73, 0x52, 0x65, + 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x18, 0x01, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x04, 0x74, 0x79, 0x70, 0x65, 0x12, 0x1b, 0x0a, 0x09, 0x62, 0x6c, 0x6f, + 0x63, 0x6b, 0x5f, 0x69, 0x64, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0c, 0x52, 0x08, 0x62, 0x6c, + 0x6f, 0x63, 0x6b, 0x49, 0x64, 0x73, 0x22, 0xba, 0x01, 0x0a, 0x0e, 0x45, 0x76, 0x65, 0x6e, 0x74, + 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x37, 0x0a, 0x07, 0x72, 0x65, 0x73, + 0x75, 0x6c, 0x74, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x1d, 0x2e, 0x61, 0x63, 0x63, + 0x65, 0x73, 0x73, 0x2e, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, + 0x73, 0x65, 0x2e, 0x52, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x52, 0x07, 0x72, 0x65, 0x73, 0x75, 0x6c, + 0x74, 0x73, 0x1a, 0x6f, 0x0a, 0x06, 0x52, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x12, 0x19, 0x0a, 0x08, + 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x07, + 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x49, 0x64, 0x12, 0x21, 0x0a, 0x0c, 0x62, 0x6c, 0x6f, 0x63, 0x6b, + 0x5f, 0x68, 0x65, 0x69, 0x67, 0x68, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x04, 0x52, 0x0b, 0x62, + 0x6c, 0x6f, 0x63, 0x6b, 0x48, 0x65, 0x69, 0x67, 0x68, 0x74, 0x12, 0x27, 0x0a, 0x06, 0x65, 0x76, + 0x65, 0x6e, 0x74, 0x73, 0x18, 0x03, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x0f, 0x2e, 0x65, 0x6e, 0x74, + 0x69, 0x74, 0x69, 0x65, 0x73, 0x2e, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x52, 0x06, 0x65, 0x76, 0x65, + 0x6e, 0x74, 0x73, 0x22, 0x1d, 0x0a, 0x1b, 0x47, 0x65, 0x74, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, + 0x6b, 0x50, 0x61, 0x72, 0x61, 0x6d, 0x65, 0x74, 0x65, 0x72, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, + 0x73, 0x74, 0x22, 0x39, 0x0a, 0x1c, 0x47, 0x65, 0x74, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, + 0x50, 0x61, 0x72, 0x61, 0x6d, 0x65, 0x74, 0x65, 0x72, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, + 0x73, 0x65, 0x12, 0x19, 0x0a, 0x08, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x5f, 0x69, 0x64, 0x18, 0x01, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x49, 0x64, 0x32, 0xb3, 0x0d, + 0x0a, 0x09, 0x41, 0x63, 0x63, 0x65, 0x73, 0x73, 0x41, 0x50, 0x49, 0x12, 0x31, 0x0a, 0x04, 0x50, + 0x69, 0x6e, 0x67, 0x12, 0x13, 0x2e, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x2e, 0x50, 0x69, 0x6e, + 0x67, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x14, 0x2e, 0x61, 0x63, 0x63, 0x65, 0x73, + 0x73, 0x2e, 0x50, 0x69, 0x6e, 0x67, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x58, + 0x0a, 0x14, 0x47, 0x65, 0x74, 0x4c, 0x61, 0x74, 0x65, 0x73, 0x74, 0x42, 0x6c, 0x6f, 0x63, 0x6b, + 0x48, 0x65, 0x61, 0x64, 0x65, 0x72, 0x12, 0x23, 0x2e, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x2e, + 0x47, 0x65, 0x74, 0x4c, 0x61, 0x74, 0x65, 0x73, 0x74, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x48, 0x65, + 0x61, 0x64, 0x65, 0x72, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1b, 0x2e, 0x61, 0x63, + 0x63, 0x65, 0x73, 0x73, 0x2e, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x48, 0x65, 0x61, 0x64, 0x65, 0x72, + 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x54, 0x0a, 0x12, 0x47, 0x65, 0x74, 0x42, + 0x6c, 0x6f, 0x63, 0x6b, 0x48, 0x65, 0x61, 0x64, 0x65, 0x72, 0x42, 0x79, 0x49, 0x44, 0x12, 0x21, + 0x2e, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x2e, 0x47, 0x65, 0x74, 0x42, 0x6c, 0x6f, 0x63, 0x6b, + 0x48, 0x65, 0x61, 0x64, 0x65, 0x72, 0x42, 0x79, 0x49, 0x44, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, + 0x74, 0x1a, 0x1b, 0x2e, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x2e, 0x42, 0x6c, 0x6f, 0x63, 0x6b, + 0x48, 0x65, 0x61, 0x64, 0x65, 0x72, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x5c, + 0x0a, 0x16, 0x47, 0x65, 0x74, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x48, 0x65, 0x61, 0x64, 0x65, 0x72, + 0x42, 0x79, 0x48, 0x65, 0x69, 0x67, 0x68, 0x74, 0x12, 0x25, 0x2e, 0x61, 0x63, 0x63, 0x65, 0x73, + 0x73, 0x2e, 0x47, 0x65, 0x74, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x48, 0x65, 0x61, 0x64, 0x65, 0x72, + 0x42, 0x79, 0x48, 0x65, 0x69, 0x67, 0x68, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, + 0x1b, 0x2e, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x2e, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x48, 0x65, + 0x61, 0x64, 0x65, 0x72, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x46, 0x0a, 0x0e, + 0x47, 0x65, 0x74, 0x4c, 0x61, 0x74, 0x65, 0x73, 0x74, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x12, 0x1d, + 0x2e, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x2e, 0x47, 0x65, 0x74, 0x4c, 0x61, 0x74, 0x65, 0x73, + 0x74, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x15, 0x2e, + 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x2e, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x52, 0x65, 0x73, 0x70, + 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x42, 0x0a, 0x0c, 0x47, 0x65, 0x74, 0x42, 0x6c, 0x6f, 0x63, 0x6b, + 0x42, 0x79, 0x49, 0x44, 0x12, 0x1b, 0x2e, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x2e, 0x47, 0x65, + 0x74, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x42, 0x79, 0x49, 0x44, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, + 0x74, 0x1a, 0x15, 0x2e, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x2e, 0x42, 0x6c, 0x6f, 0x63, 0x6b, + 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x4a, 0x0a, 0x10, 0x47, 0x65, 0x74, 0x42, + 0x6c, 0x6f, 0x63, 0x6b, 0x42, 0x79, 0x48, 0x65, 0x69, 0x67, 0x68, 0x74, 0x12, 0x1f, 0x2e, 0x61, + 0x63, 0x63, 0x65, 0x73, 0x73, 0x2e, 0x47, 0x65, 0x74, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x42, 0x79, + 0x48, 0x65, 0x69, 0x67, 0x68, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x15, 0x2e, + 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x2e, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x52, 0x65, 0x73, 0x70, + 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x51, 0x0a, 0x11, 0x47, 0x65, 0x74, 0x43, 0x6f, 0x6c, 0x6c, 0x65, + 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x79, 0x49, 0x44, 0x12, 0x20, 0x2e, 0x61, 0x63, 0x63, 0x65, + 0x73, 0x73, 0x2e, 0x47, 0x65, 0x74, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, + 0x42, 0x79, 0x49, 0x44, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1a, 0x2e, 0x61, 0x63, + 0x63, 0x65, 0x73, 0x73, 0x2e, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x52, + 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x52, 0x0a, 0x0f, 0x53, 0x65, 0x6e, 0x64, 0x54, + 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x1e, 0x2e, 0x61, 0x63, 0x63, + 0x65, 0x73, 0x73, 0x2e, 0x53, 0x65, 0x6e, 0x64, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, + 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1f, 0x2e, 0x61, 0x63, 0x63, + 0x65, 0x73, 0x73, 0x2e, 0x53, 0x65, 0x6e, 0x64, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, + 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x4c, 0x0a, 0x0e, 0x47, + 0x65, 0x74, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x1d, 0x2e, + 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x2e, 0x47, 0x65, 0x74, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, + 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1b, 0x2e, 0x61, + 0x63, 0x63, 0x65, 0x73, 0x73, 0x2e, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, + 0x6e, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x58, 0x0a, 0x14, 0x47, 0x65, 0x74, + 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x75, 0x6c, + 0x74, 0x12, 0x1d, 0x2e, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x2e, 0x47, 0x65, 0x74, 0x54, 0x72, + 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, + 0x1a, 0x21, 0x2e, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x2e, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, + 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, + 0x6e, 0x73, 0x65, 0x12, 0x43, 0x0a, 0x0a, 0x47, 0x65, 0x74, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, + 0x74, 0x12, 0x19, 0x2e, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x2e, 0x47, 0x65, 0x74, 0x41, 0x63, + 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1a, 0x2e, 0x61, + 0x63, 0x63, 0x65, 0x73, 0x73, 0x2e, 0x47, 0x65, 0x74, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, + 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x5a, 0x0a, 0x17, 0x47, 0x65, 0x74, 0x41, + 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x41, 0x74, 0x4c, 0x61, 0x74, 0x65, 0x73, 0x74, 0x42, 0x6c, + 0x6f, 0x63, 0x6b, 0x12, 0x26, 0x2e, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x2e, 0x47, 0x65, 0x74, + 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x41, 0x74, 0x4c, 0x61, 0x74, 0x65, 0x73, 0x74, 0x42, + 0x6c, 0x6f, 0x63, 0x6b, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x17, 0x2e, 0x61, 0x63, + 0x63, 0x65, 0x73, 0x73, 0x2e, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x52, 0x65, 0x73, 0x70, + 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x5a, 0x0a, 0x17, 0x47, 0x65, 0x74, 0x41, 0x63, 0x63, 0x6f, 0x75, + 0x6e, 0x74, 0x41, 0x74, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x48, 0x65, 0x69, 0x67, 0x68, 0x74, 0x12, + 0x26, 0x2e, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x2e, 0x47, 0x65, 0x74, 0x41, 0x63, 0x63, 0x6f, + 0x75, 0x6e, 0x74, 0x41, 0x74, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x48, 0x65, 0x69, 0x67, 0x68, 0x74, + 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x17, 0x2e, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, + 0x2e, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, + 0x12, 0x66, 0x0a, 0x1a, 0x45, 0x78, 0x65, 0x63, 0x75, 0x74, 0x65, 0x53, 0x63, 0x72, 0x69, 0x70, + 0x74, 0x41, 0x74, 0x4c, 0x61, 0x74, 0x65, 0x73, 0x74, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x12, 0x29, + 0x2e, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x2e, 0x45, 0x78, 0x65, 0x63, 0x75, 0x74, 0x65, 0x53, + 0x63, 0x72, 0x69, 0x70, 0x74, 0x41, 0x74, 0x4c, 0x61, 0x74, 0x65, 0x73, 0x74, 0x42, 0x6c, 0x6f, + 0x63, 0x6b, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1d, 0x2e, 0x61, 0x63, 0x63, 0x65, + 0x73, 0x73, 0x2e, 0x45, 0x78, 0x65, 0x63, 0x75, 0x74, 0x65, 0x53, 0x63, 0x72, 0x69, 0x70, 0x74, + 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x5e, 0x0a, 0x16, 0x45, 0x78, 0x65, 0x63, + 0x75, 0x74, 0x65, 0x53, 0x63, 0x72, 0x69, 0x70, 0x74, 0x41, 0x74, 0x42, 0x6c, 0x6f, 0x63, 0x6b, + 0x49, 0x44, 0x12, 0x25, 0x2e, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x2e, 0x45, 0x78, 0x65, 0x63, + 0x75, 0x74, 0x65, 0x53, 0x63, 0x72, 0x69, 0x70, 0x74, 0x41, 0x74, 0x42, 0x6c, 0x6f, 0x63, 0x6b, + 0x49, 0x44, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1d, 0x2e, 0x61, 0x63, 0x63, 0x65, + 0x73, 0x73, 0x2e, 0x45, 0x78, 0x65, 0x63, 0x75, 0x74, 0x65, 0x53, 0x63, 0x72, 0x69, 0x70, 0x74, + 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x66, 0x0a, 0x1a, 0x45, 0x78, 0x65, 0x63, + 0x75, 0x74, 0x65, 0x53, 0x63, 0x72, 0x69, 0x70, 0x74, 0x41, 0x74, 0x42, 0x6c, 0x6f, 0x63, 0x6b, + 0x48, 0x65, 0x69, 0x67, 0x68, 0x74, 0x12, 0x29, 0x2e, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x2e, + 0x45, 0x78, 0x65, 0x63, 0x75, 0x74, 0x65, 0x53, 0x63, 0x72, 0x69, 0x70, 0x74, 0x41, 0x74, 0x42, + 0x6c, 0x6f, 0x63, 0x6b, 0x48, 0x65, 0x69, 0x67, 0x68, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, + 0x74, 0x1a, 0x1d, 0x2e, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x2e, 0x45, 0x78, 0x65, 0x63, 0x75, + 0x74, 0x65, 0x53, 0x63, 0x72, 0x69, 0x70, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, + 0x12, 0x59, 0x0a, 0x17, 0x47, 0x65, 0x74, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x46, 0x6f, 0x72, + 0x48, 0x65, 0x69, 0x67, 0x68, 0x74, 0x52, 0x61, 0x6e, 0x67, 0x65, 0x12, 0x26, 0x2e, 0x61, 0x63, + 0x63, 0x65, 0x73, 0x73, 0x2e, 0x47, 0x65, 0x74, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x46, 0x6f, + 0x72, 0x48, 0x65, 0x69, 0x67, 0x68, 0x74, 0x52, 0x61, 0x6e, 0x67, 0x65, 0x52, 0x65, 0x71, 0x75, + 0x65, 0x73, 0x74, 0x1a, 0x16, 0x2e, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x2e, 0x45, 0x76, 0x65, + 0x6e, 0x74, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x53, 0x0a, 0x14, 0x47, + 0x65, 0x74, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x46, 0x6f, 0x72, 0x42, 0x6c, 0x6f, 0x63, 0x6b, + 0x49, 0x44, 0x73, 0x12, 0x23, 0x2e, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x2e, 0x47, 0x65, 0x74, + 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x46, 0x6f, 0x72, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x49, 0x44, + 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x16, 0x2e, 0x61, 0x63, 0x63, 0x65, 0x73, + 0x73, 0x2e, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, + 0x12, 0x61, 0x0a, 0x14, 0x47, 0x65, 0x74, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x50, 0x61, + 0x72, 0x61, 0x6d, 0x65, 0x74, 0x65, 0x72, 0x73, 0x12, 0x23, 0x2e, 0x61, 0x63, 0x63, 0x65, 0x73, + 0x73, 0x2e, 0x47, 0x65, 0x74, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x50, 0x61, 0x72, 0x61, + 0x6d, 0x65, 0x74, 0x65, 0x72, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x24, 0x2e, + 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x2e, 0x47, 0x65, 0x74, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, + 0x6b, 0x50, 0x61, 0x72, 0x61, 0x6d, 0x65, 0x74, 0x65, 0x72, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, + 0x6e, 0x73, 0x65, 0x42, 0x5a, 0x0a, 0x21, 0x6f, 0x72, 0x67, 0x2e, 0x6f, 0x6e, 0x66, 0x6c, 0x6f, + 0x77, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x6c, 0x65, 0x67, 0x61, 0x63, + 0x79, 0x2e, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x5a, 0x35, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, + 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x6f, 0x6e, 0x66, 0x6c, 0x6f, 0x77, 0x2f, 0x66, 0x6c, 0x6f, 0x77, + 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x67, 0x6f, 0x2f, 0x66, 0x6c, 0x6f, + 0x77, 0x2f, 0x6c, 0x65, 0x67, 0x61, 0x63, 0x79, 0x2f, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x62, + 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, +} + +var ( + file_flow_legacy_access_access_proto_rawDescOnce sync.Once + file_flow_legacy_access_access_proto_rawDescData = file_flow_legacy_access_access_proto_rawDesc +) + +func file_flow_legacy_access_access_proto_rawDescGZIP() []byte { + file_flow_legacy_access_access_proto_rawDescOnce.Do(func() { + file_flow_legacy_access_access_proto_rawDescData = protoimpl.X.CompressGZIP(file_flow_legacy_access_access_proto_rawDescData) + }) + return file_flow_legacy_access_access_proto_rawDescData +} + +var file_flow_legacy_access_access_proto_msgTypes = make([]protoimpl.MessageInfo, 32) +var file_flow_legacy_access_access_proto_goTypes = []interface{}{ + (*PingRequest)(nil), // 0: access.PingRequest + (*PingResponse)(nil), // 1: access.PingResponse + (*GetLatestBlockHeaderRequest)(nil), // 2: access.GetLatestBlockHeaderRequest + (*GetBlockHeaderByIDRequest)(nil), // 3: access.GetBlockHeaderByIDRequest + (*GetBlockHeaderByHeightRequest)(nil), // 4: access.GetBlockHeaderByHeightRequest + (*BlockHeaderResponse)(nil), // 5: access.BlockHeaderResponse + (*GetLatestBlockRequest)(nil), // 6: access.GetLatestBlockRequest + (*GetBlockByIDRequest)(nil), // 7: access.GetBlockByIDRequest + (*GetBlockByHeightRequest)(nil), // 8: access.GetBlockByHeightRequest + (*BlockResponse)(nil), // 9: access.BlockResponse + (*GetCollectionByIDRequest)(nil), // 10: access.GetCollectionByIDRequest + (*CollectionResponse)(nil), // 11: access.CollectionResponse + (*SendTransactionRequest)(nil), // 12: access.SendTransactionRequest + (*SendTransactionResponse)(nil), // 13: access.SendTransactionResponse + (*GetTransactionRequest)(nil), // 14: access.GetTransactionRequest + (*TransactionResponse)(nil), // 15: access.TransactionResponse + (*TransactionResultResponse)(nil), // 16: access.TransactionResultResponse + (*GetAccountRequest)(nil), // 17: access.GetAccountRequest + (*GetAccountResponse)(nil), // 18: access.GetAccountResponse + (*GetAccountAtLatestBlockRequest)(nil), // 19: access.GetAccountAtLatestBlockRequest + (*AccountResponse)(nil), // 20: access.AccountResponse + (*GetAccountAtBlockHeightRequest)(nil), // 21: access.GetAccountAtBlockHeightRequest + (*ExecuteScriptAtLatestBlockRequest)(nil), // 22: access.ExecuteScriptAtLatestBlockRequest + (*ExecuteScriptAtBlockIDRequest)(nil), // 23: access.ExecuteScriptAtBlockIDRequest + (*ExecuteScriptAtBlockHeightRequest)(nil), // 24: access.ExecuteScriptAtBlockHeightRequest + (*ExecuteScriptResponse)(nil), // 25: access.ExecuteScriptResponse + (*GetEventsForHeightRangeRequest)(nil), // 26: access.GetEventsForHeightRangeRequest + (*GetEventsForBlockIDsRequest)(nil), // 27: access.GetEventsForBlockIDsRequest + (*EventsResponse)(nil), // 28: access.EventsResponse + (*GetNetworkParametersRequest)(nil), // 29: access.GetNetworkParametersRequest + (*GetNetworkParametersResponse)(nil), // 30: access.GetNetworkParametersResponse + (*EventsResponse_Result)(nil), // 31: access.EventsResponse.Result + (*entities.BlockHeader)(nil), // 32: entities.BlockHeader + (*entities.Block)(nil), // 33: entities.Block + (*entities.Collection)(nil), // 34: entities.Collection + (*entities.Transaction)(nil), // 35: entities.Transaction + (entities.TransactionStatus)(0), // 36: entities.TransactionStatus + (*entities.Event)(nil), // 37: entities.Event + (*entities.Account)(nil), // 38: entities.Account +} +var file_flow_legacy_access_access_proto_depIdxs = []int32{ + 32, // 0: access.BlockHeaderResponse.block:type_name -> entities.BlockHeader + 33, // 1: access.BlockResponse.block:type_name -> entities.Block + 34, // 2: access.CollectionResponse.collection:type_name -> entities.Collection + 35, // 3: access.SendTransactionRequest.transaction:type_name -> entities.Transaction + 35, // 4: access.TransactionResponse.transaction:type_name -> entities.Transaction + 36, // 5: access.TransactionResultResponse.status:type_name -> entities.TransactionStatus + 37, // 6: access.TransactionResultResponse.events:type_name -> entities.Event + 38, // 7: access.GetAccountResponse.account:type_name -> entities.Account + 38, // 8: access.AccountResponse.account:type_name -> entities.Account + 31, // 9: access.EventsResponse.results:type_name -> access.EventsResponse.Result + 37, // 10: access.EventsResponse.Result.events:type_name -> entities.Event + 0, // 11: access.AccessAPI.Ping:input_type -> access.PingRequest + 2, // 12: access.AccessAPI.GetLatestBlockHeader:input_type -> access.GetLatestBlockHeaderRequest + 3, // 13: access.AccessAPI.GetBlockHeaderByID:input_type -> access.GetBlockHeaderByIDRequest + 4, // 14: access.AccessAPI.GetBlockHeaderByHeight:input_type -> access.GetBlockHeaderByHeightRequest + 6, // 15: access.AccessAPI.GetLatestBlock:input_type -> access.GetLatestBlockRequest + 7, // 16: access.AccessAPI.GetBlockByID:input_type -> access.GetBlockByIDRequest + 8, // 17: access.AccessAPI.GetBlockByHeight:input_type -> access.GetBlockByHeightRequest + 10, // 18: access.AccessAPI.GetCollectionByID:input_type -> access.GetCollectionByIDRequest + 12, // 19: access.AccessAPI.SendTransaction:input_type -> access.SendTransactionRequest + 14, // 20: access.AccessAPI.GetTransaction:input_type -> access.GetTransactionRequest + 14, // 21: access.AccessAPI.GetTransactionResult:input_type -> access.GetTransactionRequest + 17, // 22: access.AccessAPI.GetAccount:input_type -> access.GetAccountRequest + 19, // 23: access.AccessAPI.GetAccountAtLatestBlock:input_type -> access.GetAccountAtLatestBlockRequest + 21, // 24: access.AccessAPI.GetAccountAtBlockHeight:input_type -> access.GetAccountAtBlockHeightRequest + 22, // 25: access.AccessAPI.ExecuteScriptAtLatestBlock:input_type -> access.ExecuteScriptAtLatestBlockRequest + 23, // 26: access.AccessAPI.ExecuteScriptAtBlockID:input_type -> access.ExecuteScriptAtBlockIDRequest + 24, // 27: access.AccessAPI.ExecuteScriptAtBlockHeight:input_type -> access.ExecuteScriptAtBlockHeightRequest + 26, // 28: access.AccessAPI.GetEventsForHeightRange:input_type -> access.GetEventsForHeightRangeRequest + 27, // 29: access.AccessAPI.GetEventsForBlockIDs:input_type -> access.GetEventsForBlockIDsRequest + 29, // 30: access.AccessAPI.GetNetworkParameters:input_type -> access.GetNetworkParametersRequest + 1, // 31: access.AccessAPI.Ping:output_type -> access.PingResponse + 5, // 32: access.AccessAPI.GetLatestBlockHeader:output_type -> access.BlockHeaderResponse + 5, // 33: access.AccessAPI.GetBlockHeaderByID:output_type -> access.BlockHeaderResponse + 5, // 34: access.AccessAPI.GetBlockHeaderByHeight:output_type -> access.BlockHeaderResponse + 9, // 35: access.AccessAPI.GetLatestBlock:output_type -> access.BlockResponse + 9, // 36: access.AccessAPI.GetBlockByID:output_type -> access.BlockResponse + 9, // 37: access.AccessAPI.GetBlockByHeight:output_type -> access.BlockResponse + 11, // 38: access.AccessAPI.GetCollectionByID:output_type -> access.CollectionResponse + 13, // 39: access.AccessAPI.SendTransaction:output_type -> access.SendTransactionResponse + 15, // 40: access.AccessAPI.GetTransaction:output_type -> access.TransactionResponse + 16, // 41: access.AccessAPI.GetTransactionResult:output_type -> access.TransactionResultResponse + 18, // 42: access.AccessAPI.GetAccount:output_type -> access.GetAccountResponse + 20, // 43: access.AccessAPI.GetAccountAtLatestBlock:output_type -> access.AccountResponse + 20, // 44: access.AccessAPI.GetAccountAtBlockHeight:output_type -> access.AccountResponse + 25, // 45: access.AccessAPI.ExecuteScriptAtLatestBlock:output_type -> access.ExecuteScriptResponse + 25, // 46: access.AccessAPI.ExecuteScriptAtBlockID:output_type -> access.ExecuteScriptResponse + 25, // 47: access.AccessAPI.ExecuteScriptAtBlockHeight:output_type -> access.ExecuteScriptResponse + 28, // 48: access.AccessAPI.GetEventsForHeightRange:output_type -> access.EventsResponse + 28, // 49: access.AccessAPI.GetEventsForBlockIDs:output_type -> access.EventsResponse + 30, // 50: access.AccessAPI.GetNetworkParameters:output_type -> access.GetNetworkParametersResponse + 31, // [31:51] is the sub-list for method output_type + 11, // [11:31] is the sub-list for method input_type + 11, // [11:11] is the sub-list for extension type_name + 11, // [11:11] is the sub-list for extension extendee + 0, // [0:11] is the sub-list for field type_name +} + +func init() { file_flow_legacy_access_access_proto_init() } +func file_flow_legacy_access_access_proto_init() { + if File_flow_legacy_access_access_proto != nil { + return + } + if !protoimpl.UnsafeEnabled { + file_flow_legacy_access_access_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*PingRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_flow_legacy_access_access_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*PingResponse); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_flow_legacy_access_access_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*GetLatestBlockHeaderRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_flow_legacy_access_access_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*GetBlockHeaderByIDRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_flow_legacy_access_access_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*GetBlockHeaderByHeightRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_flow_legacy_access_access_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*BlockHeaderResponse); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_flow_legacy_access_access_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*GetLatestBlockRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_flow_legacy_access_access_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*GetBlockByIDRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_flow_legacy_access_access_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*GetBlockByHeightRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_flow_legacy_access_access_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*BlockResponse); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_flow_legacy_access_access_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*GetCollectionByIDRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_flow_legacy_access_access_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*CollectionResponse); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_flow_legacy_access_access_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*SendTransactionRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_flow_legacy_access_access_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*SendTransactionResponse); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_flow_legacy_access_access_proto_msgTypes[14].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*GetTransactionRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_flow_legacy_access_access_proto_msgTypes[15].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*TransactionResponse); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_flow_legacy_access_access_proto_msgTypes[16].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*TransactionResultResponse); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_flow_legacy_access_access_proto_msgTypes[17].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*GetAccountRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_flow_legacy_access_access_proto_msgTypes[18].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*GetAccountResponse); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_flow_legacy_access_access_proto_msgTypes[19].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*GetAccountAtLatestBlockRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_flow_legacy_access_access_proto_msgTypes[20].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*AccountResponse); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_flow_legacy_access_access_proto_msgTypes[21].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*GetAccountAtBlockHeightRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_flow_legacy_access_access_proto_msgTypes[22].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ExecuteScriptAtLatestBlockRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_flow_legacy_access_access_proto_msgTypes[23].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ExecuteScriptAtBlockIDRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_flow_legacy_access_access_proto_msgTypes[24].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ExecuteScriptAtBlockHeightRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_flow_legacy_access_access_proto_msgTypes[25].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ExecuteScriptResponse); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_flow_legacy_access_access_proto_msgTypes[26].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*GetEventsForHeightRangeRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_flow_legacy_access_access_proto_msgTypes[27].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*GetEventsForBlockIDsRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_flow_legacy_access_access_proto_msgTypes[28].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*EventsResponse); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_flow_legacy_access_access_proto_msgTypes[29].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*GetNetworkParametersRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_flow_legacy_access_access_proto_msgTypes[30].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*GetNetworkParametersResponse); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_flow_legacy_access_access_proto_msgTypes[31].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*EventsResponse_Result); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + } + type x struct{} + out := protoimpl.TypeBuilder{ + File: protoimpl.DescBuilder{ + GoPackagePath: reflect.TypeOf(x{}).PkgPath(), + RawDescriptor: file_flow_legacy_access_access_proto_rawDesc, + NumEnums: 0, + NumMessages: 32, + NumExtensions: 0, + NumServices: 1, + }, + GoTypes: file_flow_legacy_access_access_proto_goTypes, + DependencyIndexes: file_flow_legacy_access_access_proto_depIdxs, + MessageInfos: file_flow_legacy_access_access_proto_msgTypes, + }.Build() + File_flow_legacy_access_access_proto = out.File + file_flow_legacy_access_access_proto_rawDesc = nil + file_flow_legacy_access_access_proto_goTypes = nil + file_flow_legacy_access_access_proto_depIdxs = nil } diff --git a/protobuf/go/flow/legacy/access/access_grpc.pb.go b/protobuf/go/flow/legacy/access/access_grpc.pb.go index 6231b6310..35afbce0b 100644 --- a/protobuf/go/flow/legacy/access/access_grpc.pb.go +++ b/protobuf/go/flow/legacy/access/access_grpc.pb.go @@ -1,4 +1,8 @@ // Code generated by protoc-gen-go-grpc. DO NOT EDIT. +// versions: +// - protoc-gen-go-grpc v1.2.0 +// - protoc (unknown) +// source: flow/legacy/access/access.proto package access diff --git a/protobuf/go/flow/legacy/entities/account.pb.go b/protobuf/go/flow/legacy/entities/account.pb.go index 48dad4492..737c2fded 100644 --- a/protobuf/go/flow/legacy/entities/account.pb.go +++ b/protobuf/go/flow/legacy/entities/account.pb.go @@ -1,196 +1,291 @@ // Code generated by protoc-gen-go. DO NOT EDIT. +// versions: +// protoc-gen-go v1.28.1 +// protoc (unknown) // source: flow/legacy/entities/account.proto package entities import ( - fmt "fmt" - proto "github.com/golang/protobuf/proto" - math "math" + protoreflect "google.golang.org/protobuf/reflect/protoreflect" + protoimpl "google.golang.org/protobuf/runtime/protoimpl" + reflect "reflect" + sync "sync" ) -// Reference imports to suppress errors if they are not otherwise used. -var _ = proto.Marshal -var _ = fmt.Errorf -var _ = math.Inf - -// This is a compile-time assertion to ensure that this generated file -// is compatible with the proto package it is being compiled against. -// A compilation error at this line likely means your copy of the -// proto package needs to be updated. -const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package +const ( + // Verify that this generated code is sufficiently up-to-date. + _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) + // Verify that runtime/protoimpl is sufficiently up-to-date. + _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) +) type Account struct { - Address []byte `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"` - Balance uint64 `protobuf:"varint,2,opt,name=balance,proto3" json:"balance,omitempty"` - Code []byte `protobuf:"bytes,3,opt,name=code,proto3" json:"code,omitempty"` - Keys []*AccountKey `protobuf:"bytes,4,rep,name=keys,proto3" json:"keys,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *Account) Reset() { *m = Account{} } -func (m *Account) String() string { return proto.CompactTextString(m) } -func (*Account) ProtoMessage() {} -func (*Account) Descriptor() ([]byte, []int) { - return fileDescriptor_a4aab70d5e0d112b, []int{0} -} + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields -func (m *Account) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_Account.Unmarshal(m, b) -} -func (m *Account) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_Account.Marshal(b, m, deterministic) + Address []byte `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"` + Balance uint64 `protobuf:"varint,2,opt,name=balance,proto3" json:"balance,omitempty"` + Code []byte `protobuf:"bytes,3,opt,name=code,proto3" json:"code,omitempty"` + Keys []*AccountKey `protobuf:"bytes,4,rep,name=keys,proto3" json:"keys,omitempty"` } -func (m *Account) XXX_Merge(src proto.Message) { - xxx_messageInfo_Account.Merge(m, src) + +func (x *Account) Reset() { + *x = Account{} + if protoimpl.UnsafeEnabled { + mi := &file_flow_legacy_entities_account_proto_msgTypes[0] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } } -func (m *Account) XXX_Size() int { - return xxx_messageInfo_Account.Size(m) + +func (x *Account) String() string { + return protoimpl.X.MessageStringOf(x) } -func (m *Account) XXX_DiscardUnknown() { - xxx_messageInfo_Account.DiscardUnknown(m) + +func (*Account) ProtoMessage() {} + +func (x *Account) ProtoReflect() protoreflect.Message { + mi := &file_flow_legacy_entities_account_proto_msgTypes[0] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) } -var xxx_messageInfo_Account proto.InternalMessageInfo +// Deprecated: Use Account.ProtoReflect.Descriptor instead. +func (*Account) Descriptor() ([]byte, []int) { + return file_flow_legacy_entities_account_proto_rawDescGZIP(), []int{0} +} -func (m *Account) GetAddress() []byte { - if m != nil { - return m.Address +func (x *Account) GetAddress() []byte { + if x != nil { + return x.Address } return nil } -func (m *Account) GetBalance() uint64 { - if m != nil { - return m.Balance +func (x *Account) GetBalance() uint64 { + if x != nil { + return x.Balance } return 0 } -func (m *Account) GetCode() []byte { - if m != nil { - return m.Code +func (x *Account) GetCode() []byte { + if x != nil { + return x.Code } return nil } -func (m *Account) GetKeys() []*AccountKey { - if m != nil { - return m.Keys +func (x *Account) GetKeys() []*AccountKey { + if x != nil { + return x.Keys } return nil } type AccountKey struct { - Index uint32 `protobuf:"varint,1,opt,name=index,proto3" json:"index,omitempty"` - PublicKey []byte `protobuf:"bytes,2,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty"` - SignAlgo uint32 `protobuf:"varint,3,opt,name=sign_algo,json=signAlgo,proto3" json:"sign_algo,omitempty"` - HashAlgo uint32 `protobuf:"varint,4,opt,name=hash_algo,json=hashAlgo,proto3" json:"hash_algo,omitempty"` - Weight uint32 `protobuf:"varint,5,opt,name=weight,proto3" json:"weight,omitempty"` - SequenceNumber uint32 `protobuf:"varint,6,opt,name=sequence_number,json=sequenceNumber,proto3" json:"sequence_number,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *AccountKey) Reset() { *m = AccountKey{} } -func (m *AccountKey) String() string { return proto.CompactTextString(m) } -func (*AccountKey) ProtoMessage() {} -func (*AccountKey) Descriptor() ([]byte, []int) { - return fileDescriptor_a4aab70d5e0d112b, []int{1} -} + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields -func (m *AccountKey) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_AccountKey.Unmarshal(m, b) -} -func (m *AccountKey) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_AccountKey.Marshal(b, m, deterministic) + Index uint32 `protobuf:"varint,1,opt,name=index,proto3" json:"index,omitempty"` + PublicKey []byte `protobuf:"bytes,2,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty"` + SignAlgo uint32 `protobuf:"varint,3,opt,name=sign_algo,json=signAlgo,proto3" json:"sign_algo,omitempty"` + HashAlgo uint32 `protobuf:"varint,4,opt,name=hash_algo,json=hashAlgo,proto3" json:"hash_algo,omitempty"` + Weight uint32 `protobuf:"varint,5,opt,name=weight,proto3" json:"weight,omitempty"` + SequenceNumber uint32 `protobuf:"varint,6,opt,name=sequence_number,json=sequenceNumber,proto3" json:"sequence_number,omitempty"` } -func (m *AccountKey) XXX_Merge(src proto.Message) { - xxx_messageInfo_AccountKey.Merge(m, src) + +func (x *AccountKey) Reset() { + *x = AccountKey{} + if protoimpl.UnsafeEnabled { + mi := &file_flow_legacy_entities_account_proto_msgTypes[1] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } } -func (m *AccountKey) XXX_Size() int { - return xxx_messageInfo_AccountKey.Size(m) + +func (x *AccountKey) String() string { + return protoimpl.X.MessageStringOf(x) } -func (m *AccountKey) XXX_DiscardUnknown() { - xxx_messageInfo_AccountKey.DiscardUnknown(m) + +func (*AccountKey) ProtoMessage() {} + +func (x *AccountKey) ProtoReflect() protoreflect.Message { + mi := &file_flow_legacy_entities_account_proto_msgTypes[1] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) } -var xxx_messageInfo_AccountKey proto.InternalMessageInfo +// Deprecated: Use AccountKey.ProtoReflect.Descriptor instead. +func (*AccountKey) Descriptor() ([]byte, []int) { + return file_flow_legacy_entities_account_proto_rawDescGZIP(), []int{1} +} -func (m *AccountKey) GetIndex() uint32 { - if m != nil { - return m.Index +func (x *AccountKey) GetIndex() uint32 { + if x != nil { + return x.Index } return 0 } -func (m *AccountKey) GetPublicKey() []byte { - if m != nil { - return m.PublicKey +func (x *AccountKey) GetPublicKey() []byte { + if x != nil { + return x.PublicKey } return nil } -func (m *AccountKey) GetSignAlgo() uint32 { - if m != nil { - return m.SignAlgo +func (x *AccountKey) GetSignAlgo() uint32 { + if x != nil { + return x.SignAlgo } return 0 } -func (m *AccountKey) GetHashAlgo() uint32 { - if m != nil { - return m.HashAlgo +func (x *AccountKey) GetHashAlgo() uint32 { + if x != nil { + return x.HashAlgo } return 0 } -func (m *AccountKey) GetWeight() uint32 { - if m != nil { - return m.Weight +func (x *AccountKey) GetWeight() uint32 { + if x != nil { + return x.Weight } return 0 } -func (m *AccountKey) GetSequenceNumber() uint32 { - if m != nil { - return m.SequenceNumber +func (x *AccountKey) GetSequenceNumber() uint32 { + if x != nil { + return x.SequenceNumber } return 0 } -func init() { - proto.RegisterType((*Account)(nil), "entities.Account") - proto.RegisterType((*AccountKey)(nil), "entities.AccountKey") -} - -func init() { - proto.RegisterFile("flow/legacy/entities/account.proto", fileDescriptor_a4aab70d5e0d112b) -} - -var fileDescriptor_a4aab70d5e0d112b = []byte{ - // 309 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x6c, 0x91, 0xbf, 0x4e, 0xf3, 0x30, - 0x14, 0xc5, 0x95, 0xaf, 0xe9, 0xbf, 0xfb, 0xb5, 0x20, 0x59, 0x15, 0xb2, 0x84, 0x90, 0xaa, 0x32, - 0x90, 0x29, 0x96, 0x60, 0x60, 0x2e, 0x2b, 0x12, 0x43, 0x46, 0x06, 0x22, 0xc7, 0xb9, 0x75, 0xac, - 0xa6, 0x76, 0x89, 0x13, 0x95, 0x88, 0x57, 0xe3, 0xe1, 0x50, 0xec, 0x1a, 0x16, 0x96, 0x28, 0xe7, - 0xfc, 0xce, 0xd5, 0xb1, 0xaf, 0x61, 0xb3, 0xab, 0xcd, 0x89, 0xd5, 0x28, 0xb9, 0xe8, 0x19, 0xea, - 0x56, 0xb5, 0x0a, 0x2d, 0xe3, 0x42, 0x98, 0x4e, 0xb7, 0xe9, 0xb1, 0x31, 0xad, 0x21, 0xb3, 0xe0, - 0x6f, 0x3e, 0x61, 0xba, 0xf5, 0x88, 0x50, 0x98, 0xf2, 0xb2, 0x6c, 0xd0, 0x5a, 0x1a, 0xad, 0xa3, - 0x64, 0x91, 0x05, 0x39, 0x90, 0x82, 0xd7, 0x5c, 0x0b, 0xa4, 0xff, 0xd6, 0x51, 0x12, 0x67, 0x41, - 0x12, 0x02, 0xb1, 0x30, 0x25, 0xd2, 0x91, 0x1b, 0x70, 0xff, 0x24, 0x81, 0x78, 0x8f, 0xbd, 0xa5, - 0xf1, 0x7a, 0x94, 0xfc, 0xbf, 0x5f, 0xa5, 0xa1, 0x2b, 0x3d, 0x17, 0x3d, 0x63, 0x9f, 0xb9, 0xc4, - 0xe6, 0x2b, 0x02, 0xf8, 0x35, 0xc9, 0x0a, 0xc6, 0x4a, 0x97, 0xf8, 0xe1, 0xea, 0x97, 0x99, 0x17, - 0xe4, 0x06, 0xe0, 0xd8, 0x15, 0xb5, 0x12, 0xf9, 0x1e, 0x7b, 0xd7, 0xbf, 0xc8, 0xe6, 0xde, 0x19, - 0x86, 0xae, 0x61, 0x6e, 0x95, 0xd4, 0x39, 0xaf, 0xa5, 0x71, 0xc7, 0x58, 0x66, 0xb3, 0xc1, 0xd8, - 0xd6, 0xd2, 0x0c, 0xb0, 0xe2, 0xb6, 0xf2, 0x30, 0xf6, 0x70, 0x30, 0x1c, 0xbc, 0x82, 0xc9, 0x09, - 0x95, 0xac, 0x5a, 0x3a, 0x76, 0xe4, 0xac, 0xc8, 0x1d, 0x5c, 0x5a, 0x7c, 0xef, 0x50, 0x0b, 0xcc, - 0x75, 0x77, 0x28, 0xb0, 0xa1, 0x13, 0x17, 0xb8, 0x08, 0xf6, 0x8b, 0x73, 0x9f, 0xde, 0xe0, 0xd6, - 0x34, 0x32, 0x35, 0x7a, 0xd8, 0xb8, 0xdf, 0x6c, 0xd1, 0xed, 0x52, 0xbf, 0xfa, 0x9f, 0x6b, 0xbf, - 0x3e, 0x4a, 0xd5, 0x56, 0x5d, 0x91, 0x0a, 0x73, 0x60, 0x3e, 0xcb, 0xdc, 0x27, 0x0c, 0x30, 0x69, - 0xd8, 0x5f, 0x6f, 0x56, 0x4c, 0x5c, 0xe2, 0xe1, 0x3b, 0x00, 0x00, 0xff, 0xff, 0xba, 0x98, 0x95, - 0xff, 0xd2, 0x01, 0x00, 0x00, +var File_flow_legacy_entities_account_proto protoreflect.FileDescriptor + +var file_flow_legacy_entities_account_proto_rawDesc = []byte{ + 0x0a, 0x22, 0x66, 0x6c, 0x6f, 0x77, 0x2f, 0x6c, 0x65, 0x67, 0x61, 0x63, 0x79, 0x2f, 0x65, 0x6e, + 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x2f, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x2e, 0x70, + 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x08, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x22, 0x7b, + 0x0a, 0x07, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x18, 0x0a, 0x07, 0x61, 0x64, 0x64, + 0x72, 0x65, 0x73, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x07, 0x61, 0x64, 0x64, 0x72, + 0x65, 0x73, 0x73, 0x12, 0x18, 0x0a, 0x07, 0x62, 0x61, 0x6c, 0x61, 0x6e, 0x63, 0x65, 0x18, 0x02, + 0x20, 0x01, 0x28, 0x04, 0x52, 0x07, 0x62, 0x61, 0x6c, 0x61, 0x6e, 0x63, 0x65, 0x12, 0x12, 0x0a, + 0x04, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x04, 0x63, 0x6f, 0x64, + 0x65, 0x12, 0x28, 0x0a, 0x04, 0x6b, 0x65, 0x79, 0x73, 0x18, 0x04, 0x20, 0x03, 0x28, 0x0b, 0x32, + 0x14, 0x2e, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x2e, 0x41, 0x63, 0x63, 0x6f, 0x75, + 0x6e, 0x74, 0x4b, 0x65, 0x79, 0x52, 0x04, 0x6b, 0x65, 0x79, 0x73, 0x22, 0xbc, 0x01, 0x0a, 0x0a, + 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x4b, 0x65, 0x79, 0x12, 0x14, 0x0a, 0x05, 0x69, 0x6e, + 0x64, 0x65, 0x78, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x05, 0x69, 0x6e, 0x64, 0x65, 0x78, + 0x12, 0x1d, 0x0a, 0x0a, 0x70, 0x75, 0x62, 0x6c, 0x69, 0x63, 0x5f, 0x6b, 0x65, 0x79, 0x18, 0x02, + 0x20, 0x01, 0x28, 0x0c, 0x52, 0x09, 0x70, 0x75, 0x62, 0x6c, 0x69, 0x63, 0x4b, 0x65, 0x79, 0x12, + 0x1b, 0x0a, 0x09, 0x73, 0x69, 0x67, 0x6e, 0x5f, 0x61, 0x6c, 0x67, 0x6f, 0x18, 0x03, 0x20, 0x01, + 0x28, 0x0d, 0x52, 0x08, 0x73, 0x69, 0x67, 0x6e, 0x41, 0x6c, 0x67, 0x6f, 0x12, 0x1b, 0x0a, 0x09, + 0x68, 0x61, 0x73, 0x68, 0x5f, 0x61, 0x6c, 0x67, 0x6f, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0d, 0x52, + 0x08, 0x68, 0x61, 0x73, 0x68, 0x41, 0x6c, 0x67, 0x6f, 0x12, 0x16, 0x0a, 0x06, 0x77, 0x65, 0x69, + 0x67, 0x68, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x06, 0x77, 0x65, 0x69, 0x67, 0x68, + 0x74, 0x12, 0x27, 0x0a, 0x0f, 0x73, 0x65, 0x71, 0x75, 0x65, 0x6e, 0x63, 0x65, 0x5f, 0x6e, 0x75, + 0x6d, 0x62, 0x65, 0x72, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0e, 0x73, 0x65, 0x71, 0x75, + 0x65, 0x6e, 0x63, 0x65, 0x4e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x42, 0x5e, 0x0a, 0x23, 0x6f, 0x72, + 0x67, 0x2e, 0x6f, 0x6e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, + 0x66, 0x2e, 0x6c, 0x65, 0x67, 0x61, 0x63, 0x79, 0x2e, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, + 0x73, 0x5a, 0x37, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x6f, 0x6e, + 0x66, 0x6c, 0x6f, 0x77, 0x2f, 0x66, 0x6c, 0x6f, 0x77, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, + 0x75, 0x66, 0x2f, 0x67, 0x6f, 0x2f, 0x66, 0x6c, 0x6f, 0x77, 0x2f, 0x6c, 0x65, 0x67, 0x61, 0x63, + 0x79, 0x2f, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, + 0x6f, 0x33, +} + +var ( + file_flow_legacy_entities_account_proto_rawDescOnce sync.Once + file_flow_legacy_entities_account_proto_rawDescData = file_flow_legacy_entities_account_proto_rawDesc +) + +func file_flow_legacy_entities_account_proto_rawDescGZIP() []byte { + file_flow_legacy_entities_account_proto_rawDescOnce.Do(func() { + file_flow_legacy_entities_account_proto_rawDescData = protoimpl.X.CompressGZIP(file_flow_legacy_entities_account_proto_rawDescData) + }) + return file_flow_legacy_entities_account_proto_rawDescData +} + +var file_flow_legacy_entities_account_proto_msgTypes = make([]protoimpl.MessageInfo, 2) +var file_flow_legacy_entities_account_proto_goTypes = []interface{}{ + (*Account)(nil), // 0: entities.Account + (*AccountKey)(nil), // 1: entities.AccountKey +} +var file_flow_legacy_entities_account_proto_depIdxs = []int32{ + 1, // 0: entities.Account.keys:type_name -> entities.AccountKey + 1, // [1:1] is the sub-list for method output_type + 1, // [1:1] is the sub-list for method input_type + 1, // [1:1] is the sub-list for extension type_name + 1, // [1:1] is the sub-list for extension extendee + 0, // [0:1] is the sub-list for field type_name +} + +func init() { file_flow_legacy_entities_account_proto_init() } +func file_flow_legacy_entities_account_proto_init() { + if File_flow_legacy_entities_account_proto != nil { + return + } + if !protoimpl.UnsafeEnabled { + file_flow_legacy_entities_account_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*Account); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_flow_legacy_entities_account_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*AccountKey); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + } + type x struct{} + out := protoimpl.TypeBuilder{ + File: protoimpl.DescBuilder{ + GoPackagePath: reflect.TypeOf(x{}).PkgPath(), + RawDescriptor: file_flow_legacy_entities_account_proto_rawDesc, + NumEnums: 0, + NumMessages: 2, + NumExtensions: 0, + NumServices: 0, + }, + GoTypes: file_flow_legacy_entities_account_proto_goTypes, + DependencyIndexes: file_flow_legacy_entities_account_proto_depIdxs, + MessageInfos: file_flow_legacy_entities_account_proto_msgTypes, + }.Build() + File_flow_legacy_entities_account_proto = out.File + file_flow_legacy_entities_account_proto_rawDesc = nil + file_flow_legacy_entities_account_proto_goTypes = nil + file_flow_legacy_entities_account_proto_depIdxs = nil } diff --git a/protobuf/go/flow/legacy/entities/block.pb.go b/protobuf/go/flow/legacy/entities/block.pb.go index 320a2417d..b474b49ac 100644 --- a/protobuf/go/flow/legacy/entities/block.pb.go +++ b/protobuf/go/flow/legacy/entities/block.pb.go @@ -1,27 +1,31 @@ // Code generated by protoc-gen-go. DO NOT EDIT. +// versions: +// protoc-gen-go v1.28.1 +// protoc (unknown) // source: flow/legacy/entities/block.proto package entities import ( - fmt "fmt" - proto "github.com/golang/protobuf/proto" + protoreflect "google.golang.org/protobuf/reflect/protoreflect" + protoimpl "google.golang.org/protobuf/runtime/protoimpl" timestamppb "google.golang.org/protobuf/types/known/timestamppb" - math "math" + reflect "reflect" + sync "sync" ) -// Reference imports to suppress errors if they are not otherwise used. -var _ = proto.Marshal -var _ = fmt.Errorf -var _ = math.Inf - -// This is a compile-time assertion to ensure that this generated file -// is compatible with the proto package it is being compiled against. -// A compilation error at this line likely means your copy of the -// proto package needs to be updated. -const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package +const ( + // Verify that this generated code is sufficiently up-to-date. + _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) + // Verify that runtime/protoimpl is sufficiently up-to-date. + _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) +) type Block struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + Id []byte `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` ParentId []byte `protobuf:"bytes,2,opt,name=parent_id,json=parentId,proto3" json:"parent_id,omitempty"` Height uint64 `protobuf:"varint,3,opt,name=height,proto3" json:"height,omitempty"` @@ -29,112 +33,197 @@ type Block struct { CollectionGuarantees []*CollectionGuarantee `protobuf:"bytes,5,rep,name=collection_guarantees,json=collectionGuarantees,proto3" json:"collection_guarantees,omitempty"` BlockSeals []*BlockSeal `protobuf:"bytes,6,rep,name=block_seals,json=blockSeals,proto3" json:"block_seals,omitempty"` Signatures [][]byte `protobuf:"bytes,7,rep,name=signatures,proto3" json:"signatures,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` } -func (m *Block) Reset() { *m = Block{} } -func (m *Block) String() string { return proto.CompactTextString(m) } -func (*Block) ProtoMessage() {} -func (*Block) Descriptor() ([]byte, []int) { - return fileDescriptor_62d5112242020686, []int{0} +func (x *Block) Reset() { + *x = Block{} + if protoimpl.UnsafeEnabled { + mi := &file_flow_legacy_entities_block_proto_msgTypes[0] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } } -func (m *Block) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_Block.Unmarshal(m, b) +func (x *Block) String() string { + return protoimpl.X.MessageStringOf(x) } -func (m *Block) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_Block.Marshal(b, m, deterministic) -} -func (m *Block) XXX_Merge(src proto.Message) { - xxx_messageInfo_Block.Merge(m, src) -} -func (m *Block) XXX_Size() int { - return xxx_messageInfo_Block.Size(m) -} -func (m *Block) XXX_DiscardUnknown() { - xxx_messageInfo_Block.DiscardUnknown(m) + +func (*Block) ProtoMessage() {} + +func (x *Block) ProtoReflect() protoreflect.Message { + mi := &file_flow_legacy_entities_block_proto_msgTypes[0] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) } -var xxx_messageInfo_Block proto.InternalMessageInfo +// Deprecated: Use Block.ProtoReflect.Descriptor instead. +func (*Block) Descriptor() ([]byte, []int) { + return file_flow_legacy_entities_block_proto_rawDescGZIP(), []int{0} +} -func (m *Block) GetId() []byte { - if m != nil { - return m.Id +func (x *Block) GetId() []byte { + if x != nil { + return x.Id } return nil } -func (m *Block) GetParentId() []byte { - if m != nil { - return m.ParentId +func (x *Block) GetParentId() []byte { + if x != nil { + return x.ParentId } return nil } -func (m *Block) GetHeight() uint64 { - if m != nil { - return m.Height +func (x *Block) GetHeight() uint64 { + if x != nil { + return x.Height } return 0 } -func (m *Block) GetTimestamp() *timestamppb.Timestamp { - if m != nil { - return m.Timestamp +func (x *Block) GetTimestamp() *timestamppb.Timestamp { + if x != nil { + return x.Timestamp } return nil } -func (m *Block) GetCollectionGuarantees() []*CollectionGuarantee { - if m != nil { - return m.CollectionGuarantees +func (x *Block) GetCollectionGuarantees() []*CollectionGuarantee { + if x != nil { + return x.CollectionGuarantees } return nil } -func (m *Block) GetBlockSeals() []*BlockSeal { - if m != nil { - return m.BlockSeals +func (x *Block) GetBlockSeals() []*BlockSeal { + if x != nil { + return x.BlockSeals } return nil } -func (m *Block) GetSignatures() [][]byte { - if m != nil { - return m.Signatures +func (x *Block) GetSignatures() [][]byte { + if x != nil { + return x.Signatures } return nil } -func init() { - proto.RegisterType((*Block)(nil), "entities.Block") -} - -func init() { proto.RegisterFile("flow/legacy/entities/block.proto", fileDescriptor_62d5112242020686) } - -var fileDescriptor_62d5112242020686 = []byte{ - // 325 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x91, 0x4f, 0x4b, 0xfb, 0x30, - 0x18, 0xc7, 0x69, 0xf7, 0xe7, 0xb7, 0x65, 0xe3, 0x77, 0x88, 0x7f, 0x08, 0x13, 0xb5, 0x28, 0x42, - 0x4f, 0x09, 0x4c, 0x41, 0xcf, 0xf3, 0x20, 0x5e, 0xa3, 0x27, 0x0f, 0x8e, 0xb4, 0x7d, 0x96, 0x05, - 0xb3, 0x66, 0x34, 0x29, 0xe2, 0xbb, 0xf2, 0x25, 0xca, 0x52, 0xd3, 0x0a, 0x0e, 0x2f, 0xa5, 0xf9, - 0xf2, 0xe1, 0x9b, 0x7c, 0x9e, 0x07, 0x25, 0x2b, 0x6d, 0xde, 0x99, 0x06, 0x29, 0xf2, 0x0f, 0x06, - 0xa5, 0x53, 0x4e, 0x81, 0x65, 0x99, 0x36, 0xf9, 0x1b, 0xdd, 0x56, 0xc6, 0x19, 0x3c, 0x0a, 0xe9, - 0xec, 0x5c, 0x1a, 0x23, 0x35, 0x30, 0x9f, 0x67, 0xf5, 0x8a, 0x39, 0xb5, 0x01, 0xeb, 0xc4, 0x66, - 0xdb, 0xa0, 0xb3, 0xab, 0xbd, 0x65, 0xb9, 0xd1, 0x1a, 0x72, 0xa7, 0x4c, 0xf9, 0x27, 0xe6, 0xef, - 0x5c, 0x5a, 0x10, 0xba, 0xc1, 0x2e, 0x3e, 0x63, 0x34, 0x58, 0xec, 0x42, 0xfc, 0x1f, 0xc5, 0xaa, - 0x20, 0x51, 0x12, 0xa5, 0x53, 0x1e, 0xab, 0x02, 0x9f, 0xa0, 0xf1, 0x56, 0x54, 0x50, 0xba, 0xa5, - 0x2a, 0x48, 0xec, 0xe3, 0x51, 0x13, 0x3c, 0x16, 0xf8, 0x18, 0x0d, 0xd7, 0xa0, 0xe4, 0xda, 0x91, - 0x5e, 0x12, 0xa5, 0x7d, 0xfe, 0x7d, 0xc2, 0x77, 0x68, 0xdc, 0xbe, 0x97, 0xf4, 0x93, 0x28, 0x9d, - 0xcc, 0x67, 0xb4, 0x31, 0xa2, 0xc1, 0x88, 0x3e, 0x07, 0x82, 0x77, 0x30, 0xe6, 0xe8, 0xa8, 0x73, - 0x58, 0xca, 0x5a, 0x54, 0xa2, 0x74, 0x00, 0x96, 0x0c, 0x92, 0x5e, 0x3a, 0x99, 0x9f, 0xd2, 0xe0, - 0x40, 0xef, 0x5b, 0xec, 0x21, 0x50, 0xfc, 0x30, 0xff, 0x1d, 0x5a, 0x7c, 0x83, 0x26, 0x9d, 0xb0, - 0x25, 0x43, 0xdf, 0x74, 0xd0, 0x35, 0x79, 0xf1, 0x27, 0x10, 0x9a, 0xa3, 0x2c, 0xfc, 0x5a, 0x7c, - 0x86, 0x90, 0x55, 0xb2, 0x14, 0xae, 0xae, 0xc0, 0x92, 0x7f, 0x49, 0x2f, 0x9d, 0xf2, 0x1f, 0xc9, - 0xe2, 0x15, 0x5d, 0x9a, 0x4a, 0x52, 0x53, 0xee, 0x26, 0xdc, 0x59, 0x35, 0xa3, 0x6e, 0xcb, 0x5f, - 0x6e, 0xa5, 0x72, 0xeb, 0x3a, 0xa3, 0xb9, 0xd9, 0xb0, 0x86, 0x65, 0xfe, 0xd3, 0x2e, 0x56, 0x1a, - 0xb6, 0x6f, 0x47, 0xd9, 0xd0, 0x13, 0xd7, 0x5f, 0x01, 0x00, 0x00, 0xff, 0xff, 0x56, 0xbf, 0xd4, - 0xf2, 0x36, 0x02, 0x00, 0x00, +var File_flow_legacy_entities_block_proto protoreflect.FileDescriptor + +var file_flow_legacy_entities_block_proto_rawDesc = []byte{ + 0x0a, 0x20, 0x66, 0x6c, 0x6f, 0x77, 0x2f, 0x6c, 0x65, 0x67, 0x61, 0x63, 0x79, 0x2f, 0x65, 0x6e, + 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x2f, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x2e, 0x70, 0x72, 0x6f, + 0x74, 0x6f, 0x12, 0x08, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x1a, 0x1f, 0x67, 0x6f, + 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x74, 0x69, + 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x25, 0x66, + 0x6c, 0x6f, 0x77, 0x2f, 0x6c, 0x65, 0x67, 0x61, 0x63, 0x79, 0x2f, 0x65, 0x6e, 0x74, 0x69, 0x74, + 0x69, 0x65, 0x73, 0x2f, 0x63, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x70, + 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x25, 0x66, 0x6c, 0x6f, 0x77, 0x2f, 0x6c, 0x65, 0x67, 0x61, 0x63, + 0x79, 0x2f, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x2f, 0x62, 0x6c, 0x6f, 0x63, 0x6b, + 0x5f, 0x73, 0x65, 0x61, 0x6c, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0xb0, 0x02, 0x0a, 0x05, + 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, + 0x0c, 0x52, 0x02, 0x69, 0x64, 0x12, 0x1b, 0x0a, 0x09, 0x70, 0x61, 0x72, 0x65, 0x6e, 0x74, 0x5f, + 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x08, 0x70, 0x61, 0x72, 0x65, 0x6e, 0x74, + 0x49, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x68, 0x65, 0x69, 0x67, 0x68, 0x74, 0x18, 0x03, 0x20, 0x01, + 0x28, 0x04, 0x52, 0x06, 0x68, 0x65, 0x69, 0x67, 0x68, 0x74, 0x12, 0x38, 0x0a, 0x09, 0x74, 0x69, + 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, + 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, + 0x54, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x52, 0x09, 0x74, 0x69, 0x6d, 0x65, 0x73, + 0x74, 0x61, 0x6d, 0x70, 0x12, 0x52, 0x0a, 0x15, 0x63, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, + 0x6f, 0x6e, 0x5f, 0x67, 0x75, 0x61, 0x72, 0x61, 0x6e, 0x74, 0x65, 0x65, 0x73, 0x18, 0x05, 0x20, + 0x03, 0x28, 0x0b, 0x32, 0x1d, 0x2e, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x2e, 0x43, + 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x47, 0x75, 0x61, 0x72, 0x61, 0x6e, 0x74, + 0x65, 0x65, 0x52, 0x14, 0x63, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x47, 0x75, + 0x61, 0x72, 0x61, 0x6e, 0x74, 0x65, 0x65, 0x73, 0x12, 0x34, 0x0a, 0x0b, 0x62, 0x6c, 0x6f, 0x63, + 0x6b, 0x5f, 0x73, 0x65, 0x61, 0x6c, 0x73, 0x18, 0x06, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x13, 0x2e, + 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x2e, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x53, 0x65, + 0x61, 0x6c, 0x52, 0x0a, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x53, 0x65, 0x61, 0x6c, 0x73, 0x12, 0x1e, + 0x0a, 0x0a, 0x73, 0x69, 0x67, 0x6e, 0x61, 0x74, 0x75, 0x72, 0x65, 0x73, 0x18, 0x07, 0x20, 0x03, + 0x28, 0x0c, 0x52, 0x0a, 0x73, 0x69, 0x67, 0x6e, 0x61, 0x74, 0x75, 0x72, 0x65, 0x73, 0x42, 0x5e, + 0x0a, 0x23, 0x6f, 0x72, 0x67, 0x2e, 0x6f, 0x6e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x70, 0x72, 0x6f, + 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x6c, 0x65, 0x67, 0x61, 0x63, 0x79, 0x2e, 0x65, 0x6e, 0x74, + 0x69, 0x74, 0x69, 0x65, 0x73, 0x5a, 0x37, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, + 0x6d, 0x2f, 0x6f, 0x6e, 0x66, 0x6c, 0x6f, 0x77, 0x2f, 0x66, 0x6c, 0x6f, 0x77, 0x2f, 0x70, 0x72, + 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x67, 0x6f, 0x2f, 0x66, 0x6c, 0x6f, 0x77, 0x2f, 0x6c, + 0x65, 0x67, 0x61, 0x63, 0x79, 0x2f, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x62, 0x06, + 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, +} + +var ( + file_flow_legacy_entities_block_proto_rawDescOnce sync.Once + file_flow_legacy_entities_block_proto_rawDescData = file_flow_legacy_entities_block_proto_rawDesc +) + +func file_flow_legacy_entities_block_proto_rawDescGZIP() []byte { + file_flow_legacy_entities_block_proto_rawDescOnce.Do(func() { + file_flow_legacy_entities_block_proto_rawDescData = protoimpl.X.CompressGZIP(file_flow_legacy_entities_block_proto_rawDescData) + }) + return file_flow_legacy_entities_block_proto_rawDescData +} + +var file_flow_legacy_entities_block_proto_msgTypes = make([]protoimpl.MessageInfo, 1) +var file_flow_legacy_entities_block_proto_goTypes = []interface{}{ + (*Block)(nil), // 0: entities.Block + (*timestamppb.Timestamp)(nil), // 1: google.protobuf.Timestamp + (*CollectionGuarantee)(nil), // 2: entities.CollectionGuarantee + (*BlockSeal)(nil), // 3: entities.BlockSeal +} +var file_flow_legacy_entities_block_proto_depIdxs = []int32{ + 1, // 0: entities.Block.timestamp:type_name -> google.protobuf.Timestamp + 2, // 1: entities.Block.collection_guarantees:type_name -> entities.CollectionGuarantee + 3, // 2: entities.Block.block_seals:type_name -> entities.BlockSeal + 3, // [3:3] is the sub-list for method output_type + 3, // [3:3] is the sub-list for method input_type + 3, // [3:3] is the sub-list for extension type_name + 3, // [3:3] is the sub-list for extension extendee + 0, // [0:3] is the sub-list for field type_name +} + +func init() { file_flow_legacy_entities_block_proto_init() } +func file_flow_legacy_entities_block_proto_init() { + if File_flow_legacy_entities_block_proto != nil { + return + } + file_flow_legacy_entities_collection_proto_init() + file_flow_legacy_entities_block_seal_proto_init() + if !protoimpl.UnsafeEnabled { + file_flow_legacy_entities_block_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*Block); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + } + type x struct{} + out := protoimpl.TypeBuilder{ + File: protoimpl.DescBuilder{ + GoPackagePath: reflect.TypeOf(x{}).PkgPath(), + RawDescriptor: file_flow_legacy_entities_block_proto_rawDesc, + NumEnums: 0, + NumMessages: 1, + NumExtensions: 0, + NumServices: 0, + }, + GoTypes: file_flow_legacy_entities_block_proto_goTypes, + DependencyIndexes: file_flow_legacy_entities_block_proto_depIdxs, + MessageInfos: file_flow_legacy_entities_block_proto_msgTypes, + }.Build() + File_flow_legacy_entities_block_proto = out.File + file_flow_legacy_entities_block_proto_rawDesc = nil + file_flow_legacy_entities_block_proto_goTypes = nil + file_flow_legacy_entities_block_proto_depIdxs = nil } diff --git a/protobuf/go/flow/legacy/entities/block_header.pb.go b/protobuf/go/flow/legacy/entities/block_header.pb.go index b23b57967..473ff1b70 100644 --- a/protobuf/go/flow/legacy/entities/block_header.pb.go +++ b/protobuf/go/flow/legacy/entities/block_header.pb.go @@ -1,112 +1,184 @@ // Code generated by protoc-gen-go. DO NOT EDIT. +// versions: +// protoc-gen-go v1.28.1 +// protoc (unknown) // source: flow/legacy/entities/block_header.proto package entities import ( - fmt "fmt" - proto "github.com/golang/protobuf/proto" + protoreflect "google.golang.org/protobuf/reflect/protoreflect" + protoimpl "google.golang.org/protobuf/runtime/protoimpl" timestamppb "google.golang.org/protobuf/types/known/timestamppb" - math "math" + reflect "reflect" + sync "sync" ) -// Reference imports to suppress errors if they are not otherwise used. -var _ = proto.Marshal -var _ = fmt.Errorf -var _ = math.Inf - -// This is a compile-time assertion to ensure that this generated file -// is compatible with the proto package it is being compiled against. -// A compilation error at this line likely means your copy of the -// proto package needs to be updated. -const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package +const ( + // Verify that this generated code is sufficiently up-to-date. + _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) + // Verify that runtime/protoimpl is sufficiently up-to-date. + _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) +) type BlockHeader struct { - Id []byte `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` - ParentId []byte `protobuf:"bytes,2,opt,name=parent_id,json=parentId,proto3" json:"parent_id,omitempty"` - Height uint64 `protobuf:"varint,3,opt,name=height,proto3" json:"height,omitempty"` - Timestamp *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=timestamp,proto3" json:"timestamp,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields -func (m *BlockHeader) Reset() { *m = BlockHeader{} } -func (m *BlockHeader) String() string { return proto.CompactTextString(m) } -func (*BlockHeader) ProtoMessage() {} -func (*BlockHeader) Descriptor() ([]byte, []int) { - return fileDescriptor_57ffa47d11182ad6, []int{0} + Id []byte `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` + ParentId []byte `protobuf:"bytes,2,opt,name=parent_id,json=parentId,proto3" json:"parent_id,omitempty"` + Height uint64 `protobuf:"varint,3,opt,name=height,proto3" json:"height,omitempty"` + Timestamp *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=timestamp,proto3" json:"timestamp,omitempty"` } -func (m *BlockHeader) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_BlockHeader.Unmarshal(m, b) -} -func (m *BlockHeader) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_BlockHeader.Marshal(b, m, deterministic) -} -func (m *BlockHeader) XXX_Merge(src proto.Message) { - xxx_messageInfo_BlockHeader.Merge(m, src) +func (x *BlockHeader) Reset() { + *x = BlockHeader{} + if protoimpl.UnsafeEnabled { + mi := &file_flow_legacy_entities_block_header_proto_msgTypes[0] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } } -func (m *BlockHeader) XXX_Size() int { - return xxx_messageInfo_BlockHeader.Size(m) + +func (x *BlockHeader) String() string { + return protoimpl.X.MessageStringOf(x) } -func (m *BlockHeader) XXX_DiscardUnknown() { - xxx_messageInfo_BlockHeader.DiscardUnknown(m) + +func (*BlockHeader) ProtoMessage() {} + +func (x *BlockHeader) ProtoReflect() protoreflect.Message { + mi := &file_flow_legacy_entities_block_header_proto_msgTypes[0] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) } -var xxx_messageInfo_BlockHeader proto.InternalMessageInfo +// Deprecated: Use BlockHeader.ProtoReflect.Descriptor instead. +func (*BlockHeader) Descriptor() ([]byte, []int) { + return file_flow_legacy_entities_block_header_proto_rawDescGZIP(), []int{0} +} -func (m *BlockHeader) GetId() []byte { - if m != nil { - return m.Id +func (x *BlockHeader) GetId() []byte { + if x != nil { + return x.Id } return nil } -func (m *BlockHeader) GetParentId() []byte { - if m != nil { - return m.ParentId +func (x *BlockHeader) GetParentId() []byte { + if x != nil { + return x.ParentId } return nil } -func (m *BlockHeader) GetHeight() uint64 { - if m != nil { - return m.Height +func (x *BlockHeader) GetHeight() uint64 { + if x != nil { + return x.Height } return 0 } -func (m *BlockHeader) GetTimestamp() *timestamppb.Timestamp { - if m != nil { - return m.Timestamp +func (x *BlockHeader) GetTimestamp() *timestamppb.Timestamp { + if x != nil { + return x.Timestamp } return nil } -func init() { - proto.RegisterType((*BlockHeader)(nil), "entities.BlockHeader") +var File_flow_legacy_entities_block_header_proto protoreflect.FileDescriptor + +var file_flow_legacy_entities_block_header_proto_rawDesc = []byte{ + 0x0a, 0x27, 0x66, 0x6c, 0x6f, 0x77, 0x2f, 0x6c, 0x65, 0x67, 0x61, 0x63, 0x79, 0x2f, 0x65, 0x6e, + 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x2f, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x5f, 0x68, 0x65, 0x61, + 0x64, 0x65, 0x72, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x08, 0x65, 0x6e, 0x74, 0x69, 0x74, + 0x69, 0x65, 0x73, 0x1a, 0x1f, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x70, 0x72, 0x6f, 0x74, + 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x74, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x2e, 0x70, + 0x72, 0x6f, 0x74, 0x6f, 0x22, 0x8c, 0x01, 0x0a, 0x0b, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x48, 0x65, + 0x61, 0x64, 0x65, 0x72, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, + 0x52, 0x02, 0x69, 0x64, 0x12, 0x1b, 0x0a, 0x09, 0x70, 0x61, 0x72, 0x65, 0x6e, 0x74, 0x5f, 0x69, + 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x08, 0x70, 0x61, 0x72, 0x65, 0x6e, 0x74, 0x49, + 0x64, 0x12, 0x16, 0x0a, 0x06, 0x68, 0x65, 0x69, 0x67, 0x68, 0x74, 0x18, 0x03, 0x20, 0x01, 0x28, + 0x04, 0x52, 0x06, 0x68, 0x65, 0x69, 0x67, 0x68, 0x74, 0x12, 0x38, 0x0a, 0x09, 0x74, 0x69, 0x6d, + 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, + 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x54, + 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x52, 0x09, 0x74, 0x69, 0x6d, 0x65, 0x73, 0x74, + 0x61, 0x6d, 0x70, 0x42, 0x5e, 0x0a, 0x23, 0x6f, 0x72, 0x67, 0x2e, 0x6f, 0x6e, 0x66, 0x6c, 0x6f, + 0x77, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x6c, 0x65, 0x67, 0x61, 0x63, + 0x79, 0x2e, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x5a, 0x37, 0x67, 0x69, 0x74, 0x68, + 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x6f, 0x6e, 0x66, 0x6c, 0x6f, 0x77, 0x2f, 0x66, 0x6c, + 0x6f, 0x77, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x67, 0x6f, 0x2f, 0x66, + 0x6c, 0x6f, 0x77, 0x2f, 0x6c, 0x65, 0x67, 0x61, 0x63, 0x79, 0x2f, 0x65, 0x6e, 0x74, 0x69, 0x74, + 0x69, 0x65, 0x73, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, +} + +var ( + file_flow_legacy_entities_block_header_proto_rawDescOnce sync.Once + file_flow_legacy_entities_block_header_proto_rawDescData = file_flow_legacy_entities_block_header_proto_rawDesc +) + +func file_flow_legacy_entities_block_header_proto_rawDescGZIP() []byte { + file_flow_legacy_entities_block_header_proto_rawDescOnce.Do(func() { + file_flow_legacy_entities_block_header_proto_rawDescData = protoimpl.X.CompressGZIP(file_flow_legacy_entities_block_header_proto_rawDescData) + }) + return file_flow_legacy_entities_block_header_proto_rawDescData } -func init() { - proto.RegisterFile("flow/legacy/entities/block_header.proto", fileDescriptor_57ffa47d11182ad6) +var file_flow_legacy_entities_block_header_proto_msgTypes = make([]protoimpl.MessageInfo, 1) +var file_flow_legacy_entities_block_header_proto_goTypes = []interface{}{ + (*BlockHeader)(nil), // 0: entities.BlockHeader + (*timestamppb.Timestamp)(nil), // 1: google.protobuf.Timestamp +} +var file_flow_legacy_entities_block_header_proto_depIdxs = []int32{ + 1, // 0: entities.BlockHeader.timestamp:type_name -> google.protobuf.Timestamp + 1, // [1:1] is the sub-list for method output_type + 1, // [1:1] is the sub-list for method input_type + 1, // [1:1] is the sub-list for extension type_name + 1, // [1:1] is the sub-list for extension extendee + 0, // [0:1] is the sub-list for field type_name } -var fileDescriptor_57ffa47d11182ad6 = []byte{ - // 239 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x6c, 0x90, 0xb1, 0x4e, 0xc3, 0x30, - 0x10, 0x86, 0xe5, 0x50, 0x55, 0xad, 0x8b, 0x18, 0x3c, 0xa0, 0xa8, 0x0c, 0x44, 0x30, 0x90, 0xc9, - 0x96, 0x60, 0x80, 0xb9, 0x13, 0xac, 0x11, 0x13, 0x03, 0x55, 0x12, 0x5f, 0x9d, 0x13, 0x49, 0x2e, - 0x4a, 0xaf, 0x42, 0xbc, 0x03, 0x0f, 0x8d, 0x6a, 0xe3, 0x66, 0xe9, 0x62, 0xc9, 0xbf, 0x3f, 0x9d, - 0xff, 0xef, 0xe4, 0xc3, 0xae, 0xa5, 0x6f, 0xd3, 0x82, 0x2b, 0xeb, 0x1f, 0x03, 0x3d, 0x23, 0x23, - 0xec, 0x4d, 0xd5, 0x52, 0xfd, 0xb5, 0x6d, 0xa0, 0xb4, 0x30, 0xea, 0x61, 0x24, 0x26, 0xb5, 0x88, - 0x8f, 0xeb, 0x5b, 0x47, 0xe4, 0x5a, 0x30, 0x3e, 0xaf, 0x0e, 0x3b, 0xc3, 0xd8, 0xc1, 0x9e, 0xcb, - 0x6e, 0x08, 0xe8, 0xdd, 0xaf, 0x90, 0xab, 0xcd, 0x71, 0xc2, 0xab, 0x1f, 0xa0, 0xae, 0x64, 0x82, - 0x36, 0x15, 0x99, 0xc8, 0x2f, 0x8b, 0x04, 0xad, 0xba, 0x91, 0xcb, 0xa1, 0x1c, 0xa1, 0xe7, 0x2d, - 0xda, 0x34, 0xf1, 0xf1, 0x22, 0x04, 0x6f, 0x56, 0x5d, 0xcb, 0x79, 0x03, 0xe8, 0x1a, 0x4e, 0x2f, - 0x32, 0x91, 0xcf, 0x8a, 0xff, 0x9b, 0x7a, 0x91, 0xcb, 0xd3, 0x3f, 0xe9, 0x2c, 0x13, 0xf9, 0xea, - 0x71, 0xad, 0x43, 0x13, 0x1d, 0x9b, 0xe8, 0xf7, 0x48, 0x14, 0x13, 0xbc, 0xf9, 0x94, 0xf7, 0x34, - 0x3a, 0x4d, 0xfd, 0x51, 0x75, 0x62, 0x83, 0xb3, 0x8e, 0x5a, 0x1f, 0xcf, 0x0e, 0xb9, 0x39, 0x54, - 0xba, 0xa6, 0xce, 0x04, 0xd6, 0xf8, 0xe3, 0xa4, 0xe9, 0xc8, 0x9c, 0x5b, 0x56, 0x35, 0xf7, 0xc4, - 0xd3, 0x5f, 0x00, 0x00, 0x00, 0xff, 0xff, 0xde, 0xe8, 0x2c, 0xcb, 0x4b, 0x01, 0x00, 0x00, +func init() { file_flow_legacy_entities_block_header_proto_init() } +func file_flow_legacy_entities_block_header_proto_init() { + if File_flow_legacy_entities_block_header_proto != nil { + return + } + if !protoimpl.UnsafeEnabled { + file_flow_legacy_entities_block_header_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*BlockHeader); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + } + type x struct{} + out := protoimpl.TypeBuilder{ + File: protoimpl.DescBuilder{ + GoPackagePath: reflect.TypeOf(x{}).PkgPath(), + RawDescriptor: file_flow_legacy_entities_block_header_proto_rawDesc, + NumEnums: 0, + NumMessages: 1, + NumExtensions: 0, + NumServices: 0, + }, + GoTypes: file_flow_legacy_entities_block_header_proto_goTypes, + DependencyIndexes: file_flow_legacy_entities_block_header_proto_depIdxs, + MessageInfos: file_flow_legacy_entities_block_header_proto_msgTypes, + }.Build() + File_flow_legacy_entities_block_header_proto = out.File + file_flow_legacy_entities_block_header_proto_rawDesc = nil + file_flow_legacy_entities_block_header_proto_goTypes = nil + file_flow_legacy_entities_block_header_proto_depIdxs = nil } diff --git a/protobuf/go/flow/legacy/entities/block_seal.pb.go b/protobuf/go/flow/legacy/entities/block_seal.pb.go index 158bd16a4..8b6c132d7 100644 --- a/protobuf/go/flow/legacy/entities/block_seal.pb.go +++ b/protobuf/go/flow/legacy/entities/block_seal.pb.go @@ -1,112 +1,184 @@ // Code generated by protoc-gen-go. DO NOT EDIT. +// versions: +// protoc-gen-go v1.28.1 +// protoc (unknown) // source: flow/legacy/entities/block_seal.proto package entities import ( - fmt "fmt" - proto "github.com/golang/protobuf/proto" - math "math" + protoreflect "google.golang.org/protobuf/reflect/protoreflect" + protoimpl "google.golang.org/protobuf/runtime/protoimpl" + reflect "reflect" + sync "sync" ) -// Reference imports to suppress errors if they are not otherwise used. -var _ = proto.Marshal -var _ = fmt.Errorf -var _ = math.Inf - -// This is a compile-time assertion to ensure that this generated file -// is compatible with the proto package it is being compiled against. -// A compilation error at this line likely means your copy of the -// proto package needs to be updated. -const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package +const ( + // Verify that this generated code is sufficiently up-to-date. + _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) + // Verify that runtime/protoimpl is sufficiently up-to-date. + _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) +) type BlockSeal struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + BlockId []byte `protobuf:"bytes,1,opt,name=block_id,json=blockId,proto3" json:"block_id,omitempty"` ExecutionReceiptId []byte `protobuf:"bytes,2,opt,name=execution_receipt_id,json=executionReceiptId,proto3" json:"execution_receipt_id,omitempty"` ExecutionReceiptSignatures [][]byte `protobuf:"bytes,3,rep,name=execution_receipt_signatures,json=executionReceiptSignatures,proto3" json:"execution_receipt_signatures,omitempty"` ResultApprovalSignatures [][]byte `protobuf:"bytes,4,rep,name=result_approval_signatures,json=resultApprovalSignatures,proto3" json:"result_approval_signatures,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` } -func (m *BlockSeal) Reset() { *m = BlockSeal{} } -func (m *BlockSeal) String() string { return proto.CompactTextString(m) } -func (*BlockSeal) ProtoMessage() {} -func (*BlockSeal) Descriptor() ([]byte, []int) { - return fileDescriptor_951535fdf2985bf3, []int{0} +func (x *BlockSeal) Reset() { + *x = BlockSeal{} + if protoimpl.UnsafeEnabled { + mi := &file_flow_legacy_entities_block_seal_proto_msgTypes[0] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } } -func (m *BlockSeal) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_BlockSeal.Unmarshal(m, b) -} -func (m *BlockSeal) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_BlockSeal.Marshal(b, m, deterministic) +func (x *BlockSeal) String() string { + return protoimpl.X.MessageStringOf(x) } -func (m *BlockSeal) XXX_Merge(src proto.Message) { - xxx_messageInfo_BlockSeal.Merge(m, src) -} -func (m *BlockSeal) XXX_Size() int { - return xxx_messageInfo_BlockSeal.Size(m) -} -func (m *BlockSeal) XXX_DiscardUnknown() { - xxx_messageInfo_BlockSeal.DiscardUnknown(m) + +func (*BlockSeal) ProtoMessage() {} + +func (x *BlockSeal) ProtoReflect() protoreflect.Message { + mi := &file_flow_legacy_entities_block_seal_proto_msgTypes[0] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) } -var xxx_messageInfo_BlockSeal proto.InternalMessageInfo +// Deprecated: Use BlockSeal.ProtoReflect.Descriptor instead. +func (*BlockSeal) Descriptor() ([]byte, []int) { + return file_flow_legacy_entities_block_seal_proto_rawDescGZIP(), []int{0} +} -func (m *BlockSeal) GetBlockId() []byte { - if m != nil { - return m.BlockId +func (x *BlockSeal) GetBlockId() []byte { + if x != nil { + return x.BlockId } return nil } -func (m *BlockSeal) GetExecutionReceiptId() []byte { - if m != nil { - return m.ExecutionReceiptId +func (x *BlockSeal) GetExecutionReceiptId() []byte { + if x != nil { + return x.ExecutionReceiptId } return nil } -func (m *BlockSeal) GetExecutionReceiptSignatures() [][]byte { - if m != nil { - return m.ExecutionReceiptSignatures +func (x *BlockSeal) GetExecutionReceiptSignatures() [][]byte { + if x != nil { + return x.ExecutionReceiptSignatures } return nil } -func (m *BlockSeal) GetResultApprovalSignatures() [][]byte { - if m != nil { - return m.ResultApprovalSignatures +func (x *BlockSeal) GetResultApprovalSignatures() [][]byte { + if x != nil { + return x.ResultApprovalSignatures } return nil } -func init() { - proto.RegisterType((*BlockSeal)(nil), "entities.BlockSeal") +var File_flow_legacy_entities_block_seal_proto protoreflect.FileDescriptor + +var file_flow_legacy_entities_block_seal_proto_rawDesc = []byte{ + 0x0a, 0x25, 0x66, 0x6c, 0x6f, 0x77, 0x2f, 0x6c, 0x65, 0x67, 0x61, 0x63, 0x79, 0x2f, 0x65, 0x6e, + 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x2f, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x5f, 0x73, 0x65, 0x61, + 0x6c, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x08, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, + 0x73, 0x22, 0xd8, 0x01, 0x0a, 0x09, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x53, 0x65, 0x61, 0x6c, 0x12, + 0x19, 0x0a, 0x08, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, + 0x0c, 0x52, 0x07, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x49, 0x64, 0x12, 0x30, 0x0a, 0x14, 0x65, 0x78, + 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x72, 0x65, 0x63, 0x65, 0x69, 0x70, 0x74, 0x5f, + 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x12, 0x65, 0x78, 0x65, 0x63, 0x75, 0x74, + 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x63, 0x65, 0x69, 0x70, 0x74, 0x49, 0x64, 0x12, 0x40, 0x0a, 0x1c, + 0x65, 0x78, 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x72, 0x65, 0x63, 0x65, 0x69, 0x70, + 0x74, 0x5f, 0x73, 0x69, 0x67, 0x6e, 0x61, 0x74, 0x75, 0x72, 0x65, 0x73, 0x18, 0x03, 0x20, 0x03, + 0x28, 0x0c, 0x52, 0x1a, 0x65, 0x78, 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x63, + 0x65, 0x69, 0x70, 0x74, 0x53, 0x69, 0x67, 0x6e, 0x61, 0x74, 0x75, 0x72, 0x65, 0x73, 0x12, 0x3c, + 0x0a, 0x1a, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x5f, 0x61, 0x70, 0x70, 0x72, 0x6f, 0x76, 0x61, + 0x6c, 0x5f, 0x73, 0x69, 0x67, 0x6e, 0x61, 0x74, 0x75, 0x72, 0x65, 0x73, 0x18, 0x04, 0x20, 0x03, + 0x28, 0x0c, 0x52, 0x18, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x41, 0x70, 0x70, 0x72, 0x6f, 0x76, + 0x61, 0x6c, 0x53, 0x69, 0x67, 0x6e, 0x61, 0x74, 0x75, 0x72, 0x65, 0x73, 0x42, 0x5e, 0x0a, 0x23, + 0x6f, 0x72, 0x67, 0x2e, 0x6f, 0x6e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, + 0x62, 0x75, 0x66, 0x2e, 0x6c, 0x65, 0x67, 0x61, 0x63, 0x79, 0x2e, 0x65, 0x6e, 0x74, 0x69, 0x74, + 0x69, 0x65, 0x73, 0x5a, 0x37, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, + 0x6f, 0x6e, 0x66, 0x6c, 0x6f, 0x77, 0x2f, 0x66, 0x6c, 0x6f, 0x77, 0x2f, 0x70, 0x72, 0x6f, 0x74, + 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x67, 0x6f, 0x2f, 0x66, 0x6c, 0x6f, 0x77, 0x2f, 0x6c, 0x65, 0x67, + 0x61, 0x63, 0x79, 0x2f, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x62, 0x06, 0x70, 0x72, + 0x6f, 0x74, 0x6f, 0x33, +} + +var ( + file_flow_legacy_entities_block_seal_proto_rawDescOnce sync.Once + file_flow_legacy_entities_block_seal_proto_rawDescData = file_flow_legacy_entities_block_seal_proto_rawDesc +) + +func file_flow_legacy_entities_block_seal_proto_rawDescGZIP() []byte { + file_flow_legacy_entities_block_seal_proto_rawDescOnce.Do(func() { + file_flow_legacy_entities_block_seal_proto_rawDescData = protoimpl.X.CompressGZIP(file_flow_legacy_entities_block_seal_proto_rawDescData) + }) + return file_flow_legacy_entities_block_seal_proto_rawDescData } -func init() { - proto.RegisterFile("flow/legacy/entities/block_seal.proto", fileDescriptor_951535fdf2985bf3) +var file_flow_legacy_entities_block_seal_proto_msgTypes = make([]protoimpl.MessageInfo, 1) +var file_flow_legacy_entities_block_seal_proto_goTypes = []interface{}{ + (*BlockSeal)(nil), // 0: entities.BlockSeal +} +var file_flow_legacy_entities_block_seal_proto_depIdxs = []int32{ + 0, // [0:0] is the sub-list for method output_type + 0, // [0:0] is the sub-list for method input_type + 0, // [0:0] is the sub-list for extension type_name + 0, // [0:0] is the sub-list for extension extendee + 0, // [0:0] is the sub-list for field type_name } -var fileDescriptor_951535fdf2985bf3 = []byte{ - // 244 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x6c, 0x90, 0x3f, 0x4f, 0xc3, 0x30, - 0x10, 0x47, 0x15, 0x8a, 0xa0, 0x58, 0x9d, 0x2c, 0x86, 0x50, 0x31, 0x54, 0x20, 0xa4, 0x4e, 0x36, - 0x12, 0x03, 0x0b, 0x03, 0x74, 0xeb, 0x9a, 0x6e, 0x0c, 0x44, 0x8e, 0x73, 0x35, 0x16, 0x26, 0x17, - 0xd9, 0x67, 0xfe, 0x7c, 0x53, 0x3e, 0x0e, 0x8a, 0x4d, 0x0a, 0x02, 0x16, 0x4b, 0xd6, 0xef, 0xbd, - 0xe1, 0x1e, 0xbb, 0xd8, 0x3a, 0x7c, 0x95, 0x0e, 0x8c, 0xd2, 0xef, 0x12, 0x3a, 0xb2, 0x64, 0x21, - 0xc8, 0xc6, 0xa1, 0x7e, 0xaa, 0x03, 0x28, 0x27, 0x7a, 0x8f, 0x84, 0x7c, 0x3a, 0x4e, 0x67, 0x1f, - 0x05, 0x3b, 0x5a, 0x0d, 0xf3, 0x06, 0x94, 0xe3, 0x27, 0x6c, 0x9a, 0x59, 0xdb, 0x96, 0xc5, 0xa2, - 0x58, 0xce, 0xaa, 0xc3, 0xf4, 0x5f, 0xb7, 0xfc, 0x92, 0x1d, 0xc3, 0x1b, 0xe8, 0x48, 0x16, 0xbb, - 0xda, 0x83, 0x06, 0xdb, 0xd3, 0x80, 0xed, 0x25, 0x8c, 0xef, 0xb6, 0x2a, 0x4f, 0xeb, 0x96, 0xdf, - 0xb2, 0xd3, 0xbf, 0x46, 0xb0, 0xa6, 0x53, 0x14, 0x3d, 0x84, 0x72, 0xb2, 0x98, 0x2c, 0x67, 0xd5, - 0xfc, 0xb7, 0xb9, 0xd9, 0x11, 0xfc, 0x86, 0xcd, 0x3d, 0x84, 0xe8, 0xa8, 0x56, 0x7d, 0xef, 0xf1, - 0x45, 0xb9, 0x9f, 0xfe, 0x7e, 0xf2, 0xcb, 0x4c, 0xdc, 0x7d, 0x01, 0xdf, 0xf6, 0xea, 0x81, 0x9d, - 0xa3, 0x37, 0x02, 0xbb, 0xa1, 0x49, 0x3e, 0xbc, 0x89, 0x5b, 0x91, 0xe3, 0x88, 0xb1, 0xc0, 0xfd, - 0xb5, 0xb1, 0xf4, 0x18, 0x1b, 0xa1, 0xf1, 0x59, 0x66, 0x56, 0xa6, 0x67, 0x14, 0xa4, 0x41, 0xf9, - 0x5f, 0xd5, 0xe6, 0x20, 0x11, 0x57, 0x9f, 0x01, 0x00, 0x00, 0xff, 0xff, 0x09, 0xa9, 0x0e, 0x8f, - 0x74, 0x01, 0x00, 0x00, +func init() { file_flow_legacy_entities_block_seal_proto_init() } +func file_flow_legacy_entities_block_seal_proto_init() { + if File_flow_legacy_entities_block_seal_proto != nil { + return + } + if !protoimpl.UnsafeEnabled { + file_flow_legacy_entities_block_seal_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*BlockSeal); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + } + type x struct{} + out := protoimpl.TypeBuilder{ + File: protoimpl.DescBuilder{ + GoPackagePath: reflect.TypeOf(x{}).PkgPath(), + RawDescriptor: file_flow_legacy_entities_block_seal_proto_rawDesc, + NumEnums: 0, + NumMessages: 1, + NumExtensions: 0, + NumServices: 0, + }, + GoTypes: file_flow_legacy_entities_block_seal_proto_goTypes, + DependencyIndexes: file_flow_legacy_entities_block_seal_proto_depIdxs, + MessageInfos: file_flow_legacy_entities_block_seal_proto_msgTypes, + }.Build() + File_flow_legacy_entities_block_seal_proto = out.File + file_flow_legacy_entities_block_seal_proto_rawDesc = nil + file_flow_legacy_entities_block_seal_proto_goTypes = nil + file_flow_legacy_entities_block_seal_proto_depIdxs = nil } diff --git a/protobuf/go/flow/legacy/entities/collection.pb.go b/protobuf/go/flow/legacy/entities/collection.pb.go index be387eb60..87dddb2b4 100644 --- a/protobuf/go/flow/legacy/entities/collection.pb.go +++ b/protobuf/go/flow/legacy/entities/collection.pb.go @@ -1,142 +1,232 @@ // Code generated by protoc-gen-go. DO NOT EDIT. +// versions: +// protoc-gen-go v1.28.1 +// protoc (unknown) // source: flow/legacy/entities/collection.proto package entities import ( - fmt "fmt" - proto "github.com/golang/protobuf/proto" - math "math" + protoreflect "google.golang.org/protobuf/reflect/protoreflect" + protoimpl "google.golang.org/protobuf/runtime/protoimpl" + reflect "reflect" + sync "sync" ) -// Reference imports to suppress errors if they are not otherwise used. -var _ = proto.Marshal -var _ = fmt.Errorf -var _ = math.Inf - -// This is a compile-time assertion to ensure that this generated file -// is compatible with the proto package it is being compiled against. -// A compilation error at this line likely means your copy of the -// proto package needs to be updated. -const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package +const ( + // Verify that this generated code is sufficiently up-to-date. + _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) + // Verify that runtime/protoimpl is sufficiently up-to-date. + _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) +) type Collection struct { - Id []byte `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` - TransactionIds [][]byte `protobuf:"bytes,2,rep,name=transaction_ids,json=transactionIds,proto3" json:"transaction_ids,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields -func (m *Collection) Reset() { *m = Collection{} } -func (m *Collection) String() string { return proto.CompactTextString(m) } -func (*Collection) ProtoMessage() {} -func (*Collection) Descriptor() ([]byte, []int) { - return fileDescriptor_183c1b49c6bdeaf1, []int{0} + Id []byte `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` + TransactionIds [][]byte `protobuf:"bytes,2,rep,name=transaction_ids,json=transactionIds,proto3" json:"transaction_ids,omitempty"` } -func (m *Collection) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_Collection.Unmarshal(m, b) -} -func (m *Collection) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_Collection.Marshal(b, m, deterministic) -} -func (m *Collection) XXX_Merge(src proto.Message) { - xxx_messageInfo_Collection.Merge(m, src) +func (x *Collection) Reset() { + *x = Collection{} + if protoimpl.UnsafeEnabled { + mi := &file_flow_legacy_entities_collection_proto_msgTypes[0] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } } -func (m *Collection) XXX_Size() int { - return xxx_messageInfo_Collection.Size(m) + +func (x *Collection) String() string { + return protoimpl.X.MessageStringOf(x) } -func (m *Collection) XXX_DiscardUnknown() { - xxx_messageInfo_Collection.DiscardUnknown(m) + +func (*Collection) ProtoMessage() {} + +func (x *Collection) ProtoReflect() protoreflect.Message { + mi := &file_flow_legacy_entities_collection_proto_msgTypes[0] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) } -var xxx_messageInfo_Collection proto.InternalMessageInfo +// Deprecated: Use Collection.ProtoReflect.Descriptor instead. +func (*Collection) Descriptor() ([]byte, []int) { + return file_flow_legacy_entities_collection_proto_rawDescGZIP(), []int{0} +} -func (m *Collection) GetId() []byte { - if m != nil { - return m.Id +func (x *Collection) GetId() []byte { + if x != nil { + return x.Id } return nil } -func (m *Collection) GetTransactionIds() [][]byte { - if m != nil { - return m.TransactionIds +func (x *Collection) GetTransactionIds() [][]byte { + if x != nil { + return x.TransactionIds } return nil } type CollectionGuarantee struct { - CollectionId []byte `protobuf:"bytes,1,opt,name=collection_id,json=collectionId,proto3" json:"collection_id,omitempty"` - Signatures [][]byte `protobuf:"bytes,2,rep,name=signatures,proto3" json:"signatures,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields -func (m *CollectionGuarantee) Reset() { *m = CollectionGuarantee{} } -func (m *CollectionGuarantee) String() string { return proto.CompactTextString(m) } -func (*CollectionGuarantee) ProtoMessage() {} -func (*CollectionGuarantee) Descriptor() ([]byte, []int) { - return fileDescriptor_183c1b49c6bdeaf1, []int{1} + CollectionId []byte `protobuf:"bytes,1,opt,name=collection_id,json=collectionId,proto3" json:"collection_id,omitempty"` + Signatures [][]byte `protobuf:"bytes,2,rep,name=signatures,proto3" json:"signatures,omitempty"` } -func (m *CollectionGuarantee) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_CollectionGuarantee.Unmarshal(m, b) -} -func (m *CollectionGuarantee) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_CollectionGuarantee.Marshal(b, m, deterministic) -} -func (m *CollectionGuarantee) XXX_Merge(src proto.Message) { - xxx_messageInfo_CollectionGuarantee.Merge(m, src) +func (x *CollectionGuarantee) Reset() { + *x = CollectionGuarantee{} + if protoimpl.UnsafeEnabled { + mi := &file_flow_legacy_entities_collection_proto_msgTypes[1] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } } -func (m *CollectionGuarantee) XXX_Size() int { - return xxx_messageInfo_CollectionGuarantee.Size(m) + +func (x *CollectionGuarantee) String() string { + return protoimpl.X.MessageStringOf(x) } -func (m *CollectionGuarantee) XXX_DiscardUnknown() { - xxx_messageInfo_CollectionGuarantee.DiscardUnknown(m) + +func (*CollectionGuarantee) ProtoMessage() {} + +func (x *CollectionGuarantee) ProtoReflect() protoreflect.Message { + mi := &file_flow_legacy_entities_collection_proto_msgTypes[1] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) } -var xxx_messageInfo_CollectionGuarantee proto.InternalMessageInfo +// Deprecated: Use CollectionGuarantee.ProtoReflect.Descriptor instead. +func (*CollectionGuarantee) Descriptor() ([]byte, []int) { + return file_flow_legacy_entities_collection_proto_rawDescGZIP(), []int{1} +} -func (m *CollectionGuarantee) GetCollectionId() []byte { - if m != nil { - return m.CollectionId +func (x *CollectionGuarantee) GetCollectionId() []byte { + if x != nil { + return x.CollectionId } return nil } -func (m *CollectionGuarantee) GetSignatures() [][]byte { - if m != nil { - return m.Signatures +func (x *CollectionGuarantee) GetSignatures() [][]byte { + if x != nil { + return x.Signatures } return nil } -func init() { - proto.RegisterType((*Collection)(nil), "entities.Collection") - proto.RegisterType((*CollectionGuarantee)(nil), "entities.CollectionGuarantee") +var File_flow_legacy_entities_collection_proto protoreflect.FileDescriptor + +var file_flow_legacy_entities_collection_proto_rawDesc = []byte{ + 0x0a, 0x25, 0x66, 0x6c, 0x6f, 0x77, 0x2f, 0x6c, 0x65, 0x67, 0x61, 0x63, 0x79, 0x2f, 0x65, 0x6e, + 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x2f, 0x63, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, + 0x6e, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x08, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, + 0x73, 0x22, 0x45, 0x0a, 0x0a, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x12, + 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x02, 0x69, 0x64, 0x12, + 0x27, 0x0a, 0x0f, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x69, + 0x64, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0c, 0x52, 0x0e, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x61, + 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x64, 0x73, 0x22, 0x5a, 0x0a, 0x13, 0x43, 0x6f, 0x6c, 0x6c, + 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x47, 0x75, 0x61, 0x72, 0x61, 0x6e, 0x74, 0x65, 0x65, 0x12, + 0x23, 0x0a, 0x0d, 0x63, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x69, 0x64, + 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x0c, 0x63, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, + 0x6f, 0x6e, 0x49, 0x64, 0x12, 0x1e, 0x0a, 0x0a, 0x73, 0x69, 0x67, 0x6e, 0x61, 0x74, 0x75, 0x72, + 0x65, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0c, 0x52, 0x0a, 0x73, 0x69, 0x67, 0x6e, 0x61, 0x74, + 0x75, 0x72, 0x65, 0x73, 0x42, 0x5e, 0x0a, 0x23, 0x6f, 0x72, 0x67, 0x2e, 0x6f, 0x6e, 0x66, 0x6c, + 0x6f, 0x77, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x6c, 0x65, 0x67, 0x61, + 0x63, 0x79, 0x2e, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x5a, 0x37, 0x67, 0x69, 0x74, + 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x6f, 0x6e, 0x66, 0x6c, 0x6f, 0x77, 0x2f, 0x66, + 0x6c, 0x6f, 0x77, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x67, 0x6f, 0x2f, + 0x66, 0x6c, 0x6f, 0x77, 0x2f, 0x6c, 0x65, 0x67, 0x61, 0x63, 0x79, 0x2f, 0x65, 0x6e, 0x74, 0x69, + 0x74, 0x69, 0x65, 0x73, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, +} + +var ( + file_flow_legacy_entities_collection_proto_rawDescOnce sync.Once + file_flow_legacy_entities_collection_proto_rawDescData = file_flow_legacy_entities_collection_proto_rawDesc +) + +func file_flow_legacy_entities_collection_proto_rawDescGZIP() []byte { + file_flow_legacy_entities_collection_proto_rawDescOnce.Do(func() { + file_flow_legacy_entities_collection_proto_rawDescData = protoimpl.X.CompressGZIP(file_flow_legacy_entities_collection_proto_rawDescData) + }) + return file_flow_legacy_entities_collection_proto_rawDescData } -func init() { - proto.RegisterFile("flow/legacy/entities/collection.proto", fileDescriptor_183c1b49c6bdeaf1) +var file_flow_legacy_entities_collection_proto_msgTypes = make([]protoimpl.MessageInfo, 2) +var file_flow_legacy_entities_collection_proto_goTypes = []interface{}{ + (*Collection)(nil), // 0: entities.Collection + (*CollectionGuarantee)(nil), // 1: entities.CollectionGuarantee +} +var file_flow_legacy_entities_collection_proto_depIdxs = []int32{ + 0, // [0:0] is the sub-list for method output_type + 0, // [0:0] is the sub-list for method input_type + 0, // [0:0] is the sub-list for extension type_name + 0, // [0:0] is the sub-list for extension extendee + 0, // [0:0] is the sub-list for field type_name } -var fileDescriptor_183c1b49c6bdeaf1 = []byte{ - // 218 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x6c, 0x90, 0x31, 0x4b, 0x04, 0x31, - 0x10, 0x85, 0xb9, 0x15, 0x44, 0x86, 0xf5, 0x84, 0xd8, 0x5c, 0x25, 0xc7, 0x1d, 0xe2, 0x55, 0x49, - 0x61, 0x61, 0xaf, 0x88, 0x5c, 0x7b, 0xe5, 0x15, 0x1e, 0xd9, 0x24, 0x17, 0x07, 0x62, 0x46, 0x92, - 0x09, 0xe2, 0xbf, 0x17, 0x77, 0xc9, 0xee, 0x16, 0x36, 0x53, 0xbc, 0xf7, 0xe6, 0x0d, 0xdf, 0xc0, - 0xfd, 0x39, 0xd0, 0xb7, 0x0a, 0xce, 0x6b, 0xf3, 0xa3, 0x5c, 0x64, 0x64, 0x74, 0x59, 0x19, 0x0a, - 0xc1, 0x19, 0x46, 0x8a, 0xf2, 0x2b, 0x11, 0x93, 0xb8, 0xaa, 0xd6, 0xe6, 0x15, 0xe0, 0x65, 0x74, - 0xc5, 0x12, 0x1a, 0xb4, 0xab, 0xc5, 0x7a, 0xb1, 0x6b, 0x0f, 0x0d, 0x5a, 0xf1, 0x00, 0x37, 0x9c, - 0x74, 0xcc, 0xba, 0xb7, 0x4f, 0x68, 0xf3, 0xaa, 0x59, 0x5f, 0xec, 0xda, 0xc3, 0x72, 0x26, 0xef, - 0x6d, 0xde, 0x1c, 0xe1, 0x76, 0xaa, 0x79, 0x2b, 0x3a, 0xe9, 0xc8, 0xce, 0x89, 0x2d, 0x5c, 0x4f, - 0xb7, 0x4f, 0x63, 0x75, 0x3b, 0x89, 0x7b, 0x2b, 0xee, 0x00, 0x32, 0xfa, 0xa8, 0xb9, 0x24, 0x57, - 0xfb, 0x67, 0xca, 0xf3, 0x3b, 0x6c, 0x29, 0x79, 0x49, 0xf1, 0x8f, 0x6d, 0x00, 0xe8, 0xca, 0x59, - 0x0e, 0x90, 0xb2, 0x92, 0x1c, 0x9f, 0x3c, 0xf2, 0x47, 0xe9, 0xa4, 0xa1, 0x4f, 0x35, 0x64, 0x55, - 0x3f, 0xea, 0x82, 0xf2, 0xa4, 0xfe, 0xfb, 0x4e, 0x77, 0xd9, 0x27, 0x1e, 0x7f, 0x03, 0x00, 0x00, - 0xff, 0xff, 0x72, 0x6e, 0x26, 0x3a, 0x3c, 0x01, 0x00, 0x00, +func init() { file_flow_legacy_entities_collection_proto_init() } +func file_flow_legacy_entities_collection_proto_init() { + if File_flow_legacy_entities_collection_proto != nil { + return + } + if !protoimpl.UnsafeEnabled { + file_flow_legacy_entities_collection_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*Collection); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_flow_legacy_entities_collection_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*CollectionGuarantee); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + } + type x struct{} + out := protoimpl.TypeBuilder{ + File: protoimpl.DescBuilder{ + GoPackagePath: reflect.TypeOf(x{}).PkgPath(), + RawDescriptor: file_flow_legacy_entities_collection_proto_rawDesc, + NumEnums: 0, + NumMessages: 2, + NumExtensions: 0, + NumServices: 0, + }, + GoTypes: file_flow_legacy_entities_collection_proto_goTypes, + DependencyIndexes: file_flow_legacy_entities_collection_proto_depIdxs, + MessageInfos: file_flow_legacy_entities_collection_proto_msgTypes, + }.Build() + File_flow_legacy_entities_collection_proto = out.File + file_flow_legacy_entities_collection_proto_rawDesc = nil + file_flow_legacy_entities_collection_proto_goTypes = nil + file_flow_legacy_entities_collection_proto_depIdxs = nil } diff --git a/protobuf/go/flow/legacy/entities/event.pb.go b/protobuf/go/flow/legacy/entities/event.pb.go index b369c7e3f..668159bf7 100644 --- a/protobuf/go/flow/legacy/entities/event.pb.go +++ b/protobuf/go/flow/legacy/entities/event.pb.go @@ -1,116 +1,189 @@ // Code generated by protoc-gen-go. DO NOT EDIT. +// versions: +// protoc-gen-go v1.28.1 +// protoc (unknown) // source: flow/legacy/entities/event.proto package entities import ( - fmt "fmt" - proto "github.com/golang/protobuf/proto" - math "math" + protoreflect "google.golang.org/protobuf/reflect/protoreflect" + protoimpl "google.golang.org/protobuf/runtime/protoimpl" + reflect "reflect" + sync "sync" ) -// Reference imports to suppress errors if they are not otherwise used. -var _ = proto.Marshal -var _ = fmt.Errorf -var _ = math.Inf - -// This is a compile-time assertion to ensure that this generated file -// is compatible with the proto package it is being compiled against. -// A compilation error at this line likely means your copy of the -// proto package needs to be updated. -const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package +const ( + // Verify that this generated code is sufficiently up-to-date. + _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) + // Verify that runtime/protoimpl is sufficiently up-to-date. + _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) +) type Event struct { - Type string `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"` - TransactionId []byte `protobuf:"bytes,2,opt,name=transaction_id,json=transactionId,proto3" json:"transaction_id,omitempty"` - TransactionIndex uint32 `protobuf:"varint,3,opt,name=transaction_index,json=transactionIndex,proto3" json:"transaction_index,omitempty"` - EventIndex uint32 `protobuf:"varint,4,opt,name=event_index,json=eventIndex,proto3" json:"event_index,omitempty"` - Payload []byte `protobuf:"bytes,5,opt,name=payload,proto3" json:"payload,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Type string `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"` + TransactionId []byte `protobuf:"bytes,2,opt,name=transaction_id,json=transactionId,proto3" json:"transaction_id,omitempty"` + TransactionIndex uint32 `protobuf:"varint,3,opt,name=transaction_index,json=transactionIndex,proto3" json:"transaction_index,omitempty"` + EventIndex uint32 `protobuf:"varint,4,opt,name=event_index,json=eventIndex,proto3" json:"event_index,omitempty"` + Payload []byte `protobuf:"bytes,5,opt,name=payload,proto3" json:"payload,omitempty"` } -func (m *Event) Reset() { *m = Event{} } -func (m *Event) String() string { return proto.CompactTextString(m) } -func (*Event) ProtoMessage() {} -func (*Event) Descriptor() ([]byte, []int) { - return fileDescriptor_660da12406c4b12a, []int{0} +func (x *Event) Reset() { + *x = Event{} + if protoimpl.UnsafeEnabled { + mi := &file_flow_legacy_entities_event_proto_msgTypes[0] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } } -func (m *Event) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_Event.Unmarshal(m, b) -} -func (m *Event) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_Event.Marshal(b, m, deterministic) -} -func (m *Event) XXX_Merge(src proto.Message) { - xxx_messageInfo_Event.Merge(m, src) +func (x *Event) String() string { + return protoimpl.X.MessageStringOf(x) } -func (m *Event) XXX_Size() int { - return xxx_messageInfo_Event.Size(m) -} -func (m *Event) XXX_DiscardUnknown() { - xxx_messageInfo_Event.DiscardUnknown(m) + +func (*Event) ProtoMessage() {} + +func (x *Event) ProtoReflect() protoreflect.Message { + mi := &file_flow_legacy_entities_event_proto_msgTypes[0] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) } -var xxx_messageInfo_Event proto.InternalMessageInfo +// Deprecated: Use Event.ProtoReflect.Descriptor instead. +func (*Event) Descriptor() ([]byte, []int) { + return file_flow_legacy_entities_event_proto_rawDescGZIP(), []int{0} +} -func (m *Event) GetType() string { - if m != nil { - return m.Type +func (x *Event) GetType() string { + if x != nil { + return x.Type } return "" } -func (m *Event) GetTransactionId() []byte { - if m != nil { - return m.TransactionId +func (x *Event) GetTransactionId() []byte { + if x != nil { + return x.TransactionId } return nil } -func (m *Event) GetTransactionIndex() uint32 { - if m != nil { - return m.TransactionIndex +func (x *Event) GetTransactionIndex() uint32 { + if x != nil { + return x.TransactionIndex } return 0 } -func (m *Event) GetEventIndex() uint32 { - if m != nil { - return m.EventIndex +func (x *Event) GetEventIndex() uint32 { + if x != nil { + return x.EventIndex } return 0 } -func (m *Event) GetPayload() []byte { - if m != nil { - return m.Payload +func (x *Event) GetPayload() []byte { + if x != nil { + return x.Payload } return nil } -func init() { - proto.RegisterType((*Event)(nil), "entities.Event") +var File_flow_legacy_entities_event_proto protoreflect.FileDescriptor + +var file_flow_legacy_entities_event_proto_rawDesc = []byte{ + 0x0a, 0x20, 0x66, 0x6c, 0x6f, 0x77, 0x2f, 0x6c, 0x65, 0x67, 0x61, 0x63, 0x79, 0x2f, 0x65, 0x6e, + 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x2f, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x2e, 0x70, 0x72, 0x6f, + 0x74, 0x6f, 0x12, 0x08, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x22, 0xaa, 0x01, 0x0a, + 0x05, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x18, 0x01, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x74, 0x79, 0x70, 0x65, 0x12, 0x25, 0x0a, 0x0e, 0x74, 0x72, + 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, + 0x28, 0x0c, 0x52, 0x0d, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x49, + 0x64, 0x12, 0x2b, 0x0a, 0x11, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, + 0x5f, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x10, 0x74, 0x72, + 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x12, 0x1f, + 0x0a, 0x0b, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x5f, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x18, 0x04, 0x20, + 0x01, 0x28, 0x0d, 0x52, 0x0a, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x12, + 0x18, 0x0a, 0x07, 0x70, 0x61, 0x79, 0x6c, 0x6f, 0x61, 0x64, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0c, + 0x52, 0x07, 0x70, 0x61, 0x79, 0x6c, 0x6f, 0x61, 0x64, 0x42, 0x5e, 0x0a, 0x23, 0x6f, 0x72, 0x67, + 0x2e, 0x6f, 0x6e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, + 0x2e, 0x6c, 0x65, 0x67, 0x61, 0x63, 0x79, 0x2e, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, + 0x5a, 0x37, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x6f, 0x6e, 0x66, + 0x6c, 0x6f, 0x77, 0x2f, 0x66, 0x6c, 0x6f, 0x77, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, + 0x66, 0x2f, 0x67, 0x6f, 0x2f, 0x66, 0x6c, 0x6f, 0x77, 0x2f, 0x6c, 0x65, 0x67, 0x61, 0x63, 0x79, + 0x2f, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, + 0x33, +} + +var ( + file_flow_legacy_entities_event_proto_rawDescOnce sync.Once + file_flow_legacy_entities_event_proto_rawDescData = file_flow_legacy_entities_event_proto_rawDesc +) + +func file_flow_legacy_entities_event_proto_rawDescGZIP() []byte { + file_flow_legacy_entities_event_proto_rawDescOnce.Do(func() { + file_flow_legacy_entities_event_proto_rawDescData = protoimpl.X.CompressGZIP(file_flow_legacy_entities_event_proto_rawDescData) + }) + return file_flow_legacy_entities_event_proto_rawDescData +} + +var file_flow_legacy_entities_event_proto_msgTypes = make([]protoimpl.MessageInfo, 1) +var file_flow_legacy_entities_event_proto_goTypes = []interface{}{ + (*Event)(nil), // 0: entities.Event +} +var file_flow_legacy_entities_event_proto_depIdxs = []int32{ + 0, // [0:0] is the sub-list for method output_type + 0, // [0:0] is the sub-list for method input_type + 0, // [0:0] is the sub-list for extension type_name + 0, // [0:0] is the sub-list for extension extendee + 0, // [0:0] is the sub-list for field type_name } -func init() { proto.RegisterFile("flow/legacy/entities/event.proto", fileDescriptor_660da12406c4b12a) } - -var fileDescriptor_660da12406c4b12a = []byte{ - // 224 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x6c, 0x90, 0x4d, 0x4b, 0x05, 0x21, - 0x14, 0x40, 0xb1, 0xde, 0xeb, 0xe3, 0xd6, 0x8b, 0x72, 0xe5, 0x2e, 0x29, 0x82, 0x81, 0x40, 0x17, - 0x2d, 0xda, 0x07, 0x2d, 0xda, 0xce, 0xb2, 0x45, 0xe1, 0x8c, 0x3e, 0x13, 0x26, 0xef, 0x30, 0xef, - 0x4e, 0x35, 0x7f, 0xa9, 0x5f, 0x19, 0xa3, 0x09, 0x13, 0xb4, 0x11, 0x3d, 0x1e, 0xd1, 0x23, 0xc8, - 0x6d, 0x87, 0x9f, 0xba, 0x73, 0xde, 0xb4, 0x93, 0x76, 0x91, 0x02, 0x05, 0xb7, 0xd3, 0xee, 0xc3, - 0x45, 0x52, 0xfd, 0x80, 0x84, 0xfc, 0xa8, 0xd0, 0xab, 0x6f, 0x06, 0xeb, 0xc7, 0x79, 0x87, 0x73, - 0x58, 0xd1, 0xd4, 0x3b, 0xc1, 0x24, 0xab, 0x8e, 0xeb, 0x34, 0xe7, 0x37, 0x70, 0x46, 0x83, 0x89, - 0x3b, 0xd3, 0x52, 0xc0, 0xf8, 0x1a, 0xac, 0xd8, 0x93, 0xac, 0x3a, 0xad, 0x37, 0x0b, 0xfa, 0x64, - 0xf9, 0x2d, 0x5c, 0xfc, 0xd1, 0xa2, 0x75, 0x5f, 0x62, 0x5f, 0xb2, 0x6a, 0x53, 0x9f, 0x2f, 0xcd, - 0x99, 0xf3, 0x4b, 0x38, 0x49, 0x4f, 0xf9, 0xd5, 0x56, 0x49, 0x83, 0x84, 0xb2, 0x20, 0xe0, 0xb0, - 0x37, 0x53, 0x87, 0xc6, 0x8a, 0x75, 0xba, 0xad, 0x2c, 0x1f, 0x5e, 0xe0, 0x1a, 0x07, 0xaf, 0x30, - 0xce, 0x81, 0x39, 0xa5, 0x19, 0xb7, 0x2a, 0x97, 0xaa, 0xd2, 0xf4, 0x7c, 0xef, 0x03, 0xbd, 0x8d, - 0x8d, 0x6a, 0xf1, 0x5d, 0x67, 0x57, 0xa7, 0xa1, 0x1c, 0xd0, 0x1e, 0xf5, 0x7f, 0x5f, 0xd4, 0x1c, - 0x24, 0xe3, 0xee, 0x27, 0x00, 0x00, 0xff, 0xff, 0x7e, 0xcd, 0x17, 0x85, 0x41, 0x01, 0x00, 0x00, +func init() { file_flow_legacy_entities_event_proto_init() } +func file_flow_legacy_entities_event_proto_init() { + if File_flow_legacy_entities_event_proto != nil { + return + } + if !protoimpl.UnsafeEnabled { + file_flow_legacy_entities_event_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*Event); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + } + type x struct{} + out := protoimpl.TypeBuilder{ + File: protoimpl.DescBuilder{ + GoPackagePath: reflect.TypeOf(x{}).PkgPath(), + RawDescriptor: file_flow_legacy_entities_event_proto_rawDesc, + NumEnums: 0, + NumMessages: 1, + NumExtensions: 0, + NumServices: 0, + }, + GoTypes: file_flow_legacy_entities_event_proto_goTypes, + DependencyIndexes: file_flow_legacy_entities_event_proto_depIdxs, + MessageInfos: file_flow_legacy_entities_event_proto_msgTypes, + }.Build() + File_flow_legacy_entities_event_proto = out.File + file_flow_legacy_entities_event_proto_rawDesc = nil + file_flow_legacy_entities_event_proto_goTypes = nil + file_flow_legacy_entities_event_proto_depIdxs = nil } diff --git a/protobuf/go/flow/legacy/entities/transaction.pb.go b/protobuf/go/flow/legacy/entities/transaction.pb.go index a6223212b..c733495ed 100644 --- a/protobuf/go/flow/legacy/entities/transaction.pb.go +++ b/protobuf/go/flow/legacy/entities/transaction.pb.go @@ -1,24 +1,24 @@ // Code generated by protoc-gen-go. DO NOT EDIT. +// versions: +// protoc-gen-go v1.28.1 +// protoc (unknown) // source: flow/legacy/entities/transaction.proto package entities import ( - fmt "fmt" - proto "github.com/golang/protobuf/proto" - math "math" + protoreflect "google.golang.org/protobuf/reflect/protoreflect" + protoimpl "google.golang.org/protobuf/runtime/protoimpl" + reflect "reflect" + sync "sync" ) -// Reference imports to suppress errors if they are not otherwise used. -var _ = proto.Marshal -var _ = fmt.Errorf -var _ = math.Inf - -// This is a compile-time assertion to ensure that this generated file -// is compatible with the proto package it is being compiled against. -// A compilation error at this line likely means your copy of the -// proto package needs to be updated. -const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package +const ( + // Verify that this generated code is sufficiently up-to-date. + _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) + // Verify that runtime/protoimpl is sufficiently up-to-date. + _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) +) type TransactionStatus int32 @@ -31,288 +31,442 @@ const ( TransactionStatus_EXPIRED TransactionStatus = 5 ) -var TransactionStatus_name = map[int32]string{ - 0: "UNKNOWN", - 1: "PENDING", - 2: "FINALIZED", - 3: "EXECUTED", - 4: "SEALED", - 5: "EXPIRED", -} +// Enum value maps for TransactionStatus. +var ( + TransactionStatus_name = map[int32]string{ + 0: "UNKNOWN", + 1: "PENDING", + 2: "FINALIZED", + 3: "EXECUTED", + 4: "SEALED", + 5: "EXPIRED", + } + TransactionStatus_value = map[string]int32{ + "UNKNOWN": 0, + "PENDING": 1, + "FINALIZED": 2, + "EXECUTED": 3, + "SEALED": 4, + "EXPIRED": 5, + } +) -var TransactionStatus_value = map[string]int32{ - "UNKNOWN": 0, - "PENDING": 1, - "FINALIZED": 2, - "EXECUTED": 3, - "SEALED": 4, - "EXPIRED": 5, +func (x TransactionStatus) Enum() *TransactionStatus { + p := new(TransactionStatus) + *p = x + return p } func (x TransactionStatus) String() string { - return proto.EnumName(TransactionStatus_name, int32(x)) + return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x)) } -func (TransactionStatus) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_1525bb76cf88cd72, []int{0} +func (TransactionStatus) Descriptor() protoreflect.EnumDescriptor { + return file_flow_legacy_entities_transaction_proto_enumTypes[0].Descriptor() } -type Transaction struct { - Script []byte `protobuf:"bytes,1,opt,name=script,proto3" json:"script,omitempty"` - Arguments [][]byte `protobuf:"bytes,2,rep,name=arguments,proto3" json:"arguments,omitempty"` - ReferenceBlockId []byte `protobuf:"bytes,3,opt,name=reference_block_id,json=referenceBlockId,proto3" json:"reference_block_id,omitempty"` - GasLimit uint64 `protobuf:"varint,4,opt,name=gas_limit,json=gasLimit,proto3" json:"gas_limit,omitempty"` - ProposalKey *Transaction_ProposalKey `protobuf:"bytes,5,opt,name=proposal_key,json=proposalKey,proto3" json:"proposal_key,omitempty"` - Payer []byte `protobuf:"bytes,6,opt,name=payer,proto3" json:"payer,omitempty"` - Authorizers [][]byte `protobuf:"bytes,7,rep,name=authorizers,proto3" json:"authorizers,omitempty"` - PayloadSignatures []*Transaction_Signature `protobuf:"bytes,8,rep,name=payload_signatures,json=payloadSignatures,proto3" json:"payload_signatures,omitempty"` - EnvelopeSignatures []*Transaction_Signature `protobuf:"bytes,9,rep,name=envelope_signatures,json=envelopeSignatures,proto3" json:"envelope_signatures,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *Transaction) Reset() { *m = Transaction{} } -func (m *Transaction) String() string { return proto.CompactTextString(m) } -func (*Transaction) ProtoMessage() {} -func (*Transaction) Descriptor() ([]byte, []int) { - return fileDescriptor_1525bb76cf88cd72, []int{0} +func (TransactionStatus) Type() protoreflect.EnumType { + return &file_flow_legacy_entities_transaction_proto_enumTypes[0] } -func (m *Transaction) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_Transaction.Unmarshal(m, b) +func (x TransactionStatus) Number() protoreflect.EnumNumber { + return protoreflect.EnumNumber(x) } -func (m *Transaction) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_Transaction.Marshal(b, m, deterministic) + +// Deprecated: Use TransactionStatus.Descriptor instead. +func (TransactionStatus) EnumDescriptor() ([]byte, []int) { + return file_flow_legacy_entities_transaction_proto_rawDescGZIP(), []int{0} } -func (m *Transaction) XXX_Merge(src proto.Message) { - xxx_messageInfo_Transaction.Merge(m, src) + +type Transaction struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Script []byte `protobuf:"bytes,1,opt,name=script,proto3" json:"script,omitempty"` + Arguments [][]byte `protobuf:"bytes,2,rep,name=arguments,proto3" json:"arguments,omitempty"` + ReferenceBlockId []byte `protobuf:"bytes,3,opt,name=reference_block_id,json=referenceBlockId,proto3" json:"reference_block_id,omitempty"` + GasLimit uint64 `protobuf:"varint,4,opt,name=gas_limit,json=gasLimit,proto3" json:"gas_limit,omitempty"` + ProposalKey *Transaction_ProposalKey `protobuf:"bytes,5,opt,name=proposal_key,json=proposalKey,proto3" json:"proposal_key,omitempty"` + Payer []byte `protobuf:"bytes,6,opt,name=payer,proto3" json:"payer,omitempty"` + Authorizers [][]byte `protobuf:"bytes,7,rep,name=authorizers,proto3" json:"authorizers,omitempty"` + PayloadSignatures []*Transaction_Signature `protobuf:"bytes,8,rep,name=payload_signatures,json=payloadSignatures,proto3" json:"payload_signatures,omitempty"` + EnvelopeSignatures []*Transaction_Signature `protobuf:"bytes,9,rep,name=envelope_signatures,json=envelopeSignatures,proto3" json:"envelope_signatures,omitempty"` +} + +func (x *Transaction) Reset() { + *x = Transaction{} + if protoimpl.UnsafeEnabled { + mi := &file_flow_legacy_entities_transaction_proto_msgTypes[0] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } } -func (m *Transaction) XXX_Size() int { - return xxx_messageInfo_Transaction.Size(m) + +func (x *Transaction) String() string { + return protoimpl.X.MessageStringOf(x) } -func (m *Transaction) XXX_DiscardUnknown() { - xxx_messageInfo_Transaction.DiscardUnknown(m) + +func (*Transaction) ProtoMessage() {} + +func (x *Transaction) ProtoReflect() protoreflect.Message { + mi := &file_flow_legacy_entities_transaction_proto_msgTypes[0] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) } -var xxx_messageInfo_Transaction proto.InternalMessageInfo +// Deprecated: Use Transaction.ProtoReflect.Descriptor instead. +func (*Transaction) Descriptor() ([]byte, []int) { + return file_flow_legacy_entities_transaction_proto_rawDescGZIP(), []int{0} +} -func (m *Transaction) GetScript() []byte { - if m != nil { - return m.Script +func (x *Transaction) GetScript() []byte { + if x != nil { + return x.Script } return nil } -func (m *Transaction) GetArguments() [][]byte { - if m != nil { - return m.Arguments +func (x *Transaction) GetArguments() [][]byte { + if x != nil { + return x.Arguments } return nil } -func (m *Transaction) GetReferenceBlockId() []byte { - if m != nil { - return m.ReferenceBlockId +func (x *Transaction) GetReferenceBlockId() []byte { + if x != nil { + return x.ReferenceBlockId } return nil } -func (m *Transaction) GetGasLimit() uint64 { - if m != nil { - return m.GasLimit +func (x *Transaction) GetGasLimit() uint64 { + if x != nil { + return x.GasLimit } return 0 } -func (m *Transaction) GetProposalKey() *Transaction_ProposalKey { - if m != nil { - return m.ProposalKey +func (x *Transaction) GetProposalKey() *Transaction_ProposalKey { + if x != nil { + return x.ProposalKey } return nil } -func (m *Transaction) GetPayer() []byte { - if m != nil { - return m.Payer +func (x *Transaction) GetPayer() []byte { + if x != nil { + return x.Payer } return nil } -func (m *Transaction) GetAuthorizers() [][]byte { - if m != nil { - return m.Authorizers +func (x *Transaction) GetAuthorizers() [][]byte { + if x != nil { + return x.Authorizers } return nil } -func (m *Transaction) GetPayloadSignatures() []*Transaction_Signature { - if m != nil { - return m.PayloadSignatures +func (x *Transaction) GetPayloadSignatures() []*Transaction_Signature { + if x != nil { + return x.PayloadSignatures } return nil } -func (m *Transaction) GetEnvelopeSignatures() []*Transaction_Signature { - if m != nil { - return m.EnvelopeSignatures +func (x *Transaction) GetEnvelopeSignatures() []*Transaction_Signature { + if x != nil { + return x.EnvelopeSignatures } return nil } type Transaction_ProposalKey struct { - Address []byte `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"` - KeyId uint32 `protobuf:"varint,2,opt,name=key_id,json=keyId,proto3" json:"key_id,omitempty"` - SequenceNumber uint64 `protobuf:"varint,3,opt,name=sequence_number,json=sequenceNumber,proto3" json:"sequence_number,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields -func (m *Transaction_ProposalKey) Reset() { *m = Transaction_ProposalKey{} } -func (m *Transaction_ProposalKey) String() string { return proto.CompactTextString(m) } -func (*Transaction_ProposalKey) ProtoMessage() {} -func (*Transaction_ProposalKey) Descriptor() ([]byte, []int) { - return fileDescriptor_1525bb76cf88cd72, []int{0, 0} + Address []byte `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"` + KeyId uint32 `protobuf:"varint,2,opt,name=key_id,json=keyId,proto3" json:"key_id,omitempty"` + SequenceNumber uint64 `protobuf:"varint,3,opt,name=sequence_number,json=sequenceNumber,proto3" json:"sequence_number,omitempty"` } -func (m *Transaction_ProposalKey) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_Transaction_ProposalKey.Unmarshal(m, b) -} -func (m *Transaction_ProposalKey) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_Transaction_ProposalKey.Marshal(b, m, deterministic) -} -func (m *Transaction_ProposalKey) XXX_Merge(src proto.Message) { - xxx_messageInfo_Transaction_ProposalKey.Merge(m, src) +func (x *Transaction_ProposalKey) Reset() { + *x = Transaction_ProposalKey{} + if protoimpl.UnsafeEnabled { + mi := &file_flow_legacy_entities_transaction_proto_msgTypes[1] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } } -func (m *Transaction_ProposalKey) XXX_Size() int { - return xxx_messageInfo_Transaction_ProposalKey.Size(m) + +func (x *Transaction_ProposalKey) String() string { + return protoimpl.X.MessageStringOf(x) } -func (m *Transaction_ProposalKey) XXX_DiscardUnknown() { - xxx_messageInfo_Transaction_ProposalKey.DiscardUnknown(m) + +func (*Transaction_ProposalKey) ProtoMessage() {} + +func (x *Transaction_ProposalKey) ProtoReflect() protoreflect.Message { + mi := &file_flow_legacy_entities_transaction_proto_msgTypes[1] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) } -var xxx_messageInfo_Transaction_ProposalKey proto.InternalMessageInfo +// Deprecated: Use Transaction_ProposalKey.ProtoReflect.Descriptor instead. +func (*Transaction_ProposalKey) Descriptor() ([]byte, []int) { + return file_flow_legacy_entities_transaction_proto_rawDescGZIP(), []int{0, 0} +} -func (m *Transaction_ProposalKey) GetAddress() []byte { - if m != nil { - return m.Address +func (x *Transaction_ProposalKey) GetAddress() []byte { + if x != nil { + return x.Address } return nil } -func (m *Transaction_ProposalKey) GetKeyId() uint32 { - if m != nil { - return m.KeyId +func (x *Transaction_ProposalKey) GetKeyId() uint32 { + if x != nil { + return x.KeyId } return 0 } -func (m *Transaction_ProposalKey) GetSequenceNumber() uint64 { - if m != nil { - return m.SequenceNumber +func (x *Transaction_ProposalKey) GetSequenceNumber() uint64 { + if x != nil { + return x.SequenceNumber } return 0 } type Transaction_Signature struct { - Address []byte `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"` - KeyId uint32 `protobuf:"varint,2,opt,name=key_id,json=keyId,proto3" json:"key_id,omitempty"` - Signature []byte `protobuf:"bytes,3,opt,name=signature,proto3" json:"signature,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields -func (m *Transaction_Signature) Reset() { *m = Transaction_Signature{} } -func (m *Transaction_Signature) String() string { return proto.CompactTextString(m) } -func (*Transaction_Signature) ProtoMessage() {} -func (*Transaction_Signature) Descriptor() ([]byte, []int) { - return fileDescriptor_1525bb76cf88cd72, []int{0, 1} + Address []byte `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"` + KeyId uint32 `protobuf:"varint,2,opt,name=key_id,json=keyId,proto3" json:"key_id,omitempty"` + Signature []byte `protobuf:"bytes,3,opt,name=signature,proto3" json:"signature,omitempty"` } -func (m *Transaction_Signature) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_Transaction_Signature.Unmarshal(m, b) -} -func (m *Transaction_Signature) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_Transaction_Signature.Marshal(b, m, deterministic) -} -func (m *Transaction_Signature) XXX_Merge(src proto.Message) { - xxx_messageInfo_Transaction_Signature.Merge(m, src) +func (x *Transaction_Signature) Reset() { + *x = Transaction_Signature{} + if protoimpl.UnsafeEnabled { + mi := &file_flow_legacy_entities_transaction_proto_msgTypes[2] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } } -func (m *Transaction_Signature) XXX_Size() int { - return xxx_messageInfo_Transaction_Signature.Size(m) + +func (x *Transaction_Signature) String() string { + return protoimpl.X.MessageStringOf(x) } -func (m *Transaction_Signature) XXX_DiscardUnknown() { - xxx_messageInfo_Transaction_Signature.DiscardUnknown(m) + +func (*Transaction_Signature) ProtoMessage() {} + +func (x *Transaction_Signature) ProtoReflect() protoreflect.Message { + mi := &file_flow_legacy_entities_transaction_proto_msgTypes[2] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) } -var xxx_messageInfo_Transaction_Signature proto.InternalMessageInfo +// Deprecated: Use Transaction_Signature.ProtoReflect.Descriptor instead. +func (*Transaction_Signature) Descriptor() ([]byte, []int) { + return file_flow_legacy_entities_transaction_proto_rawDescGZIP(), []int{0, 1} +} -func (m *Transaction_Signature) GetAddress() []byte { - if m != nil { - return m.Address +func (x *Transaction_Signature) GetAddress() []byte { + if x != nil { + return x.Address } return nil } -func (m *Transaction_Signature) GetKeyId() uint32 { - if m != nil { - return m.KeyId +func (x *Transaction_Signature) GetKeyId() uint32 { + if x != nil { + return x.KeyId } return 0 } -func (m *Transaction_Signature) GetSignature() []byte { - if m != nil { - return m.Signature +func (x *Transaction_Signature) GetSignature() []byte { + if x != nil { + return x.Signature } return nil } -func init() { - proto.RegisterEnum("entities.TransactionStatus", TransactionStatus_name, TransactionStatus_value) - proto.RegisterType((*Transaction)(nil), "entities.Transaction") - proto.RegisterType((*Transaction_ProposalKey)(nil), "entities.Transaction.ProposalKey") - proto.RegisterType((*Transaction_Signature)(nil), "entities.Transaction.Signature") -} - -func init() { - proto.RegisterFile("flow/legacy/entities/transaction.proto", fileDescriptor_1525bb76cf88cd72) -} - -var fileDescriptor_1525bb76cf88cd72 = []byte{ - // 504 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x53, 0x5d, 0x8f, 0x93, 0x40, - 0x14, 0x95, 0xed, 0x27, 0x97, 0xae, 0xb2, 0xe3, 0x47, 0xc8, 0xba, 0x89, 0xa8, 0x89, 0x12, 0x63, - 0x20, 0x59, 0x1f, 0x7c, 0xde, 0x15, 0x34, 0x64, 0x1b, 0x6c, 0xe8, 0x6e, 0xdc, 0xf4, 0xc1, 0x66, - 0x0a, 0xb7, 0x2c, 0x29, 0x65, 0x70, 0x66, 0xd0, 0xe0, 0xdf, 0xf6, 0x0f, 0x18, 0x68, 0x69, 0xfb, - 0xb0, 0x0f, 0xfa, 0x42, 0x72, 0xce, 0xfd, 0x98, 0x7b, 0x38, 0xf7, 0xc2, 0x9b, 0x65, 0xc6, 0x7e, - 0x39, 0x19, 0x26, 0x34, 0xaa, 0x1c, 0xcc, 0x65, 0x2a, 0x53, 0x14, 0x8e, 0xe4, 0x34, 0x17, 0x34, - 0x92, 0x29, 0xcb, 0xed, 0x82, 0x33, 0xc9, 0xc8, 0xb0, 0x8d, 0xbd, 0xfa, 0xd3, 0x05, 0xed, 0x7a, - 0x1f, 0x27, 0xcf, 0xa0, 0x2f, 0x22, 0x9e, 0x16, 0xd2, 0x50, 0x4c, 0xc5, 0x1a, 0x85, 0x5b, 0x44, - 0xce, 0x40, 0xa5, 0x3c, 0x29, 0xd7, 0x98, 0x4b, 0x61, 0x1c, 0x99, 0x1d, 0x6b, 0x14, 0xee, 0x09, - 0xf2, 0x1e, 0x08, 0xc7, 0x25, 0x72, 0xcc, 0x23, 0x9c, 0x2f, 0x32, 0x16, 0xad, 0xe6, 0x69, 0x6c, - 0x74, 0x9a, 0x0e, 0xfa, 0x2e, 0x72, 0x59, 0x07, 0xfc, 0x98, 0x3c, 0x07, 0x35, 0xa1, 0x62, 0x9e, - 0xa5, 0xeb, 0x54, 0x1a, 0x5d, 0x53, 0xb1, 0xba, 0xe1, 0x30, 0xa1, 0x62, 0x5c, 0x63, 0xe2, 0xc2, - 0xa8, 0xe0, 0xac, 0x60, 0x82, 0x66, 0xf3, 0x15, 0x56, 0x46, 0xcf, 0x54, 0x2c, 0xed, 0xfc, 0xa5, - 0xdd, 0x4e, 0x6c, 0x1f, 0x4c, 0x6b, 0x4f, 0xb6, 0x99, 0x57, 0x58, 0x85, 0x5a, 0xb1, 0x07, 0xe4, - 0x09, 0xf4, 0x0a, 0x5a, 0x21, 0x37, 0xfa, 0xcd, 0x0c, 0x1b, 0x40, 0x4c, 0xd0, 0x68, 0x29, 0xef, - 0x18, 0x4f, 0x7f, 0x23, 0x17, 0xc6, 0xa0, 0x91, 0x71, 0x48, 0x91, 0x00, 0x48, 0x41, 0xab, 0x8c, - 0xd1, 0x78, 0x2e, 0xd2, 0x24, 0xa7, 0xb2, 0xe4, 0x28, 0x8c, 0xa1, 0xd9, 0xb1, 0xb4, 0xf3, 0x17, - 0xf7, 0xcf, 0x30, 0x6d, 0xf3, 0xc2, 0x93, 0x6d, 0xe9, 0x8e, 0x11, 0x64, 0x02, 0x8f, 0x31, 0xff, - 0x89, 0x19, 0x2b, 0xf0, 0xb0, 0xa1, 0xfa, 0x6f, 0x0d, 0x49, 0x5b, 0xbb, 0xef, 0x78, 0x9a, 0x80, - 0x76, 0xa0, 0x9a, 0x18, 0x30, 0xa0, 0x71, 0xcc, 0x51, 0x88, 0xad, 0x61, 0x2d, 0x24, 0x4f, 0xa1, - 0xbf, 0xc2, 0xaa, 0xf6, 0xe1, 0xc8, 0x54, 0xac, 0xe3, 0xb0, 0xb7, 0xc2, 0xca, 0x8f, 0xc9, 0x5b, - 0x78, 0x24, 0xf0, 0x47, 0xd9, 0x38, 0x95, 0x97, 0xeb, 0x05, 0xf2, 0xc6, 0xa7, 0x6e, 0xf8, 0xb0, - 0xa5, 0x83, 0x86, 0x3d, 0x9d, 0x81, 0xba, 0x7b, 0xf6, 0xff, 0x9f, 0x39, 0x03, 0x75, 0xa7, 0x77, - 0xbb, 0x08, 0x7b, 0xe2, 0x5d, 0x04, 0x27, 0x07, 0x8a, 0xa7, 0x92, 0xca, 0x52, 0x10, 0x0d, 0x06, - 0x37, 0xc1, 0x55, 0xf0, 0xf5, 0x5b, 0xa0, 0x3f, 0xa8, 0xc1, 0xc4, 0x0b, 0x5c, 0x3f, 0xf8, 0xa2, - 0x2b, 0xe4, 0x18, 0xd4, 0xcf, 0x7e, 0x70, 0x31, 0xf6, 0x67, 0x9e, 0xab, 0x1f, 0x91, 0x11, 0x0c, - 0xbd, 0x5b, 0xef, 0xd3, 0xcd, 0xb5, 0xe7, 0xea, 0x1d, 0x02, 0xd0, 0x9f, 0x7a, 0x17, 0x63, 0xcf, - 0xd5, 0xbb, 0x75, 0x95, 0x77, 0x3b, 0xf1, 0x43, 0xcf, 0xd5, 0x7b, 0x97, 0xdf, 0xe1, 0x35, 0xe3, - 0x89, 0xcd, 0xf2, 0xfa, 0x28, 0x36, 0x8b, 0xbf, 0x28, 0x97, 0xf6, 0xe6, 0x3a, 0x76, 0xbf, 0x7e, - 0xf6, 0x31, 0x49, 0xe5, 0x5d, 0xb9, 0xb0, 0x23, 0xb6, 0x76, 0x36, 0xb9, 0x4e, 0xf3, 0x69, 0x0b, - 0x9c, 0x84, 0x39, 0xf7, 0x9d, 0xd5, 0xa2, 0xdf, 0x64, 0x7c, 0xf8, 0x1b, 0x00, 0x00, 0xff, 0xff, - 0x9a, 0x8c, 0x6d, 0x82, 0x75, 0x03, 0x00, 0x00, +var File_flow_legacy_entities_transaction_proto protoreflect.FileDescriptor + +var file_flow_legacy_entities_transaction_proto_rawDesc = []byte{ + 0x0a, 0x26, 0x66, 0x6c, 0x6f, 0x77, 0x2f, 0x6c, 0x65, 0x67, 0x61, 0x63, 0x79, 0x2f, 0x65, 0x6e, + 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x2f, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, + 0x6f, 0x6e, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x08, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, + 0x65, 0x73, 0x22, 0xf3, 0x04, 0x0a, 0x0b, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, + 0x6f, 0x6e, 0x12, 0x16, 0x0a, 0x06, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x18, 0x01, 0x20, 0x01, + 0x28, 0x0c, 0x52, 0x06, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x12, 0x1c, 0x0a, 0x09, 0x61, 0x72, + 0x67, 0x75, 0x6d, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0c, 0x52, 0x09, 0x61, + 0x72, 0x67, 0x75, 0x6d, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x2c, 0x0a, 0x12, 0x72, 0x65, 0x66, 0x65, + 0x72, 0x65, 0x6e, 0x63, 0x65, 0x5f, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x5f, 0x69, 0x64, 0x18, 0x03, + 0x20, 0x01, 0x28, 0x0c, 0x52, 0x10, 0x72, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, 0x42, + 0x6c, 0x6f, 0x63, 0x6b, 0x49, 0x64, 0x12, 0x1b, 0x0a, 0x09, 0x67, 0x61, 0x73, 0x5f, 0x6c, 0x69, + 0x6d, 0x69, 0x74, 0x18, 0x04, 0x20, 0x01, 0x28, 0x04, 0x52, 0x08, 0x67, 0x61, 0x73, 0x4c, 0x69, + 0x6d, 0x69, 0x74, 0x12, 0x44, 0x0a, 0x0c, 0x70, 0x72, 0x6f, 0x70, 0x6f, 0x73, 0x61, 0x6c, 0x5f, + 0x6b, 0x65, 0x79, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x21, 0x2e, 0x65, 0x6e, 0x74, 0x69, + 0x74, 0x69, 0x65, 0x73, 0x2e, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, + 0x2e, 0x50, 0x72, 0x6f, 0x70, 0x6f, 0x73, 0x61, 0x6c, 0x4b, 0x65, 0x79, 0x52, 0x0b, 0x70, 0x72, + 0x6f, 0x70, 0x6f, 0x73, 0x61, 0x6c, 0x4b, 0x65, 0x79, 0x12, 0x14, 0x0a, 0x05, 0x70, 0x61, 0x79, + 0x65, 0x72, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x05, 0x70, 0x61, 0x79, 0x65, 0x72, 0x12, + 0x20, 0x0a, 0x0b, 0x61, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x65, 0x72, 0x73, 0x18, 0x07, + 0x20, 0x03, 0x28, 0x0c, 0x52, 0x0b, 0x61, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x65, 0x72, + 0x73, 0x12, 0x4e, 0x0a, 0x12, 0x70, 0x61, 0x79, 0x6c, 0x6f, 0x61, 0x64, 0x5f, 0x73, 0x69, 0x67, + 0x6e, 0x61, 0x74, 0x75, 0x72, 0x65, 0x73, 0x18, 0x08, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x1f, 0x2e, + 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x2e, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, + 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x53, 0x69, 0x67, 0x6e, 0x61, 0x74, 0x75, 0x72, 0x65, 0x52, 0x11, + 0x70, 0x61, 0x79, 0x6c, 0x6f, 0x61, 0x64, 0x53, 0x69, 0x67, 0x6e, 0x61, 0x74, 0x75, 0x72, 0x65, + 0x73, 0x12, 0x50, 0x0a, 0x13, 0x65, 0x6e, 0x76, 0x65, 0x6c, 0x6f, 0x70, 0x65, 0x5f, 0x73, 0x69, + 0x67, 0x6e, 0x61, 0x74, 0x75, 0x72, 0x65, 0x73, 0x18, 0x09, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x1f, + 0x2e, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x2e, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, + 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x53, 0x69, 0x67, 0x6e, 0x61, 0x74, 0x75, 0x72, 0x65, 0x52, + 0x12, 0x65, 0x6e, 0x76, 0x65, 0x6c, 0x6f, 0x70, 0x65, 0x53, 0x69, 0x67, 0x6e, 0x61, 0x74, 0x75, + 0x72, 0x65, 0x73, 0x1a, 0x67, 0x0a, 0x0b, 0x50, 0x72, 0x6f, 0x70, 0x6f, 0x73, 0x61, 0x6c, 0x4b, + 0x65, 0x79, 0x12, 0x18, 0x0a, 0x07, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x18, 0x01, 0x20, + 0x01, 0x28, 0x0c, 0x52, 0x07, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x12, 0x15, 0x0a, 0x06, + 0x6b, 0x65, 0x79, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x05, 0x6b, 0x65, + 0x79, 0x49, 0x64, 0x12, 0x27, 0x0a, 0x0f, 0x73, 0x65, 0x71, 0x75, 0x65, 0x6e, 0x63, 0x65, 0x5f, + 0x6e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x04, 0x52, 0x0e, 0x73, 0x65, + 0x71, 0x75, 0x65, 0x6e, 0x63, 0x65, 0x4e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x1a, 0x5a, 0x0a, 0x09, + 0x53, 0x69, 0x67, 0x6e, 0x61, 0x74, 0x75, 0x72, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x61, 0x64, 0x64, + 0x72, 0x65, 0x73, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x07, 0x61, 0x64, 0x64, 0x72, + 0x65, 0x73, 0x73, 0x12, 0x15, 0x0a, 0x06, 0x6b, 0x65, 0x79, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, + 0x01, 0x28, 0x0d, 0x52, 0x05, 0x6b, 0x65, 0x79, 0x49, 0x64, 0x12, 0x1c, 0x0a, 0x09, 0x73, 0x69, + 0x67, 0x6e, 0x61, 0x74, 0x75, 0x72, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x09, 0x73, + 0x69, 0x67, 0x6e, 0x61, 0x74, 0x75, 0x72, 0x65, 0x2a, 0x63, 0x0a, 0x11, 0x54, 0x72, 0x61, 0x6e, + 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x0b, 0x0a, + 0x07, 0x55, 0x4e, 0x4b, 0x4e, 0x4f, 0x57, 0x4e, 0x10, 0x00, 0x12, 0x0b, 0x0a, 0x07, 0x50, 0x45, + 0x4e, 0x44, 0x49, 0x4e, 0x47, 0x10, 0x01, 0x12, 0x0d, 0x0a, 0x09, 0x46, 0x49, 0x4e, 0x41, 0x4c, + 0x49, 0x5a, 0x45, 0x44, 0x10, 0x02, 0x12, 0x0c, 0x0a, 0x08, 0x45, 0x58, 0x45, 0x43, 0x55, 0x54, + 0x45, 0x44, 0x10, 0x03, 0x12, 0x0a, 0x0a, 0x06, 0x53, 0x45, 0x41, 0x4c, 0x45, 0x44, 0x10, 0x04, + 0x12, 0x0b, 0x0a, 0x07, 0x45, 0x58, 0x50, 0x49, 0x52, 0x45, 0x44, 0x10, 0x05, 0x42, 0x5e, 0x0a, + 0x23, 0x6f, 0x72, 0x67, 0x2e, 0x6f, 0x6e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x70, 0x72, 0x6f, 0x74, + 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x6c, 0x65, 0x67, 0x61, 0x63, 0x79, 0x2e, 0x65, 0x6e, 0x74, 0x69, + 0x74, 0x69, 0x65, 0x73, 0x5a, 0x37, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, + 0x2f, 0x6f, 0x6e, 0x66, 0x6c, 0x6f, 0x77, 0x2f, 0x66, 0x6c, 0x6f, 0x77, 0x2f, 0x70, 0x72, 0x6f, + 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x67, 0x6f, 0x2f, 0x66, 0x6c, 0x6f, 0x77, 0x2f, 0x6c, 0x65, + 0x67, 0x61, 0x63, 0x79, 0x2f, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x62, 0x06, 0x70, + 0x72, 0x6f, 0x74, 0x6f, 0x33, +} + +var ( + file_flow_legacy_entities_transaction_proto_rawDescOnce sync.Once + file_flow_legacy_entities_transaction_proto_rawDescData = file_flow_legacy_entities_transaction_proto_rawDesc +) + +func file_flow_legacy_entities_transaction_proto_rawDescGZIP() []byte { + file_flow_legacy_entities_transaction_proto_rawDescOnce.Do(func() { + file_flow_legacy_entities_transaction_proto_rawDescData = protoimpl.X.CompressGZIP(file_flow_legacy_entities_transaction_proto_rawDescData) + }) + return file_flow_legacy_entities_transaction_proto_rawDescData +} + +var file_flow_legacy_entities_transaction_proto_enumTypes = make([]protoimpl.EnumInfo, 1) +var file_flow_legacy_entities_transaction_proto_msgTypes = make([]protoimpl.MessageInfo, 3) +var file_flow_legacy_entities_transaction_proto_goTypes = []interface{}{ + (TransactionStatus)(0), // 0: entities.TransactionStatus + (*Transaction)(nil), // 1: entities.Transaction + (*Transaction_ProposalKey)(nil), // 2: entities.Transaction.ProposalKey + (*Transaction_Signature)(nil), // 3: entities.Transaction.Signature +} +var file_flow_legacy_entities_transaction_proto_depIdxs = []int32{ + 2, // 0: entities.Transaction.proposal_key:type_name -> entities.Transaction.ProposalKey + 3, // 1: entities.Transaction.payload_signatures:type_name -> entities.Transaction.Signature + 3, // 2: entities.Transaction.envelope_signatures:type_name -> entities.Transaction.Signature + 3, // [3:3] is the sub-list for method output_type + 3, // [3:3] is the sub-list for method input_type + 3, // [3:3] is the sub-list for extension type_name + 3, // [3:3] is the sub-list for extension extendee + 0, // [0:3] is the sub-list for field type_name +} + +func init() { file_flow_legacy_entities_transaction_proto_init() } +func file_flow_legacy_entities_transaction_proto_init() { + if File_flow_legacy_entities_transaction_proto != nil { + return + } + if !protoimpl.UnsafeEnabled { + file_flow_legacy_entities_transaction_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*Transaction); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_flow_legacy_entities_transaction_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*Transaction_ProposalKey); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_flow_legacy_entities_transaction_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*Transaction_Signature); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + } + type x struct{} + out := protoimpl.TypeBuilder{ + File: protoimpl.DescBuilder{ + GoPackagePath: reflect.TypeOf(x{}).PkgPath(), + RawDescriptor: file_flow_legacy_entities_transaction_proto_rawDesc, + NumEnums: 1, + NumMessages: 3, + NumExtensions: 0, + NumServices: 0, + }, + GoTypes: file_flow_legacy_entities_transaction_proto_goTypes, + DependencyIndexes: file_flow_legacy_entities_transaction_proto_depIdxs, + EnumInfos: file_flow_legacy_entities_transaction_proto_enumTypes, + MessageInfos: file_flow_legacy_entities_transaction_proto_msgTypes, + }.Build() + File_flow_legacy_entities_transaction_proto = out.File + file_flow_legacy_entities_transaction_proto_rawDesc = nil + file_flow_legacy_entities_transaction_proto_goTypes = nil + file_flow_legacy_entities_transaction_proto_depIdxs = nil } diff --git a/protobuf/go/flow/legacy/execution/execution.pb.go b/protobuf/go/flow/legacy/execution/execution.pb.go index f1d638a9b..3ec1364d9 100644 --- a/protobuf/go/flow/legacy/execution/execution.pb.go +++ b/protobuf/go/flow/legacy/execution/execution.pb.go @@ -1,568 +1,909 @@ // Code generated by protoc-gen-go. DO NOT EDIT. +// versions: +// protoc-gen-go v1.28.1 +// protoc (unknown) // source: flow/legacy/execution/execution.proto package execution import ( - fmt "fmt" - proto "github.com/golang/protobuf/proto" entities "github.com/onflow/flow/protobuf/go/flow/legacy/entities" - math "math" + protoreflect "google.golang.org/protobuf/reflect/protoreflect" + protoimpl "google.golang.org/protobuf/runtime/protoimpl" + reflect "reflect" + sync "sync" ) -// Reference imports to suppress errors if they are not otherwise used. -var _ = proto.Marshal -var _ = fmt.Errorf -var _ = math.Inf - -// This is a compile-time assertion to ensure that this generated file -// is compatible with the proto package it is being compiled against. -// A compilation error at this line likely means your copy of the -// proto package needs to be updated. -const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package +const ( + // Verify that this generated code is sufficiently up-to-date. + _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) + // Verify that runtime/protoimpl is sufficiently up-to-date. + _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) +) type PingRequest struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields } -func (m *PingRequest) Reset() { *m = PingRequest{} } -func (m *PingRequest) String() string { return proto.CompactTextString(m) } -func (*PingRequest) ProtoMessage() {} -func (*PingRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_8f36ef6043859bf2, []int{0} +func (x *PingRequest) Reset() { + *x = PingRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_flow_legacy_execution_execution_proto_msgTypes[0] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } } -func (m *PingRequest) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_PingRequest.Unmarshal(m, b) -} -func (m *PingRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_PingRequest.Marshal(b, m, deterministic) -} -func (m *PingRequest) XXX_Merge(src proto.Message) { - xxx_messageInfo_PingRequest.Merge(m, src) -} -func (m *PingRequest) XXX_Size() int { - return xxx_messageInfo_PingRequest.Size(m) -} -func (m *PingRequest) XXX_DiscardUnknown() { - xxx_messageInfo_PingRequest.DiscardUnknown(m) +func (x *PingRequest) String() string { + return protoimpl.X.MessageStringOf(x) } -var xxx_messageInfo_PingRequest proto.InternalMessageInfo +func (*PingRequest) ProtoMessage() {} -type PingResponse struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` +func (x *PingRequest) ProtoReflect() protoreflect.Message { + mi := &file_flow_legacy_execution_execution_proto_msgTypes[0] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) } -func (m *PingResponse) Reset() { *m = PingResponse{} } -func (m *PingResponse) String() string { return proto.CompactTextString(m) } -func (*PingResponse) ProtoMessage() {} -func (*PingResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_8f36ef6043859bf2, []int{1} +// Deprecated: Use PingRequest.ProtoReflect.Descriptor instead. +func (*PingRequest) Descriptor() ([]byte, []int) { + return file_flow_legacy_execution_execution_proto_rawDescGZIP(), []int{0} } -func (m *PingResponse) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_PingResponse.Unmarshal(m, b) -} -func (m *PingResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_PingResponse.Marshal(b, m, deterministic) -} -func (m *PingResponse) XXX_Merge(src proto.Message) { - xxx_messageInfo_PingResponse.Merge(m, src) +type PingResponse struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields } -func (m *PingResponse) XXX_Size() int { - return xxx_messageInfo_PingResponse.Size(m) + +func (x *PingResponse) Reset() { + *x = PingResponse{} + if protoimpl.UnsafeEnabled { + mi := &file_flow_legacy_execution_execution_proto_msgTypes[1] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } } -func (m *PingResponse) XXX_DiscardUnknown() { - xxx_messageInfo_PingResponse.DiscardUnknown(m) + +func (x *PingResponse) String() string { + return protoimpl.X.MessageStringOf(x) } -var xxx_messageInfo_PingResponse proto.InternalMessageInfo +func (*PingResponse) ProtoMessage() {} -type GetAccountAtBlockIDRequest struct { - BlockId []byte `protobuf:"bytes,1,opt,name=block_id,json=blockId,proto3" json:"block_id,omitempty"` - Address []byte `protobuf:"bytes,2,opt,name=address,proto3" json:"address,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` +func (x *PingResponse) ProtoReflect() protoreflect.Message { + mi := &file_flow_legacy_execution_execution_proto_msgTypes[1] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) } -func (m *GetAccountAtBlockIDRequest) Reset() { *m = GetAccountAtBlockIDRequest{} } -func (m *GetAccountAtBlockIDRequest) String() string { return proto.CompactTextString(m) } -func (*GetAccountAtBlockIDRequest) ProtoMessage() {} -func (*GetAccountAtBlockIDRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_8f36ef6043859bf2, []int{2} +// Deprecated: Use PingResponse.ProtoReflect.Descriptor instead. +func (*PingResponse) Descriptor() ([]byte, []int) { + return file_flow_legacy_execution_execution_proto_rawDescGZIP(), []int{1} } -func (m *GetAccountAtBlockIDRequest) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_GetAccountAtBlockIDRequest.Unmarshal(m, b) -} -func (m *GetAccountAtBlockIDRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_GetAccountAtBlockIDRequest.Marshal(b, m, deterministic) +type GetAccountAtBlockIDRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + BlockId []byte `protobuf:"bytes,1,opt,name=block_id,json=blockId,proto3" json:"block_id,omitempty"` + Address []byte `protobuf:"bytes,2,opt,name=address,proto3" json:"address,omitempty"` } -func (m *GetAccountAtBlockIDRequest) XXX_Merge(src proto.Message) { - xxx_messageInfo_GetAccountAtBlockIDRequest.Merge(m, src) + +func (x *GetAccountAtBlockIDRequest) Reset() { + *x = GetAccountAtBlockIDRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_flow_legacy_execution_execution_proto_msgTypes[2] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } } -func (m *GetAccountAtBlockIDRequest) XXX_Size() int { - return xxx_messageInfo_GetAccountAtBlockIDRequest.Size(m) + +func (x *GetAccountAtBlockIDRequest) String() string { + return protoimpl.X.MessageStringOf(x) } -func (m *GetAccountAtBlockIDRequest) XXX_DiscardUnknown() { - xxx_messageInfo_GetAccountAtBlockIDRequest.DiscardUnknown(m) + +func (*GetAccountAtBlockIDRequest) ProtoMessage() {} + +func (x *GetAccountAtBlockIDRequest) ProtoReflect() protoreflect.Message { + mi := &file_flow_legacy_execution_execution_proto_msgTypes[2] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) } -var xxx_messageInfo_GetAccountAtBlockIDRequest proto.InternalMessageInfo +// Deprecated: Use GetAccountAtBlockIDRequest.ProtoReflect.Descriptor instead. +func (*GetAccountAtBlockIDRequest) Descriptor() ([]byte, []int) { + return file_flow_legacy_execution_execution_proto_rawDescGZIP(), []int{2} +} -func (m *GetAccountAtBlockIDRequest) GetBlockId() []byte { - if m != nil { - return m.BlockId +func (x *GetAccountAtBlockIDRequest) GetBlockId() []byte { + if x != nil { + return x.BlockId } return nil } -func (m *GetAccountAtBlockIDRequest) GetAddress() []byte { - if m != nil { - return m.Address +func (x *GetAccountAtBlockIDRequest) GetAddress() []byte { + if x != nil { + return x.Address } return nil } type GetAccountAtBlockIDResponse struct { - Account *entities.Account `protobuf:"bytes,1,opt,name=account,proto3" json:"account,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields -func (m *GetAccountAtBlockIDResponse) Reset() { *m = GetAccountAtBlockIDResponse{} } -func (m *GetAccountAtBlockIDResponse) String() string { return proto.CompactTextString(m) } -func (*GetAccountAtBlockIDResponse) ProtoMessage() {} -func (*GetAccountAtBlockIDResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_8f36ef6043859bf2, []int{3} + Account *entities.Account `protobuf:"bytes,1,opt,name=account,proto3" json:"account,omitempty"` } -func (m *GetAccountAtBlockIDResponse) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_GetAccountAtBlockIDResponse.Unmarshal(m, b) -} -func (m *GetAccountAtBlockIDResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_GetAccountAtBlockIDResponse.Marshal(b, m, deterministic) -} -func (m *GetAccountAtBlockIDResponse) XXX_Merge(src proto.Message) { - xxx_messageInfo_GetAccountAtBlockIDResponse.Merge(m, src) +func (x *GetAccountAtBlockIDResponse) Reset() { + *x = GetAccountAtBlockIDResponse{} + if protoimpl.UnsafeEnabled { + mi := &file_flow_legacy_execution_execution_proto_msgTypes[3] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } } -func (m *GetAccountAtBlockIDResponse) XXX_Size() int { - return xxx_messageInfo_GetAccountAtBlockIDResponse.Size(m) + +func (x *GetAccountAtBlockIDResponse) String() string { + return protoimpl.X.MessageStringOf(x) } -func (m *GetAccountAtBlockIDResponse) XXX_DiscardUnknown() { - xxx_messageInfo_GetAccountAtBlockIDResponse.DiscardUnknown(m) + +func (*GetAccountAtBlockIDResponse) ProtoMessage() {} + +func (x *GetAccountAtBlockIDResponse) ProtoReflect() protoreflect.Message { + mi := &file_flow_legacy_execution_execution_proto_msgTypes[3] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) } -var xxx_messageInfo_GetAccountAtBlockIDResponse proto.InternalMessageInfo +// Deprecated: Use GetAccountAtBlockIDResponse.ProtoReflect.Descriptor instead. +func (*GetAccountAtBlockIDResponse) Descriptor() ([]byte, []int) { + return file_flow_legacy_execution_execution_proto_rawDescGZIP(), []int{3} +} -func (m *GetAccountAtBlockIDResponse) GetAccount() *entities.Account { - if m != nil { - return m.Account +func (x *GetAccountAtBlockIDResponse) GetAccount() *entities.Account { + if x != nil { + return x.Account } return nil } type ExecuteScriptAtBlockIDRequest struct { - BlockId []byte `protobuf:"bytes,1,opt,name=block_id,json=blockId,proto3" json:"block_id,omitempty"` - Script []byte `protobuf:"bytes,2,opt,name=script,proto3" json:"script,omitempty"` - Arguments [][]byte `protobuf:"bytes,3,rep,name=arguments,proto3" json:"arguments,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields -func (m *ExecuteScriptAtBlockIDRequest) Reset() { *m = ExecuteScriptAtBlockIDRequest{} } -func (m *ExecuteScriptAtBlockIDRequest) String() string { return proto.CompactTextString(m) } -func (*ExecuteScriptAtBlockIDRequest) ProtoMessage() {} -func (*ExecuteScriptAtBlockIDRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_8f36ef6043859bf2, []int{4} + BlockId []byte `protobuf:"bytes,1,opt,name=block_id,json=blockId,proto3" json:"block_id,omitempty"` + Script []byte `protobuf:"bytes,2,opt,name=script,proto3" json:"script,omitempty"` + Arguments [][]byte `protobuf:"bytes,3,rep,name=arguments,proto3" json:"arguments,omitempty"` } -func (m *ExecuteScriptAtBlockIDRequest) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_ExecuteScriptAtBlockIDRequest.Unmarshal(m, b) -} -func (m *ExecuteScriptAtBlockIDRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_ExecuteScriptAtBlockIDRequest.Marshal(b, m, deterministic) -} -func (m *ExecuteScriptAtBlockIDRequest) XXX_Merge(src proto.Message) { - xxx_messageInfo_ExecuteScriptAtBlockIDRequest.Merge(m, src) +func (x *ExecuteScriptAtBlockIDRequest) Reset() { + *x = ExecuteScriptAtBlockIDRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_flow_legacy_execution_execution_proto_msgTypes[4] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } } -func (m *ExecuteScriptAtBlockIDRequest) XXX_Size() int { - return xxx_messageInfo_ExecuteScriptAtBlockIDRequest.Size(m) + +func (x *ExecuteScriptAtBlockIDRequest) String() string { + return protoimpl.X.MessageStringOf(x) } -func (m *ExecuteScriptAtBlockIDRequest) XXX_DiscardUnknown() { - xxx_messageInfo_ExecuteScriptAtBlockIDRequest.DiscardUnknown(m) + +func (*ExecuteScriptAtBlockIDRequest) ProtoMessage() {} + +func (x *ExecuteScriptAtBlockIDRequest) ProtoReflect() protoreflect.Message { + mi := &file_flow_legacy_execution_execution_proto_msgTypes[4] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) } -var xxx_messageInfo_ExecuteScriptAtBlockIDRequest proto.InternalMessageInfo +// Deprecated: Use ExecuteScriptAtBlockIDRequest.ProtoReflect.Descriptor instead. +func (*ExecuteScriptAtBlockIDRequest) Descriptor() ([]byte, []int) { + return file_flow_legacy_execution_execution_proto_rawDescGZIP(), []int{4} +} -func (m *ExecuteScriptAtBlockIDRequest) GetBlockId() []byte { - if m != nil { - return m.BlockId +func (x *ExecuteScriptAtBlockIDRequest) GetBlockId() []byte { + if x != nil { + return x.BlockId } return nil } -func (m *ExecuteScriptAtBlockIDRequest) GetScript() []byte { - if m != nil { - return m.Script +func (x *ExecuteScriptAtBlockIDRequest) GetScript() []byte { + if x != nil { + return x.Script } return nil } -func (m *ExecuteScriptAtBlockIDRequest) GetArguments() [][]byte { - if m != nil { - return m.Arguments +func (x *ExecuteScriptAtBlockIDRequest) GetArguments() [][]byte { + if x != nil { + return x.Arguments } return nil } type ExecuteScriptAtBlockIDResponse struct { - Value []byte `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields -func (m *ExecuteScriptAtBlockIDResponse) Reset() { *m = ExecuteScriptAtBlockIDResponse{} } -func (m *ExecuteScriptAtBlockIDResponse) String() string { return proto.CompactTextString(m) } -func (*ExecuteScriptAtBlockIDResponse) ProtoMessage() {} -func (*ExecuteScriptAtBlockIDResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_8f36ef6043859bf2, []int{5} + Value []byte `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"` } -func (m *ExecuteScriptAtBlockIDResponse) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_ExecuteScriptAtBlockIDResponse.Unmarshal(m, b) -} -func (m *ExecuteScriptAtBlockIDResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_ExecuteScriptAtBlockIDResponse.Marshal(b, m, deterministic) -} -func (m *ExecuteScriptAtBlockIDResponse) XXX_Merge(src proto.Message) { - xxx_messageInfo_ExecuteScriptAtBlockIDResponse.Merge(m, src) +func (x *ExecuteScriptAtBlockIDResponse) Reset() { + *x = ExecuteScriptAtBlockIDResponse{} + if protoimpl.UnsafeEnabled { + mi := &file_flow_legacy_execution_execution_proto_msgTypes[5] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } } -func (m *ExecuteScriptAtBlockIDResponse) XXX_Size() int { - return xxx_messageInfo_ExecuteScriptAtBlockIDResponse.Size(m) + +func (x *ExecuteScriptAtBlockIDResponse) String() string { + return protoimpl.X.MessageStringOf(x) } -func (m *ExecuteScriptAtBlockIDResponse) XXX_DiscardUnknown() { - xxx_messageInfo_ExecuteScriptAtBlockIDResponse.DiscardUnknown(m) + +func (*ExecuteScriptAtBlockIDResponse) ProtoMessage() {} + +func (x *ExecuteScriptAtBlockIDResponse) ProtoReflect() protoreflect.Message { + mi := &file_flow_legacy_execution_execution_proto_msgTypes[5] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) } -var xxx_messageInfo_ExecuteScriptAtBlockIDResponse proto.InternalMessageInfo +// Deprecated: Use ExecuteScriptAtBlockIDResponse.ProtoReflect.Descriptor instead. +func (*ExecuteScriptAtBlockIDResponse) Descriptor() ([]byte, []int) { + return file_flow_legacy_execution_execution_proto_rawDescGZIP(), []int{5} +} -func (m *ExecuteScriptAtBlockIDResponse) GetValue() []byte { - if m != nil { - return m.Value +func (x *ExecuteScriptAtBlockIDResponse) GetValue() []byte { + if x != nil { + return x.Value } return nil } type GetEventsForBlockIDsResponse struct { - Results []*GetEventsForBlockIDsResponse_Result `protobuf:"bytes,1,rep,name=results,proto3" json:"results,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields -func (m *GetEventsForBlockIDsResponse) Reset() { *m = GetEventsForBlockIDsResponse{} } -func (m *GetEventsForBlockIDsResponse) String() string { return proto.CompactTextString(m) } -func (*GetEventsForBlockIDsResponse) ProtoMessage() {} -func (*GetEventsForBlockIDsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_8f36ef6043859bf2, []int{6} + Results []*GetEventsForBlockIDsResponse_Result `protobuf:"bytes,1,rep,name=results,proto3" json:"results,omitempty"` } -func (m *GetEventsForBlockIDsResponse) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_GetEventsForBlockIDsResponse.Unmarshal(m, b) -} -func (m *GetEventsForBlockIDsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_GetEventsForBlockIDsResponse.Marshal(b, m, deterministic) -} -func (m *GetEventsForBlockIDsResponse) XXX_Merge(src proto.Message) { - xxx_messageInfo_GetEventsForBlockIDsResponse.Merge(m, src) -} -func (m *GetEventsForBlockIDsResponse) XXX_Size() int { - return xxx_messageInfo_GetEventsForBlockIDsResponse.Size(m) +func (x *GetEventsForBlockIDsResponse) Reset() { + *x = GetEventsForBlockIDsResponse{} + if protoimpl.UnsafeEnabled { + mi := &file_flow_legacy_execution_execution_proto_msgTypes[6] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } } -func (m *GetEventsForBlockIDsResponse) XXX_DiscardUnknown() { - xxx_messageInfo_GetEventsForBlockIDsResponse.DiscardUnknown(m) + +func (x *GetEventsForBlockIDsResponse) String() string { + return protoimpl.X.MessageStringOf(x) } -var xxx_messageInfo_GetEventsForBlockIDsResponse proto.InternalMessageInfo +func (*GetEventsForBlockIDsResponse) ProtoMessage() {} -func (m *GetEventsForBlockIDsResponse) GetResults() []*GetEventsForBlockIDsResponse_Result { - if m != nil { - return m.Results +func (x *GetEventsForBlockIDsResponse) ProtoReflect() protoreflect.Message { + mi := &file_flow_legacy_execution_execution_proto_msgTypes[6] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms } - return nil + return mi.MessageOf(x) } -type GetEventsForBlockIDsResponse_Result struct { - BlockId []byte `protobuf:"bytes,1,opt,name=block_id,json=blockId,proto3" json:"block_id,omitempty"` - BlockHeight uint64 `protobuf:"varint,2,opt,name=block_height,json=blockHeight,proto3" json:"block_height,omitempty"` - Events []*entities.Event `protobuf:"bytes,3,rep,name=events,proto3" json:"events,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` +// Deprecated: Use GetEventsForBlockIDsResponse.ProtoReflect.Descriptor instead. +func (*GetEventsForBlockIDsResponse) Descriptor() ([]byte, []int) { + return file_flow_legacy_execution_execution_proto_rawDescGZIP(), []int{6} } -func (m *GetEventsForBlockIDsResponse_Result) Reset() { *m = GetEventsForBlockIDsResponse_Result{} } -func (m *GetEventsForBlockIDsResponse_Result) String() string { return proto.CompactTextString(m) } -func (*GetEventsForBlockIDsResponse_Result) ProtoMessage() {} -func (*GetEventsForBlockIDsResponse_Result) Descriptor() ([]byte, []int) { - return fileDescriptor_8f36ef6043859bf2, []int{6, 0} +func (x *GetEventsForBlockIDsResponse) GetResults() []*GetEventsForBlockIDsResponse_Result { + if x != nil { + return x.Results + } + return nil } -func (m *GetEventsForBlockIDsResponse_Result) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_GetEventsForBlockIDsResponse_Result.Unmarshal(m, b) -} -func (m *GetEventsForBlockIDsResponse_Result) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_GetEventsForBlockIDsResponse_Result.Marshal(b, m, deterministic) -} -func (m *GetEventsForBlockIDsResponse_Result) XXX_Merge(src proto.Message) { - xxx_messageInfo_GetEventsForBlockIDsResponse_Result.Merge(m, src) +type GetEventsForBlockIDsRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Type string `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"` + BlockIds [][]byte `protobuf:"bytes,2,rep,name=block_ids,json=blockIds,proto3" json:"block_ids,omitempty"` } -func (m *GetEventsForBlockIDsResponse_Result) XXX_Size() int { - return xxx_messageInfo_GetEventsForBlockIDsResponse_Result.Size(m) + +func (x *GetEventsForBlockIDsRequest) Reset() { + *x = GetEventsForBlockIDsRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_flow_legacy_execution_execution_proto_msgTypes[7] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } } -func (m *GetEventsForBlockIDsResponse_Result) XXX_DiscardUnknown() { - xxx_messageInfo_GetEventsForBlockIDsResponse_Result.DiscardUnknown(m) + +func (x *GetEventsForBlockIDsRequest) String() string { + return protoimpl.X.MessageStringOf(x) } -var xxx_messageInfo_GetEventsForBlockIDsResponse_Result proto.InternalMessageInfo +func (*GetEventsForBlockIDsRequest) ProtoMessage() {} -func (m *GetEventsForBlockIDsResponse_Result) GetBlockId() []byte { - if m != nil { - return m.BlockId +func (x *GetEventsForBlockIDsRequest) ProtoReflect() protoreflect.Message { + mi := &file_flow_legacy_execution_execution_proto_msgTypes[7] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms } - return nil + return mi.MessageOf(x) } -func (m *GetEventsForBlockIDsResponse_Result) GetBlockHeight() uint64 { - if m != nil { - return m.BlockHeight +// Deprecated: Use GetEventsForBlockIDsRequest.ProtoReflect.Descriptor instead. +func (*GetEventsForBlockIDsRequest) Descriptor() ([]byte, []int) { + return file_flow_legacy_execution_execution_proto_rawDescGZIP(), []int{7} +} + +func (x *GetEventsForBlockIDsRequest) GetType() string { + if x != nil { + return x.Type } - return 0 + return "" } -func (m *GetEventsForBlockIDsResponse_Result) GetEvents() []*entities.Event { - if m != nil { - return m.Events +func (x *GetEventsForBlockIDsRequest) GetBlockIds() [][]byte { + if x != nil { + return x.BlockIds } return nil } -type GetEventsForBlockIDsRequest struct { - Type string `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"` - BlockIds [][]byte `protobuf:"bytes,2,rep,name=block_ids,json=blockIds,proto3" json:"block_ids,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} +type GetTransactionResultRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields -func (m *GetEventsForBlockIDsRequest) Reset() { *m = GetEventsForBlockIDsRequest{} } -func (m *GetEventsForBlockIDsRequest) String() string { return proto.CompactTextString(m) } -func (*GetEventsForBlockIDsRequest) ProtoMessage() {} -func (*GetEventsForBlockIDsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_8f36ef6043859bf2, []int{7} + BlockId []byte `protobuf:"bytes,1,opt,name=block_id,json=blockId,proto3" json:"block_id,omitempty"` + TransactionId []byte `protobuf:"bytes,2,opt,name=transaction_id,json=transactionId,proto3" json:"transaction_id,omitempty"` } -func (m *GetEventsForBlockIDsRequest) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_GetEventsForBlockIDsRequest.Unmarshal(m, b) -} -func (m *GetEventsForBlockIDsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_GetEventsForBlockIDsRequest.Marshal(b, m, deterministic) -} -func (m *GetEventsForBlockIDsRequest) XXX_Merge(src proto.Message) { - xxx_messageInfo_GetEventsForBlockIDsRequest.Merge(m, src) -} -func (m *GetEventsForBlockIDsRequest) XXX_Size() int { - return xxx_messageInfo_GetEventsForBlockIDsRequest.Size(m) +func (x *GetTransactionResultRequest) Reset() { + *x = GetTransactionResultRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_flow_legacy_execution_execution_proto_msgTypes[8] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } } -func (m *GetEventsForBlockIDsRequest) XXX_DiscardUnknown() { - xxx_messageInfo_GetEventsForBlockIDsRequest.DiscardUnknown(m) + +func (x *GetTransactionResultRequest) String() string { + return protoimpl.X.MessageStringOf(x) } -var xxx_messageInfo_GetEventsForBlockIDsRequest proto.InternalMessageInfo +func (*GetTransactionResultRequest) ProtoMessage() {} -func (m *GetEventsForBlockIDsRequest) GetType() string { - if m != nil { - return m.Type +func (x *GetTransactionResultRequest) ProtoReflect() protoreflect.Message { + mi := &file_flow_legacy_execution_execution_proto_msgTypes[8] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms } - return "" + return mi.MessageOf(x) +} + +// Deprecated: Use GetTransactionResultRequest.ProtoReflect.Descriptor instead. +func (*GetTransactionResultRequest) Descriptor() ([]byte, []int) { + return file_flow_legacy_execution_execution_proto_rawDescGZIP(), []int{8} } -func (m *GetEventsForBlockIDsRequest) GetBlockIds() [][]byte { - if m != nil { - return m.BlockIds +func (x *GetTransactionResultRequest) GetBlockId() []byte { + if x != nil { + return x.BlockId } return nil } -type GetTransactionResultRequest struct { - BlockId []byte `protobuf:"bytes,1,opt,name=block_id,json=blockId,proto3" json:"block_id,omitempty"` - TransactionId []byte `protobuf:"bytes,2,opt,name=transaction_id,json=transactionId,proto3" json:"transaction_id,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` +func (x *GetTransactionResultRequest) GetTransactionId() []byte { + if x != nil { + return x.TransactionId + } + return nil } -func (m *GetTransactionResultRequest) Reset() { *m = GetTransactionResultRequest{} } -func (m *GetTransactionResultRequest) String() string { return proto.CompactTextString(m) } -func (*GetTransactionResultRequest) ProtoMessage() {} -func (*GetTransactionResultRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_8f36ef6043859bf2, []int{8} -} +type GetTransactionResultResponse struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields -func (m *GetTransactionResultRequest) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_GetTransactionResultRequest.Unmarshal(m, b) + StatusCode uint32 `protobuf:"varint,1,opt,name=status_code,json=statusCode,proto3" json:"status_code,omitempty"` + ErrorMessage string `protobuf:"bytes,2,opt,name=error_message,json=errorMessage,proto3" json:"error_message,omitempty"` + Events []*entities.Event `protobuf:"bytes,3,rep,name=events,proto3" json:"events,omitempty"` } -func (m *GetTransactionResultRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_GetTransactionResultRequest.Marshal(b, m, deterministic) + +func (x *GetTransactionResultResponse) Reset() { + *x = GetTransactionResultResponse{} + if protoimpl.UnsafeEnabled { + mi := &file_flow_legacy_execution_execution_proto_msgTypes[9] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } } -func (m *GetTransactionResultRequest) XXX_Merge(src proto.Message) { - xxx_messageInfo_GetTransactionResultRequest.Merge(m, src) + +func (x *GetTransactionResultResponse) String() string { + return protoimpl.X.MessageStringOf(x) } -func (m *GetTransactionResultRequest) XXX_Size() int { - return xxx_messageInfo_GetTransactionResultRequest.Size(m) + +func (*GetTransactionResultResponse) ProtoMessage() {} + +func (x *GetTransactionResultResponse) ProtoReflect() protoreflect.Message { + mi := &file_flow_legacy_execution_execution_proto_msgTypes[9] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) } -func (m *GetTransactionResultRequest) XXX_DiscardUnknown() { - xxx_messageInfo_GetTransactionResultRequest.DiscardUnknown(m) + +// Deprecated: Use GetTransactionResultResponse.ProtoReflect.Descriptor instead. +func (*GetTransactionResultResponse) Descriptor() ([]byte, []int) { + return file_flow_legacy_execution_execution_proto_rawDescGZIP(), []int{9} } -var xxx_messageInfo_GetTransactionResultRequest proto.InternalMessageInfo +func (x *GetTransactionResultResponse) GetStatusCode() uint32 { + if x != nil { + return x.StatusCode + } + return 0 +} -func (m *GetTransactionResultRequest) GetBlockId() []byte { - if m != nil { - return m.BlockId +func (x *GetTransactionResultResponse) GetErrorMessage() string { + if x != nil { + return x.ErrorMessage } - return nil + return "" } -func (m *GetTransactionResultRequest) GetTransactionId() []byte { - if m != nil { - return m.TransactionId +func (x *GetTransactionResultResponse) GetEvents() []*entities.Event { + if x != nil { + return x.Events } return nil } -type GetTransactionResultResponse struct { - StatusCode uint32 `protobuf:"varint,1,opt,name=status_code,json=statusCode,proto3" json:"status_code,omitempty"` - ErrorMessage string `protobuf:"bytes,2,opt,name=error_message,json=errorMessage,proto3" json:"error_message,omitempty"` - Events []*entities.Event `protobuf:"bytes,3,rep,name=events,proto3" json:"events,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} +type GetEventsForBlockIDsResponse_Result struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields -func (m *GetTransactionResultResponse) Reset() { *m = GetTransactionResultResponse{} } -func (m *GetTransactionResultResponse) String() string { return proto.CompactTextString(m) } -func (*GetTransactionResultResponse) ProtoMessage() {} -func (*GetTransactionResultResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_8f36ef6043859bf2, []int{9} + BlockId []byte `protobuf:"bytes,1,opt,name=block_id,json=blockId,proto3" json:"block_id,omitempty"` + BlockHeight uint64 `protobuf:"varint,2,opt,name=block_height,json=blockHeight,proto3" json:"block_height,omitempty"` + Events []*entities.Event `protobuf:"bytes,3,rep,name=events,proto3" json:"events,omitempty"` } -func (m *GetTransactionResultResponse) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_GetTransactionResultResponse.Unmarshal(m, b) -} -func (m *GetTransactionResultResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_GetTransactionResultResponse.Marshal(b, m, deterministic) -} -func (m *GetTransactionResultResponse) XXX_Merge(src proto.Message) { - xxx_messageInfo_GetTransactionResultResponse.Merge(m, src) +func (x *GetEventsForBlockIDsResponse_Result) Reset() { + *x = GetEventsForBlockIDsResponse_Result{} + if protoimpl.UnsafeEnabled { + mi := &file_flow_legacy_execution_execution_proto_msgTypes[10] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } } -func (m *GetTransactionResultResponse) XXX_Size() int { - return xxx_messageInfo_GetTransactionResultResponse.Size(m) + +func (x *GetEventsForBlockIDsResponse_Result) String() string { + return protoimpl.X.MessageStringOf(x) } -func (m *GetTransactionResultResponse) XXX_DiscardUnknown() { - xxx_messageInfo_GetTransactionResultResponse.DiscardUnknown(m) + +func (*GetEventsForBlockIDsResponse_Result) ProtoMessage() {} + +func (x *GetEventsForBlockIDsResponse_Result) ProtoReflect() protoreflect.Message { + mi := &file_flow_legacy_execution_execution_proto_msgTypes[10] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) } -var xxx_messageInfo_GetTransactionResultResponse proto.InternalMessageInfo +// Deprecated: Use GetEventsForBlockIDsResponse_Result.ProtoReflect.Descriptor instead. +func (*GetEventsForBlockIDsResponse_Result) Descriptor() ([]byte, []int) { + return file_flow_legacy_execution_execution_proto_rawDescGZIP(), []int{6, 0} +} -func (m *GetTransactionResultResponse) GetStatusCode() uint32 { - if m != nil { - return m.StatusCode +func (x *GetEventsForBlockIDsResponse_Result) GetBlockId() []byte { + if x != nil { + return x.BlockId } - return 0 + return nil } -func (m *GetTransactionResultResponse) GetErrorMessage() string { - if m != nil { - return m.ErrorMessage +func (x *GetEventsForBlockIDsResponse_Result) GetBlockHeight() uint64 { + if x != nil { + return x.BlockHeight } - return "" + return 0 } -func (m *GetTransactionResultResponse) GetEvents() []*entities.Event { - if m != nil { - return m.Events +func (x *GetEventsForBlockIDsResponse_Result) GetEvents() []*entities.Event { + if x != nil { + return x.Events } return nil } -func init() { - proto.RegisterType((*PingRequest)(nil), "execution.PingRequest") - proto.RegisterType((*PingResponse)(nil), "execution.PingResponse") - proto.RegisterType((*GetAccountAtBlockIDRequest)(nil), "execution.GetAccountAtBlockIDRequest") - proto.RegisterType((*GetAccountAtBlockIDResponse)(nil), "execution.GetAccountAtBlockIDResponse") - proto.RegisterType((*ExecuteScriptAtBlockIDRequest)(nil), "execution.ExecuteScriptAtBlockIDRequest") - proto.RegisterType((*ExecuteScriptAtBlockIDResponse)(nil), "execution.ExecuteScriptAtBlockIDResponse") - proto.RegisterType((*GetEventsForBlockIDsResponse)(nil), "execution.GetEventsForBlockIDsResponse") - proto.RegisterType((*GetEventsForBlockIDsResponse_Result)(nil), "execution.GetEventsForBlockIDsResponse.Result") - proto.RegisterType((*GetEventsForBlockIDsRequest)(nil), "execution.GetEventsForBlockIDsRequest") - proto.RegisterType((*GetTransactionResultRequest)(nil), "execution.GetTransactionResultRequest") - proto.RegisterType((*GetTransactionResultResponse)(nil), "execution.GetTransactionResultResponse") -} - -func init() { - proto.RegisterFile("flow/legacy/execution/execution.proto", fileDescriptor_8f36ef6043859bf2) -} - -var fileDescriptor_8f36ef6043859bf2 = []byte{ - // 611 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x55, 0xdd, 0x6e, 0xd3, 0x30, - 0x14, 0x56, 0x69, 0x69, 0xd7, 0x93, 0x74, 0x08, 0x33, 0x95, 0x92, 0x0d, 0x28, 0x81, 0x6e, 0x45, - 0x48, 0x89, 0x54, 0x24, 0xe0, 0xb6, 0x83, 0xb2, 0x15, 0x09, 0x34, 0x0c, 0x57, 0xdc, 0x94, 0x34, - 0xf1, 0xd2, 0x88, 0x36, 0x2e, 0xb6, 0x33, 0xd8, 0x43, 0xf0, 0x80, 0xbc, 0x04, 0xcf, 0x80, 0x62, - 0x3b, 0x4b, 0xb7, 0xa5, 0x3f, 0xbb, 0xa9, 0xe2, 0xcf, 0xe7, 0x3b, 0xdf, 0xf9, 0x75, 0xa1, 0x73, - 0x3a, 0xa5, 0xbf, 0xdc, 0x29, 0x09, 0x3d, 0xff, 0xdc, 0x25, 0xbf, 0x89, 0x9f, 0x88, 0x88, 0xc6, - 0xf9, 0x97, 0x33, 0x67, 0x54, 0x50, 0x54, 0xbf, 0x00, 0x2c, 0xfb, 0x12, 0x23, 0x16, 0x91, 0x88, - 0x08, 0x77, 0x3d, 0xdf, 0xa7, 0x49, 0x2c, 0x94, 0xb9, 0xd5, 0x2e, 0xb4, 0x21, 0x67, 0x24, 0xb3, - 0xb0, 0x1b, 0x60, 0x9c, 0x44, 0x71, 0x88, 0xc9, 0xcf, 0x84, 0x70, 0x61, 0x6f, 0x83, 0xa9, 0x8e, - 0x7c, 0x4e, 0x63, 0x4e, 0xec, 0xcf, 0x60, 0x1d, 0x11, 0xd1, 0x57, 0x4e, 0xfb, 0xe2, 0x70, 0x4a, - 0xfd, 0x1f, 0xc3, 0x77, 0xda, 0x1a, 0x3d, 0x80, 0xad, 0x71, 0x8a, 0x8c, 0xa2, 0xa0, 0x55, 0x6a, - 0x97, 0xba, 0x26, 0xae, 0xc9, 0xf3, 0x30, 0x40, 0x2d, 0xa8, 0x79, 0x41, 0xc0, 0x08, 0xe7, 0xad, - 0x5b, 0xea, 0x46, 0x1f, 0xed, 0x0f, 0xb0, 0x5b, 0xe8, 0x52, 0x29, 0xa2, 0x17, 0x50, 0xd3, 0x39, - 0x48, 0x97, 0x46, 0xef, 0xae, 0x93, 0x05, 0xee, 0x68, 0x12, 0xce, 0x2c, 0xec, 0x39, 0x3c, 0x1c, - 0xc8, 0x82, 0x90, 0x2f, 0x3e, 0x8b, 0xe6, 0x37, 0x8a, 0xb0, 0x09, 0x55, 0x2e, 0x49, 0x3a, 0x40, - 0x7d, 0x42, 0x7b, 0x50, 0xf7, 0x58, 0x98, 0xcc, 0x48, 0x2c, 0x78, 0xab, 0xdc, 0x2e, 0x77, 0x4d, - 0x9c, 0x03, 0xf6, 0x2b, 0x78, 0xb4, 0x4c, 0x51, 0x27, 0xb0, 0x03, 0xb7, 0xcf, 0xbc, 0x69, 0x42, - 0xb4, 0x9e, 0x3a, 0xd8, 0x7f, 0x4b, 0xb0, 0x77, 0x44, 0xc4, 0x20, 0x2d, 0x3d, 0x7f, 0x4f, 0x99, - 0x66, 0xf1, 0x0b, 0xda, 0x31, 0xd4, 0x18, 0xe1, 0xc9, 0x54, 0xf0, 0x56, 0xa9, 0x5d, 0xee, 0x1a, - 0x3d, 0xc7, 0xc9, 0x9b, 0xbf, 0x8a, 0xe9, 0x60, 0x49, 0xc3, 0x19, 0xdd, 0xa2, 0x50, 0x55, 0xd0, - 0xaa, 0xec, 0x9f, 0x80, 0xa9, 0xae, 0x26, 0x24, 0x0a, 0x27, 0xaa, 0x06, 0x15, 0x6c, 0x48, 0xec, - 0x58, 0x42, 0xe8, 0x00, 0xaa, 0x72, 0x52, 0x54, 0x15, 0x8c, 0xde, 0x9d, 0xbc, 0x11, 0x32, 0x18, - 0xac, 0xaf, 0xed, 0x4f, 0xb2, 0xa3, 0x05, 0x01, 0xaa, 0x1e, 0x20, 0xa8, 0x88, 0xf3, 0xb9, 0xaa, - 0x47, 0x1d, 0xcb, 0x6f, 0xb4, 0x0b, 0xf5, 0x2c, 0xb2, 0x74, 0x40, 0xd2, 0x22, 0x6f, 0xe9, 0xd0, - 0xb8, 0x3d, 0x92, 0xfe, 0xbe, 0x32, 0x2f, 0xe6, 0x9e, 0x9f, 0xe6, 0xaf, 0x33, 0x5c, 0xdf, 0xd3, - 0x0e, 0x6c, 0x8b, 0x9c, 0x96, 0x1a, 0xa8, 0xde, 0x36, 0x16, 0xd0, 0x61, 0x60, 0xff, 0x51, 0xcd, - 0x28, 0x50, 0xd0, 0xcd, 0x78, 0x0c, 0x06, 0x17, 0x9e, 0x48, 0xf8, 0xc8, 0xa7, 0x81, 0x8a, 0xbc, - 0x81, 0x41, 0x41, 0x6f, 0x69, 0x40, 0xd0, 0x53, 0x68, 0x10, 0xc6, 0x28, 0x1b, 0xcd, 0x08, 0xe7, - 0x5e, 0x48, 0xa4, 0x4e, 0x1d, 0x9b, 0x12, 0xfc, 0xa8, 0xb0, 0x8d, 0x0b, 0xd8, 0xfb, 0x57, 0x06, - 0x73, 0x90, 0x35, 0xbb, 0x7f, 0x32, 0x44, 0xaf, 0xa1, 0x92, 0xae, 0x21, 0x6a, 0x2e, 0xcc, 0xc0, - 0xc2, 0x9a, 0x5a, 0xf7, 0xaf, 0xe1, 0x3a, 0xf0, 0x00, 0xee, 0x15, 0x2c, 0x17, 0xea, 0x5c, 0x9e, - 0xa5, 0x25, 0xfb, 0x6c, 0xed, 0xaf, 0x33, 0xd3, 0x2a, 0x33, 0x68, 0x16, 0x2f, 0x01, 0xea, 0x2e, - 0x78, 0x58, 0xb9, 0x99, 0xd6, 0xf3, 0x0d, 0x2c, 0xb5, 0x5c, 0x08, 0x3b, 0x45, 0xf3, 0x85, 0xf6, - 0xd7, 0x6e, 0x88, 0x92, 0x3a, 0xd8, 0x70, 0x93, 0xb4, 0xd0, 0xb5, 0xb1, 0xb8, 0x2a, 0xb4, 0x6c, - 0x32, 0xaf, 0x0a, 0x2d, 0x9d, 0xaf, 0xc3, 0xef, 0xf0, 0x8c, 0xb2, 0xd0, 0xa1, 0x71, 0xfa, 0x3e, - 0xab, 0x97, 0x78, 0x9c, 0x9c, 0x3a, 0xea, 0xa1, 0xce, 0x9d, 0x7c, 0x7b, 0x13, 0x46, 0x62, 0x92, - 0x8c, 0x1d, 0x9f, 0xce, 0x5c, 0x65, 0xec, 0xca, 0x9f, 0x8c, 0xe1, 0x86, 0xd4, 0x2d, 0xfc, 0xe3, - 0x18, 0x57, 0xa5, 0xc9, 0xcb, 0xff, 0x01, 0x00, 0x00, 0xff, 0xff, 0xfb, 0xa5, 0x8b, 0xe2, 0x58, - 0x06, 0x00, 0x00, +var File_flow_legacy_execution_execution_proto protoreflect.FileDescriptor + +var file_flow_legacy_execution_execution_proto_rawDesc = []byte{ + 0x0a, 0x25, 0x66, 0x6c, 0x6f, 0x77, 0x2f, 0x6c, 0x65, 0x67, 0x61, 0x63, 0x79, 0x2f, 0x65, 0x78, + 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x2f, 0x65, 0x78, 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, + 0x6e, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x09, 0x65, 0x78, 0x65, 0x63, 0x75, 0x74, 0x69, + 0x6f, 0x6e, 0x1a, 0x22, 0x66, 0x6c, 0x6f, 0x77, 0x2f, 0x6c, 0x65, 0x67, 0x61, 0x63, 0x79, 0x2f, + 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x2f, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, + 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x20, 0x66, 0x6c, 0x6f, 0x77, 0x2f, 0x6c, 0x65, 0x67, + 0x61, 0x63, 0x79, 0x2f, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x2f, 0x65, 0x76, 0x65, + 0x6e, 0x74, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0x0d, 0x0a, 0x0b, 0x50, 0x69, 0x6e, 0x67, + 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x22, 0x0e, 0x0a, 0x0c, 0x50, 0x69, 0x6e, 0x67, 0x52, + 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x51, 0x0a, 0x1a, 0x47, 0x65, 0x74, 0x41, 0x63, + 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x41, 0x74, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x49, 0x44, 0x52, 0x65, + 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x19, 0x0a, 0x08, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x5f, 0x69, + 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x07, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x49, 0x64, + 0x12, 0x18, 0x0a, 0x07, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x18, 0x02, 0x20, 0x01, 0x28, + 0x0c, 0x52, 0x07, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x22, 0x4a, 0x0a, 0x1b, 0x47, 0x65, + 0x74, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x41, 0x74, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x49, + 0x44, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x2b, 0x0a, 0x07, 0x61, 0x63, 0x63, + 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x11, 0x2e, 0x65, 0x6e, 0x74, + 0x69, 0x74, 0x69, 0x65, 0x73, 0x2e, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x52, 0x07, 0x61, + 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x22, 0x70, 0x0a, 0x1d, 0x45, 0x78, 0x65, 0x63, 0x75, 0x74, + 0x65, 0x53, 0x63, 0x72, 0x69, 0x70, 0x74, 0x41, 0x74, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x49, 0x44, + 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x19, 0x0a, 0x08, 0x62, 0x6c, 0x6f, 0x63, 0x6b, + 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x07, 0x62, 0x6c, 0x6f, 0x63, 0x6b, + 0x49, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x18, 0x02, 0x20, 0x01, + 0x28, 0x0c, 0x52, 0x06, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x12, 0x1c, 0x0a, 0x09, 0x61, 0x72, + 0x67, 0x75, 0x6d, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x03, 0x20, 0x03, 0x28, 0x0c, 0x52, 0x09, 0x61, + 0x72, 0x67, 0x75, 0x6d, 0x65, 0x6e, 0x74, 0x73, 0x22, 0x36, 0x0a, 0x1e, 0x45, 0x78, 0x65, 0x63, + 0x75, 0x74, 0x65, 0x53, 0x63, 0x72, 0x69, 0x70, 0x74, 0x41, 0x74, 0x42, 0x6c, 0x6f, 0x63, 0x6b, + 0x49, 0x44, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, + 0x6c, 0x75, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, + 0x22, 0xd9, 0x01, 0x0a, 0x1c, 0x47, 0x65, 0x74, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x46, 0x6f, + 0x72, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x49, 0x44, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, + 0x65, 0x12, 0x48, 0x0a, 0x07, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x73, 0x18, 0x01, 0x20, 0x03, + 0x28, 0x0b, 0x32, 0x2e, 0x2e, 0x65, 0x78, 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x47, + 0x65, 0x74, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x46, 0x6f, 0x72, 0x42, 0x6c, 0x6f, 0x63, 0x6b, + 0x49, 0x44, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x52, 0x65, 0x73, 0x75, + 0x6c, 0x74, 0x52, 0x07, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x73, 0x1a, 0x6f, 0x0a, 0x06, 0x52, + 0x65, 0x73, 0x75, 0x6c, 0x74, 0x12, 0x19, 0x0a, 0x08, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x5f, 0x69, + 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x07, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x49, 0x64, + 0x12, 0x21, 0x0a, 0x0c, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x5f, 0x68, 0x65, 0x69, 0x67, 0x68, 0x74, + 0x18, 0x02, 0x20, 0x01, 0x28, 0x04, 0x52, 0x0b, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x48, 0x65, 0x69, + 0x67, 0x68, 0x74, 0x12, 0x27, 0x0a, 0x06, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x03, 0x20, + 0x03, 0x28, 0x0b, 0x32, 0x0f, 0x2e, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x2e, 0x45, + 0x76, 0x65, 0x6e, 0x74, 0x52, 0x06, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x22, 0x4e, 0x0a, 0x1b, + 0x47, 0x65, 0x74, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x46, 0x6f, 0x72, 0x42, 0x6c, 0x6f, 0x63, + 0x6b, 0x49, 0x44, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x74, + 0x79, 0x70, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x74, 0x79, 0x70, 0x65, 0x12, + 0x1b, 0x0a, 0x09, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x5f, 0x69, 0x64, 0x73, 0x18, 0x02, 0x20, 0x03, + 0x28, 0x0c, 0x52, 0x08, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x49, 0x64, 0x73, 0x22, 0x5f, 0x0a, 0x1b, + 0x47, 0x65, 0x74, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, + 0x73, 0x75, 0x6c, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x19, 0x0a, 0x08, 0x62, + 0x6c, 0x6f, 0x63, 0x6b, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x07, 0x62, + 0x6c, 0x6f, 0x63, 0x6b, 0x49, 0x64, 0x12, 0x25, 0x0a, 0x0e, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x61, + 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x0d, + 0x74, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x64, 0x22, 0x8d, 0x01, + 0x0a, 0x1c, 0x47, 0x65, 0x74, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, + 0x52, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x1f, + 0x0a, 0x0b, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x5f, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, + 0x01, 0x28, 0x0d, 0x52, 0x0a, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x43, 0x6f, 0x64, 0x65, 0x12, + 0x23, 0x0a, 0x0d, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x5f, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, + 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x4d, 0x65, 0x73, + 0x73, 0x61, 0x67, 0x65, 0x12, 0x27, 0x0a, 0x06, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x03, + 0x20, 0x03, 0x28, 0x0b, 0x32, 0x0f, 0x2e, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x2e, + 0x45, 0x76, 0x65, 0x6e, 0x74, 0x52, 0x06, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x32, 0xee, 0x03, + 0x0a, 0x0c, 0x45, 0x78, 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x41, 0x50, 0x49, 0x12, 0x37, + 0x0a, 0x04, 0x50, 0x69, 0x6e, 0x67, 0x12, 0x16, 0x2e, 0x65, 0x78, 0x65, 0x63, 0x75, 0x74, 0x69, + 0x6f, 0x6e, 0x2e, 0x50, 0x69, 0x6e, 0x67, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x17, + 0x2e, 0x65, 0x78, 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x50, 0x69, 0x6e, 0x67, 0x52, + 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x64, 0x0a, 0x13, 0x47, 0x65, 0x74, 0x41, 0x63, + 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x41, 0x74, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x49, 0x44, 0x12, 0x25, + 0x2e, 0x65, 0x78, 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x47, 0x65, 0x74, 0x41, 0x63, + 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x41, 0x74, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x49, 0x44, 0x52, 0x65, + 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x26, 0x2e, 0x65, 0x78, 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, + 0x6e, 0x2e, 0x47, 0x65, 0x74, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x41, 0x74, 0x42, 0x6c, + 0x6f, 0x63, 0x6b, 0x49, 0x44, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x6d, 0x0a, + 0x16, 0x45, 0x78, 0x65, 0x63, 0x75, 0x74, 0x65, 0x53, 0x63, 0x72, 0x69, 0x70, 0x74, 0x41, 0x74, + 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x49, 0x44, 0x12, 0x28, 0x2e, 0x65, 0x78, 0x65, 0x63, 0x75, 0x74, + 0x69, 0x6f, 0x6e, 0x2e, 0x45, 0x78, 0x65, 0x63, 0x75, 0x74, 0x65, 0x53, 0x63, 0x72, 0x69, 0x70, + 0x74, 0x41, 0x74, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x49, 0x44, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, + 0x74, 0x1a, 0x29, 0x2e, 0x65, 0x78, 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x45, 0x78, + 0x65, 0x63, 0x75, 0x74, 0x65, 0x53, 0x63, 0x72, 0x69, 0x70, 0x74, 0x41, 0x74, 0x42, 0x6c, 0x6f, + 0x63, 0x6b, 0x49, 0x44, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x67, 0x0a, 0x14, + 0x47, 0x65, 0x74, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x46, 0x6f, 0x72, 0x42, 0x6c, 0x6f, 0x63, + 0x6b, 0x49, 0x44, 0x73, 0x12, 0x26, 0x2e, 0x65, 0x78, 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, 0x6e, + 0x2e, 0x47, 0x65, 0x74, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x46, 0x6f, 0x72, 0x42, 0x6c, 0x6f, + 0x63, 0x6b, 0x49, 0x44, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x27, 0x2e, 0x65, + 0x78, 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x47, 0x65, 0x74, 0x45, 0x76, 0x65, 0x6e, + 0x74, 0x73, 0x46, 0x6f, 0x72, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x49, 0x44, 0x73, 0x52, 0x65, 0x73, + 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x67, 0x0a, 0x14, 0x47, 0x65, 0x74, 0x54, 0x72, 0x61, 0x6e, + 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x12, 0x26, 0x2e, + 0x65, 0x78, 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x47, 0x65, 0x74, 0x54, 0x72, 0x61, + 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x52, 0x65, + 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x27, 0x2e, 0x65, 0x78, 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, + 0x6e, 0x2e, 0x47, 0x65, 0x74, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, + 0x52, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x42, 0x60, + 0x0a, 0x24, 0x6f, 0x72, 0x67, 0x2e, 0x6f, 0x6e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x70, 0x72, 0x6f, + 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x6c, 0x65, 0x67, 0x61, 0x63, 0x79, 0x2e, 0x65, 0x78, 0x65, + 0x63, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x5a, 0x38, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, + 0x6f, 0x6d, 0x2f, 0x6f, 0x6e, 0x66, 0x6c, 0x6f, 0x77, 0x2f, 0x66, 0x6c, 0x6f, 0x77, 0x2f, 0x70, + 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x67, 0x6f, 0x2f, 0x66, 0x6c, 0x6f, 0x77, 0x2f, + 0x6c, 0x65, 0x67, 0x61, 0x63, 0x79, 0x2f, 0x65, 0x78, 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, 0x6e, + 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, +} + +var ( + file_flow_legacy_execution_execution_proto_rawDescOnce sync.Once + file_flow_legacy_execution_execution_proto_rawDescData = file_flow_legacy_execution_execution_proto_rawDesc +) + +func file_flow_legacy_execution_execution_proto_rawDescGZIP() []byte { + file_flow_legacy_execution_execution_proto_rawDescOnce.Do(func() { + file_flow_legacy_execution_execution_proto_rawDescData = protoimpl.X.CompressGZIP(file_flow_legacy_execution_execution_proto_rawDescData) + }) + return file_flow_legacy_execution_execution_proto_rawDescData +} + +var file_flow_legacy_execution_execution_proto_msgTypes = make([]protoimpl.MessageInfo, 11) +var file_flow_legacy_execution_execution_proto_goTypes = []interface{}{ + (*PingRequest)(nil), // 0: execution.PingRequest + (*PingResponse)(nil), // 1: execution.PingResponse + (*GetAccountAtBlockIDRequest)(nil), // 2: execution.GetAccountAtBlockIDRequest + (*GetAccountAtBlockIDResponse)(nil), // 3: execution.GetAccountAtBlockIDResponse + (*ExecuteScriptAtBlockIDRequest)(nil), // 4: execution.ExecuteScriptAtBlockIDRequest + (*ExecuteScriptAtBlockIDResponse)(nil), // 5: execution.ExecuteScriptAtBlockIDResponse + (*GetEventsForBlockIDsResponse)(nil), // 6: execution.GetEventsForBlockIDsResponse + (*GetEventsForBlockIDsRequest)(nil), // 7: execution.GetEventsForBlockIDsRequest + (*GetTransactionResultRequest)(nil), // 8: execution.GetTransactionResultRequest + (*GetTransactionResultResponse)(nil), // 9: execution.GetTransactionResultResponse + (*GetEventsForBlockIDsResponse_Result)(nil), // 10: execution.GetEventsForBlockIDsResponse.Result + (*entities.Account)(nil), // 11: entities.Account + (*entities.Event)(nil), // 12: entities.Event +} +var file_flow_legacy_execution_execution_proto_depIdxs = []int32{ + 11, // 0: execution.GetAccountAtBlockIDResponse.account:type_name -> entities.Account + 10, // 1: execution.GetEventsForBlockIDsResponse.results:type_name -> execution.GetEventsForBlockIDsResponse.Result + 12, // 2: execution.GetTransactionResultResponse.events:type_name -> entities.Event + 12, // 3: execution.GetEventsForBlockIDsResponse.Result.events:type_name -> entities.Event + 0, // 4: execution.ExecutionAPI.Ping:input_type -> execution.PingRequest + 2, // 5: execution.ExecutionAPI.GetAccountAtBlockID:input_type -> execution.GetAccountAtBlockIDRequest + 4, // 6: execution.ExecutionAPI.ExecuteScriptAtBlockID:input_type -> execution.ExecuteScriptAtBlockIDRequest + 7, // 7: execution.ExecutionAPI.GetEventsForBlockIDs:input_type -> execution.GetEventsForBlockIDsRequest + 8, // 8: execution.ExecutionAPI.GetTransactionResult:input_type -> execution.GetTransactionResultRequest + 1, // 9: execution.ExecutionAPI.Ping:output_type -> execution.PingResponse + 3, // 10: execution.ExecutionAPI.GetAccountAtBlockID:output_type -> execution.GetAccountAtBlockIDResponse + 5, // 11: execution.ExecutionAPI.ExecuteScriptAtBlockID:output_type -> execution.ExecuteScriptAtBlockIDResponse + 6, // 12: execution.ExecutionAPI.GetEventsForBlockIDs:output_type -> execution.GetEventsForBlockIDsResponse + 9, // 13: execution.ExecutionAPI.GetTransactionResult:output_type -> execution.GetTransactionResultResponse + 9, // [9:14] is the sub-list for method output_type + 4, // [4:9] is the sub-list for method input_type + 4, // [4:4] is the sub-list for extension type_name + 4, // [4:4] is the sub-list for extension extendee + 0, // [0:4] is the sub-list for field type_name +} + +func init() { file_flow_legacy_execution_execution_proto_init() } +func file_flow_legacy_execution_execution_proto_init() { + if File_flow_legacy_execution_execution_proto != nil { + return + } + if !protoimpl.UnsafeEnabled { + file_flow_legacy_execution_execution_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*PingRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_flow_legacy_execution_execution_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*PingResponse); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_flow_legacy_execution_execution_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*GetAccountAtBlockIDRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_flow_legacy_execution_execution_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*GetAccountAtBlockIDResponse); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_flow_legacy_execution_execution_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ExecuteScriptAtBlockIDRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_flow_legacy_execution_execution_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ExecuteScriptAtBlockIDResponse); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_flow_legacy_execution_execution_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*GetEventsForBlockIDsResponse); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_flow_legacy_execution_execution_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*GetEventsForBlockIDsRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_flow_legacy_execution_execution_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*GetTransactionResultRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_flow_legacy_execution_execution_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*GetTransactionResultResponse); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_flow_legacy_execution_execution_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*GetEventsForBlockIDsResponse_Result); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + } + type x struct{} + out := protoimpl.TypeBuilder{ + File: protoimpl.DescBuilder{ + GoPackagePath: reflect.TypeOf(x{}).PkgPath(), + RawDescriptor: file_flow_legacy_execution_execution_proto_rawDesc, + NumEnums: 0, + NumMessages: 11, + NumExtensions: 0, + NumServices: 1, + }, + GoTypes: file_flow_legacy_execution_execution_proto_goTypes, + DependencyIndexes: file_flow_legacy_execution_execution_proto_depIdxs, + MessageInfos: file_flow_legacy_execution_execution_proto_msgTypes, + }.Build() + File_flow_legacy_execution_execution_proto = out.File + file_flow_legacy_execution_execution_proto_rawDesc = nil + file_flow_legacy_execution_execution_proto_goTypes = nil + file_flow_legacy_execution_execution_proto_depIdxs = nil } diff --git a/protobuf/go/flow/legacy/execution/execution_grpc.pb.go b/protobuf/go/flow/legacy/execution/execution_grpc.pb.go index ea1f9fd00..78c62fe6a 100644 --- a/protobuf/go/flow/legacy/execution/execution_grpc.pb.go +++ b/protobuf/go/flow/legacy/execution/execution_grpc.pb.go @@ -1,4 +1,8 @@ // Code generated by protoc-gen-go-grpc. DO NOT EDIT. +// versions: +// - protoc-gen-go-grpc v1.2.0 +// - protoc (unknown) +// source: flow/legacy/execution/execution.proto package execution From 822661bfcd6cb4bbd415b2a9def5bda619eeb5bc Mon Sep 17 00:00:00 2001 From: Cam Sweeney Date: Mon, 16 Oct 2023 13:58:35 -0700 Subject: [PATCH 3/3] regenerate with protoc-gen-go v1.3.2 --- protobuf/README.md | 2 +- protobuf/go/flow/access/access.pb.go | 4361 ++++++----------- protobuf/go/flow/entities/account.pb.go | 385 +- protobuf/go/flow/entities/block.pb.go | 365 +- .../flow/entities/block_execution_data.pb.go | 781 ++- protobuf/go/flow/entities/block_header.pb.go | 586 +-- protobuf/go/flow/entities/block_seal.pb.go | 338 +- protobuf/go/flow/entities/collection.pb.go | 330 +- protobuf/go/flow/entities/event.pb.go | 222 +- .../go/flow/entities/execution_result.pb.go | 634 +-- protobuf/go/flow/entities/metadata.pb.go | 204 +- .../go/flow/entities/node_version_info.pb.go | 234 +- protobuf/go/flow/entities/transaction.pb.go | 558 +-- protobuf/go/flow/execution/execution.pb.go | 1936 +++----- .../go/flow/executiondata/executiondata.pb.go | 1009 ++-- protobuf/go/flow/legacy/access/access.pb.go | 2961 ++++------- .../go/flow/legacy/entities/account.pb.go | 355 +- protobuf/go/flow/legacy/entities/block.pb.go | 259 +- .../flow/legacy/entities/block_header.pb.go | 216 +- .../go/flow/legacy/entities/block_seal.pb.go | 210 +- .../go/flow/legacy/entities/collection.pb.go | 278 +- protobuf/go/flow/legacy/entities/event.pb.go | 223 +- .../go/flow/legacy/entities/transaction.pb.go | 558 +-- .../go/flow/legacy/execution/execution.pb.go | 1133 ++--- 24 files changed, 6269 insertions(+), 11869 deletions(-) diff --git a/protobuf/README.md b/protobuf/README.md index a71671a73..48937c341 100644 --- a/protobuf/README.md +++ b/protobuf/README.md @@ -11,7 +11,7 @@ Check out the [Flow Access API specification](/docs/content/access-api.md). You can use [buf](https://github.com/bufbuild/buf) to generate gRPC client stubs in a variety of languages. Please make sure you have `protoc-gen-go-grpc` installed, for example using command ```shell script -go install google.golang.org/protobuf/cmd/protoc-gen-go@v1.28 +go install github.com/golang/protobuf/protoc-gen-go@v1.3.2 go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@v1.2.0 ``` diff --git a/protobuf/go/flow/access/access.pb.go b/protobuf/go/flow/access/access.pb.go index 67fb39eeb..e051151fc 100644 --- a/protobuf/go/flow/access/access.pb.go +++ b/protobuf/go/flow/access/access.pb.go @@ -1,3592 +1,2201 @@ // Code generated by protoc-gen-go. DO NOT EDIT. -// versions: -// protoc-gen-go v1.28.1 -// protoc (unknown) // source: flow/access/access.proto package access import ( + fmt "fmt" + proto "github.com/golang/protobuf/proto" entities "github.com/onflow/flow/protobuf/go/flow/entities" - protoreflect "google.golang.org/protobuf/reflect/protoreflect" - protoimpl "google.golang.org/protobuf/runtime/protoimpl" timestamppb "google.golang.org/protobuf/types/known/timestamppb" - reflect "reflect" - sync "sync" + math "math" ) -const ( - // Verify that this generated code is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) - // Verify that runtime/protoimpl is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) -) +// Reference imports to suppress errors if they are not otherwise used. +var _ = proto.Marshal +var _ = fmt.Errorf +var _ = math.Inf -type PingRequest struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields -} +// This is a compile-time assertion to ensure that this generated file +// is compatible with the proto package it is being compiled against. +// A compilation error at this line likely means your copy of the +// proto package needs to be updated. +const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package -func (x *PingRequest) Reset() { - *x = PingRequest{} - if protoimpl.UnsafeEnabled { - mi := &file_flow_access_access_proto_msgTypes[0] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } +type PingRequest struct { + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (x *PingRequest) String() string { - return protoimpl.X.MessageStringOf(x) +func (m *PingRequest) Reset() { *m = PingRequest{} } +func (m *PingRequest) String() string { return proto.CompactTextString(m) } +func (*PingRequest) ProtoMessage() {} +func (*PingRequest) Descriptor() ([]byte, []int) { + return fileDescriptor_4382e32bb8e3e8e5, []int{0} } -func (*PingRequest) ProtoMessage() {} - -func (x *PingRequest) ProtoReflect() protoreflect.Message { - mi := &file_flow_access_access_proto_msgTypes[0] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) +func (m *PingRequest) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_PingRequest.Unmarshal(m, b) } - -// Deprecated: Use PingRequest.ProtoReflect.Descriptor instead. -func (*PingRequest) Descriptor() ([]byte, []int) { - return file_flow_access_access_proto_rawDescGZIP(), []int{0} +func (m *PingRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_PingRequest.Marshal(b, m, deterministic) } - -type PingResponse struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields +func (m *PingRequest) XXX_Merge(src proto.Message) { + xxx_messageInfo_PingRequest.Merge(m, src) } - -func (x *PingResponse) Reset() { - *x = PingResponse{} - if protoimpl.UnsafeEnabled { - mi := &file_flow_access_access_proto_msgTypes[1] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } +func (m *PingRequest) XXX_Size() int { + return xxx_messageInfo_PingRequest.Size(m) } - -func (x *PingResponse) String() string { - return protoimpl.X.MessageStringOf(x) +func (m *PingRequest) XXX_DiscardUnknown() { + xxx_messageInfo_PingRequest.DiscardUnknown(m) } -func (*PingResponse) ProtoMessage() {} +var xxx_messageInfo_PingRequest proto.InternalMessageInfo -func (x *PingResponse) ProtoReflect() protoreflect.Message { - mi := &file_flow_access_access_proto_msgTypes[1] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) +type PingResponse struct { + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -// Deprecated: Use PingResponse.ProtoReflect.Descriptor instead. +func (m *PingResponse) Reset() { *m = PingResponse{} } +func (m *PingResponse) String() string { return proto.CompactTextString(m) } +func (*PingResponse) ProtoMessage() {} func (*PingResponse) Descriptor() ([]byte, []int) { - return file_flow_access_access_proto_rawDescGZIP(), []int{1} + return fileDescriptor_4382e32bb8e3e8e5, []int{1} } -type GetNodeVersionInfoRequest struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields +func (m *PingResponse) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_PingResponse.Unmarshal(m, b) } - -func (x *GetNodeVersionInfoRequest) Reset() { - *x = GetNodeVersionInfoRequest{} - if protoimpl.UnsafeEnabled { - mi := &file_flow_access_access_proto_msgTypes[2] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } +func (m *PingResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_PingResponse.Marshal(b, m, deterministic) } - -func (x *GetNodeVersionInfoRequest) String() string { - return protoimpl.X.MessageStringOf(x) +func (m *PingResponse) XXX_Merge(src proto.Message) { + xxx_messageInfo_PingResponse.Merge(m, src) +} +func (m *PingResponse) XXX_Size() int { + return xxx_messageInfo_PingResponse.Size(m) +} +func (m *PingResponse) XXX_DiscardUnknown() { + xxx_messageInfo_PingResponse.DiscardUnknown(m) } -func (*GetNodeVersionInfoRequest) ProtoMessage() {} +var xxx_messageInfo_PingResponse proto.InternalMessageInfo -func (x *GetNodeVersionInfoRequest) ProtoReflect() protoreflect.Message { - mi := &file_flow_access_access_proto_msgTypes[2] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) +type GetNodeVersionInfoRequest struct { + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -// Deprecated: Use GetNodeVersionInfoRequest.ProtoReflect.Descriptor instead. +func (m *GetNodeVersionInfoRequest) Reset() { *m = GetNodeVersionInfoRequest{} } +func (m *GetNodeVersionInfoRequest) String() string { return proto.CompactTextString(m) } +func (*GetNodeVersionInfoRequest) ProtoMessage() {} func (*GetNodeVersionInfoRequest) Descriptor() ([]byte, []int) { - return file_flow_access_access_proto_rawDescGZIP(), []int{2} + return fileDescriptor_4382e32bb8e3e8e5, []int{2} } -type GetNodeVersionInfoResponse struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Info *entities.NodeVersionInfo `protobuf:"bytes,1,opt,name=info,proto3" json:"info,omitempty"` +func (m *GetNodeVersionInfoRequest) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_GetNodeVersionInfoRequest.Unmarshal(m, b) } - -func (x *GetNodeVersionInfoResponse) Reset() { - *x = GetNodeVersionInfoResponse{} - if protoimpl.UnsafeEnabled { - mi := &file_flow_access_access_proto_msgTypes[3] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } +func (m *GetNodeVersionInfoRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_GetNodeVersionInfoRequest.Marshal(b, m, deterministic) } - -func (x *GetNodeVersionInfoResponse) String() string { - return protoimpl.X.MessageStringOf(x) +func (m *GetNodeVersionInfoRequest) XXX_Merge(src proto.Message) { + xxx_messageInfo_GetNodeVersionInfoRequest.Merge(m, src) +} +func (m *GetNodeVersionInfoRequest) XXX_Size() int { + return xxx_messageInfo_GetNodeVersionInfoRequest.Size(m) +} +func (m *GetNodeVersionInfoRequest) XXX_DiscardUnknown() { + xxx_messageInfo_GetNodeVersionInfoRequest.DiscardUnknown(m) } -func (*GetNodeVersionInfoResponse) ProtoMessage() {} +var xxx_messageInfo_GetNodeVersionInfoRequest proto.InternalMessageInfo -func (x *GetNodeVersionInfoResponse) ProtoReflect() protoreflect.Message { - mi := &file_flow_access_access_proto_msgTypes[3] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) +type GetNodeVersionInfoResponse struct { + Info *entities.NodeVersionInfo `protobuf:"bytes,1,opt,name=info,proto3" json:"info,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -// Deprecated: Use GetNodeVersionInfoResponse.ProtoReflect.Descriptor instead. +func (m *GetNodeVersionInfoResponse) Reset() { *m = GetNodeVersionInfoResponse{} } +func (m *GetNodeVersionInfoResponse) String() string { return proto.CompactTextString(m) } +func (*GetNodeVersionInfoResponse) ProtoMessage() {} func (*GetNodeVersionInfoResponse) Descriptor() ([]byte, []int) { - return file_flow_access_access_proto_rawDescGZIP(), []int{3} + return fileDescriptor_4382e32bb8e3e8e5, []int{3} +} + +func (m *GetNodeVersionInfoResponse) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_GetNodeVersionInfoResponse.Unmarshal(m, b) +} +func (m *GetNodeVersionInfoResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_GetNodeVersionInfoResponse.Marshal(b, m, deterministic) +} +func (m *GetNodeVersionInfoResponse) XXX_Merge(src proto.Message) { + xxx_messageInfo_GetNodeVersionInfoResponse.Merge(m, src) +} +func (m *GetNodeVersionInfoResponse) XXX_Size() int { + return xxx_messageInfo_GetNodeVersionInfoResponse.Size(m) +} +func (m *GetNodeVersionInfoResponse) XXX_DiscardUnknown() { + xxx_messageInfo_GetNodeVersionInfoResponse.DiscardUnknown(m) } -func (x *GetNodeVersionInfoResponse) GetInfo() *entities.NodeVersionInfo { - if x != nil { - return x.Info +var xxx_messageInfo_GetNodeVersionInfoResponse proto.InternalMessageInfo + +func (m *GetNodeVersionInfoResponse) GetInfo() *entities.NodeVersionInfo { + if m != nil { + return m.Info } return nil } type GetLatestBlockHeaderRequest struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - IsSealed bool `protobuf:"varint,1,opt,name=is_sealed,json=isSealed,proto3" json:"is_sealed,omitempty"` + IsSealed bool `protobuf:"varint,1,opt,name=is_sealed,json=isSealed,proto3" json:"is_sealed,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (x *GetLatestBlockHeaderRequest) Reset() { - *x = GetLatestBlockHeaderRequest{} - if protoimpl.UnsafeEnabled { - mi := &file_flow_access_access_proto_msgTypes[4] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } +func (m *GetLatestBlockHeaderRequest) Reset() { *m = GetLatestBlockHeaderRequest{} } +func (m *GetLatestBlockHeaderRequest) String() string { return proto.CompactTextString(m) } +func (*GetLatestBlockHeaderRequest) ProtoMessage() {} +func (*GetLatestBlockHeaderRequest) Descriptor() ([]byte, []int) { + return fileDescriptor_4382e32bb8e3e8e5, []int{4} } -func (x *GetLatestBlockHeaderRequest) String() string { - return protoimpl.X.MessageStringOf(x) +func (m *GetLatestBlockHeaderRequest) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_GetLatestBlockHeaderRequest.Unmarshal(m, b) } - -func (*GetLatestBlockHeaderRequest) ProtoMessage() {} - -func (x *GetLatestBlockHeaderRequest) ProtoReflect() protoreflect.Message { - mi := &file_flow_access_access_proto_msgTypes[4] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) +func (m *GetLatestBlockHeaderRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_GetLatestBlockHeaderRequest.Marshal(b, m, deterministic) } - -// Deprecated: Use GetLatestBlockHeaderRequest.ProtoReflect.Descriptor instead. -func (*GetLatestBlockHeaderRequest) Descriptor() ([]byte, []int) { - return file_flow_access_access_proto_rawDescGZIP(), []int{4} +func (m *GetLatestBlockHeaderRequest) XXX_Merge(src proto.Message) { + xxx_messageInfo_GetLatestBlockHeaderRequest.Merge(m, src) +} +func (m *GetLatestBlockHeaderRequest) XXX_Size() int { + return xxx_messageInfo_GetLatestBlockHeaderRequest.Size(m) } +func (m *GetLatestBlockHeaderRequest) XXX_DiscardUnknown() { + xxx_messageInfo_GetLatestBlockHeaderRequest.DiscardUnknown(m) +} + +var xxx_messageInfo_GetLatestBlockHeaderRequest proto.InternalMessageInfo -func (x *GetLatestBlockHeaderRequest) GetIsSealed() bool { - if x != nil { - return x.IsSealed +func (m *GetLatestBlockHeaderRequest) GetIsSealed() bool { + if m != nil { + return m.IsSealed } return false } type GetBlockHeaderByIDRequest struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Id []byte `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` + Id []byte `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (x *GetBlockHeaderByIDRequest) Reset() { - *x = GetBlockHeaderByIDRequest{} - if protoimpl.UnsafeEnabled { - mi := &file_flow_access_access_proto_msgTypes[5] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } +func (m *GetBlockHeaderByIDRequest) Reset() { *m = GetBlockHeaderByIDRequest{} } +func (m *GetBlockHeaderByIDRequest) String() string { return proto.CompactTextString(m) } +func (*GetBlockHeaderByIDRequest) ProtoMessage() {} +func (*GetBlockHeaderByIDRequest) Descriptor() ([]byte, []int) { + return fileDescriptor_4382e32bb8e3e8e5, []int{5} } -func (x *GetBlockHeaderByIDRequest) String() string { - return protoimpl.X.MessageStringOf(x) +func (m *GetBlockHeaderByIDRequest) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_GetBlockHeaderByIDRequest.Unmarshal(m, b) } - -func (*GetBlockHeaderByIDRequest) ProtoMessage() {} - -func (x *GetBlockHeaderByIDRequest) ProtoReflect() protoreflect.Message { - mi := &file_flow_access_access_proto_msgTypes[5] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) +func (m *GetBlockHeaderByIDRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_GetBlockHeaderByIDRequest.Marshal(b, m, deterministic) } - -// Deprecated: Use GetBlockHeaderByIDRequest.ProtoReflect.Descriptor instead. -func (*GetBlockHeaderByIDRequest) Descriptor() ([]byte, []int) { - return file_flow_access_access_proto_rawDescGZIP(), []int{5} +func (m *GetBlockHeaderByIDRequest) XXX_Merge(src proto.Message) { + xxx_messageInfo_GetBlockHeaderByIDRequest.Merge(m, src) +} +func (m *GetBlockHeaderByIDRequest) XXX_Size() int { + return xxx_messageInfo_GetBlockHeaderByIDRequest.Size(m) +} +func (m *GetBlockHeaderByIDRequest) XXX_DiscardUnknown() { + xxx_messageInfo_GetBlockHeaderByIDRequest.DiscardUnknown(m) } -func (x *GetBlockHeaderByIDRequest) GetId() []byte { - if x != nil { - return x.Id +var xxx_messageInfo_GetBlockHeaderByIDRequest proto.InternalMessageInfo + +func (m *GetBlockHeaderByIDRequest) GetId() []byte { + if m != nil { + return m.Id } return nil } type GetBlockHeaderByHeightRequest struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Height uint64 `protobuf:"varint,1,opt,name=height,proto3" json:"height,omitempty"` + Height uint64 `protobuf:"varint,1,opt,name=height,proto3" json:"height,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (x *GetBlockHeaderByHeightRequest) Reset() { - *x = GetBlockHeaderByHeightRequest{} - if protoimpl.UnsafeEnabled { - mi := &file_flow_access_access_proto_msgTypes[6] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } +func (m *GetBlockHeaderByHeightRequest) Reset() { *m = GetBlockHeaderByHeightRequest{} } +func (m *GetBlockHeaderByHeightRequest) String() string { return proto.CompactTextString(m) } +func (*GetBlockHeaderByHeightRequest) ProtoMessage() {} +func (*GetBlockHeaderByHeightRequest) Descriptor() ([]byte, []int) { + return fileDescriptor_4382e32bb8e3e8e5, []int{6} } -func (x *GetBlockHeaderByHeightRequest) String() string { - return protoimpl.X.MessageStringOf(x) +func (m *GetBlockHeaderByHeightRequest) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_GetBlockHeaderByHeightRequest.Unmarshal(m, b) } - -func (*GetBlockHeaderByHeightRequest) ProtoMessage() {} - -func (x *GetBlockHeaderByHeightRequest) ProtoReflect() protoreflect.Message { - mi := &file_flow_access_access_proto_msgTypes[6] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) +func (m *GetBlockHeaderByHeightRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_GetBlockHeaderByHeightRequest.Marshal(b, m, deterministic) } - -// Deprecated: Use GetBlockHeaderByHeightRequest.ProtoReflect.Descriptor instead. -func (*GetBlockHeaderByHeightRequest) Descriptor() ([]byte, []int) { - return file_flow_access_access_proto_rawDescGZIP(), []int{6} +func (m *GetBlockHeaderByHeightRequest) XXX_Merge(src proto.Message) { + xxx_messageInfo_GetBlockHeaderByHeightRequest.Merge(m, src) +} +func (m *GetBlockHeaderByHeightRequest) XXX_Size() int { + return xxx_messageInfo_GetBlockHeaderByHeightRequest.Size(m) } +func (m *GetBlockHeaderByHeightRequest) XXX_DiscardUnknown() { + xxx_messageInfo_GetBlockHeaderByHeightRequest.DiscardUnknown(m) +} + +var xxx_messageInfo_GetBlockHeaderByHeightRequest proto.InternalMessageInfo -func (x *GetBlockHeaderByHeightRequest) GetHeight() uint64 { - if x != nil { - return x.Height +func (m *GetBlockHeaderByHeightRequest) GetHeight() uint64 { + if m != nil { + return m.Height } return 0 } type BlockHeaderResponse struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Block *entities.BlockHeader `protobuf:"bytes,1,opt,name=block,proto3" json:"block,omitempty"` - BlockStatus entities.BlockStatus `protobuf:"varint,2,opt,name=block_status,json=blockStatus,proto3,enum=flow.entities.BlockStatus" json:"block_status,omitempty"` - Metadata *entities.Metadata `protobuf:"bytes,3,opt,name=metadata,proto3" json:"metadata,omitempty"` + Block *entities.BlockHeader `protobuf:"bytes,1,opt,name=block,proto3" json:"block,omitempty"` + BlockStatus entities.BlockStatus `protobuf:"varint,2,opt,name=block_status,json=blockStatus,proto3,enum=flow.entities.BlockStatus" json:"block_status,omitempty"` + Metadata *entities.Metadata `protobuf:"bytes,3,opt,name=metadata,proto3" json:"metadata,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (x *BlockHeaderResponse) Reset() { - *x = BlockHeaderResponse{} - if protoimpl.UnsafeEnabled { - mi := &file_flow_access_access_proto_msgTypes[7] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } +func (m *BlockHeaderResponse) Reset() { *m = BlockHeaderResponse{} } +func (m *BlockHeaderResponse) String() string { return proto.CompactTextString(m) } +func (*BlockHeaderResponse) ProtoMessage() {} +func (*BlockHeaderResponse) Descriptor() ([]byte, []int) { + return fileDescriptor_4382e32bb8e3e8e5, []int{7} } -func (x *BlockHeaderResponse) String() string { - return protoimpl.X.MessageStringOf(x) +func (m *BlockHeaderResponse) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_BlockHeaderResponse.Unmarshal(m, b) } - -func (*BlockHeaderResponse) ProtoMessage() {} - -func (x *BlockHeaderResponse) ProtoReflect() protoreflect.Message { - mi := &file_flow_access_access_proto_msgTypes[7] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) +func (m *BlockHeaderResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_BlockHeaderResponse.Marshal(b, m, deterministic) } - -// Deprecated: Use BlockHeaderResponse.ProtoReflect.Descriptor instead. -func (*BlockHeaderResponse) Descriptor() ([]byte, []int) { - return file_flow_access_access_proto_rawDescGZIP(), []int{7} +func (m *BlockHeaderResponse) XXX_Merge(src proto.Message) { + xxx_messageInfo_BlockHeaderResponse.Merge(m, src) +} +func (m *BlockHeaderResponse) XXX_Size() int { + return xxx_messageInfo_BlockHeaderResponse.Size(m) +} +func (m *BlockHeaderResponse) XXX_DiscardUnknown() { + xxx_messageInfo_BlockHeaderResponse.DiscardUnknown(m) } -func (x *BlockHeaderResponse) GetBlock() *entities.BlockHeader { - if x != nil { - return x.Block +var xxx_messageInfo_BlockHeaderResponse proto.InternalMessageInfo + +func (m *BlockHeaderResponse) GetBlock() *entities.BlockHeader { + if m != nil { + return m.Block } return nil } -func (x *BlockHeaderResponse) GetBlockStatus() entities.BlockStatus { - if x != nil { - return x.BlockStatus +func (m *BlockHeaderResponse) GetBlockStatus() entities.BlockStatus { + if m != nil { + return m.BlockStatus } - return entities.BlockStatus(0) + return entities.BlockStatus_BLOCK_UNKNOWN } -func (x *BlockHeaderResponse) GetMetadata() *entities.Metadata { - if x != nil { - return x.Metadata +func (m *BlockHeaderResponse) GetMetadata() *entities.Metadata { + if m != nil { + return m.Metadata } return nil } type GetLatestBlockRequest struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - IsSealed bool `protobuf:"varint,1,opt,name=is_sealed,json=isSealed,proto3" json:"is_sealed,omitempty"` - FullBlockResponse bool `protobuf:"varint,2,opt,name=full_block_response,json=fullBlockResponse,proto3" json:"full_block_response,omitempty"` + IsSealed bool `protobuf:"varint,1,opt,name=is_sealed,json=isSealed,proto3" json:"is_sealed,omitempty"` + FullBlockResponse bool `protobuf:"varint,2,opt,name=full_block_response,json=fullBlockResponse,proto3" json:"full_block_response,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (x *GetLatestBlockRequest) Reset() { - *x = GetLatestBlockRequest{} - if protoimpl.UnsafeEnabled { - mi := &file_flow_access_access_proto_msgTypes[8] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } +func (m *GetLatestBlockRequest) Reset() { *m = GetLatestBlockRequest{} } +func (m *GetLatestBlockRequest) String() string { return proto.CompactTextString(m) } +func (*GetLatestBlockRequest) ProtoMessage() {} +func (*GetLatestBlockRequest) Descriptor() ([]byte, []int) { + return fileDescriptor_4382e32bb8e3e8e5, []int{8} } -func (x *GetLatestBlockRequest) String() string { - return protoimpl.X.MessageStringOf(x) +func (m *GetLatestBlockRequest) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_GetLatestBlockRequest.Unmarshal(m, b) } - -func (*GetLatestBlockRequest) ProtoMessage() {} - -func (x *GetLatestBlockRequest) ProtoReflect() protoreflect.Message { - mi := &file_flow_access_access_proto_msgTypes[8] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) +func (m *GetLatestBlockRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_GetLatestBlockRequest.Marshal(b, m, deterministic) } - -// Deprecated: Use GetLatestBlockRequest.ProtoReflect.Descriptor instead. -func (*GetLatestBlockRequest) Descriptor() ([]byte, []int) { - return file_flow_access_access_proto_rawDescGZIP(), []int{8} +func (m *GetLatestBlockRequest) XXX_Merge(src proto.Message) { + xxx_messageInfo_GetLatestBlockRequest.Merge(m, src) +} +func (m *GetLatestBlockRequest) XXX_Size() int { + return xxx_messageInfo_GetLatestBlockRequest.Size(m) } +func (m *GetLatestBlockRequest) XXX_DiscardUnknown() { + xxx_messageInfo_GetLatestBlockRequest.DiscardUnknown(m) +} + +var xxx_messageInfo_GetLatestBlockRequest proto.InternalMessageInfo -func (x *GetLatestBlockRequest) GetIsSealed() bool { - if x != nil { - return x.IsSealed +func (m *GetLatestBlockRequest) GetIsSealed() bool { + if m != nil { + return m.IsSealed } return false } -func (x *GetLatestBlockRequest) GetFullBlockResponse() bool { - if x != nil { - return x.FullBlockResponse +func (m *GetLatestBlockRequest) GetFullBlockResponse() bool { + if m != nil { + return m.FullBlockResponse } return false } type GetBlockByIDRequest struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Id []byte `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` - FullBlockResponse bool `protobuf:"varint,2,opt,name=full_block_response,json=fullBlockResponse,proto3" json:"full_block_response,omitempty"` + Id []byte `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` + FullBlockResponse bool `protobuf:"varint,2,opt,name=full_block_response,json=fullBlockResponse,proto3" json:"full_block_response,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (x *GetBlockByIDRequest) Reset() { - *x = GetBlockByIDRequest{} - if protoimpl.UnsafeEnabled { - mi := &file_flow_access_access_proto_msgTypes[9] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } +func (m *GetBlockByIDRequest) Reset() { *m = GetBlockByIDRequest{} } +func (m *GetBlockByIDRequest) String() string { return proto.CompactTextString(m) } +func (*GetBlockByIDRequest) ProtoMessage() {} +func (*GetBlockByIDRequest) Descriptor() ([]byte, []int) { + return fileDescriptor_4382e32bb8e3e8e5, []int{9} } -func (x *GetBlockByIDRequest) String() string { - return protoimpl.X.MessageStringOf(x) +func (m *GetBlockByIDRequest) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_GetBlockByIDRequest.Unmarshal(m, b) } - -func (*GetBlockByIDRequest) ProtoMessage() {} - -func (x *GetBlockByIDRequest) ProtoReflect() protoreflect.Message { - mi := &file_flow_access_access_proto_msgTypes[9] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) +func (m *GetBlockByIDRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_GetBlockByIDRequest.Marshal(b, m, deterministic) } - -// Deprecated: Use GetBlockByIDRequest.ProtoReflect.Descriptor instead. -func (*GetBlockByIDRequest) Descriptor() ([]byte, []int) { - return file_flow_access_access_proto_rawDescGZIP(), []int{9} +func (m *GetBlockByIDRequest) XXX_Merge(src proto.Message) { + xxx_messageInfo_GetBlockByIDRequest.Merge(m, src) +} +func (m *GetBlockByIDRequest) XXX_Size() int { + return xxx_messageInfo_GetBlockByIDRequest.Size(m) +} +func (m *GetBlockByIDRequest) XXX_DiscardUnknown() { + xxx_messageInfo_GetBlockByIDRequest.DiscardUnknown(m) } -func (x *GetBlockByIDRequest) GetId() []byte { - if x != nil { - return x.Id +var xxx_messageInfo_GetBlockByIDRequest proto.InternalMessageInfo + +func (m *GetBlockByIDRequest) GetId() []byte { + if m != nil { + return m.Id } return nil } -func (x *GetBlockByIDRequest) GetFullBlockResponse() bool { - if x != nil { - return x.FullBlockResponse +func (m *GetBlockByIDRequest) GetFullBlockResponse() bool { + if m != nil { + return m.FullBlockResponse } return false } type GetBlockByHeightRequest struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Height uint64 `protobuf:"varint,1,opt,name=height,proto3" json:"height,omitempty"` - FullBlockResponse bool `protobuf:"varint,2,opt,name=full_block_response,json=fullBlockResponse,proto3" json:"full_block_response,omitempty"` + Height uint64 `protobuf:"varint,1,opt,name=height,proto3" json:"height,omitempty"` + FullBlockResponse bool `protobuf:"varint,2,opt,name=full_block_response,json=fullBlockResponse,proto3" json:"full_block_response,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (x *GetBlockByHeightRequest) Reset() { - *x = GetBlockByHeightRequest{} - if protoimpl.UnsafeEnabled { - mi := &file_flow_access_access_proto_msgTypes[10] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } +func (m *GetBlockByHeightRequest) Reset() { *m = GetBlockByHeightRequest{} } +func (m *GetBlockByHeightRequest) String() string { return proto.CompactTextString(m) } +func (*GetBlockByHeightRequest) ProtoMessage() {} +func (*GetBlockByHeightRequest) Descriptor() ([]byte, []int) { + return fileDescriptor_4382e32bb8e3e8e5, []int{10} } -func (x *GetBlockByHeightRequest) String() string { - return protoimpl.X.MessageStringOf(x) +func (m *GetBlockByHeightRequest) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_GetBlockByHeightRequest.Unmarshal(m, b) } - -func (*GetBlockByHeightRequest) ProtoMessage() {} - -func (x *GetBlockByHeightRequest) ProtoReflect() protoreflect.Message { - mi := &file_flow_access_access_proto_msgTypes[10] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) +func (m *GetBlockByHeightRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_GetBlockByHeightRequest.Marshal(b, m, deterministic) } - -// Deprecated: Use GetBlockByHeightRequest.ProtoReflect.Descriptor instead. -func (*GetBlockByHeightRequest) Descriptor() ([]byte, []int) { - return file_flow_access_access_proto_rawDescGZIP(), []int{10} +func (m *GetBlockByHeightRequest) XXX_Merge(src proto.Message) { + xxx_messageInfo_GetBlockByHeightRequest.Merge(m, src) +} +func (m *GetBlockByHeightRequest) XXX_Size() int { + return xxx_messageInfo_GetBlockByHeightRequest.Size(m) } +func (m *GetBlockByHeightRequest) XXX_DiscardUnknown() { + xxx_messageInfo_GetBlockByHeightRequest.DiscardUnknown(m) +} + +var xxx_messageInfo_GetBlockByHeightRequest proto.InternalMessageInfo -func (x *GetBlockByHeightRequest) GetHeight() uint64 { - if x != nil { - return x.Height +func (m *GetBlockByHeightRequest) GetHeight() uint64 { + if m != nil { + return m.Height } return 0 } -func (x *GetBlockByHeightRequest) GetFullBlockResponse() bool { - if x != nil { - return x.FullBlockResponse +func (m *GetBlockByHeightRequest) GetFullBlockResponse() bool { + if m != nil { + return m.FullBlockResponse } return false } type BlockResponse struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Block *entities.Block `protobuf:"bytes,1,opt,name=block,proto3" json:"block,omitempty"` - BlockStatus entities.BlockStatus `protobuf:"varint,2,opt,name=block_status,json=blockStatus,proto3,enum=flow.entities.BlockStatus" json:"block_status,omitempty"` - Metadata *entities.Metadata `protobuf:"bytes,3,opt,name=metadata,proto3" json:"metadata,omitempty"` + Block *entities.Block `protobuf:"bytes,1,opt,name=block,proto3" json:"block,omitempty"` + BlockStatus entities.BlockStatus `protobuf:"varint,2,opt,name=block_status,json=blockStatus,proto3,enum=flow.entities.BlockStatus" json:"block_status,omitempty"` + Metadata *entities.Metadata `protobuf:"bytes,3,opt,name=metadata,proto3" json:"metadata,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (x *BlockResponse) Reset() { - *x = BlockResponse{} - if protoimpl.UnsafeEnabled { - mi := &file_flow_access_access_proto_msgTypes[11] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } +func (m *BlockResponse) Reset() { *m = BlockResponse{} } +func (m *BlockResponse) String() string { return proto.CompactTextString(m) } +func (*BlockResponse) ProtoMessage() {} +func (*BlockResponse) Descriptor() ([]byte, []int) { + return fileDescriptor_4382e32bb8e3e8e5, []int{11} } -func (x *BlockResponse) String() string { - return protoimpl.X.MessageStringOf(x) +func (m *BlockResponse) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_BlockResponse.Unmarshal(m, b) } - -func (*BlockResponse) ProtoMessage() {} - -func (x *BlockResponse) ProtoReflect() protoreflect.Message { - mi := &file_flow_access_access_proto_msgTypes[11] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) +func (m *BlockResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_BlockResponse.Marshal(b, m, deterministic) } - -// Deprecated: Use BlockResponse.ProtoReflect.Descriptor instead. -func (*BlockResponse) Descriptor() ([]byte, []int) { - return file_flow_access_access_proto_rawDescGZIP(), []int{11} +func (m *BlockResponse) XXX_Merge(src proto.Message) { + xxx_messageInfo_BlockResponse.Merge(m, src) +} +func (m *BlockResponse) XXX_Size() int { + return xxx_messageInfo_BlockResponse.Size(m) } +func (m *BlockResponse) XXX_DiscardUnknown() { + xxx_messageInfo_BlockResponse.DiscardUnknown(m) +} + +var xxx_messageInfo_BlockResponse proto.InternalMessageInfo -func (x *BlockResponse) GetBlock() *entities.Block { - if x != nil { - return x.Block +func (m *BlockResponse) GetBlock() *entities.Block { + if m != nil { + return m.Block } return nil } -func (x *BlockResponse) GetBlockStatus() entities.BlockStatus { - if x != nil { - return x.BlockStatus +func (m *BlockResponse) GetBlockStatus() entities.BlockStatus { + if m != nil { + return m.BlockStatus } - return entities.BlockStatus(0) + return entities.BlockStatus_BLOCK_UNKNOWN } -func (x *BlockResponse) GetMetadata() *entities.Metadata { - if x != nil { - return x.Metadata +func (m *BlockResponse) GetMetadata() *entities.Metadata { + if m != nil { + return m.Metadata } return nil } type GetCollectionByIDRequest struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Id []byte `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` + Id []byte `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (x *GetCollectionByIDRequest) Reset() { - *x = GetCollectionByIDRequest{} - if protoimpl.UnsafeEnabled { - mi := &file_flow_access_access_proto_msgTypes[12] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } +func (m *GetCollectionByIDRequest) Reset() { *m = GetCollectionByIDRequest{} } +func (m *GetCollectionByIDRequest) String() string { return proto.CompactTextString(m) } +func (*GetCollectionByIDRequest) ProtoMessage() {} +func (*GetCollectionByIDRequest) Descriptor() ([]byte, []int) { + return fileDescriptor_4382e32bb8e3e8e5, []int{12} } -func (x *GetCollectionByIDRequest) String() string { - return protoimpl.X.MessageStringOf(x) +func (m *GetCollectionByIDRequest) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_GetCollectionByIDRequest.Unmarshal(m, b) } - -func (*GetCollectionByIDRequest) ProtoMessage() {} - -func (x *GetCollectionByIDRequest) ProtoReflect() protoreflect.Message { - mi := &file_flow_access_access_proto_msgTypes[12] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) +func (m *GetCollectionByIDRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_GetCollectionByIDRequest.Marshal(b, m, deterministic) } - -// Deprecated: Use GetCollectionByIDRequest.ProtoReflect.Descriptor instead. -func (*GetCollectionByIDRequest) Descriptor() ([]byte, []int) { - return file_flow_access_access_proto_rawDescGZIP(), []int{12} +func (m *GetCollectionByIDRequest) XXX_Merge(src proto.Message) { + xxx_messageInfo_GetCollectionByIDRequest.Merge(m, src) +} +func (m *GetCollectionByIDRequest) XXX_Size() int { + return xxx_messageInfo_GetCollectionByIDRequest.Size(m) +} +func (m *GetCollectionByIDRequest) XXX_DiscardUnknown() { + xxx_messageInfo_GetCollectionByIDRequest.DiscardUnknown(m) } -func (x *GetCollectionByIDRequest) GetId() []byte { - if x != nil { - return x.Id +var xxx_messageInfo_GetCollectionByIDRequest proto.InternalMessageInfo + +func (m *GetCollectionByIDRequest) GetId() []byte { + if m != nil { + return m.Id } return nil } type CollectionResponse struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Collection *entities.Collection `protobuf:"bytes,1,opt,name=collection,proto3" json:"collection,omitempty"` - Metadata *entities.Metadata `protobuf:"bytes,2,opt,name=metadata,proto3" json:"metadata,omitempty"` + Collection *entities.Collection `protobuf:"bytes,1,opt,name=collection,proto3" json:"collection,omitempty"` + Metadata *entities.Metadata `protobuf:"bytes,2,opt,name=metadata,proto3" json:"metadata,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (x *CollectionResponse) Reset() { - *x = CollectionResponse{} - if protoimpl.UnsafeEnabled { - mi := &file_flow_access_access_proto_msgTypes[13] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } +func (m *CollectionResponse) Reset() { *m = CollectionResponse{} } +func (m *CollectionResponse) String() string { return proto.CompactTextString(m) } +func (*CollectionResponse) ProtoMessage() {} +func (*CollectionResponse) Descriptor() ([]byte, []int) { + return fileDescriptor_4382e32bb8e3e8e5, []int{13} } -func (x *CollectionResponse) String() string { - return protoimpl.X.MessageStringOf(x) +func (m *CollectionResponse) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_CollectionResponse.Unmarshal(m, b) } - -func (*CollectionResponse) ProtoMessage() {} - -func (x *CollectionResponse) ProtoReflect() protoreflect.Message { - mi := &file_flow_access_access_proto_msgTypes[13] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) +func (m *CollectionResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_CollectionResponse.Marshal(b, m, deterministic) } - -// Deprecated: Use CollectionResponse.ProtoReflect.Descriptor instead. -func (*CollectionResponse) Descriptor() ([]byte, []int) { - return file_flow_access_access_proto_rawDescGZIP(), []int{13} +func (m *CollectionResponse) XXX_Merge(src proto.Message) { + xxx_messageInfo_CollectionResponse.Merge(m, src) +} +func (m *CollectionResponse) XXX_Size() int { + return xxx_messageInfo_CollectionResponse.Size(m) } +func (m *CollectionResponse) XXX_DiscardUnknown() { + xxx_messageInfo_CollectionResponse.DiscardUnknown(m) +} + +var xxx_messageInfo_CollectionResponse proto.InternalMessageInfo -func (x *CollectionResponse) GetCollection() *entities.Collection { - if x != nil { - return x.Collection +func (m *CollectionResponse) GetCollection() *entities.Collection { + if m != nil { + return m.Collection } return nil } -func (x *CollectionResponse) GetMetadata() *entities.Metadata { - if x != nil { - return x.Metadata +func (m *CollectionResponse) GetMetadata() *entities.Metadata { + if m != nil { + return m.Metadata } return nil } type SendTransactionRequest struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Transaction *entities.Transaction `protobuf:"bytes,1,opt,name=transaction,proto3" json:"transaction,omitempty"` + Transaction *entities.Transaction `protobuf:"bytes,1,opt,name=transaction,proto3" json:"transaction,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (x *SendTransactionRequest) Reset() { - *x = SendTransactionRequest{} - if protoimpl.UnsafeEnabled { - mi := &file_flow_access_access_proto_msgTypes[14] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } +func (m *SendTransactionRequest) Reset() { *m = SendTransactionRequest{} } +func (m *SendTransactionRequest) String() string { return proto.CompactTextString(m) } +func (*SendTransactionRequest) ProtoMessage() {} +func (*SendTransactionRequest) Descriptor() ([]byte, []int) { + return fileDescriptor_4382e32bb8e3e8e5, []int{14} } -func (x *SendTransactionRequest) String() string { - return protoimpl.X.MessageStringOf(x) +func (m *SendTransactionRequest) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_SendTransactionRequest.Unmarshal(m, b) } - -func (*SendTransactionRequest) ProtoMessage() {} - -func (x *SendTransactionRequest) ProtoReflect() protoreflect.Message { - mi := &file_flow_access_access_proto_msgTypes[14] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) +func (m *SendTransactionRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_SendTransactionRequest.Marshal(b, m, deterministic) } - -// Deprecated: Use SendTransactionRequest.ProtoReflect.Descriptor instead. -func (*SendTransactionRequest) Descriptor() ([]byte, []int) { - return file_flow_access_access_proto_rawDescGZIP(), []int{14} +func (m *SendTransactionRequest) XXX_Merge(src proto.Message) { + xxx_messageInfo_SendTransactionRequest.Merge(m, src) +} +func (m *SendTransactionRequest) XXX_Size() int { + return xxx_messageInfo_SendTransactionRequest.Size(m) +} +func (m *SendTransactionRequest) XXX_DiscardUnknown() { + xxx_messageInfo_SendTransactionRequest.DiscardUnknown(m) } -func (x *SendTransactionRequest) GetTransaction() *entities.Transaction { - if x != nil { - return x.Transaction +var xxx_messageInfo_SendTransactionRequest proto.InternalMessageInfo + +func (m *SendTransactionRequest) GetTransaction() *entities.Transaction { + if m != nil { + return m.Transaction } return nil } type SendTransactionResponse struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Id []byte `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` - Metadata *entities.Metadata `protobuf:"bytes,2,opt,name=metadata,proto3" json:"metadata,omitempty"` + Id []byte `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` + Metadata *entities.Metadata `protobuf:"bytes,2,opt,name=metadata,proto3" json:"metadata,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (x *SendTransactionResponse) Reset() { - *x = SendTransactionResponse{} - if protoimpl.UnsafeEnabled { - mi := &file_flow_access_access_proto_msgTypes[15] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } +func (m *SendTransactionResponse) Reset() { *m = SendTransactionResponse{} } +func (m *SendTransactionResponse) String() string { return proto.CompactTextString(m) } +func (*SendTransactionResponse) ProtoMessage() {} +func (*SendTransactionResponse) Descriptor() ([]byte, []int) { + return fileDescriptor_4382e32bb8e3e8e5, []int{15} } -func (x *SendTransactionResponse) String() string { - return protoimpl.X.MessageStringOf(x) +func (m *SendTransactionResponse) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_SendTransactionResponse.Unmarshal(m, b) } - -func (*SendTransactionResponse) ProtoMessage() {} - -func (x *SendTransactionResponse) ProtoReflect() protoreflect.Message { - mi := &file_flow_access_access_proto_msgTypes[15] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) +func (m *SendTransactionResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_SendTransactionResponse.Marshal(b, m, deterministic) } - -// Deprecated: Use SendTransactionResponse.ProtoReflect.Descriptor instead. -func (*SendTransactionResponse) Descriptor() ([]byte, []int) { - return file_flow_access_access_proto_rawDescGZIP(), []int{15} +func (m *SendTransactionResponse) XXX_Merge(src proto.Message) { + xxx_messageInfo_SendTransactionResponse.Merge(m, src) +} +func (m *SendTransactionResponse) XXX_Size() int { + return xxx_messageInfo_SendTransactionResponse.Size(m) } +func (m *SendTransactionResponse) XXX_DiscardUnknown() { + xxx_messageInfo_SendTransactionResponse.DiscardUnknown(m) +} + +var xxx_messageInfo_SendTransactionResponse proto.InternalMessageInfo -func (x *SendTransactionResponse) GetId() []byte { - if x != nil { - return x.Id +func (m *SendTransactionResponse) GetId() []byte { + if m != nil { + return m.Id } return nil } -func (x *SendTransactionResponse) GetMetadata() *entities.Metadata { - if x != nil { - return x.Metadata +func (m *SendTransactionResponse) GetMetadata() *entities.Metadata { + if m != nil { + return m.Metadata } return nil } type GetTransactionRequest struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Id []byte `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` - BlockId []byte `protobuf:"bytes,2,opt,name=block_id,json=blockId,proto3" json:"block_id,omitempty"` - CollectionId []byte `protobuf:"bytes,3,opt,name=collection_id,json=collectionId,proto3" json:"collection_id,omitempty"` + Id []byte `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` + BlockId []byte `protobuf:"bytes,2,opt,name=block_id,json=blockId,proto3" json:"block_id,omitempty"` + CollectionId []byte `protobuf:"bytes,3,opt,name=collection_id,json=collectionId,proto3" json:"collection_id,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (x *GetTransactionRequest) Reset() { - *x = GetTransactionRequest{} - if protoimpl.UnsafeEnabled { - mi := &file_flow_access_access_proto_msgTypes[16] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } +func (m *GetTransactionRequest) Reset() { *m = GetTransactionRequest{} } +func (m *GetTransactionRequest) String() string { return proto.CompactTextString(m) } +func (*GetTransactionRequest) ProtoMessage() {} +func (*GetTransactionRequest) Descriptor() ([]byte, []int) { + return fileDescriptor_4382e32bb8e3e8e5, []int{16} } -func (x *GetTransactionRequest) String() string { - return protoimpl.X.MessageStringOf(x) +func (m *GetTransactionRequest) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_GetTransactionRequest.Unmarshal(m, b) } - -func (*GetTransactionRequest) ProtoMessage() {} - -func (x *GetTransactionRequest) ProtoReflect() protoreflect.Message { - mi := &file_flow_access_access_proto_msgTypes[16] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) +func (m *GetTransactionRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_GetTransactionRequest.Marshal(b, m, deterministic) } - -// Deprecated: Use GetTransactionRequest.ProtoReflect.Descriptor instead. -func (*GetTransactionRequest) Descriptor() ([]byte, []int) { - return file_flow_access_access_proto_rawDescGZIP(), []int{16} +func (m *GetTransactionRequest) XXX_Merge(src proto.Message) { + xxx_messageInfo_GetTransactionRequest.Merge(m, src) +} +func (m *GetTransactionRequest) XXX_Size() int { + return xxx_messageInfo_GetTransactionRequest.Size(m) +} +func (m *GetTransactionRequest) XXX_DiscardUnknown() { + xxx_messageInfo_GetTransactionRequest.DiscardUnknown(m) } -func (x *GetTransactionRequest) GetId() []byte { - if x != nil { - return x.Id +var xxx_messageInfo_GetTransactionRequest proto.InternalMessageInfo + +func (m *GetTransactionRequest) GetId() []byte { + if m != nil { + return m.Id } return nil } -func (x *GetTransactionRequest) GetBlockId() []byte { - if x != nil { - return x.BlockId +func (m *GetTransactionRequest) GetBlockId() []byte { + if m != nil { + return m.BlockId } return nil } -func (x *GetTransactionRequest) GetCollectionId() []byte { - if x != nil { - return x.CollectionId +func (m *GetTransactionRequest) GetCollectionId() []byte { + if m != nil { + return m.CollectionId } return nil } type GetTransactionByIndexRequest struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - BlockId []byte `protobuf:"bytes,1,opt,name=block_id,json=blockId,proto3" json:"block_id,omitempty"` - Index uint32 `protobuf:"varint,2,opt,name=index,proto3" json:"index,omitempty"` + BlockId []byte `protobuf:"bytes,1,opt,name=block_id,json=blockId,proto3" json:"block_id,omitempty"` + Index uint32 `protobuf:"varint,2,opt,name=index,proto3" json:"index,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (x *GetTransactionByIndexRequest) Reset() { - *x = GetTransactionByIndexRequest{} - if protoimpl.UnsafeEnabled { - mi := &file_flow_access_access_proto_msgTypes[17] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } +func (m *GetTransactionByIndexRequest) Reset() { *m = GetTransactionByIndexRequest{} } +func (m *GetTransactionByIndexRequest) String() string { return proto.CompactTextString(m) } +func (*GetTransactionByIndexRequest) ProtoMessage() {} +func (*GetTransactionByIndexRequest) Descriptor() ([]byte, []int) { + return fileDescriptor_4382e32bb8e3e8e5, []int{17} } -func (x *GetTransactionByIndexRequest) String() string { - return protoimpl.X.MessageStringOf(x) +func (m *GetTransactionByIndexRequest) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_GetTransactionByIndexRequest.Unmarshal(m, b) } - -func (*GetTransactionByIndexRequest) ProtoMessage() {} - -func (x *GetTransactionByIndexRequest) ProtoReflect() protoreflect.Message { - mi := &file_flow_access_access_proto_msgTypes[17] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) +func (m *GetTransactionByIndexRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_GetTransactionByIndexRequest.Marshal(b, m, deterministic) } - -// Deprecated: Use GetTransactionByIndexRequest.ProtoReflect.Descriptor instead. -func (*GetTransactionByIndexRequest) Descriptor() ([]byte, []int) { - return file_flow_access_access_proto_rawDescGZIP(), []int{17} +func (m *GetTransactionByIndexRequest) XXX_Merge(src proto.Message) { + xxx_messageInfo_GetTransactionByIndexRequest.Merge(m, src) +} +func (m *GetTransactionByIndexRequest) XXX_Size() int { + return xxx_messageInfo_GetTransactionByIndexRequest.Size(m) +} +func (m *GetTransactionByIndexRequest) XXX_DiscardUnknown() { + xxx_messageInfo_GetTransactionByIndexRequest.DiscardUnknown(m) } -func (x *GetTransactionByIndexRequest) GetBlockId() []byte { - if x != nil { - return x.BlockId +var xxx_messageInfo_GetTransactionByIndexRequest proto.InternalMessageInfo + +func (m *GetTransactionByIndexRequest) GetBlockId() []byte { + if m != nil { + return m.BlockId } return nil } -func (x *GetTransactionByIndexRequest) GetIndex() uint32 { - if x != nil { - return x.Index +func (m *GetTransactionByIndexRequest) GetIndex() uint32 { + if m != nil { + return m.Index } return 0 } type GetTransactionsByBlockIDRequest struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - BlockId []byte `protobuf:"bytes,1,opt,name=block_id,json=blockId,proto3" json:"block_id,omitempty"` + BlockId []byte `protobuf:"bytes,1,opt,name=block_id,json=blockId,proto3" json:"block_id,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (x *GetTransactionsByBlockIDRequest) Reset() { - *x = GetTransactionsByBlockIDRequest{} - if protoimpl.UnsafeEnabled { - mi := &file_flow_access_access_proto_msgTypes[18] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } +func (m *GetTransactionsByBlockIDRequest) Reset() { *m = GetTransactionsByBlockIDRequest{} } +func (m *GetTransactionsByBlockIDRequest) String() string { return proto.CompactTextString(m) } +func (*GetTransactionsByBlockIDRequest) ProtoMessage() {} +func (*GetTransactionsByBlockIDRequest) Descriptor() ([]byte, []int) { + return fileDescriptor_4382e32bb8e3e8e5, []int{18} } -func (x *GetTransactionsByBlockIDRequest) String() string { - return protoimpl.X.MessageStringOf(x) +func (m *GetTransactionsByBlockIDRequest) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_GetTransactionsByBlockIDRequest.Unmarshal(m, b) } - -func (*GetTransactionsByBlockIDRequest) ProtoMessage() {} - -func (x *GetTransactionsByBlockIDRequest) ProtoReflect() protoreflect.Message { - mi := &file_flow_access_access_proto_msgTypes[18] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) +func (m *GetTransactionsByBlockIDRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_GetTransactionsByBlockIDRequest.Marshal(b, m, deterministic) } - -// Deprecated: Use GetTransactionsByBlockIDRequest.ProtoReflect.Descriptor instead. -func (*GetTransactionsByBlockIDRequest) Descriptor() ([]byte, []int) { - return file_flow_access_access_proto_rawDescGZIP(), []int{18} +func (m *GetTransactionsByBlockIDRequest) XXX_Merge(src proto.Message) { + xxx_messageInfo_GetTransactionsByBlockIDRequest.Merge(m, src) +} +func (m *GetTransactionsByBlockIDRequest) XXX_Size() int { + return xxx_messageInfo_GetTransactionsByBlockIDRequest.Size(m) } +func (m *GetTransactionsByBlockIDRequest) XXX_DiscardUnknown() { + xxx_messageInfo_GetTransactionsByBlockIDRequest.DiscardUnknown(m) +} + +var xxx_messageInfo_GetTransactionsByBlockIDRequest proto.InternalMessageInfo -func (x *GetTransactionsByBlockIDRequest) GetBlockId() []byte { - if x != nil { - return x.BlockId +func (m *GetTransactionsByBlockIDRequest) GetBlockId() []byte { + if m != nil { + return m.BlockId } return nil } type TransactionResultsResponse struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - TransactionResults []*TransactionResultResponse `protobuf:"bytes,1,rep,name=transaction_results,json=transactionResults,proto3" json:"transaction_results,omitempty"` - Metadata *entities.Metadata `protobuf:"bytes,2,opt,name=metadata,proto3" json:"metadata,omitempty"` + TransactionResults []*TransactionResultResponse `protobuf:"bytes,1,rep,name=transaction_results,json=transactionResults,proto3" json:"transaction_results,omitempty"` + Metadata *entities.Metadata `protobuf:"bytes,2,opt,name=metadata,proto3" json:"metadata,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (x *TransactionResultsResponse) Reset() { - *x = TransactionResultsResponse{} - if protoimpl.UnsafeEnabled { - mi := &file_flow_access_access_proto_msgTypes[19] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } +func (m *TransactionResultsResponse) Reset() { *m = TransactionResultsResponse{} } +func (m *TransactionResultsResponse) String() string { return proto.CompactTextString(m) } +func (*TransactionResultsResponse) ProtoMessage() {} +func (*TransactionResultsResponse) Descriptor() ([]byte, []int) { + return fileDescriptor_4382e32bb8e3e8e5, []int{19} } -func (x *TransactionResultsResponse) String() string { - return protoimpl.X.MessageStringOf(x) +func (m *TransactionResultsResponse) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_TransactionResultsResponse.Unmarshal(m, b) } - -func (*TransactionResultsResponse) ProtoMessage() {} - -func (x *TransactionResultsResponse) ProtoReflect() protoreflect.Message { - mi := &file_flow_access_access_proto_msgTypes[19] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) +func (m *TransactionResultsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_TransactionResultsResponse.Marshal(b, m, deterministic) } - -// Deprecated: Use TransactionResultsResponse.ProtoReflect.Descriptor instead. -func (*TransactionResultsResponse) Descriptor() ([]byte, []int) { - return file_flow_access_access_proto_rawDescGZIP(), []int{19} +func (m *TransactionResultsResponse) XXX_Merge(src proto.Message) { + xxx_messageInfo_TransactionResultsResponse.Merge(m, src) +} +func (m *TransactionResultsResponse) XXX_Size() int { + return xxx_messageInfo_TransactionResultsResponse.Size(m) +} +func (m *TransactionResultsResponse) XXX_DiscardUnknown() { + xxx_messageInfo_TransactionResultsResponse.DiscardUnknown(m) } -func (x *TransactionResultsResponse) GetTransactionResults() []*TransactionResultResponse { - if x != nil { - return x.TransactionResults +var xxx_messageInfo_TransactionResultsResponse proto.InternalMessageInfo + +func (m *TransactionResultsResponse) GetTransactionResults() []*TransactionResultResponse { + if m != nil { + return m.TransactionResults } return nil } -func (x *TransactionResultsResponse) GetMetadata() *entities.Metadata { - if x != nil { - return x.Metadata +func (m *TransactionResultsResponse) GetMetadata() *entities.Metadata { + if m != nil { + return m.Metadata } return nil } type TransactionsResponse struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Transactions []*entities.Transaction `protobuf:"bytes,1,rep,name=transactions,proto3" json:"transactions,omitempty"` - Metadata *entities.Metadata `protobuf:"bytes,2,opt,name=metadata,proto3" json:"metadata,omitempty"` + Transactions []*entities.Transaction `protobuf:"bytes,1,rep,name=transactions,proto3" json:"transactions,omitempty"` + Metadata *entities.Metadata `protobuf:"bytes,2,opt,name=metadata,proto3" json:"metadata,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (x *TransactionsResponse) Reset() { - *x = TransactionsResponse{} - if protoimpl.UnsafeEnabled { - mi := &file_flow_access_access_proto_msgTypes[20] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } +func (m *TransactionsResponse) Reset() { *m = TransactionsResponse{} } +func (m *TransactionsResponse) String() string { return proto.CompactTextString(m) } +func (*TransactionsResponse) ProtoMessage() {} +func (*TransactionsResponse) Descriptor() ([]byte, []int) { + return fileDescriptor_4382e32bb8e3e8e5, []int{20} } -func (x *TransactionsResponse) String() string { - return protoimpl.X.MessageStringOf(x) +func (m *TransactionsResponse) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_TransactionsResponse.Unmarshal(m, b) } - -func (*TransactionsResponse) ProtoMessage() {} - -func (x *TransactionsResponse) ProtoReflect() protoreflect.Message { - mi := &file_flow_access_access_proto_msgTypes[20] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) +func (m *TransactionsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_TransactionsResponse.Marshal(b, m, deterministic) } - -// Deprecated: Use TransactionsResponse.ProtoReflect.Descriptor instead. -func (*TransactionsResponse) Descriptor() ([]byte, []int) { - return file_flow_access_access_proto_rawDescGZIP(), []int{20} +func (m *TransactionsResponse) XXX_Merge(src proto.Message) { + xxx_messageInfo_TransactionsResponse.Merge(m, src) +} +func (m *TransactionsResponse) XXX_Size() int { + return xxx_messageInfo_TransactionsResponse.Size(m) } +func (m *TransactionsResponse) XXX_DiscardUnknown() { + xxx_messageInfo_TransactionsResponse.DiscardUnknown(m) +} + +var xxx_messageInfo_TransactionsResponse proto.InternalMessageInfo -func (x *TransactionsResponse) GetTransactions() []*entities.Transaction { - if x != nil { - return x.Transactions +func (m *TransactionsResponse) GetTransactions() []*entities.Transaction { + if m != nil { + return m.Transactions } return nil } -func (x *TransactionsResponse) GetMetadata() *entities.Metadata { - if x != nil { - return x.Metadata +func (m *TransactionsResponse) GetMetadata() *entities.Metadata { + if m != nil { + return m.Metadata } return nil } type TransactionResponse struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Transaction *entities.Transaction `protobuf:"bytes,1,opt,name=transaction,proto3" json:"transaction,omitempty"` - Metadata *entities.Metadata `protobuf:"bytes,2,opt,name=metadata,proto3" json:"metadata,omitempty"` + Transaction *entities.Transaction `protobuf:"bytes,1,opt,name=transaction,proto3" json:"transaction,omitempty"` + Metadata *entities.Metadata `protobuf:"bytes,2,opt,name=metadata,proto3" json:"metadata,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (x *TransactionResponse) Reset() { - *x = TransactionResponse{} - if protoimpl.UnsafeEnabled { - mi := &file_flow_access_access_proto_msgTypes[21] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } +func (m *TransactionResponse) Reset() { *m = TransactionResponse{} } +func (m *TransactionResponse) String() string { return proto.CompactTextString(m) } +func (*TransactionResponse) ProtoMessage() {} +func (*TransactionResponse) Descriptor() ([]byte, []int) { + return fileDescriptor_4382e32bb8e3e8e5, []int{21} } -func (x *TransactionResponse) String() string { - return protoimpl.X.MessageStringOf(x) +func (m *TransactionResponse) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_TransactionResponse.Unmarshal(m, b) } - -func (*TransactionResponse) ProtoMessage() {} - -func (x *TransactionResponse) ProtoReflect() protoreflect.Message { - mi := &file_flow_access_access_proto_msgTypes[21] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) +func (m *TransactionResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_TransactionResponse.Marshal(b, m, deterministic) } - -// Deprecated: Use TransactionResponse.ProtoReflect.Descriptor instead. -func (*TransactionResponse) Descriptor() ([]byte, []int) { - return file_flow_access_access_proto_rawDescGZIP(), []int{21} +func (m *TransactionResponse) XXX_Merge(src proto.Message) { + xxx_messageInfo_TransactionResponse.Merge(m, src) +} +func (m *TransactionResponse) XXX_Size() int { + return xxx_messageInfo_TransactionResponse.Size(m) +} +func (m *TransactionResponse) XXX_DiscardUnknown() { + xxx_messageInfo_TransactionResponse.DiscardUnknown(m) } -func (x *TransactionResponse) GetTransaction() *entities.Transaction { - if x != nil { - return x.Transaction +var xxx_messageInfo_TransactionResponse proto.InternalMessageInfo + +func (m *TransactionResponse) GetTransaction() *entities.Transaction { + if m != nil { + return m.Transaction } return nil } -func (x *TransactionResponse) GetMetadata() *entities.Metadata { - if x != nil { - return x.Metadata +func (m *TransactionResponse) GetMetadata() *entities.Metadata { + if m != nil { + return m.Metadata } return nil } type TransactionResultResponse struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Status entities.TransactionStatus `protobuf:"varint,1,opt,name=status,proto3,enum=flow.entities.TransactionStatus" json:"status,omitempty"` - StatusCode uint32 `protobuf:"varint,2,opt,name=status_code,json=statusCode,proto3" json:"status_code,omitempty"` - ErrorMessage string `protobuf:"bytes,3,opt,name=error_message,json=errorMessage,proto3" json:"error_message,omitempty"` - Events []*entities.Event `protobuf:"bytes,4,rep,name=events,proto3" json:"events,omitempty"` - BlockId []byte `protobuf:"bytes,5,opt,name=block_id,json=blockId,proto3" json:"block_id,omitempty"` - TransactionId []byte `protobuf:"bytes,6,opt,name=transaction_id,json=transactionId,proto3" json:"transaction_id,omitempty"` - CollectionId []byte `protobuf:"bytes,7,opt,name=collection_id,json=collectionId,proto3" json:"collection_id,omitempty"` - BlockHeight uint64 `protobuf:"varint,8,opt,name=block_height,json=blockHeight,proto3" json:"block_height,omitempty"` - Metadata *entities.Metadata `protobuf:"bytes,9,opt,name=metadata,proto3" json:"metadata,omitempty"` + Status entities.TransactionStatus `protobuf:"varint,1,opt,name=status,proto3,enum=flow.entities.TransactionStatus" json:"status,omitempty"` + StatusCode uint32 `protobuf:"varint,2,opt,name=status_code,json=statusCode,proto3" json:"status_code,omitempty"` + ErrorMessage string `protobuf:"bytes,3,opt,name=error_message,json=errorMessage,proto3" json:"error_message,omitempty"` + Events []*entities.Event `protobuf:"bytes,4,rep,name=events,proto3" json:"events,omitempty"` + BlockId []byte `protobuf:"bytes,5,opt,name=block_id,json=blockId,proto3" json:"block_id,omitempty"` + TransactionId []byte `protobuf:"bytes,6,opt,name=transaction_id,json=transactionId,proto3" json:"transaction_id,omitempty"` + CollectionId []byte `protobuf:"bytes,7,opt,name=collection_id,json=collectionId,proto3" json:"collection_id,omitempty"` + BlockHeight uint64 `protobuf:"varint,8,opt,name=block_height,json=blockHeight,proto3" json:"block_height,omitempty"` + Metadata *entities.Metadata `protobuf:"bytes,9,opt,name=metadata,proto3" json:"metadata,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *TransactionResultResponse) Reset() { *m = TransactionResultResponse{} } +func (m *TransactionResultResponse) String() string { return proto.CompactTextString(m) } +func (*TransactionResultResponse) ProtoMessage() {} +func (*TransactionResultResponse) Descriptor() ([]byte, []int) { + return fileDescriptor_4382e32bb8e3e8e5, []int{22} } -func (x *TransactionResultResponse) Reset() { - *x = TransactionResultResponse{} - if protoimpl.UnsafeEnabled { - mi := &file_flow_access_access_proto_msgTypes[22] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } +func (m *TransactionResultResponse) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_TransactionResultResponse.Unmarshal(m, b) } - -func (x *TransactionResultResponse) String() string { - return protoimpl.X.MessageStringOf(x) +func (m *TransactionResultResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_TransactionResultResponse.Marshal(b, m, deterministic) } - -func (*TransactionResultResponse) ProtoMessage() {} - -func (x *TransactionResultResponse) ProtoReflect() protoreflect.Message { - mi := &file_flow_access_access_proto_msgTypes[22] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) +func (m *TransactionResultResponse) XXX_Merge(src proto.Message) { + xxx_messageInfo_TransactionResultResponse.Merge(m, src) } - -// Deprecated: Use TransactionResultResponse.ProtoReflect.Descriptor instead. -func (*TransactionResultResponse) Descriptor() ([]byte, []int) { - return file_flow_access_access_proto_rawDescGZIP(), []int{22} +func (m *TransactionResultResponse) XXX_Size() int { + return xxx_messageInfo_TransactionResultResponse.Size(m) } +func (m *TransactionResultResponse) XXX_DiscardUnknown() { + xxx_messageInfo_TransactionResultResponse.DiscardUnknown(m) +} + +var xxx_messageInfo_TransactionResultResponse proto.InternalMessageInfo -func (x *TransactionResultResponse) GetStatus() entities.TransactionStatus { - if x != nil { - return x.Status +func (m *TransactionResultResponse) GetStatus() entities.TransactionStatus { + if m != nil { + return m.Status } - return entities.TransactionStatus(0) + return entities.TransactionStatus_UNKNOWN } -func (x *TransactionResultResponse) GetStatusCode() uint32 { - if x != nil { - return x.StatusCode +func (m *TransactionResultResponse) GetStatusCode() uint32 { + if m != nil { + return m.StatusCode } return 0 } -func (x *TransactionResultResponse) GetErrorMessage() string { - if x != nil { - return x.ErrorMessage +func (m *TransactionResultResponse) GetErrorMessage() string { + if m != nil { + return m.ErrorMessage } return "" } -func (x *TransactionResultResponse) GetEvents() []*entities.Event { - if x != nil { - return x.Events +func (m *TransactionResultResponse) GetEvents() []*entities.Event { + if m != nil { + return m.Events } return nil } -func (x *TransactionResultResponse) GetBlockId() []byte { - if x != nil { - return x.BlockId +func (m *TransactionResultResponse) GetBlockId() []byte { + if m != nil { + return m.BlockId } return nil } -func (x *TransactionResultResponse) GetTransactionId() []byte { - if x != nil { - return x.TransactionId +func (m *TransactionResultResponse) GetTransactionId() []byte { + if m != nil { + return m.TransactionId } return nil } -func (x *TransactionResultResponse) GetCollectionId() []byte { - if x != nil { - return x.CollectionId +func (m *TransactionResultResponse) GetCollectionId() []byte { + if m != nil { + return m.CollectionId } return nil } -func (x *TransactionResultResponse) GetBlockHeight() uint64 { - if x != nil { - return x.BlockHeight +func (m *TransactionResultResponse) GetBlockHeight() uint64 { + if m != nil { + return m.BlockHeight } return 0 } -func (x *TransactionResultResponse) GetMetadata() *entities.Metadata { - if x != nil { - return x.Metadata +func (m *TransactionResultResponse) GetMetadata() *entities.Metadata { + if m != nil { + return m.Metadata } return nil } type GetAccountRequest struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Address []byte `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"` + Address []byte `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (x *GetAccountRequest) Reset() { - *x = GetAccountRequest{} - if protoimpl.UnsafeEnabled { - mi := &file_flow_access_access_proto_msgTypes[23] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } +func (m *GetAccountRequest) Reset() { *m = GetAccountRequest{} } +func (m *GetAccountRequest) String() string { return proto.CompactTextString(m) } +func (*GetAccountRequest) ProtoMessage() {} +func (*GetAccountRequest) Descriptor() ([]byte, []int) { + return fileDescriptor_4382e32bb8e3e8e5, []int{23} } -func (x *GetAccountRequest) String() string { - return protoimpl.X.MessageStringOf(x) +func (m *GetAccountRequest) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_GetAccountRequest.Unmarshal(m, b) } - -func (*GetAccountRequest) ProtoMessage() {} - -func (x *GetAccountRequest) ProtoReflect() protoreflect.Message { - mi := &file_flow_access_access_proto_msgTypes[23] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) +func (m *GetAccountRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_GetAccountRequest.Marshal(b, m, deterministic) } - -// Deprecated: Use GetAccountRequest.ProtoReflect.Descriptor instead. -func (*GetAccountRequest) Descriptor() ([]byte, []int) { - return file_flow_access_access_proto_rawDescGZIP(), []int{23} +func (m *GetAccountRequest) XXX_Merge(src proto.Message) { + xxx_messageInfo_GetAccountRequest.Merge(m, src) +} +func (m *GetAccountRequest) XXX_Size() int { + return xxx_messageInfo_GetAccountRequest.Size(m) } +func (m *GetAccountRequest) XXX_DiscardUnknown() { + xxx_messageInfo_GetAccountRequest.DiscardUnknown(m) +} + +var xxx_messageInfo_GetAccountRequest proto.InternalMessageInfo -func (x *GetAccountRequest) GetAddress() []byte { - if x != nil { - return x.Address +func (m *GetAccountRequest) GetAddress() []byte { + if m != nil { + return m.Address } return nil } type GetAccountResponse struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Account *entities.Account `protobuf:"bytes,1,opt,name=account,proto3" json:"account,omitempty"` - Metadata *entities.Metadata `protobuf:"bytes,2,opt,name=metadata,proto3" json:"metadata,omitempty"` + Account *entities.Account `protobuf:"bytes,1,opt,name=account,proto3" json:"account,omitempty"` + Metadata *entities.Metadata `protobuf:"bytes,2,opt,name=metadata,proto3" json:"metadata,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (x *GetAccountResponse) Reset() { - *x = GetAccountResponse{} - if protoimpl.UnsafeEnabled { - mi := &file_flow_access_access_proto_msgTypes[24] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } +func (m *GetAccountResponse) Reset() { *m = GetAccountResponse{} } +func (m *GetAccountResponse) String() string { return proto.CompactTextString(m) } +func (*GetAccountResponse) ProtoMessage() {} +func (*GetAccountResponse) Descriptor() ([]byte, []int) { + return fileDescriptor_4382e32bb8e3e8e5, []int{24} } -func (x *GetAccountResponse) String() string { - return protoimpl.X.MessageStringOf(x) +func (m *GetAccountResponse) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_GetAccountResponse.Unmarshal(m, b) } - -func (*GetAccountResponse) ProtoMessage() {} - -func (x *GetAccountResponse) ProtoReflect() protoreflect.Message { - mi := &file_flow_access_access_proto_msgTypes[24] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) +func (m *GetAccountResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_GetAccountResponse.Marshal(b, m, deterministic) } - -// Deprecated: Use GetAccountResponse.ProtoReflect.Descriptor instead. -func (*GetAccountResponse) Descriptor() ([]byte, []int) { - return file_flow_access_access_proto_rawDescGZIP(), []int{24} +func (m *GetAccountResponse) XXX_Merge(src proto.Message) { + xxx_messageInfo_GetAccountResponse.Merge(m, src) +} +func (m *GetAccountResponse) XXX_Size() int { + return xxx_messageInfo_GetAccountResponse.Size(m) +} +func (m *GetAccountResponse) XXX_DiscardUnknown() { + xxx_messageInfo_GetAccountResponse.DiscardUnknown(m) } -func (x *GetAccountResponse) GetAccount() *entities.Account { - if x != nil { - return x.Account +var xxx_messageInfo_GetAccountResponse proto.InternalMessageInfo + +func (m *GetAccountResponse) GetAccount() *entities.Account { + if m != nil { + return m.Account } return nil } -func (x *GetAccountResponse) GetMetadata() *entities.Metadata { - if x != nil { - return x.Metadata +func (m *GetAccountResponse) GetMetadata() *entities.Metadata { + if m != nil { + return m.Metadata } return nil } type GetAccountAtLatestBlockRequest struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Address []byte `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"` + Address []byte `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (x *GetAccountAtLatestBlockRequest) Reset() { - *x = GetAccountAtLatestBlockRequest{} - if protoimpl.UnsafeEnabled { - mi := &file_flow_access_access_proto_msgTypes[25] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } +func (m *GetAccountAtLatestBlockRequest) Reset() { *m = GetAccountAtLatestBlockRequest{} } +func (m *GetAccountAtLatestBlockRequest) String() string { return proto.CompactTextString(m) } +func (*GetAccountAtLatestBlockRequest) ProtoMessage() {} +func (*GetAccountAtLatestBlockRequest) Descriptor() ([]byte, []int) { + return fileDescriptor_4382e32bb8e3e8e5, []int{25} } -func (x *GetAccountAtLatestBlockRequest) String() string { - return protoimpl.X.MessageStringOf(x) +func (m *GetAccountAtLatestBlockRequest) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_GetAccountAtLatestBlockRequest.Unmarshal(m, b) } - -func (*GetAccountAtLatestBlockRequest) ProtoMessage() {} - -func (x *GetAccountAtLatestBlockRequest) ProtoReflect() protoreflect.Message { - mi := &file_flow_access_access_proto_msgTypes[25] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) +func (m *GetAccountAtLatestBlockRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_GetAccountAtLatestBlockRequest.Marshal(b, m, deterministic) } - -// Deprecated: Use GetAccountAtLatestBlockRequest.ProtoReflect.Descriptor instead. -func (*GetAccountAtLatestBlockRequest) Descriptor() ([]byte, []int) { - return file_flow_access_access_proto_rawDescGZIP(), []int{25} +func (m *GetAccountAtLatestBlockRequest) XXX_Merge(src proto.Message) { + xxx_messageInfo_GetAccountAtLatestBlockRequest.Merge(m, src) +} +func (m *GetAccountAtLatestBlockRequest) XXX_Size() int { + return xxx_messageInfo_GetAccountAtLatestBlockRequest.Size(m) } +func (m *GetAccountAtLatestBlockRequest) XXX_DiscardUnknown() { + xxx_messageInfo_GetAccountAtLatestBlockRequest.DiscardUnknown(m) +} + +var xxx_messageInfo_GetAccountAtLatestBlockRequest proto.InternalMessageInfo -func (x *GetAccountAtLatestBlockRequest) GetAddress() []byte { - if x != nil { - return x.Address +func (m *GetAccountAtLatestBlockRequest) GetAddress() []byte { + if m != nil { + return m.Address } return nil } type AccountResponse struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Account *entities.Account `protobuf:"bytes,1,opt,name=account,proto3" json:"account,omitempty"` - Metadata *entities.Metadata `protobuf:"bytes,2,opt,name=metadata,proto3" json:"metadata,omitempty"` + Account *entities.Account `protobuf:"bytes,1,opt,name=account,proto3" json:"account,omitempty"` + Metadata *entities.Metadata `protobuf:"bytes,2,opt,name=metadata,proto3" json:"metadata,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (x *AccountResponse) Reset() { - *x = AccountResponse{} - if protoimpl.UnsafeEnabled { - mi := &file_flow_access_access_proto_msgTypes[26] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } +func (m *AccountResponse) Reset() { *m = AccountResponse{} } +func (m *AccountResponse) String() string { return proto.CompactTextString(m) } +func (*AccountResponse) ProtoMessage() {} +func (*AccountResponse) Descriptor() ([]byte, []int) { + return fileDescriptor_4382e32bb8e3e8e5, []int{26} } -func (x *AccountResponse) String() string { - return protoimpl.X.MessageStringOf(x) +func (m *AccountResponse) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_AccountResponse.Unmarshal(m, b) } - -func (*AccountResponse) ProtoMessage() {} - -func (x *AccountResponse) ProtoReflect() protoreflect.Message { - mi := &file_flow_access_access_proto_msgTypes[26] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) +func (m *AccountResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_AccountResponse.Marshal(b, m, deterministic) } - -// Deprecated: Use AccountResponse.ProtoReflect.Descriptor instead. -func (*AccountResponse) Descriptor() ([]byte, []int) { - return file_flow_access_access_proto_rawDescGZIP(), []int{26} +func (m *AccountResponse) XXX_Merge(src proto.Message) { + xxx_messageInfo_AccountResponse.Merge(m, src) +} +func (m *AccountResponse) XXX_Size() int { + return xxx_messageInfo_AccountResponse.Size(m) +} +func (m *AccountResponse) XXX_DiscardUnknown() { + xxx_messageInfo_AccountResponse.DiscardUnknown(m) } -func (x *AccountResponse) GetAccount() *entities.Account { - if x != nil { - return x.Account +var xxx_messageInfo_AccountResponse proto.InternalMessageInfo + +func (m *AccountResponse) GetAccount() *entities.Account { + if m != nil { + return m.Account } return nil } -func (x *AccountResponse) GetMetadata() *entities.Metadata { - if x != nil { - return x.Metadata +func (m *AccountResponse) GetMetadata() *entities.Metadata { + if m != nil { + return m.Metadata } return nil } type GetAccountAtBlockHeightRequest struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Address []byte `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"` - BlockHeight uint64 `protobuf:"varint,2,opt,name=block_height,json=blockHeight,proto3" json:"block_height,omitempty"` + Address []byte `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"` + BlockHeight uint64 `protobuf:"varint,2,opt,name=block_height,json=blockHeight,proto3" json:"block_height,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (x *GetAccountAtBlockHeightRequest) Reset() { - *x = GetAccountAtBlockHeightRequest{} - if protoimpl.UnsafeEnabled { - mi := &file_flow_access_access_proto_msgTypes[27] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } +func (m *GetAccountAtBlockHeightRequest) Reset() { *m = GetAccountAtBlockHeightRequest{} } +func (m *GetAccountAtBlockHeightRequest) String() string { return proto.CompactTextString(m) } +func (*GetAccountAtBlockHeightRequest) ProtoMessage() {} +func (*GetAccountAtBlockHeightRequest) Descriptor() ([]byte, []int) { + return fileDescriptor_4382e32bb8e3e8e5, []int{27} } -func (x *GetAccountAtBlockHeightRequest) String() string { - return protoimpl.X.MessageStringOf(x) +func (m *GetAccountAtBlockHeightRequest) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_GetAccountAtBlockHeightRequest.Unmarshal(m, b) } - -func (*GetAccountAtBlockHeightRequest) ProtoMessage() {} - -func (x *GetAccountAtBlockHeightRequest) ProtoReflect() protoreflect.Message { - mi := &file_flow_access_access_proto_msgTypes[27] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) +func (m *GetAccountAtBlockHeightRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_GetAccountAtBlockHeightRequest.Marshal(b, m, deterministic) } - -// Deprecated: Use GetAccountAtBlockHeightRequest.ProtoReflect.Descriptor instead. -func (*GetAccountAtBlockHeightRequest) Descriptor() ([]byte, []int) { - return file_flow_access_access_proto_rawDescGZIP(), []int{27} +func (m *GetAccountAtBlockHeightRequest) XXX_Merge(src proto.Message) { + xxx_messageInfo_GetAccountAtBlockHeightRequest.Merge(m, src) +} +func (m *GetAccountAtBlockHeightRequest) XXX_Size() int { + return xxx_messageInfo_GetAccountAtBlockHeightRequest.Size(m) } +func (m *GetAccountAtBlockHeightRequest) XXX_DiscardUnknown() { + xxx_messageInfo_GetAccountAtBlockHeightRequest.DiscardUnknown(m) +} + +var xxx_messageInfo_GetAccountAtBlockHeightRequest proto.InternalMessageInfo -func (x *GetAccountAtBlockHeightRequest) GetAddress() []byte { - if x != nil { - return x.Address +func (m *GetAccountAtBlockHeightRequest) GetAddress() []byte { + if m != nil { + return m.Address } return nil } -func (x *GetAccountAtBlockHeightRequest) GetBlockHeight() uint64 { - if x != nil { - return x.BlockHeight +func (m *GetAccountAtBlockHeightRequest) GetBlockHeight() uint64 { + if m != nil { + return m.BlockHeight } return 0 } type ExecuteScriptAtLatestBlockRequest struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Script []byte `protobuf:"bytes,1,opt,name=script,proto3" json:"script,omitempty"` - Arguments [][]byte `protobuf:"bytes,2,rep,name=arguments,proto3" json:"arguments,omitempty"` + Script []byte `protobuf:"bytes,1,opt,name=script,proto3" json:"script,omitempty"` + Arguments [][]byte `protobuf:"bytes,2,rep,name=arguments,proto3" json:"arguments,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (x *ExecuteScriptAtLatestBlockRequest) Reset() { - *x = ExecuteScriptAtLatestBlockRequest{} - if protoimpl.UnsafeEnabled { - mi := &file_flow_access_access_proto_msgTypes[28] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } +func (m *ExecuteScriptAtLatestBlockRequest) Reset() { *m = ExecuteScriptAtLatestBlockRequest{} } +func (m *ExecuteScriptAtLatestBlockRequest) String() string { return proto.CompactTextString(m) } +func (*ExecuteScriptAtLatestBlockRequest) ProtoMessage() {} +func (*ExecuteScriptAtLatestBlockRequest) Descriptor() ([]byte, []int) { + return fileDescriptor_4382e32bb8e3e8e5, []int{28} } -func (x *ExecuteScriptAtLatestBlockRequest) String() string { - return protoimpl.X.MessageStringOf(x) +func (m *ExecuteScriptAtLatestBlockRequest) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_ExecuteScriptAtLatestBlockRequest.Unmarshal(m, b) } - -func (*ExecuteScriptAtLatestBlockRequest) ProtoMessage() {} - -func (x *ExecuteScriptAtLatestBlockRequest) ProtoReflect() protoreflect.Message { - mi := &file_flow_access_access_proto_msgTypes[28] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) +func (m *ExecuteScriptAtLatestBlockRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_ExecuteScriptAtLatestBlockRequest.Marshal(b, m, deterministic) } - -// Deprecated: Use ExecuteScriptAtLatestBlockRequest.ProtoReflect.Descriptor instead. -func (*ExecuteScriptAtLatestBlockRequest) Descriptor() ([]byte, []int) { - return file_flow_access_access_proto_rawDescGZIP(), []int{28} +func (m *ExecuteScriptAtLatestBlockRequest) XXX_Merge(src proto.Message) { + xxx_messageInfo_ExecuteScriptAtLatestBlockRequest.Merge(m, src) } +func (m *ExecuteScriptAtLatestBlockRequest) XXX_Size() int { + return xxx_messageInfo_ExecuteScriptAtLatestBlockRequest.Size(m) +} +func (m *ExecuteScriptAtLatestBlockRequest) XXX_DiscardUnknown() { + xxx_messageInfo_ExecuteScriptAtLatestBlockRequest.DiscardUnknown(m) +} + +var xxx_messageInfo_ExecuteScriptAtLatestBlockRequest proto.InternalMessageInfo -func (x *ExecuteScriptAtLatestBlockRequest) GetScript() []byte { - if x != nil { - return x.Script +func (m *ExecuteScriptAtLatestBlockRequest) GetScript() []byte { + if m != nil { + return m.Script } return nil } -func (x *ExecuteScriptAtLatestBlockRequest) GetArguments() [][]byte { - if x != nil { - return x.Arguments +func (m *ExecuteScriptAtLatestBlockRequest) GetArguments() [][]byte { + if m != nil { + return m.Arguments } return nil } type ExecuteScriptAtBlockIDRequest struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - BlockId []byte `protobuf:"bytes,1,opt,name=block_id,json=blockId,proto3" json:"block_id,omitempty"` - Script []byte `protobuf:"bytes,2,opt,name=script,proto3" json:"script,omitempty"` - Arguments [][]byte `protobuf:"bytes,3,rep,name=arguments,proto3" json:"arguments,omitempty"` + BlockId []byte `protobuf:"bytes,1,opt,name=block_id,json=blockId,proto3" json:"block_id,omitempty"` + Script []byte `protobuf:"bytes,2,opt,name=script,proto3" json:"script,omitempty"` + Arguments [][]byte `protobuf:"bytes,3,rep,name=arguments,proto3" json:"arguments,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (x *ExecuteScriptAtBlockIDRequest) Reset() { - *x = ExecuteScriptAtBlockIDRequest{} - if protoimpl.UnsafeEnabled { - mi := &file_flow_access_access_proto_msgTypes[29] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } +func (m *ExecuteScriptAtBlockIDRequest) Reset() { *m = ExecuteScriptAtBlockIDRequest{} } +func (m *ExecuteScriptAtBlockIDRequest) String() string { return proto.CompactTextString(m) } +func (*ExecuteScriptAtBlockIDRequest) ProtoMessage() {} +func (*ExecuteScriptAtBlockIDRequest) Descriptor() ([]byte, []int) { + return fileDescriptor_4382e32bb8e3e8e5, []int{29} } -func (x *ExecuteScriptAtBlockIDRequest) String() string { - return protoimpl.X.MessageStringOf(x) +func (m *ExecuteScriptAtBlockIDRequest) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_ExecuteScriptAtBlockIDRequest.Unmarshal(m, b) } - -func (*ExecuteScriptAtBlockIDRequest) ProtoMessage() {} - -func (x *ExecuteScriptAtBlockIDRequest) ProtoReflect() protoreflect.Message { - mi := &file_flow_access_access_proto_msgTypes[29] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) +func (m *ExecuteScriptAtBlockIDRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_ExecuteScriptAtBlockIDRequest.Marshal(b, m, deterministic) } - -// Deprecated: Use ExecuteScriptAtBlockIDRequest.ProtoReflect.Descriptor instead. -func (*ExecuteScriptAtBlockIDRequest) Descriptor() ([]byte, []int) { - return file_flow_access_access_proto_rawDescGZIP(), []int{29} +func (m *ExecuteScriptAtBlockIDRequest) XXX_Merge(src proto.Message) { + xxx_messageInfo_ExecuteScriptAtBlockIDRequest.Merge(m, src) +} +func (m *ExecuteScriptAtBlockIDRequest) XXX_Size() int { + return xxx_messageInfo_ExecuteScriptAtBlockIDRequest.Size(m) +} +func (m *ExecuteScriptAtBlockIDRequest) XXX_DiscardUnknown() { + xxx_messageInfo_ExecuteScriptAtBlockIDRequest.DiscardUnknown(m) } -func (x *ExecuteScriptAtBlockIDRequest) GetBlockId() []byte { - if x != nil { - return x.BlockId +var xxx_messageInfo_ExecuteScriptAtBlockIDRequest proto.InternalMessageInfo + +func (m *ExecuteScriptAtBlockIDRequest) GetBlockId() []byte { + if m != nil { + return m.BlockId } return nil } -func (x *ExecuteScriptAtBlockIDRequest) GetScript() []byte { - if x != nil { - return x.Script +func (m *ExecuteScriptAtBlockIDRequest) GetScript() []byte { + if m != nil { + return m.Script } return nil } -func (x *ExecuteScriptAtBlockIDRequest) GetArguments() [][]byte { - if x != nil { - return x.Arguments +func (m *ExecuteScriptAtBlockIDRequest) GetArguments() [][]byte { + if m != nil { + return m.Arguments } return nil } type ExecuteScriptAtBlockHeightRequest struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - BlockHeight uint64 `protobuf:"varint,1,opt,name=block_height,json=blockHeight,proto3" json:"block_height,omitempty"` - Script []byte `protobuf:"bytes,2,opt,name=script,proto3" json:"script,omitempty"` - Arguments [][]byte `protobuf:"bytes,3,rep,name=arguments,proto3" json:"arguments,omitempty"` + BlockHeight uint64 `protobuf:"varint,1,opt,name=block_height,json=blockHeight,proto3" json:"block_height,omitempty"` + Script []byte `protobuf:"bytes,2,opt,name=script,proto3" json:"script,omitempty"` + Arguments [][]byte `protobuf:"bytes,3,rep,name=arguments,proto3" json:"arguments,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (x *ExecuteScriptAtBlockHeightRequest) Reset() { - *x = ExecuteScriptAtBlockHeightRequest{} - if protoimpl.UnsafeEnabled { - mi := &file_flow_access_access_proto_msgTypes[30] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } +func (m *ExecuteScriptAtBlockHeightRequest) Reset() { *m = ExecuteScriptAtBlockHeightRequest{} } +func (m *ExecuteScriptAtBlockHeightRequest) String() string { return proto.CompactTextString(m) } +func (*ExecuteScriptAtBlockHeightRequest) ProtoMessage() {} +func (*ExecuteScriptAtBlockHeightRequest) Descriptor() ([]byte, []int) { + return fileDescriptor_4382e32bb8e3e8e5, []int{30} } -func (x *ExecuteScriptAtBlockHeightRequest) String() string { - return protoimpl.X.MessageStringOf(x) +func (m *ExecuteScriptAtBlockHeightRequest) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_ExecuteScriptAtBlockHeightRequest.Unmarshal(m, b) } - -func (*ExecuteScriptAtBlockHeightRequest) ProtoMessage() {} - -func (x *ExecuteScriptAtBlockHeightRequest) ProtoReflect() protoreflect.Message { - mi := &file_flow_access_access_proto_msgTypes[30] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) +func (m *ExecuteScriptAtBlockHeightRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_ExecuteScriptAtBlockHeightRequest.Marshal(b, m, deterministic) } - -// Deprecated: Use ExecuteScriptAtBlockHeightRequest.ProtoReflect.Descriptor instead. -func (*ExecuteScriptAtBlockHeightRequest) Descriptor() ([]byte, []int) { - return file_flow_access_access_proto_rawDescGZIP(), []int{30} +func (m *ExecuteScriptAtBlockHeightRequest) XXX_Merge(src proto.Message) { + xxx_messageInfo_ExecuteScriptAtBlockHeightRequest.Merge(m, src) +} +func (m *ExecuteScriptAtBlockHeightRequest) XXX_Size() int { + return xxx_messageInfo_ExecuteScriptAtBlockHeightRequest.Size(m) } +func (m *ExecuteScriptAtBlockHeightRequest) XXX_DiscardUnknown() { + xxx_messageInfo_ExecuteScriptAtBlockHeightRequest.DiscardUnknown(m) +} + +var xxx_messageInfo_ExecuteScriptAtBlockHeightRequest proto.InternalMessageInfo -func (x *ExecuteScriptAtBlockHeightRequest) GetBlockHeight() uint64 { - if x != nil { - return x.BlockHeight +func (m *ExecuteScriptAtBlockHeightRequest) GetBlockHeight() uint64 { + if m != nil { + return m.BlockHeight } return 0 } -func (x *ExecuteScriptAtBlockHeightRequest) GetScript() []byte { - if x != nil { - return x.Script +func (m *ExecuteScriptAtBlockHeightRequest) GetScript() []byte { + if m != nil { + return m.Script } return nil } -func (x *ExecuteScriptAtBlockHeightRequest) GetArguments() [][]byte { - if x != nil { - return x.Arguments +func (m *ExecuteScriptAtBlockHeightRequest) GetArguments() [][]byte { + if m != nil { + return m.Arguments } return nil } type ExecuteScriptResponse struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Value []byte `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"` - Metadata *entities.Metadata `protobuf:"bytes,2,opt,name=metadata,proto3" json:"metadata,omitempty"` + Value []byte `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"` + Metadata *entities.Metadata `protobuf:"bytes,2,opt,name=metadata,proto3" json:"metadata,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (x *ExecuteScriptResponse) Reset() { - *x = ExecuteScriptResponse{} - if protoimpl.UnsafeEnabled { - mi := &file_flow_access_access_proto_msgTypes[31] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } +func (m *ExecuteScriptResponse) Reset() { *m = ExecuteScriptResponse{} } +func (m *ExecuteScriptResponse) String() string { return proto.CompactTextString(m) } +func (*ExecuteScriptResponse) ProtoMessage() {} +func (*ExecuteScriptResponse) Descriptor() ([]byte, []int) { + return fileDescriptor_4382e32bb8e3e8e5, []int{31} } -func (x *ExecuteScriptResponse) String() string { - return protoimpl.X.MessageStringOf(x) +func (m *ExecuteScriptResponse) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_ExecuteScriptResponse.Unmarshal(m, b) } - -func (*ExecuteScriptResponse) ProtoMessage() {} - -func (x *ExecuteScriptResponse) ProtoReflect() protoreflect.Message { - mi := &file_flow_access_access_proto_msgTypes[31] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) +func (m *ExecuteScriptResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_ExecuteScriptResponse.Marshal(b, m, deterministic) } - -// Deprecated: Use ExecuteScriptResponse.ProtoReflect.Descriptor instead. -func (*ExecuteScriptResponse) Descriptor() ([]byte, []int) { - return file_flow_access_access_proto_rawDescGZIP(), []int{31} +func (m *ExecuteScriptResponse) XXX_Merge(src proto.Message) { + xxx_messageInfo_ExecuteScriptResponse.Merge(m, src) +} +func (m *ExecuteScriptResponse) XXX_Size() int { + return xxx_messageInfo_ExecuteScriptResponse.Size(m) +} +func (m *ExecuteScriptResponse) XXX_DiscardUnknown() { + xxx_messageInfo_ExecuteScriptResponse.DiscardUnknown(m) } -func (x *ExecuteScriptResponse) GetValue() []byte { - if x != nil { - return x.Value +var xxx_messageInfo_ExecuteScriptResponse proto.InternalMessageInfo + +func (m *ExecuteScriptResponse) GetValue() []byte { + if m != nil { + return m.Value } return nil } -func (x *ExecuteScriptResponse) GetMetadata() *entities.Metadata { - if x != nil { - return x.Metadata +func (m *ExecuteScriptResponse) GetMetadata() *entities.Metadata { + if m != nil { + return m.Metadata } return nil } type GetEventsForHeightRangeRequest struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Type string `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"` - StartHeight uint64 `protobuf:"varint,2,opt,name=start_height,json=startHeight,proto3" json:"start_height,omitempty"` - EndHeight uint64 `protobuf:"varint,3,opt,name=end_height,json=endHeight,proto3" json:"end_height,omitempty"` + Type string `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"` + StartHeight uint64 `protobuf:"varint,2,opt,name=start_height,json=startHeight,proto3" json:"start_height,omitempty"` + EndHeight uint64 `protobuf:"varint,3,opt,name=end_height,json=endHeight,proto3" json:"end_height,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (x *GetEventsForHeightRangeRequest) Reset() { - *x = GetEventsForHeightRangeRequest{} - if protoimpl.UnsafeEnabled { - mi := &file_flow_access_access_proto_msgTypes[32] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } +func (m *GetEventsForHeightRangeRequest) Reset() { *m = GetEventsForHeightRangeRequest{} } +func (m *GetEventsForHeightRangeRequest) String() string { return proto.CompactTextString(m) } +func (*GetEventsForHeightRangeRequest) ProtoMessage() {} +func (*GetEventsForHeightRangeRequest) Descriptor() ([]byte, []int) { + return fileDescriptor_4382e32bb8e3e8e5, []int{32} } -func (x *GetEventsForHeightRangeRequest) String() string { - return protoimpl.X.MessageStringOf(x) +func (m *GetEventsForHeightRangeRequest) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_GetEventsForHeightRangeRequest.Unmarshal(m, b) } - -func (*GetEventsForHeightRangeRequest) ProtoMessage() {} - -func (x *GetEventsForHeightRangeRequest) ProtoReflect() protoreflect.Message { - mi := &file_flow_access_access_proto_msgTypes[32] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) +func (m *GetEventsForHeightRangeRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_GetEventsForHeightRangeRequest.Marshal(b, m, deterministic) } - -// Deprecated: Use GetEventsForHeightRangeRequest.ProtoReflect.Descriptor instead. -func (*GetEventsForHeightRangeRequest) Descriptor() ([]byte, []int) { - return file_flow_access_access_proto_rawDescGZIP(), []int{32} +func (m *GetEventsForHeightRangeRequest) XXX_Merge(src proto.Message) { + xxx_messageInfo_GetEventsForHeightRangeRequest.Merge(m, src) +} +func (m *GetEventsForHeightRangeRequest) XXX_Size() int { + return xxx_messageInfo_GetEventsForHeightRangeRequest.Size(m) } +func (m *GetEventsForHeightRangeRequest) XXX_DiscardUnknown() { + xxx_messageInfo_GetEventsForHeightRangeRequest.DiscardUnknown(m) +} + +var xxx_messageInfo_GetEventsForHeightRangeRequest proto.InternalMessageInfo -func (x *GetEventsForHeightRangeRequest) GetType() string { - if x != nil { - return x.Type +func (m *GetEventsForHeightRangeRequest) GetType() string { + if m != nil { + return m.Type } return "" } -func (x *GetEventsForHeightRangeRequest) GetStartHeight() uint64 { - if x != nil { - return x.StartHeight +func (m *GetEventsForHeightRangeRequest) GetStartHeight() uint64 { + if m != nil { + return m.StartHeight } return 0 } -func (x *GetEventsForHeightRangeRequest) GetEndHeight() uint64 { - if x != nil { - return x.EndHeight +func (m *GetEventsForHeightRangeRequest) GetEndHeight() uint64 { + if m != nil { + return m.EndHeight } return 0 } type GetEventsForBlockIDsRequest struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Type string `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"` - BlockIds [][]byte `protobuf:"bytes,2,rep,name=block_ids,json=blockIds,proto3" json:"block_ids,omitempty"` + Type string `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"` + BlockIds [][]byte `protobuf:"bytes,2,rep,name=block_ids,json=blockIds,proto3" json:"block_ids,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (x *GetEventsForBlockIDsRequest) Reset() { - *x = GetEventsForBlockIDsRequest{} - if protoimpl.UnsafeEnabled { - mi := &file_flow_access_access_proto_msgTypes[33] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } +func (m *GetEventsForBlockIDsRequest) Reset() { *m = GetEventsForBlockIDsRequest{} } +func (m *GetEventsForBlockIDsRequest) String() string { return proto.CompactTextString(m) } +func (*GetEventsForBlockIDsRequest) ProtoMessage() {} +func (*GetEventsForBlockIDsRequest) Descriptor() ([]byte, []int) { + return fileDescriptor_4382e32bb8e3e8e5, []int{33} } -func (x *GetEventsForBlockIDsRequest) String() string { - return protoimpl.X.MessageStringOf(x) +func (m *GetEventsForBlockIDsRequest) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_GetEventsForBlockIDsRequest.Unmarshal(m, b) } - -func (*GetEventsForBlockIDsRequest) ProtoMessage() {} - -func (x *GetEventsForBlockIDsRequest) ProtoReflect() protoreflect.Message { - mi := &file_flow_access_access_proto_msgTypes[33] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) +func (m *GetEventsForBlockIDsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_GetEventsForBlockIDsRequest.Marshal(b, m, deterministic) } - -// Deprecated: Use GetEventsForBlockIDsRequest.ProtoReflect.Descriptor instead. -func (*GetEventsForBlockIDsRequest) Descriptor() ([]byte, []int) { - return file_flow_access_access_proto_rawDescGZIP(), []int{33} +func (m *GetEventsForBlockIDsRequest) XXX_Merge(src proto.Message) { + xxx_messageInfo_GetEventsForBlockIDsRequest.Merge(m, src) +} +func (m *GetEventsForBlockIDsRequest) XXX_Size() int { + return xxx_messageInfo_GetEventsForBlockIDsRequest.Size(m) +} +func (m *GetEventsForBlockIDsRequest) XXX_DiscardUnknown() { + xxx_messageInfo_GetEventsForBlockIDsRequest.DiscardUnknown(m) } -func (x *GetEventsForBlockIDsRequest) GetType() string { - if x != nil { - return x.Type +var xxx_messageInfo_GetEventsForBlockIDsRequest proto.InternalMessageInfo + +func (m *GetEventsForBlockIDsRequest) GetType() string { + if m != nil { + return m.Type } return "" } -func (x *GetEventsForBlockIDsRequest) GetBlockIds() [][]byte { - if x != nil { - return x.BlockIds +func (m *GetEventsForBlockIDsRequest) GetBlockIds() [][]byte { + if m != nil { + return m.BlockIds } return nil } type EventsResponse struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Results []*EventsResponse_Result `protobuf:"bytes,1,rep,name=results,proto3" json:"results,omitempty"` - Metadata *entities.Metadata `protobuf:"bytes,2,opt,name=metadata,proto3" json:"metadata,omitempty"` + Results []*EventsResponse_Result `protobuf:"bytes,1,rep,name=results,proto3" json:"results,omitempty"` + Metadata *entities.Metadata `protobuf:"bytes,2,opt,name=metadata,proto3" json:"metadata,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (x *EventsResponse) Reset() { - *x = EventsResponse{} - if protoimpl.UnsafeEnabled { - mi := &file_flow_access_access_proto_msgTypes[34] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } +func (m *EventsResponse) Reset() { *m = EventsResponse{} } +func (m *EventsResponse) String() string { return proto.CompactTextString(m) } +func (*EventsResponse) ProtoMessage() {} +func (*EventsResponse) Descriptor() ([]byte, []int) { + return fileDescriptor_4382e32bb8e3e8e5, []int{34} } -func (x *EventsResponse) String() string { - return protoimpl.X.MessageStringOf(x) +func (m *EventsResponse) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_EventsResponse.Unmarshal(m, b) } - -func (*EventsResponse) ProtoMessage() {} - -func (x *EventsResponse) ProtoReflect() protoreflect.Message { - mi := &file_flow_access_access_proto_msgTypes[34] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) +func (m *EventsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_EventsResponse.Marshal(b, m, deterministic) } - -// Deprecated: Use EventsResponse.ProtoReflect.Descriptor instead. -func (*EventsResponse) Descriptor() ([]byte, []int) { - return file_flow_access_access_proto_rawDescGZIP(), []int{34} +func (m *EventsResponse) XXX_Merge(src proto.Message) { + xxx_messageInfo_EventsResponse.Merge(m, src) +} +func (m *EventsResponse) XXX_Size() int { + return xxx_messageInfo_EventsResponse.Size(m) +} +func (m *EventsResponse) XXX_DiscardUnknown() { + xxx_messageInfo_EventsResponse.DiscardUnknown(m) } -func (x *EventsResponse) GetResults() []*EventsResponse_Result { - if x != nil { - return x.Results +var xxx_messageInfo_EventsResponse proto.InternalMessageInfo + +func (m *EventsResponse) GetResults() []*EventsResponse_Result { + if m != nil { + return m.Results } return nil } -func (x *EventsResponse) GetMetadata() *entities.Metadata { - if x != nil { - return x.Metadata +func (m *EventsResponse) GetMetadata() *entities.Metadata { + if m != nil { + return m.Metadata } return nil } -type GetNetworkParametersRequest struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields +type EventsResponse_Result struct { + BlockId []byte `protobuf:"bytes,1,opt,name=block_id,json=blockId,proto3" json:"block_id,omitempty"` + BlockHeight uint64 `protobuf:"varint,2,opt,name=block_height,json=blockHeight,proto3" json:"block_height,omitempty"` + Events []*entities.Event `protobuf:"bytes,3,rep,name=events,proto3" json:"events,omitempty"` + BlockTimestamp *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=block_timestamp,json=blockTimestamp,proto3" json:"block_timestamp,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *EventsResponse_Result) Reset() { *m = EventsResponse_Result{} } +func (m *EventsResponse_Result) String() string { return proto.CompactTextString(m) } +func (*EventsResponse_Result) ProtoMessage() {} +func (*EventsResponse_Result) Descriptor() ([]byte, []int) { + return fileDescriptor_4382e32bb8e3e8e5, []int{34, 0} } -func (x *GetNetworkParametersRequest) Reset() { - *x = GetNetworkParametersRequest{} - if protoimpl.UnsafeEnabled { - mi := &file_flow_access_access_proto_msgTypes[35] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } +func (m *EventsResponse_Result) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_EventsResponse_Result.Unmarshal(m, b) } - -func (x *GetNetworkParametersRequest) String() string { - return protoimpl.X.MessageStringOf(x) +func (m *EventsResponse_Result) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_EventsResponse_Result.Marshal(b, m, deterministic) } - -func (*GetNetworkParametersRequest) ProtoMessage() {} - -func (x *GetNetworkParametersRequest) ProtoReflect() protoreflect.Message { - mi := &file_flow_access_access_proto_msgTypes[35] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) +func (m *EventsResponse_Result) XXX_Merge(src proto.Message) { + xxx_messageInfo_EventsResponse_Result.Merge(m, src) } - -// Deprecated: Use GetNetworkParametersRequest.ProtoReflect.Descriptor instead. -func (*GetNetworkParametersRequest) Descriptor() ([]byte, []int) { - return file_flow_access_access_proto_rawDescGZIP(), []int{35} +func (m *EventsResponse_Result) XXX_Size() int { + return xxx_messageInfo_EventsResponse_Result.Size(m) +} +func (m *EventsResponse_Result) XXX_DiscardUnknown() { + xxx_messageInfo_EventsResponse_Result.DiscardUnknown(m) } -type GetNetworkParametersResponse struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields +var xxx_messageInfo_EventsResponse_Result proto.InternalMessageInfo - ChainId string `protobuf:"bytes,1,opt,name=chain_id,json=chainId,proto3" json:"chain_id,omitempty"` +func (m *EventsResponse_Result) GetBlockId() []byte { + if m != nil { + return m.BlockId + } + return nil } -func (x *GetNetworkParametersResponse) Reset() { - *x = GetNetworkParametersResponse{} - if protoimpl.UnsafeEnabled { - mi := &file_flow_access_access_proto_msgTypes[36] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) +func (m *EventsResponse_Result) GetBlockHeight() uint64 { + if m != nil { + return m.BlockHeight } + return 0 } -func (x *GetNetworkParametersResponse) String() string { - return protoimpl.X.MessageStringOf(x) +func (m *EventsResponse_Result) GetEvents() []*entities.Event { + if m != nil { + return m.Events + } + return nil } -func (*GetNetworkParametersResponse) ProtoMessage() {} - -func (x *GetNetworkParametersResponse) ProtoReflect() protoreflect.Message { - mi := &file_flow_access_access_proto_msgTypes[36] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms +func (m *EventsResponse_Result) GetBlockTimestamp() *timestamppb.Timestamp { + if m != nil { + return m.BlockTimestamp } - return mi.MessageOf(x) + return nil } -// Deprecated: Use GetNetworkParametersResponse.ProtoReflect.Descriptor instead. -func (*GetNetworkParametersResponse) Descriptor() ([]byte, []int) { - return file_flow_access_access_proto_rawDescGZIP(), []int{36} +type GetNetworkParametersRequest struct { + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (x *GetNetworkParametersResponse) GetChainId() string { - if x != nil { - return x.ChainId - } - return "" +func (m *GetNetworkParametersRequest) Reset() { *m = GetNetworkParametersRequest{} } +func (m *GetNetworkParametersRequest) String() string { return proto.CompactTextString(m) } +func (*GetNetworkParametersRequest) ProtoMessage() {} +func (*GetNetworkParametersRequest) Descriptor() ([]byte, []int) { + return fileDescriptor_4382e32bb8e3e8e5, []int{35} } -type GetLatestProtocolStateSnapshotRequest struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields +func (m *GetNetworkParametersRequest) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_GetNetworkParametersRequest.Unmarshal(m, b) } - -func (x *GetLatestProtocolStateSnapshotRequest) Reset() { - *x = GetLatestProtocolStateSnapshotRequest{} - if protoimpl.UnsafeEnabled { - mi := &file_flow_access_access_proto_msgTypes[37] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } +func (m *GetNetworkParametersRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_GetNetworkParametersRequest.Marshal(b, m, deterministic) } - -func (x *GetLatestProtocolStateSnapshotRequest) String() string { - return protoimpl.X.MessageStringOf(x) +func (m *GetNetworkParametersRequest) XXX_Merge(src proto.Message) { + xxx_messageInfo_GetNetworkParametersRequest.Merge(m, src) } - -func (*GetLatestProtocolStateSnapshotRequest) ProtoMessage() {} - -func (x *GetLatestProtocolStateSnapshotRequest) ProtoReflect() protoreflect.Message { - mi := &file_flow_access_access_proto_msgTypes[37] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) +func (m *GetNetworkParametersRequest) XXX_Size() int { + return xxx_messageInfo_GetNetworkParametersRequest.Size(m) } - -// Deprecated: Use GetLatestProtocolStateSnapshotRequest.ProtoReflect.Descriptor instead. -func (*GetLatestProtocolStateSnapshotRequest) Descriptor() ([]byte, []int) { - return file_flow_access_access_proto_rawDescGZIP(), []int{37} +func (m *GetNetworkParametersRequest) XXX_DiscardUnknown() { + xxx_messageInfo_GetNetworkParametersRequest.DiscardUnknown(m) } -type ProtocolStateSnapshotResponse struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields +var xxx_messageInfo_GetNetworkParametersRequest proto.InternalMessageInfo - SerializedSnapshot []byte `protobuf:"bytes,1,opt,name=serializedSnapshot,proto3" json:"serializedSnapshot,omitempty"` - Metadata *entities.Metadata `protobuf:"bytes,2,opt,name=metadata,proto3" json:"metadata,omitempty"` +type GetNetworkParametersResponse struct { + ChainId string `protobuf:"bytes,1,opt,name=chain_id,json=chainId,proto3" json:"chain_id,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (x *ProtocolStateSnapshotResponse) Reset() { - *x = ProtocolStateSnapshotResponse{} - if protoimpl.UnsafeEnabled { - mi := &file_flow_access_access_proto_msgTypes[38] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } +func (m *GetNetworkParametersResponse) Reset() { *m = GetNetworkParametersResponse{} } +func (m *GetNetworkParametersResponse) String() string { return proto.CompactTextString(m) } +func (*GetNetworkParametersResponse) ProtoMessage() {} +func (*GetNetworkParametersResponse) Descriptor() ([]byte, []int) { + return fileDescriptor_4382e32bb8e3e8e5, []int{36} } -func (x *ProtocolStateSnapshotResponse) String() string { - return protoimpl.X.MessageStringOf(x) +func (m *GetNetworkParametersResponse) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_GetNetworkParametersResponse.Unmarshal(m, b) +} +func (m *GetNetworkParametersResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_GetNetworkParametersResponse.Marshal(b, m, deterministic) +} +func (m *GetNetworkParametersResponse) XXX_Merge(src proto.Message) { + xxx_messageInfo_GetNetworkParametersResponse.Merge(m, src) +} +func (m *GetNetworkParametersResponse) XXX_Size() int { + return xxx_messageInfo_GetNetworkParametersResponse.Size(m) +} +func (m *GetNetworkParametersResponse) XXX_DiscardUnknown() { + xxx_messageInfo_GetNetworkParametersResponse.DiscardUnknown(m) } -func (*ProtocolStateSnapshotResponse) ProtoMessage() {} +var xxx_messageInfo_GetNetworkParametersResponse proto.InternalMessageInfo -func (x *ProtocolStateSnapshotResponse) ProtoReflect() protoreflect.Message { - mi := &file_flow_access_access_proto_msgTypes[38] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms +func (m *GetNetworkParametersResponse) GetChainId() string { + if m != nil { + return m.ChainId } - return mi.MessageOf(x) + return "" } -// Deprecated: Use ProtocolStateSnapshotResponse.ProtoReflect.Descriptor instead. -func (*ProtocolStateSnapshotResponse) Descriptor() ([]byte, []int) { - return file_flow_access_access_proto_rawDescGZIP(), []int{38} +type GetLatestProtocolStateSnapshotRequest struct { + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (x *ProtocolStateSnapshotResponse) GetSerializedSnapshot() []byte { - if x != nil { - return x.SerializedSnapshot - } - return nil +func (m *GetLatestProtocolStateSnapshotRequest) Reset() { *m = GetLatestProtocolStateSnapshotRequest{} } +func (m *GetLatestProtocolStateSnapshotRequest) String() string { return proto.CompactTextString(m) } +func (*GetLatestProtocolStateSnapshotRequest) ProtoMessage() {} +func (*GetLatestProtocolStateSnapshotRequest) Descriptor() ([]byte, []int) { + return fileDescriptor_4382e32bb8e3e8e5, []int{37} } -func (x *ProtocolStateSnapshotResponse) GetMetadata() *entities.Metadata { - if x != nil { - return x.Metadata - } - return nil +func (m *GetLatestProtocolStateSnapshotRequest) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_GetLatestProtocolStateSnapshotRequest.Unmarshal(m, b) } - -type GetExecutionResultForBlockIDRequest struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - BlockId []byte `protobuf:"bytes,1,opt,name=block_id,json=blockId,proto3" json:"block_id,omitempty"` +func (m *GetLatestProtocolStateSnapshotRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_GetLatestProtocolStateSnapshotRequest.Marshal(b, m, deterministic) } - -func (x *GetExecutionResultForBlockIDRequest) Reset() { - *x = GetExecutionResultForBlockIDRequest{} - if protoimpl.UnsafeEnabled { - mi := &file_flow_access_access_proto_msgTypes[39] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } +func (m *GetLatestProtocolStateSnapshotRequest) XXX_Merge(src proto.Message) { + xxx_messageInfo_GetLatestProtocolStateSnapshotRequest.Merge(m, src) } - -func (x *GetExecutionResultForBlockIDRequest) String() string { - return protoimpl.X.MessageStringOf(x) +func (m *GetLatestProtocolStateSnapshotRequest) XXX_Size() int { + return xxx_messageInfo_GetLatestProtocolStateSnapshotRequest.Size(m) +} +func (m *GetLatestProtocolStateSnapshotRequest) XXX_DiscardUnknown() { + xxx_messageInfo_GetLatestProtocolStateSnapshotRequest.DiscardUnknown(m) } -func (*GetExecutionResultForBlockIDRequest) ProtoMessage() {} +var xxx_messageInfo_GetLatestProtocolStateSnapshotRequest proto.InternalMessageInfo -func (x *GetExecutionResultForBlockIDRequest) ProtoReflect() protoreflect.Message { - mi := &file_flow_access_access_proto_msgTypes[39] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) +type ProtocolStateSnapshotResponse struct { + SerializedSnapshot []byte `protobuf:"bytes,1,opt,name=serializedSnapshot,proto3" json:"serializedSnapshot,omitempty"` + Metadata *entities.Metadata `protobuf:"bytes,2,opt,name=metadata,proto3" json:"metadata,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -// Deprecated: Use GetExecutionResultForBlockIDRequest.ProtoReflect.Descriptor instead. -func (*GetExecutionResultForBlockIDRequest) Descriptor() ([]byte, []int) { - return file_flow_access_access_proto_rawDescGZIP(), []int{39} +func (m *ProtocolStateSnapshotResponse) Reset() { *m = ProtocolStateSnapshotResponse{} } +func (m *ProtocolStateSnapshotResponse) String() string { return proto.CompactTextString(m) } +func (*ProtocolStateSnapshotResponse) ProtoMessage() {} +func (*ProtocolStateSnapshotResponse) Descriptor() ([]byte, []int) { + return fileDescriptor_4382e32bb8e3e8e5, []int{38} } -func (x *GetExecutionResultForBlockIDRequest) GetBlockId() []byte { - if x != nil { - return x.BlockId - } - return nil +func (m *ProtocolStateSnapshotResponse) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_ProtocolStateSnapshotResponse.Unmarshal(m, b) } - -type ExecutionResultForBlockIDResponse struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - ExecutionResult *entities.ExecutionResult `protobuf:"bytes,1,opt,name=execution_result,json=executionResult,proto3" json:"execution_result,omitempty"` - Metadata *entities.Metadata `protobuf:"bytes,2,opt,name=metadata,proto3" json:"metadata,omitempty"` +func (m *ProtocolStateSnapshotResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_ProtocolStateSnapshotResponse.Marshal(b, m, deterministic) } - -func (x *ExecutionResultForBlockIDResponse) Reset() { - *x = ExecutionResultForBlockIDResponse{} - if protoimpl.UnsafeEnabled { - mi := &file_flow_access_access_proto_msgTypes[40] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } +func (m *ProtocolStateSnapshotResponse) XXX_Merge(src proto.Message) { + xxx_messageInfo_ProtocolStateSnapshotResponse.Merge(m, src) } - -func (x *ExecutionResultForBlockIDResponse) String() string { - return protoimpl.X.MessageStringOf(x) +func (m *ProtocolStateSnapshotResponse) XXX_Size() int { + return xxx_messageInfo_ProtocolStateSnapshotResponse.Size(m) } - -func (*ExecutionResultForBlockIDResponse) ProtoMessage() {} - -func (x *ExecutionResultForBlockIDResponse) ProtoReflect() protoreflect.Message { - mi := &file_flow_access_access_proto_msgTypes[40] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) +func (m *ProtocolStateSnapshotResponse) XXX_DiscardUnknown() { + xxx_messageInfo_ProtocolStateSnapshotResponse.DiscardUnknown(m) } -// Deprecated: Use ExecutionResultForBlockIDResponse.ProtoReflect.Descriptor instead. -func (*ExecutionResultForBlockIDResponse) Descriptor() ([]byte, []int) { - return file_flow_access_access_proto_rawDescGZIP(), []int{40} -} +var xxx_messageInfo_ProtocolStateSnapshotResponse proto.InternalMessageInfo -func (x *ExecutionResultForBlockIDResponse) GetExecutionResult() *entities.ExecutionResult { - if x != nil { - return x.ExecutionResult +func (m *ProtocolStateSnapshotResponse) GetSerializedSnapshot() []byte { + if m != nil { + return m.SerializedSnapshot } return nil } -func (x *ExecutionResultForBlockIDResponse) GetMetadata() *entities.Metadata { - if x != nil { - return x.Metadata +func (m *ProtocolStateSnapshotResponse) GetMetadata() *entities.Metadata { + if m != nil { + return m.Metadata } return nil } -type GetExecutionResultByIDRequest struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Id []byte `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` +type GetExecutionResultForBlockIDRequest struct { + BlockId []byte `protobuf:"bytes,1,opt,name=block_id,json=blockId,proto3" json:"block_id,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (x *GetExecutionResultByIDRequest) Reset() { - *x = GetExecutionResultByIDRequest{} - if protoimpl.UnsafeEnabled { - mi := &file_flow_access_access_proto_msgTypes[41] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } +func (m *GetExecutionResultForBlockIDRequest) Reset() { *m = GetExecutionResultForBlockIDRequest{} } +func (m *GetExecutionResultForBlockIDRequest) String() string { return proto.CompactTextString(m) } +func (*GetExecutionResultForBlockIDRequest) ProtoMessage() {} +func (*GetExecutionResultForBlockIDRequest) Descriptor() ([]byte, []int) { + return fileDescriptor_4382e32bb8e3e8e5, []int{39} } -func (x *GetExecutionResultByIDRequest) String() string { - return protoimpl.X.MessageStringOf(x) +func (m *GetExecutionResultForBlockIDRequest) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_GetExecutionResultForBlockIDRequest.Unmarshal(m, b) } - -func (*GetExecutionResultByIDRequest) ProtoMessage() {} - -func (x *GetExecutionResultByIDRequest) ProtoReflect() protoreflect.Message { - mi := &file_flow_access_access_proto_msgTypes[41] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) +func (m *GetExecutionResultForBlockIDRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_GetExecutionResultForBlockIDRequest.Marshal(b, m, deterministic) } - -// Deprecated: Use GetExecutionResultByIDRequest.ProtoReflect.Descriptor instead. -func (*GetExecutionResultByIDRequest) Descriptor() ([]byte, []int) { - return file_flow_access_access_proto_rawDescGZIP(), []int{41} +func (m *GetExecutionResultForBlockIDRequest) XXX_Merge(src proto.Message) { + xxx_messageInfo_GetExecutionResultForBlockIDRequest.Merge(m, src) +} +func (m *GetExecutionResultForBlockIDRequest) XXX_Size() int { + return xxx_messageInfo_GetExecutionResultForBlockIDRequest.Size(m) } +func (m *GetExecutionResultForBlockIDRequest) XXX_DiscardUnknown() { + xxx_messageInfo_GetExecutionResultForBlockIDRequest.DiscardUnknown(m) +} + +var xxx_messageInfo_GetExecutionResultForBlockIDRequest proto.InternalMessageInfo -func (x *GetExecutionResultByIDRequest) GetId() []byte { - if x != nil { - return x.Id +func (m *GetExecutionResultForBlockIDRequest) GetBlockId() []byte { + if m != nil { + return m.BlockId } return nil } -type ExecutionResultByIDResponse struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - ExecutionResult *entities.ExecutionResult `protobuf:"bytes,1,opt,name=execution_result,json=executionResult,proto3" json:"execution_result,omitempty"` - Metadata *entities.Metadata `protobuf:"bytes,2,opt,name=metadata,proto3" json:"metadata,omitempty"` +type ExecutionResultForBlockIDResponse struct { + ExecutionResult *entities.ExecutionResult `protobuf:"bytes,1,opt,name=execution_result,json=executionResult,proto3" json:"execution_result,omitempty"` + Metadata *entities.Metadata `protobuf:"bytes,2,opt,name=metadata,proto3" json:"metadata,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (x *ExecutionResultByIDResponse) Reset() { - *x = ExecutionResultByIDResponse{} - if protoimpl.UnsafeEnabled { - mi := &file_flow_access_access_proto_msgTypes[42] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } +func (m *ExecutionResultForBlockIDResponse) Reset() { *m = ExecutionResultForBlockIDResponse{} } +func (m *ExecutionResultForBlockIDResponse) String() string { return proto.CompactTextString(m) } +func (*ExecutionResultForBlockIDResponse) ProtoMessage() {} +func (*ExecutionResultForBlockIDResponse) Descriptor() ([]byte, []int) { + return fileDescriptor_4382e32bb8e3e8e5, []int{40} } -func (x *ExecutionResultByIDResponse) String() string { - return protoimpl.X.MessageStringOf(x) +func (m *ExecutionResultForBlockIDResponse) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_ExecutionResultForBlockIDResponse.Unmarshal(m, b) } - -func (*ExecutionResultByIDResponse) ProtoMessage() {} - -func (x *ExecutionResultByIDResponse) ProtoReflect() protoreflect.Message { - mi := &file_flow_access_access_proto_msgTypes[42] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) +func (m *ExecutionResultForBlockIDResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_ExecutionResultForBlockIDResponse.Marshal(b, m, deterministic) } - -// Deprecated: Use ExecutionResultByIDResponse.ProtoReflect.Descriptor instead. -func (*ExecutionResultByIDResponse) Descriptor() ([]byte, []int) { - return file_flow_access_access_proto_rawDescGZIP(), []int{42} +func (m *ExecutionResultForBlockIDResponse) XXX_Merge(src proto.Message) { + xxx_messageInfo_ExecutionResultForBlockIDResponse.Merge(m, src) +} +func (m *ExecutionResultForBlockIDResponse) XXX_Size() int { + return xxx_messageInfo_ExecutionResultForBlockIDResponse.Size(m) +} +func (m *ExecutionResultForBlockIDResponse) XXX_DiscardUnknown() { + xxx_messageInfo_ExecutionResultForBlockIDResponse.DiscardUnknown(m) } -func (x *ExecutionResultByIDResponse) GetExecutionResult() *entities.ExecutionResult { - if x != nil { - return x.ExecutionResult +var xxx_messageInfo_ExecutionResultForBlockIDResponse proto.InternalMessageInfo + +func (m *ExecutionResultForBlockIDResponse) GetExecutionResult() *entities.ExecutionResult { + if m != nil { + return m.ExecutionResult } return nil } -func (x *ExecutionResultByIDResponse) GetMetadata() *entities.Metadata { - if x != nil { - return x.Metadata +func (m *ExecutionResultForBlockIDResponse) GetMetadata() *entities.Metadata { + if m != nil { + return m.Metadata } return nil } -type EventsResponse_Result struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - BlockId []byte `protobuf:"bytes,1,opt,name=block_id,json=blockId,proto3" json:"block_id,omitempty"` - BlockHeight uint64 `protobuf:"varint,2,opt,name=block_height,json=blockHeight,proto3" json:"block_height,omitempty"` - Events []*entities.Event `protobuf:"bytes,3,rep,name=events,proto3" json:"events,omitempty"` - BlockTimestamp *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=block_timestamp,json=blockTimestamp,proto3" json:"block_timestamp,omitempty"` +type GetExecutionResultByIDRequest struct { + Id []byte `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (x *EventsResponse_Result) Reset() { - *x = EventsResponse_Result{} - if protoimpl.UnsafeEnabled { - mi := &file_flow_access_access_proto_msgTypes[43] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } +func (m *GetExecutionResultByIDRequest) Reset() { *m = GetExecutionResultByIDRequest{} } +func (m *GetExecutionResultByIDRequest) String() string { return proto.CompactTextString(m) } +func (*GetExecutionResultByIDRequest) ProtoMessage() {} +func (*GetExecutionResultByIDRequest) Descriptor() ([]byte, []int) { + return fileDescriptor_4382e32bb8e3e8e5, []int{41} } -func (x *EventsResponse_Result) String() string { - return protoimpl.X.MessageStringOf(x) +func (m *GetExecutionResultByIDRequest) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_GetExecutionResultByIDRequest.Unmarshal(m, b) +} +func (m *GetExecutionResultByIDRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_GetExecutionResultByIDRequest.Marshal(b, m, deterministic) +} +func (m *GetExecutionResultByIDRequest) XXX_Merge(src proto.Message) { + xxx_messageInfo_GetExecutionResultByIDRequest.Merge(m, src) +} +func (m *GetExecutionResultByIDRequest) XXX_Size() int { + return xxx_messageInfo_GetExecutionResultByIDRequest.Size(m) +} +func (m *GetExecutionResultByIDRequest) XXX_DiscardUnknown() { + xxx_messageInfo_GetExecutionResultByIDRequest.DiscardUnknown(m) } -func (*EventsResponse_Result) ProtoMessage() {} +var xxx_messageInfo_GetExecutionResultByIDRequest proto.InternalMessageInfo -func (x *EventsResponse_Result) ProtoReflect() protoreflect.Message { - mi := &file_flow_access_access_proto_msgTypes[43] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms +func (m *GetExecutionResultByIDRequest) GetId() []byte { + if m != nil { + return m.Id } - return mi.MessageOf(x) + return nil } -// Deprecated: Use EventsResponse_Result.ProtoReflect.Descriptor instead. -func (*EventsResponse_Result) Descriptor() ([]byte, []int) { - return file_flow_access_access_proto_rawDescGZIP(), []int{34, 0} +type ExecutionResultByIDResponse struct { + ExecutionResult *entities.ExecutionResult `protobuf:"bytes,1,opt,name=execution_result,json=executionResult,proto3" json:"execution_result,omitempty"` + Metadata *entities.Metadata `protobuf:"bytes,2,opt,name=metadata,proto3" json:"metadata,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (x *EventsResponse_Result) GetBlockId() []byte { - if x != nil { - return x.BlockId - } - return nil +func (m *ExecutionResultByIDResponse) Reset() { *m = ExecutionResultByIDResponse{} } +func (m *ExecutionResultByIDResponse) String() string { return proto.CompactTextString(m) } +func (*ExecutionResultByIDResponse) ProtoMessage() {} +func (*ExecutionResultByIDResponse) Descriptor() ([]byte, []int) { + return fileDescriptor_4382e32bb8e3e8e5, []int{42} } -func (x *EventsResponse_Result) GetBlockHeight() uint64 { - if x != nil { - return x.BlockHeight - } - return 0 +func (m *ExecutionResultByIDResponse) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_ExecutionResultByIDResponse.Unmarshal(m, b) +} +func (m *ExecutionResultByIDResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_ExecutionResultByIDResponse.Marshal(b, m, deterministic) +} +func (m *ExecutionResultByIDResponse) XXX_Merge(src proto.Message) { + xxx_messageInfo_ExecutionResultByIDResponse.Merge(m, src) +} +func (m *ExecutionResultByIDResponse) XXX_Size() int { + return xxx_messageInfo_ExecutionResultByIDResponse.Size(m) +} +func (m *ExecutionResultByIDResponse) XXX_DiscardUnknown() { + xxx_messageInfo_ExecutionResultByIDResponse.DiscardUnknown(m) } -func (x *EventsResponse_Result) GetEvents() []*entities.Event { - if x != nil { - return x.Events +var xxx_messageInfo_ExecutionResultByIDResponse proto.InternalMessageInfo + +func (m *ExecutionResultByIDResponse) GetExecutionResult() *entities.ExecutionResult { + if m != nil { + return m.ExecutionResult } return nil } -func (x *EventsResponse_Result) GetBlockTimestamp() *timestamppb.Timestamp { - if x != nil { - return x.BlockTimestamp +func (m *ExecutionResultByIDResponse) GetMetadata() *entities.Metadata { + if m != nil { + return m.Metadata } return nil } -var File_flow_access_access_proto protoreflect.FileDescriptor - -var file_flow_access_access_proto_rawDesc = []byte{ - 0x0a, 0x18, 0x66, 0x6c, 0x6f, 0x77, 0x2f, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x2f, 0x61, 0x63, - 0x63, 0x65, 0x73, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x0b, 0x66, 0x6c, 0x6f, 0x77, - 0x2e, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x1a, 0x1b, 0x66, 0x6c, 0x6f, 0x77, 0x2f, 0x65, 0x6e, - 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x2f, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x2e, 0x70, - 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x20, 0x66, 0x6c, 0x6f, 0x77, 0x2f, 0x65, 0x6e, 0x74, 0x69, 0x74, - 0x69, 0x65, 0x73, 0x2f, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x5f, 0x68, 0x65, 0x61, 0x64, 0x65, 0x72, - 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x19, 0x66, 0x6c, 0x6f, 0x77, 0x2f, 0x65, 0x6e, 0x74, - 0x69, 0x74, 0x69, 0x65, 0x73, 0x2f, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x2e, 0x70, 0x72, 0x6f, 0x74, - 0x6f, 0x1a, 0x1e, 0x66, 0x6c, 0x6f, 0x77, 0x2f, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, - 0x2f, 0x63, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x70, 0x72, 0x6f, 0x74, - 0x6f, 0x1a, 0x19, 0x66, 0x6c, 0x6f, 0x77, 0x2f, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, - 0x2f, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x24, 0x66, 0x6c, - 0x6f, 0x77, 0x2f, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x2f, 0x65, 0x78, 0x65, 0x63, - 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x2e, 0x70, 0x72, 0x6f, - 0x74, 0x6f, 0x1a, 0x1c, 0x66, 0x6c, 0x6f, 0x77, 0x2f, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, - 0x73, 0x2f, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, - 0x1a, 0x25, 0x66, 0x6c, 0x6f, 0x77, 0x2f, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x2f, - 0x6e, 0x6f, 0x64, 0x65, 0x5f, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x5f, 0x69, 0x6e, 0x66, - 0x6f, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x1f, 0x66, 0x6c, 0x6f, 0x77, 0x2f, 0x65, 0x6e, - 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x2f, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, - 0x6f, 0x6e, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x1f, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, - 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x74, 0x69, 0x6d, 0x65, 0x73, 0x74, - 0x61, 0x6d, 0x70, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0x0d, 0x0a, 0x0b, 0x50, 0x69, 0x6e, - 0x67, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x22, 0x0e, 0x0a, 0x0c, 0x50, 0x69, 0x6e, 0x67, - 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x1b, 0x0a, 0x19, 0x47, 0x65, 0x74, 0x4e, - 0x6f, 0x64, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x65, - 0x71, 0x75, 0x65, 0x73, 0x74, 0x22, 0x50, 0x0a, 0x1a, 0x47, 0x65, 0x74, 0x4e, 0x6f, 0x64, 0x65, - 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x65, 0x73, 0x70, 0x6f, - 0x6e, 0x73, 0x65, 0x12, 0x32, 0x0a, 0x04, 0x69, 0x6e, 0x66, 0x6f, 0x18, 0x01, 0x20, 0x01, 0x28, - 0x0b, 0x32, 0x1e, 0x2e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, - 0x73, 0x2e, 0x4e, 0x6f, 0x64, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x49, 0x6e, 0x66, - 0x6f, 0x52, 0x04, 0x69, 0x6e, 0x66, 0x6f, 0x22, 0x3a, 0x0a, 0x1b, 0x47, 0x65, 0x74, 0x4c, 0x61, - 0x74, 0x65, 0x73, 0x74, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x48, 0x65, 0x61, 0x64, 0x65, 0x72, 0x52, - 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x1b, 0x0a, 0x09, 0x69, 0x73, 0x5f, 0x73, 0x65, 0x61, - 0x6c, 0x65, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x08, 0x69, 0x73, 0x53, 0x65, 0x61, - 0x6c, 0x65, 0x64, 0x22, 0x2b, 0x0a, 0x19, 0x47, 0x65, 0x74, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x48, - 0x65, 0x61, 0x64, 0x65, 0x72, 0x42, 0x79, 0x49, 0x44, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, - 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x02, 0x69, 0x64, - 0x22, 0x37, 0x0a, 0x1d, 0x47, 0x65, 0x74, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x48, 0x65, 0x61, 0x64, - 0x65, 0x72, 0x42, 0x79, 0x48, 0x65, 0x69, 0x67, 0x68, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, - 0x74, 0x12, 0x16, 0x0a, 0x06, 0x68, 0x65, 0x69, 0x67, 0x68, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, - 0x04, 0x52, 0x06, 0x68, 0x65, 0x69, 0x67, 0x68, 0x74, 0x22, 0xbb, 0x01, 0x0a, 0x13, 0x42, 0x6c, - 0x6f, 0x63, 0x6b, 0x48, 0x65, 0x61, 0x64, 0x65, 0x72, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, - 0x65, 0x12, 0x30, 0x0a, 0x05, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, - 0x32, 0x1a, 0x2e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, - 0x2e, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x48, 0x65, 0x61, 0x64, 0x65, 0x72, 0x52, 0x05, 0x62, 0x6c, - 0x6f, 0x63, 0x6b, 0x12, 0x3d, 0x0a, 0x0c, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x5f, 0x73, 0x74, 0x61, - 0x74, 0x75, 0x73, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x1a, 0x2e, 0x66, 0x6c, 0x6f, 0x77, - 0x2e, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x2e, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x53, - 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x0b, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x53, 0x74, 0x61, 0x74, - 0x75, 0x73, 0x12, 0x33, 0x0a, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x18, 0x03, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x17, 0x2e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x65, 0x6e, 0x74, 0x69, - 0x74, 0x69, 0x65, 0x73, 0x2e, 0x4d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x52, 0x08, 0x6d, - 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x22, 0x64, 0x0a, 0x15, 0x47, 0x65, 0x74, 0x4c, 0x61, - 0x74, 0x65, 0x73, 0x74, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, - 0x12, 0x1b, 0x0a, 0x09, 0x69, 0x73, 0x5f, 0x73, 0x65, 0x61, 0x6c, 0x65, 0x64, 0x18, 0x01, 0x20, - 0x01, 0x28, 0x08, 0x52, 0x08, 0x69, 0x73, 0x53, 0x65, 0x61, 0x6c, 0x65, 0x64, 0x12, 0x2e, 0x0a, - 0x13, 0x66, 0x75, 0x6c, 0x6c, 0x5f, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x5f, 0x72, 0x65, 0x73, 0x70, - 0x6f, 0x6e, 0x73, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, 0x66, 0x75, 0x6c, 0x6c, - 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x55, 0x0a, - 0x13, 0x47, 0x65, 0x74, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x42, 0x79, 0x49, 0x44, 0x52, 0x65, 0x71, - 0x75, 0x65, 0x73, 0x74, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, - 0x52, 0x02, 0x69, 0x64, 0x12, 0x2e, 0x0a, 0x13, 0x66, 0x75, 0x6c, 0x6c, 0x5f, 0x62, 0x6c, 0x6f, - 0x63, 0x6b, 0x5f, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, - 0x08, 0x52, 0x11, 0x66, 0x75, 0x6c, 0x6c, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x52, 0x65, 0x73, 0x70, - 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x61, 0x0a, 0x17, 0x47, 0x65, 0x74, 0x42, 0x6c, 0x6f, 0x63, 0x6b, - 0x42, 0x79, 0x48, 0x65, 0x69, 0x67, 0x68, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, - 0x16, 0x0a, 0x06, 0x68, 0x65, 0x69, 0x67, 0x68, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, - 0x06, 0x68, 0x65, 0x69, 0x67, 0x68, 0x74, 0x12, 0x2e, 0x0a, 0x13, 0x66, 0x75, 0x6c, 0x6c, 0x5f, - 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x5f, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x18, 0x02, - 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, 0x66, 0x75, 0x6c, 0x6c, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x52, - 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0xaf, 0x01, 0x0a, 0x0d, 0x42, 0x6c, 0x6f, 0x63, - 0x6b, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x2a, 0x0a, 0x05, 0x62, 0x6c, 0x6f, - 0x63, 0x6b, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x14, 0x2e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, - 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x2e, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x52, 0x05, - 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x12, 0x3d, 0x0a, 0x0c, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x5f, 0x73, - 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x1a, 0x2e, 0x66, 0x6c, - 0x6f, 0x77, 0x2e, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x2e, 0x42, 0x6c, 0x6f, 0x63, - 0x6b, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x0b, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x53, 0x74, - 0x61, 0x74, 0x75, 0x73, 0x12, 0x33, 0x0a, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, - 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x17, 0x2e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x65, 0x6e, - 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x2e, 0x4d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x52, - 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x22, 0x2a, 0x0a, 0x18, 0x47, 0x65, 0x74, - 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x79, 0x49, 0x44, 0x52, 0x65, - 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, - 0x0c, 0x52, 0x02, 0x69, 0x64, 0x22, 0x84, 0x01, 0x0a, 0x12, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, - 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x39, 0x0a, 0x0a, - 0x63, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, - 0x32, 0x19, 0x2e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, - 0x2e, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x0a, 0x63, 0x6f, 0x6c, - 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x33, 0x0a, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, - 0x61, 0x74, 0x61, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x17, 0x2e, 0x66, 0x6c, 0x6f, 0x77, - 0x2e, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x2e, 0x4d, 0x65, 0x74, 0x61, 0x64, 0x61, - 0x74, 0x61, 0x52, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x22, 0x56, 0x0a, 0x16, - 0x53, 0x65, 0x6e, 0x64, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x52, - 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x3c, 0x0a, 0x0b, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x61, - 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x66, 0x6c, - 0x6f, 0x77, 0x2e, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x2e, 0x54, 0x72, 0x61, 0x6e, - 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x0b, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, - 0x74, 0x69, 0x6f, 0x6e, 0x22, 0x5e, 0x0a, 0x17, 0x53, 0x65, 0x6e, 0x64, 0x54, 0x72, 0x61, 0x6e, - 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, - 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x02, 0x69, 0x64, 0x12, - 0x33, 0x0a, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x18, 0x02, 0x20, 0x01, 0x28, - 0x0b, 0x32, 0x17, 0x2e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, - 0x73, 0x2e, 0x4d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x52, 0x08, 0x6d, 0x65, 0x74, 0x61, - 0x64, 0x61, 0x74, 0x61, 0x22, 0x67, 0x0a, 0x15, 0x47, 0x65, 0x74, 0x54, 0x72, 0x61, 0x6e, 0x73, - 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x0e, 0x0a, - 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x02, 0x69, 0x64, 0x12, 0x19, 0x0a, - 0x08, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0c, 0x52, - 0x07, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x49, 0x64, 0x12, 0x23, 0x0a, 0x0d, 0x63, 0x6f, 0x6c, 0x6c, - 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x69, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0c, 0x52, - 0x0c, 0x63, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x64, 0x22, 0x4f, 0x0a, - 0x1c, 0x47, 0x65, 0x74, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x42, - 0x79, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x19, 0x0a, - 0x08, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, - 0x07, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x49, 0x64, 0x12, 0x14, 0x0a, 0x05, 0x69, 0x6e, 0x64, 0x65, - 0x78, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x05, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x22, 0x3c, - 0x0a, 0x1f, 0x47, 0x65, 0x74, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, - 0x73, 0x42, 0x79, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x49, 0x44, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, - 0x74, 0x12, 0x19, 0x0a, 0x08, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, - 0x01, 0x28, 0x0c, 0x52, 0x07, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x49, 0x64, 0x22, 0xaa, 0x01, 0x0a, - 0x1a, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x75, - 0x6c, 0x74, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x57, 0x0a, 0x13, 0x74, - 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x72, 0x65, 0x73, 0x75, 0x6c, - 0x74, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x26, 0x2e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, - 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x2e, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, - 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, - 0x52, 0x12, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, - 0x75, 0x6c, 0x74, 0x73, 0x12, 0x33, 0x0a, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, - 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x17, 0x2e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x65, 0x6e, - 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x2e, 0x4d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x52, - 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x22, 0x8b, 0x01, 0x0a, 0x14, 0x54, 0x72, - 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, - 0x73, 0x65, 0x12, 0x3e, 0x0a, 0x0c, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, - 0x6e, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, - 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x2e, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, - 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x0c, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, - 0x6e, 0x73, 0x12, 0x33, 0x0a, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x18, 0x02, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x17, 0x2e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x65, 0x6e, 0x74, 0x69, - 0x74, 0x69, 0x65, 0x73, 0x2e, 0x4d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x52, 0x08, 0x6d, - 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x22, 0x88, 0x01, 0x0a, 0x13, 0x54, 0x72, 0x61, 0x6e, - 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, - 0x3c, 0x0a, 0x0b, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x01, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x65, 0x6e, 0x74, 0x69, - 0x74, 0x69, 0x65, 0x73, 0x2e, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, - 0x52, 0x0b, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x33, 0x0a, - 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, - 0x17, 0x2e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x2e, - 0x4d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x52, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, - 0x74, 0x61, 0x22, 0x88, 0x03, 0x0a, 0x19, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, - 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, - 0x12, 0x38, 0x0a, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0e, - 0x32, 0x20, 0x2e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, - 0x2e, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x53, 0x74, 0x61, 0x74, - 0x75, 0x73, 0x52, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x1f, 0x0a, 0x0b, 0x73, 0x74, - 0x61, 0x74, 0x75, 0x73, 0x5f, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0d, 0x52, - 0x0a, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x23, 0x0a, 0x0d, 0x65, - 0x72, 0x72, 0x6f, 0x72, 0x5f, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x18, 0x03, 0x20, 0x01, - 0x28, 0x09, 0x52, 0x0c, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, - 0x12, 0x2c, 0x0a, 0x06, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x04, 0x20, 0x03, 0x28, 0x0b, - 0x32, 0x14, 0x2e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, - 0x2e, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x52, 0x06, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x19, - 0x0a, 0x08, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x5f, 0x69, 0x64, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0c, - 0x52, 0x07, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x49, 0x64, 0x12, 0x25, 0x0a, 0x0e, 0x74, 0x72, 0x61, - 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x69, 0x64, 0x18, 0x06, 0x20, 0x01, 0x28, - 0x0c, 0x52, 0x0d, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x64, - 0x12, 0x23, 0x0a, 0x0d, 0x63, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x69, - 0x64, 0x18, 0x07, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x0c, 0x63, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, - 0x69, 0x6f, 0x6e, 0x49, 0x64, 0x12, 0x21, 0x0a, 0x0c, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x5f, 0x68, - 0x65, 0x69, 0x67, 0x68, 0x74, 0x18, 0x08, 0x20, 0x01, 0x28, 0x04, 0x52, 0x0b, 0x62, 0x6c, 0x6f, - 0x63, 0x6b, 0x48, 0x65, 0x69, 0x67, 0x68, 0x74, 0x12, 0x33, 0x0a, 0x08, 0x6d, 0x65, 0x74, 0x61, - 0x64, 0x61, 0x74, 0x61, 0x18, 0x09, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x17, 0x2e, 0x66, 0x6c, 0x6f, - 0x77, 0x2e, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x2e, 0x4d, 0x65, 0x74, 0x61, 0x64, - 0x61, 0x74, 0x61, 0x52, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x22, 0x2d, 0x0a, - 0x11, 0x47, 0x65, 0x74, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, - 0x73, 0x74, 0x12, 0x18, 0x0a, 0x07, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x18, 0x01, 0x20, - 0x01, 0x28, 0x0c, 0x52, 0x07, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x22, 0x7b, 0x0a, 0x12, - 0x47, 0x65, 0x74, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, - 0x73, 0x65, 0x12, 0x30, 0x0a, 0x07, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x01, 0x20, - 0x01, 0x28, 0x0b, 0x32, 0x16, 0x2e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x65, 0x6e, 0x74, 0x69, 0x74, - 0x69, 0x65, 0x73, 0x2e, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x52, 0x07, 0x61, 0x63, 0x63, - 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x33, 0x0a, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, - 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x17, 0x2e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x65, 0x6e, - 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x2e, 0x4d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x52, - 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x22, 0x3a, 0x0a, 0x1e, 0x47, 0x65, 0x74, - 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x41, 0x74, 0x4c, 0x61, 0x74, 0x65, 0x73, 0x74, 0x42, - 0x6c, 0x6f, 0x63, 0x6b, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x18, 0x0a, 0x07, 0x61, - 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x07, 0x61, 0x64, - 0x64, 0x72, 0x65, 0x73, 0x73, 0x22, 0x78, 0x0a, 0x0f, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, - 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x30, 0x0a, 0x07, 0x61, 0x63, 0x63, 0x6f, - 0x75, 0x6e, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x16, 0x2e, 0x66, 0x6c, 0x6f, 0x77, - 0x2e, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x2e, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, - 0x74, 0x52, 0x07, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x33, 0x0a, 0x08, 0x6d, 0x65, - 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x17, 0x2e, 0x66, - 0x6c, 0x6f, 0x77, 0x2e, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x2e, 0x4d, 0x65, 0x74, - 0x61, 0x64, 0x61, 0x74, 0x61, 0x52, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x22, - 0x5d, 0x0a, 0x1e, 0x47, 0x65, 0x74, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x41, 0x74, 0x42, - 0x6c, 0x6f, 0x63, 0x6b, 0x48, 0x65, 0x69, 0x67, 0x68, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, - 0x74, 0x12, 0x18, 0x0a, 0x07, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x18, 0x01, 0x20, 0x01, - 0x28, 0x0c, 0x52, 0x07, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x12, 0x21, 0x0a, 0x0c, 0x62, - 0x6c, 0x6f, 0x63, 0x6b, 0x5f, 0x68, 0x65, 0x69, 0x67, 0x68, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, - 0x04, 0x52, 0x0b, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x48, 0x65, 0x69, 0x67, 0x68, 0x74, 0x22, 0x59, - 0x0a, 0x21, 0x45, 0x78, 0x65, 0x63, 0x75, 0x74, 0x65, 0x53, 0x63, 0x72, 0x69, 0x70, 0x74, 0x41, - 0x74, 0x4c, 0x61, 0x74, 0x65, 0x73, 0x74, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x52, 0x65, 0x71, 0x75, - 0x65, 0x73, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x18, 0x01, 0x20, - 0x01, 0x28, 0x0c, 0x52, 0x06, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x12, 0x1c, 0x0a, 0x09, 0x61, - 0x72, 0x67, 0x75, 0x6d, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0c, 0x52, 0x09, - 0x61, 0x72, 0x67, 0x75, 0x6d, 0x65, 0x6e, 0x74, 0x73, 0x22, 0x70, 0x0a, 0x1d, 0x45, 0x78, 0x65, - 0x63, 0x75, 0x74, 0x65, 0x53, 0x63, 0x72, 0x69, 0x70, 0x74, 0x41, 0x74, 0x42, 0x6c, 0x6f, 0x63, - 0x6b, 0x49, 0x44, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x19, 0x0a, 0x08, 0x62, 0x6c, - 0x6f, 0x63, 0x6b, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x07, 0x62, 0x6c, - 0x6f, 0x63, 0x6b, 0x49, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x18, - 0x02, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x06, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x12, 0x1c, 0x0a, - 0x09, 0x61, 0x72, 0x67, 0x75, 0x6d, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x03, 0x20, 0x03, 0x28, 0x0c, - 0x52, 0x09, 0x61, 0x72, 0x67, 0x75, 0x6d, 0x65, 0x6e, 0x74, 0x73, 0x22, 0x7c, 0x0a, 0x21, 0x45, - 0x78, 0x65, 0x63, 0x75, 0x74, 0x65, 0x53, 0x63, 0x72, 0x69, 0x70, 0x74, 0x41, 0x74, 0x42, 0x6c, - 0x6f, 0x63, 0x6b, 0x48, 0x65, 0x69, 0x67, 0x68, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, - 0x12, 0x21, 0x0a, 0x0c, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x5f, 0x68, 0x65, 0x69, 0x67, 0x68, 0x74, - 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x0b, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x48, 0x65, 0x69, - 0x67, 0x68, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x18, 0x02, 0x20, - 0x01, 0x28, 0x0c, 0x52, 0x06, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x12, 0x1c, 0x0a, 0x09, 0x61, - 0x72, 0x67, 0x75, 0x6d, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x03, 0x20, 0x03, 0x28, 0x0c, 0x52, 0x09, - 0x61, 0x72, 0x67, 0x75, 0x6d, 0x65, 0x6e, 0x74, 0x73, 0x22, 0x62, 0x0a, 0x15, 0x45, 0x78, 0x65, - 0x63, 0x75, 0x74, 0x65, 0x53, 0x63, 0x72, 0x69, 0x70, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, - 0x73, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, - 0x0c, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x12, 0x33, 0x0a, 0x08, 0x6d, 0x65, 0x74, 0x61, - 0x64, 0x61, 0x74, 0x61, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x17, 0x2e, 0x66, 0x6c, 0x6f, - 0x77, 0x2e, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x2e, 0x4d, 0x65, 0x74, 0x61, 0x64, - 0x61, 0x74, 0x61, 0x52, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x22, 0x76, 0x0a, - 0x1e, 0x47, 0x65, 0x74, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x46, 0x6f, 0x72, 0x48, 0x65, 0x69, - 0x67, 0x68, 0x74, 0x52, 0x61, 0x6e, 0x67, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, - 0x12, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x74, - 0x79, 0x70, 0x65, 0x12, 0x21, 0x0a, 0x0c, 0x73, 0x74, 0x61, 0x72, 0x74, 0x5f, 0x68, 0x65, 0x69, - 0x67, 0x68, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x04, 0x52, 0x0b, 0x73, 0x74, 0x61, 0x72, 0x74, - 0x48, 0x65, 0x69, 0x67, 0x68, 0x74, 0x12, 0x1d, 0x0a, 0x0a, 0x65, 0x6e, 0x64, 0x5f, 0x68, 0x65, - 0x69, 0x67, 0x68, 0x74, 0x18, 0x03, 0x20, 0x01, 0x28, 0x04, 0x52, 0x09, 0x65, 0x6e, 0x64, 0x48, - 0x65, 0x69, 0x67, 0x68, 0x74, 0x22, 0x4e, 0x0a, 0x1b, 0x47, 0x65, 0x74, 0x45, 0x76, 0x65, 0x6e, - 0x74, 0x73, 0x46, 0x6f, 0x72, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x49, 0x44, 0x73, 0x52, 0x65, 0x71, - 0x75, 0x65, 0x73, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x18, 0x01, 0x20, 0x01, - 0x28, 0x09, 0x52, 0x04, 0x74, 0x79, 0x70, 0x65, 0x12, 0x1b, 0x0a, 0x09, 0x62, 0x6c, 0x6f, 0x63, - 0x6b, 0x5f, 0x69, 0x64, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0c, 0x52, 0x08, 0x62, 0x6c, 0x6f, - 0x63, 0x6b, 0x49, 0x64, 0x73, 0x22, 0xbf, 0x02, 0x0a, 0x0e, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, - 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x3c, 0x0a, 0x07, 0x72, 0x65, 0x73, 0x75, - 0x6c, 0x74, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x22, 0x2e, 0x66, 0x6c, 0x6f, 0x77, - 0x2e, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x2e, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x52, 0x65, - 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x52, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x52, 0x07, 0x72, - 0x65, 0x73, 0x75, 0x6c, 0x74, 0x73, 0x12, 0x33, 0x0a, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, - 0x74, 0x61, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x17, 0x2e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, - 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x2e, 0x4d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, - 0x61, 0x52, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x1a, 0xb9, 0x01, 0x0a, 0x06, - 0x52, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x12, 0x19, 0x0a, 0x08, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x5f, - 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x07, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x49, - 0x64, 0x12, 0x21, 0x0a, 0x0c, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x5f, 0x68, 0x65, 0x69, 0x67, 0x68, - 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x04, 0x52, 0x0b, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x48, 0x65, - 0x69, 0x67, 0x68, 0x74, 0x12, 0x2c, 0x0a, 0x06, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x03, - 0x20, 0x03, 0x28, 0x0b, 0x32, 0x14, 0x2e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x65, 0x6e, 0x74, 0x69, - 0x74, 0x69, 0x65, 0x73, 0x2e, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x52, 0x06, 0x65, 0x76, 0x65, 0x6e, - 0x74, 0x73, 0x12, 0x43, 0x0a, 0x0f, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x5f, 0x74, 0x69, 0x6d, 0x65, - 0x73, 0x74, 0x61, 0x6d, 0x70, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, - 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x54, 0x69, - 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x52, 0x0e, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x54, 0x69, - 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x22, 0x1d, 0x0a, 0x1b, 0x47, 0x65, 0x74, 0x4e, 0x65, - 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x50, 0x61, 0x72, 0x61, 0x6d, 0x65, 0x74, 0x65, 0x72, 0x73, 0x52, - 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x22, 0x39, 0x0a, 0x1c, 0x47, 0x65, 0x74, 0x4e, 0x65, 0x74, - 0x77, 0x6f, 0x72, 0x6b, 0x50, 0x61, 0x72, 0x61, 0x6d, 0x65, 0x74, 0x65, 0x72, 0x73, 0x52, 0x65, - 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x19, 0x0a, 0x08, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x5f, - 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x49, - 0x64, 0x22, 0x27, 0x0a, 0x25, 0x47, 0x65, 0x74, 0x4c, 0x61, 0x74, 0x65, 0x73, 0x74, 0x50, 0x72, - 0x6f, 0x74, 0x6f, 0x63, 0x6f, 0x6c, 0x53, 0x74, 0x61, 0x74, 0x65, 0x53, 0x6e, 0x61, 0x70, 0x73, - 0x68, 0x6f, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x22, 0x84, 0x01, 0x0a, 0x1d, 0x50, - 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x6f, 0x6c, 0x53, 0x74, 0x61, 0x74, 0x65, 0x53, 0x6e, 0x61, 0x70, - 0x73, 0x68, 0x6f, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x2e, 0x0a, 0x12, - 0x73, 0x65, 0x72, 0x69, 0x61, 0x6c, 0x69, 0x7a, 0x65, 0x64, 0x53, 0x6e, 0x61, 0x70, 0x73, 0x68, - 0x6f, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x12, 0x73, 0x65, 0x72, 0x69, 0x61, 0x6c, - 0x69, 0x7a, 0x65, 0x64, 0x53, 0x6e, 0x61, 0x70, 0x73, 0x68, 0x6f, 0x74, 0x12, 0x33, 0x0a, 0x08, - 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x17, - 0x2e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x2e, 0x4d, - 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x52, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, - 0x61, 0x22, 0x40, 0x0a, 0x23, 0x47, 0x65, 0x74, 0x45, 0x78, 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, - 0x6e, 0x52, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x46, 0x6f, 0x72, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x49, - 0x44, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x19, 0x0a, 0x08, 0x62, 0x6c, 0x6f, 0x63, - 0x6b, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x07, 0x62, 0x6c, 0x6f, 0x63, - 0x6b, 0x49, 0x64, 0x22, 0xa3, 0x01, 0x0a, 0x21, 0x45, 0x78, 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, - 0x6e, 0x52, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x46, 0x6f, 0x72, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x49, - 0x44, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x49, 0x0a, 0x10, 0x65, 0x78, 0x65, - 0x63, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x18, 0x01, 0x20, - 0x01, 0x28, 0x0b, 0x32, 0x1e, 0x2e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x65, 0x6e, 0x74, 0x69, 0x74, - 0x69, 0x65, 0x73, 0x2e, 0x45, 0x78, 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, - 0x75, 0x6c, 0x74, 0x52, 0x0f, 0x65, 0x78, 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, - 0x73, 0x75, 0x6c, 0x74, 0x12, 0x33, 0x0a, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, - 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x17, 0x2e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x65, 0x6e, - 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x2e, 0x4d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x52, - 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x22, 0x2f, 0x0a, 0x1d, 0x47, 0x65, 0x74, - 0x45, 0x78, 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x42, - 0x79, 0x49, 0x44, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, - 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x02, 0x69, 0x64, 0x22, 0x9d, 0x01, 0x0a, 0x1b, 0x45, - 0x78, 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x42, 0x79, - 0x49, 0x44, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x49, 0x0a, 0x10, 0x65, 0x78, - 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x18, 0x01, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1e, 0x2e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x65, 0x6e, 0x74, 0x69, - 0x74, 0x69, 0x65, 0x73, 0x2e, 0x45, 0x78, 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, - 0x73, 0x75, 0x6c, 0x74, 0x52, 0x0f, 0x65, 0x78, 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x52, - 0x65, 0x73, 0x75, 0x6c, 0x74, 0x12, 0x33, 0x0a, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, - 0x61, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x17, 0x2e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x65, - 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x2e, 0x4d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, - 0x52, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x32, 0xb0, 0x15, 0x0a, 0x09, 0x41, - 0x63, 0x63, 0x65, 0x73, 0x73, 0x41, 0x50, 0x49, 0x12, 0x3b, 0x0a, 0x04, 0x50, 0x69, 0x6e, 0x67, - 0x12, 0x18, 0x2e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x2e, 0x50, - 0x69, 0x6e, 0x67, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x19, 0x2e, 0x66, 0x6c, 0x6f, - 0x77, 0x2e, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x2e, 0x50, 0x69, 0x6e, 0x67, 0x52, 0x65, 0x73, - 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x65, 0x0a, 0x12, 0x47, 0x65, 0x74, 0x4e, 0x6f, 0x64, 0x65, - 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x26, 0x2e, 0x66, 0x6c, - 0x6f, 0x77, 0x2e, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x2e, 0x47, 0x65, 0x74, 0x4e, 0x6f, 0x64, - 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x65, 0x71, 0x75, - 0x65, 0x73, 0x74, 0x1a, 0x27, 0x2e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x61, 0x63, 0x63, 0x65, 0x73, - 0x73, 0x2e, 0x47, 0x65, 0x74, 0x4e, 0x6f, 0x64, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, - 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x62, 0x0a, 0x14, - 0x47, 0x65, 0x74, 0x4c, 0x61, 0x74, 0x65, 0x73, 0x74, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x48, 0x65, - 0x61, 0x64, 0x65, 0x72, 0x12, 0x28, 0x2e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x61, 0x63, 0x63, 0x65, - 0x73, 0x73, 0x2e, 0x47, 0x65, 0x74, 0x4c, 0x61, 0x74, 0x65, 0x73, 0x74, 0x42, 0x6c, 0x6f, 0x63, - 0x6b, 0x48, 0x65, 0x61, 0x64, 0x65, 0x72, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x20, - 0x2e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x2e, 0x42, 0x6c, 0x6f, - 0x63, 0x6b, 0x48, 0x65, 0x61, 0x64, 0x65, 0x72, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, - 0x12, 0x5e, 0x0a, 0x12, 0x47, 0x65, 0x74, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x48, 0x65, 0x61, 0x64, - 0x65, 0x72, 0x42, 0x79, 0x49, 0x44, 0x12, 0x26, 0x2e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x61, 0x63, - 0x63, 0x65, 0x73, 0x73, 0x2e, 0x47, 0x65, 0x74, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x48, 0x65, 0x61, - 0x64, 0x65, 0x72, 0x42, 0x79, 0x49, 0x44, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x20, - 0x2e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x2e, 0x42, 0x6c, 0x6f, - 0x63, 0x6b, 0x48, 0x65, 0x61, 0x64, 0x65, 0x72, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, - 0x12, 0x66, 0x0a, 0x16, 0x47, 0x65, 0x74, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x48, 0x65, 0x61, 0x64, - 0x65, 0x72, 0x42, 0x79, 0x48, 0x65, 0x69, 0x67, 0x68, 0x74, 0x12, 0x2a, 0x2e, 0x66, 0x6c, 0x6f, - 0x77, 0x2e, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x2e, 0x47, 0x65, 0x74, 0x42, 0x6c, 0x6f, 0x63, - 0x6b, 0x48, 0x65, 0x61, 0x64, 0x65, 0x72, 0x42, 0x79, 0x48, 0x65, 0x69, 0x67, 0x68, 0x74, 0x52, - 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x20, 0x2e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x61, 0x63, - 0x63, 0x65, 0x73, 0x73, 0x2e, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x48, 0x65, 0x61, 0x64, 0x65, 0x72, - 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x50, 0x0a, 0x0e, 0x47, 0x65, 0x74, 0x4c, - 0x61, 0x74, 0x65, 0x73, 0x74, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x12, 0x22, 0x2e, 0x66, 0x6c, 0x6f, - 0x77, 0x2e, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x2e, 0x47, 0x65, 0x74, 0x4c, 0x61, 0x74, 0x65, - 0x73, 0x74, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1a, - 0x2e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x2e, 0x42, 0x6c, 0x6f, - 0x63, 0x6b, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x4c, 0x0a, 0x0c, 0x47, 0x65, - 0x74, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x42, 0x79, 0x49, 0x44, 0x12, 0x20, 0x2e, 0x66, 0x6c, 0x6f, - 0x77, 0x2e, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x2e, 0x47, 0x65, 0x74, 0x42, 0x6c, 0x6f, 0x63, - 0x6b, 0x42, 0x79, 0x49, 0x44, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1a, 0x2e, 0x66, - 0x6c, 0x6f, 0x77, 0x2e, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x2e, 0x42, 0x6c, 0x6f, 0x63, 0x6b, - 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x54, 0x0a, 0x10, 0x47, 0x65, 0x74, 0x42, - 0x6c, 0x6f, 0x63, 0x6b, 0x42, 0x79, 0x48, 0x65, 0x69, 0x67, 0x68, 0x74, 0x12, 0x24, 0x2e, 0x66, - 0x6c, 0x6f, 0x77, 0x2e, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x2e, 0x47, 0x65, 0x74, 0x42, 0x6c, - 0x6f, 0x63, 0x6b, 0x42, 0x79, 0x48, 0x65, 0x69, 0x67, 0x68, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, - 0x73, 0x74, 0x1a, 0x1a, 0x2e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, - 0x2e, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x5b, - 0x0a, 0x11, 0x47, 0x65, 0x74, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x42, - 0x79, 0x49, 0x44, 0x12, 0x25, 0x2e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x61, 0x63, 0x63, 0x65, 0x73, - 0x73, 0x2e, 0x47, 0x65, 0x74, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x42, - 0x79, 0x49, 0x44, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1f, 0x2e, 0x66, 0x6c, 0x6f, - 0x77, 0x2e, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x2e, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, - 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x5c, 0x0a, 0x0f, 0x53, - 0x65, 0x6e, 0x64, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x23, - 0x2e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x2e, 0x53, 0x65, 0x6e, - 0x64, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, - 0x65, 0x73, 0x74, 0x1a, 0x24, 0x2e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x61, 0x63, 0x63, 0x65, 0x73, - 0x73, 0x2e, 0x53, 0x65, 0x6e, 0x64, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, - 0x6e, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x56, 0x0a, 0x0e, 0x47, 0x65, 0x74, - 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x22, 0x2e, 0x66, 0x6c, - 0x6f, 0x77, 0x2e, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x2e, 0x47, 0x65, 0x74, 0x54, 0x72, 0x61, - 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, - 0x20, 0x2e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x2e, 0x54, 0x72, - 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, - 0x65, 0x12, 0x62, 0x0a, 0x14, 0x47, 0x65, 0x74, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, - 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x12, 0x22, 0x2e, 0x66, 0x6c, 0x6f, 0x77, - 0x2e, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x2e, 0x47, 0x65, 0x74, 0x54, 0x72, 0x61, 0x6e, 0x73, - 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x26, 0x2e, - 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x2e, 0x54, 0x72, 0x61, 0x6e, - 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x52, 0x65, 0x73, - 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x70, 0x0a, 0x1b, 0x47, 0x65, 0x74, 0x54, 0x72, 0x61, 0x6e, - 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x42, 0x79, 0x49, - 0x6e, 0x64, 0x65, 0x78, 0x12, 0x29, 0x2e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x61, 0x63, 0x63, 0x65, - 0x73, 0x73, 0x2e, 0x47, 0x65, 0x74, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, - 0x6e, 0x42, 0x79, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, - 0x26, 0x2e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x2e, 0x54, 0x72, - 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x52, - 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x77, 0x0a, 0x1e, 0x47, 0x65, 0x74, 0x54, 0x72, - 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x73, - 0x42, 0x79, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x49, 0x44, 0x12, 0x2c, 0x2e, 0x66, 0x6c, 0x6f, 0x77, - 0x2e, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x2e, 0x47, 0x65, 0x74, 0x54, 0x72, 0x61, 0x6e, 0x73, - 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x42, 0x79, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x49, 0x44, - 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x27, 0x2e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x61, - 0x63, 0x63, 0x65, 0x73, 0x73, 0x2e, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, - 0x6e, 0x52, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, - 0x12, 0x6b, 0x0a, 0x18, 0x47, 0x65, 0x74, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, - 0x6f, 0x6e, 0x73, 0x42, 0x79, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x49, 0x44, 0x12, 0x2c, 0x2e, 0x66, - 0x6c, 0x6f, 0x77, 0x2e, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x2e, 0x47, 0x65, 0x74, 0x54, 0x72, - 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x42, 0x79, 0x42, 0x6c, 0x6f, 0x63, - 0x6b, 0x49, 0x44, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x21, 0x2e, 0x66, 0x6c, 0x6f, - 0x77, 0x2e, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x2e, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, - 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x4d, 0x0a, - 0x0a, 0x47, 0x65, 0x74, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x1e, 0x2e, 0x66, 0x6c, - 0x6f, 0x77, 0x2e, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x2e, 0x47, 0x65, 0x74, 0x41, 0x63, 0x63, - 0x6f, 0x75, 0x6e, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1f, 0x2e, 0x66, 0x6c, - 0x6f, 0x77, 0x2e, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x2e, 0x47, 0x65, 0x74, 0x41, 0x63, 0x63, - 0x6f, 0x75, 0x6e, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x64, 0x0a, 0x17, - 0x47, 0x65, 0x74, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x41, 0x74, 0x4c, 0x61, 0x74, 0x65, - 0x73, 0x74, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x12, 0x2b, 0x2e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x61, - 0x63, 0x63, 0x65, 0x73, 0x73, 0x2e, 0x47, 0x65, 0x74, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, - 0x41, 0x74, 0x4c, 0x61, 0x74, 0x65, 0x73, 0x74, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x52, 0x65, 0x71, - 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1c, 0x2e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x61, 0x63, 0x63, 0x65, - 0x73, 0x73, 0x2e, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, - 0x73, 0x65, 0x12, 0x64, 0x0a, 0x17, 0x47, 0x65, 0x74, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, - 0x41, 0x74, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x48, 0x65, 0x69, 0x67, 0x68, 0x74, 0x12, 0x2b, 0x2e, - 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x2e, 0x47, 0x65, 0x74, 0x41, - 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x41, 0x74, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x48, 0x65, 0x69, - 0x67, 0x68, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1c, 0x2e, 0x66, 0x6c, 0x6f, - 0x77, 0x2e, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x2e, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, - 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x70, 0x0a, 0x1a, 0x45, 0x78, 0x65, 0x63, - 0x75, 0x74, 0x65, 0x53, 0x63, 0x72, 0x69, 0x70, 0x74, 0x41, 0x74, 0x4c, 0x61, 0x74, 0x65, 0x73, - 0x74, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x12, 0x2e, 0x2e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x61, 0x63, - 0x63, 0x65, 0x73, 0x73, 0x2e, 0x45, 0x78, 0x65, 0x63, 0x75, 0x74, 0x65, 0x53, 0x63, 0x72, 0x69, - 0x70, 0x74, 0x41, 0x74, 0x4c, 0x61, 0x74, 0x65, 0x73, 0x74, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x52, - 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x22, 0x2e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x61, 0x63, - 0x63, 0x65, 0x73, 0x73, 0x2e, 0x45, 0x78, 0x65, 0x63, 0x75, 0x74, 0x65, 0x53, 0x63, 0x72, 0x69, - 0x70, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x68, 0x0a, 0x16, 0x45, 0x78, - 0x65, 0x63, 0x75, 0x74, 0x65, 0x53, 0x63, 0x72, 0x69, 0x70, 0x74, 0x41, 0x74, 0x42, 0x6c, 0x6f, - 0x63, 0x6b, 0x49, 0x44, 0x12, 0x2a, 0x2e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x61, 0x63, 0x63, 0x65, - 0x73, 0x73, 0x2e, 0x45, 0x78, 0x65, 0x63, 0x75, 0x74, 0x65, 0x53, 0x63, 0x72, 0x69, 0x70, 0x74, - 0x41, 0x74, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x49, 0x44, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, - 0x1a, 0x22, 0x2e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x2e, 0x45, - 0x78, 0x65, 0x63, 0x75, 0x74, 0x65, 0x53, 0x63, 0x72, 0x69, 0x70, 0x74, 0x52, 0x65, 0x73, 0x70, - 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x70, 0x0a, 0x1a, 0x45, 0x78, 0x65, 0x63, 0x75, 0x74, 0x65, 0x53, - 0x63, 0x72, 0x69, 0x70, 0x74, 0x41, 0x74, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x48, 0x65, 0x69, 0x67, - 0x68, 0x74, 0x12, 0x2e, 0x2e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, - 0x2e, 0x45, 0x78, 0x65, 0x63, 0x75, 0x74, 0x65, 0x53, 0x63, 0x72, 0x69, 0x70, 0x74, 0x41, 0x74, - 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x48, 0x65, 0x69, 0x67, 0x68, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, - 0x73, 0x74, 0x1a, 0x22, 0x2e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, - 0x2e, 0x45, 0x78, 0x65, 0x63, 0x75, 0x74, 0x65, 0x53, 0x63, 0x72, 0x69, 0x70, 0x74, 0x52, 0x65, - 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x63, 0x0a, 0x17, 0x47, 0x65, 0x74, 0x45, 0x76, 0x65, - 0x6e, 0x74, 0x73, 0x46, 0x6f, 0x72, 0x48, 0x65, 0x69, 0x67, 0x68, 0x74, 0x52, 0x61, 0x6e, 0x67, - 0x65, 0x12, 0x2b, 0x2e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x2e, - 0x47, 0x65, 0x74, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x46, 0x6f, 0x72, 0x48, 0x65, 0x69, 0x67, - 0x68, 0x74, 0x52, 0x61, 0x6e, 0x67, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1b, - 0x2e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x2e, 0x45, 0x76, 0x65, - 0x6e, 0x74, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x5d, 0x0a, 0x14, 0x47, - 0x65, 0x74, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x46, 0x6f, 0x72, 0x42, 0x6c, 0x6f, 0x63, 0x6b, - 0x49, 0x44, 0x73, 0x12, 0x28, 0x2e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x61, 0x63, 0x63, 0x65, 0x73, - 0x73, 0x2e, 0x47, 0x65, 0x74, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x46, 0x6f, 0x72, 0x42, 0x6c, - 0x6f, 0x63, 0x6b, 0x49, 0x44, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1b, 0x2e, - 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x2e, 0x45, 0x76, 0x65, 0x6e, - 0x74, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x6b, 0x0a, 0x14, 0x47, 0x65, - 0x74, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x50, 0x61, 0x72, 0x61, 0x6d, 0x65, 0x74, 0x65, - 0x72, 0x73, 0x12, 0x28, 0x2e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, - 0x2e, 0x47, 0x65, 0x74, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x50, 0x61, 0x72, 0x61, 0x6d, - 0x65, 0x74, 0x65, 0x72, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x29, 0x2e, 0x66, - 0x6c, 0x6f, 0x77, 0x2e, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x2e, 0x47, 0x65, 0x74, 0x4e, 0x65, - 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x50, 0x61, 0x72, 0x61, 0x6d, 0x65, 0x74, 0x65, 0x72, 0x73, 0x52, - 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x80, 0x01, 0x0a, 0x1e, 0x47, 0x65, 0x74, 0x4c, - 0x61, 0x74, 0x65, 0x73, 0x74, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x6f, 0x6c, 0x53, 0x74, 0x61, - 0x74, 0x65, 0x53, 0x6e, 0x61, 0x70, 0x73, 0x68, 0x6f, 0x74, 0x12, 0x32, 0x2e, 0x66, 0x6c, 0x6f, - 0x77, 0x2e, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x2e, 0x47, 0x65, 0x74, 0x4c, 0x61, 0x74, 0x65, - 0x73, 0x74, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x6f, 0x6c, 0x53, 0x74, 0x61, 0x74, 0x65, 0x53, - 0x6e, 0x61, 0x70, 0x73, 0x68, 0x6f, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x2a, - 0x2e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x2e, 0x50, 0x72, 0x6f, - 0x74, 0x6f, 0x63, 0x6f, 0x6c, 0x53, 0x74, 0x61, 0x74, 0x65, 0x53, 0x6e, 0x61, 0x70, 0x73, 0x68, - 0x6f, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x80, 0x01, 0x0a, 0x1c, 0x47, - 0x65, 0x74, 0x45, 0x78, 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x75, 0x6c, - 0x74, 0x46, 0x6f, 0x72, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x49, 0x44, 0x12, 0x30, 0x2e, 0x66, 0x6c, - 0x6f, 0x77, 0x2e, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x2e, 0x47, 0x65, 0x74, 0x45, 0x78, 0x65, - 0x63, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x46, 0x6f, 0x72, 0x42, - 0x6c, 0x6f, 0x63, 0x6b, 0x49, 0x44, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x2e, 0x2e, - 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x2e, 0x45, 0x78, 0x65, 0x63, - 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x46, 0x6f, 0x72, 0x42, 0x6c, - 0x6f, 0x63, 0x6b, 0x49, 0x44, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x6e, 0x0a, - 0x16, 0x47, 0x65, 0x74, 0x45, 0x78, 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, - 0x75, 0x6c, 0x74, 0x42, 0x79, 0x49, 0x44, 0x12, 0x2a, 0x2e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x61, - 0x63, 0x63, 0x65, 0x73, 0x73, 0x2e, 0x47, 0x65, 0x74, 0x45, 0x78, 0x65, 0x63, 0x75, 0x74, 0x69, - 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x42, 0x79, 0x49, 0x44, 0x52, 0x65, 0x71, 0x75, - 0x65, 0x73, 0x74, 0x1a, 0x28, 0x2e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x61, 0x63, 0x63, 0x65, 0x73, - 0x73, 0x2e, 0x45, 0x78, 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x75, 0x6c, - 0x74, 0x42, 0x79, 0x49, 0x44, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x42, 0x4c, 0x0a, - 0x1a, 0x6f, 0x72, 0x67, 0x2e, 0x6f, 0x6e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x70, 0x72, 0x6f, 0x74, - 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x5a, 0x2e, 0x67, 0x69, 0x74, - 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x6f, 0x6e, 0x66, 0x6c, 0x6f, 0x77, 0x2f, 0x66, - 0x6c, 0x6f, 0x77, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x67, 0x6f, 0x2f, - 0x66, 0x6c, 0x6f, 0x77, 0x2f, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x62, 0x06, 0x70, 0x72, 0x6f, - 0x74, 0x6f, 0x33, -} - -var ( - file_flow_access_access_proto_rawDescOnce sync.Once - file_flow_access_access_proto_rawDescData = file_flow_access_access_proto_rawDesc -) - -func file_flow_access_access_proto_rawDescGZIP() []byte { - file_flow_access_access_proto_rawDescOnce.Do(func() { - file_flow_access_access_proto_rawDescData = protoimpl.X.CompressGZIP(file_flow_access_access_proto_rawDescData) - }) - return file_flow_access_access_proto_rawDescData -} - -var file_flow_access_access_proto_msgTypes = make([]protoimpl.MessageInfo, 44) -var file_flow_access_access_proto_goTypes = []interface{}{ - (*PingRequest)(nil), // 0: flow.access.PingRequest - (*PingResponse)(nil), // 1: flow.access.PingResponse - (*GetNodeVersionInfoRequest)(nil), // 2: flow.access.GetNodeVersionInfoRequest - (*GetNodeVersionInfoResponse)(nil), // 3: flow.access.GetNodeVersionInfoResponse - (*GetLatestBlockHeaderRequest)(nil), // 4: flow.access.GetLatestBlockHeaderRequest - (*GetBlockHeaderByIDRequest)(nil), // 5: flow.access.GetBlockHeaderByIDRequest - (*GetBlockHeaderByHeightRequest)(nil), // 6: flow.access.GetBlockHeaderByHeightRequest - (*BlockHeaderResponse)(nil), // 7: flow.access.BlockHeaderResponse - (*GetLatestBlockRequest)(nil), // 8: flow.access.GetLatestBlockRequest - (*GetBlockByIDRequest)(nil), // 9: flow.access.GetBlockByIDRequest - (*GetBlockByHeightRequest)(nil), // 10: flow.access.GetBlockByHeightRequest - (*BlockResponse)(nil), // 11: flow.access.BlockResponse - (*GetCollectionByIDRequest)(nil), // 12: flow.access.GetCollectionByIDRequest - (*CollectionResponse)(nil), // 13: flow.access.CollectionResponse - (*SendTransactionRequest)(nil), // 14: flow.access.SendTransactionRequest - (*SendTransactionResponse)(nil), // 15: flow.access.SendTransactionResponse - (*GetTransactionRequest)(nil), // 16: flow.access.GetTransactionRequest - (*GetTransactionByIndexRequest)(nil), // 17: flow.access.GetTransactionByIndexRequest - (*GetTransactionsByBlockIDRequest)(nil), // 18: flow.access.GetTransactionsByBlockIDRequest - (*TransactionResultsResponse)(nil), // 19: flow.access.TransactionResultsResponse - (*TransactionsResponse)(nil), // 20: flow.access.TransactionsResponse - (*TransactionResponse)(nil), // 21: flow.access.TransactionResponse - (*TransactionResultResponse)(nil), // 22: flow.access.TransactionResultResponse - (*GetAccountRequest)(nil), // 23: flow.access.GetAccountRequest - (*GetAccountResponse)(nil), // 24: flow.access.GetAccountResponse - (*GetAccountAtLatestBlockRequest)(nil), // 25: flow.access.GetAccountAtLatestBlockRequest - (*AccountResponse)(nil), // 26: flow.access.AccountResponse - (*GetAccountAtBlockHeightRequest)(nil), // 27: flow.access.GetAccountAtBlockHeightRequest - (*ExecuteScriptAtLatestBlockRequest)(nil), // 28: flow.access.ExecuteScriptAtLatestBlockRequest - (*ExecuteScriptAtBlockIDRequest)(nil), // 29: flow.access.ExecuteScriptAtBlockIDRequest - (*ExecuteScriptAtBlockHeightRequest)(nil), // 30: flow.access.ExecuteScriptAtBlockHeightRequest - (*ExecuteScriptResponse)(nil), // 31: flow.access.ExecuteScriptResponse - (*GetEventsForHeightRangeRequest)(nil), // 32: flow.access.GetEventsForHeightRangeRequest - (*GetEventsForBlockIDsRequest)(nil), // 33: flow.access.GetEventsForBlockIDsRequest - (*EventsResponse)(nil), // 34: flow.access.EventsResponse - (*GetNetworkParametersRequest)(nil), // 35: flow.access.GetNetworkParametersRequest - (*GetNetworkParametersResponse)(nil), // 36: flow.access.GetNetworkParametersResponse - (*GetLatestProtocolStateSnapshotRequest)(nil), // 37: flow.access.GetLatestProtocolStateSnapshotRequest - (*ProtocolStateSnapshotResponse)(nil), // 38: flow.access.ProtocolStateSnapshotResponse - (*GetExecutionResultForBlockIDRequest)(nil), // 39: flow.access.GetExecutionResultForBlockIDRequest - (*ExecutionResultForBlockIDResponse)(nil), // 40: flow.access.ExecutionResultForBlockIDResponse - (*GetExecutionResultByIDRequest)(nil), // 41: flow.access.GetExecutionResultByIDRequest - (*ExecutionResultByIDResponse)(nil), // 42: flow.access.ExecutionResultByIDResponse - (*EventsResponse_Result)(nil), // 43: flow.access.EventsResponse.Result - (*entities.NodeVersionInfo)(nil), // 44: flow.entities.NodeVersionInfo - (*entities.BlockHeader)(nil), // 45: flow.entities.BlockHeader - (entities.BlockStatus)(0), // 46: flow.entities.BlockStatus - (*entities.Metadata)(nil), // 47: flow.entities.Metadata - (*entities.Block)(nil), // 48: flow.entities.Block - (*entities.Collection)(nil), // 49: flow.entities.Collection - (*entities.Transaction)(nil), // 50: flow.entities.Transaction - (entities.TransactionStatus)(0), // 51: flow.entities.TransactionStatus - (*entities.Event)(nil), // 52: flow.entities.Event - (*entities.Account)(nil), // 53: flow.entities.Account - (*entities.ExecutionResult)(nil), // 54: flow.entities.ExecutionResult - (*timestamppb.Timestamp)(nil), // 55: google.protobuf.Timestamp -} -var file_flow_access_access_proto_depIdxs = []int32{ - 44, // 0: flow.access.GetNodeVersionInfoResponse.info:type_name -> flow.entities.NodeVersionInfo - 45, // 1: flow.access.BlockHeaderResponse.block:type_name -> flow.entities.BlockHeader - 46, // 2: flow.access.BlockHeaderResponse.block_status:type_name -> flow.entities.BlockStatus - 47, // 3: flow.access.BlockHeaderResponse.metadata:type_name -> flow.entities.Metadata - 48, // 4: flow.access.BlockResponse.block:type_name -> flow.entities.Block - 46, // 5: flow.access.BlockResponse.block_status:type_name -> flow.entities.BlockStatus - 47, // 6: flow.access.BlockResponse.metadata:type_name -> flow.entities.Metadata - 49, // 7: flow.access.CollectionResponse.collection:type_name -> flow.entities.Collection - 47, // 8: flow.access.CollectionResponse.metadata:type_name -> flow.entities.Metadata - 50, // 9: flow.access.SendTransactionRequest.transaction:type_name -> flow.entities.Transaction - 47, // 10: flow.access.SendTransactionResponse.metadata:type_name -> flow.entities.Metadata - 22, // 11: flow.access.TransactionResultsResponse.transaction_results:type_name -> flow.access.TransactionResultResponse - 47, // 12: flow.access.TransactionResultsResponse.metadata:type_name -> flow.entities.Metadata - 50, // 13: flow.access.TransactionsResponse.transactions:type_name -> flow.entities.Transaction - 47, // 14: flow.access.TransactionsResponse.metadata:type_name -> flow.entities.Metadata - 50, // 15: flow.access.TransactionResponse.transaction:type_name -> flow.entities.Transaction - 47, // 16: flow.access.TransactionResponse.metadata:type_name -> flow.entities.Metadata - 51, // 17: flow.access.TransactionResultResponse.status:type_name -> flow.entities.TransactionStatus - 52, // 18: flow.access.TransactionResultResponse.events:type_name -> flow.entities.Event - 47, // 19: flow.access.TransactionResultResponse.metadata:type_name -> flow.entities.Metadata - 53, // 20: flow.access.GetAccountResponse.account:type_name -> flow.entities.Account - 47, // 21: flow.access.GetAccountResponse.metadata:type_name -> flow.entities.Metadata - 53, // 22: flow.access.AccountResponse.account:type_name -> flow.entities.Account - 47, // 23: flow.access.AccountResponse.metadata:type_name -> flow.entities.Metadata - 47, // 24: flow.access.ExecuteScriptResponse.metadata:type_name -> flow.entities.Metadata - 43, // 25: flow.access.EventsResponse.results:type_name -> flow.access.EventsResponse.Result - 47, // 26: flow.access.EventsResponse.metadata:type_name -> flow.entities.Metadata - 47, // 27: flow.access.ProtocolStateSnapshotResponse.metadata:type_name -> flow.entities.Metadata - 54, // 28: flow.access.ExecutionResultForBlockIDResponse.execution_result:type_name -> flow.entities.ExecutionResult - 47, // 29: flow.access.ExecutionResultForBlockIDResponse.metadata:type_name -> flow.entities.Metadata - 54, // 30: flow.access.ExecutionResultByIDResponse.execution_result:type_name -> flow.entities.ExecutionResult - 47, // 31: flow.access.ExecutionResultByIDResponse.metadata:type_name -> flow.entities.Metadata - 52, // 32: flow.access.EventsResponse.Result.events:type_name -> flow.entities.Event - 55, // 33: flow.access.EventsResponse.Result.block_timestamp:type_name -> google.protobuf.Timestamp - 0, // 34: flow.access.AccessAPI.Ping:input_type -> flow.access.PingRequest - 2, // 35: flow.access.AccessAPI.GetNodeVersionInfo:input_type -> flow.access.GetNodeVersionInfoRequest - 4, // 36: flow.access.AccessAPI.GetLatestBlockHeader:input_type -> flow.access.GetLatestBlockHeaderRequest - 5, // 37: flow.access.AccessAPI.GetBlockHeaderByID:input_type -> flow.access.GetBlockHeaderByIDRequest - 6, // 38: flow.access.AccessAPI.GetBlockHeaderByHeight:input_type -> flow.access.GetBlockHeaderByHeightRequest - 8, // 39: flow.access.AccessAPI.GetLatestBlock:input_type -> flow.access.GetLatestBlockRequest - 9, // 40: flow.access.AccessAPI.GetBlockByID:input_type -> flow.access.GetBlockByIDRequest - 10, // 41: flow.access.AccessAPI.GetBlockByHeight:input_type -> flow.access.GetBlockByHeightRequest - 12, // 42: flow.access.AccessAPI.GetCollectionByID:input_type -> flow.access.GetCollectionByIDRequest - 14, // 43: flow.access.AccessAPI.SendTransaction:input_type -> flow.access.SendTransactionRequest - 16, // 44: flow.access.AccessAPI.GetTransaction:input_type -> flow.access.GetTransactionRequest - 16, // 45: flow.access.AccessAPI.GetTransactionResult:input_type -> flow.access.GetTransactionRequest - 17, // 46: flow.access.AccessAPI.GetTransactionResultByIndex:input_type -> flow.access.GetTransactionByIndexRequest - 18, // 47: flow.access.AccessAPI.GetTransactionResultsByBlockID:input_type -> flow.access.GetTransactionsByBlockIDRequest - 18, // 48: flow.access.AccessAPI.GetTransactionsByBlockID:input_type -> flow.access.GetTransactionsByBlockIDRequest - 23, // 49: flow.access.AccessAPI.GetAccount:input_type -> flow.access.GetAccountRequest - 25, // 50: flow.access.AccessAPI.GetAccountAtLatestBlock:input_type -> flow.access.GetAccountAtLatestBlockRequest - 27, // 51: flow.access.AccessAPI.GetAccountAtBlockHeight:input_type -> flow.access.GetAccountAtBlockHeightRequest - 28, // 52: flow.access.AccessAPI.ExecuteScriptAtLatestBlock:input_type -> flow.access.ExecuteScriptAtLatestBlockRequest - 29, // 53: flow.access.AccessAPI.ExecuteScriptAtBlockID:input_type -> flow.access.ExecuteScriptAtBlockIDRequest - 30, // 54: flow.access.AccessAPI.ExecuteScriptAtBlockHeight:input_type -> flow.access.ExecuteScriptAtBlockHeightRequest - 32, // 55: flow.access.AccessAPI.GetEventsForHeightRange:input_type -> flow.access.GetEventsForHeightRangeRequest - 33, // 56: flow.access.AccessAPI.GetEventsForBlockIDs:input_type -> flow.access.GetEventsForBlockIDsRequest - 35, // 57: flow.access.AccessAPI.GetNetworkParameters:input_type -> flow.access.GetNetworkParametersRequest - 37, // 58: flow.access.AccessAPI.GetLatestProtocolStateSnapshot:input_type -> flow.access.GetLatestProtocolStateSnapshotRequest - 39, // 59: flow.access.AccessAPI.GetExecutionResultForBlockID:input_type -> flow.access.GetExecutionResultForBlockIDRequest - 41, // 60: flow.access.AccessAPI.GetExecutionResultByID:input_type -> flow.access.GetExecutionResultByIDRequest - 1, // 61: flow.access.AccessAPI.Ping:output_type -> flow.access.PingResponse - 3, // 62: flow.access.AccessAPI.GetNodeVersionInfo:output_type -> flow.access.GetNodeVersionInfoResponse - 7, // 63: flow.access.AccessAPI.GetLatestBlockHeader:output_type -> flow.access.BlockHeaderResponse - 7, // 64: flow.access.AccessAPI.GetBlockHeaderByID:output_type -> flow.access.BlockHeaderResponse - 7, // 65: flow.access.AccessAPI.GetBlockHeaderByHeight:output_type -> flow.access.BlockHeaderResponse - 11, // 66: flow.access.AccessAPI.GetLatestBlock:output_type -> flow.access.BlockResponse - 11, // 67: flow.access.AccessAPI.GetBlockByID:output_type -> flow.access.BlockResponse - 11, // 68: flow.access.AccessAPI.GetBlockByHeight:output_type -> flow.access.BlockResponse - 13, // 69: flow.access.AccessAPI.GetCollectionByID:output_type -> flow.access.CollectionResponse - 15, // 70: flow.access.AccessAPI.SendTransaction:output_type -> flow.access.SendTransactionResponse - 21, // 71: flow.access.AccessAPI.GetTransaction:output_type -> flow.access.TransactionResponse - 22, // 72: flow.access.AccessAPI.GetTransactionResult:output_type -> flow.access.TransactionResultResponse - 22, // 73: flow.access.AccessAPI.GetTransactionResultByIndex:output_type -> flow.access.TransactionResultResponse - 19, // 74: flow.access.AccessAPI.GetTransactionResultsByBlockID:output_type -> flow.access.TransactionResultsResponse - 20, // 75: flow.access.AccessAPI.GetTransactionsByBlockID:output_type -> flow.access.TransactionsResponse - 24, // 76: flow.access.AccessAPI.GetAccount:output_type -> flow.access.GetAccountResponse - 26, // 77: flow.access.AccessAPI.GetAccountAtLatestBlock:output_type -> flow.access.AccountResponse - 26, // 78: flow.access.AccessAPI.GetAccountAtBlockHeight:output_type -> flow.access.AccountResponse - 31, // 79: flow.access.AccessAPI.ExecuteScriptAtLatestBlock:output_type -> flow.access.ExecuteScriptResponse - 31, // 80: flow.access.AccessAPI.ExecuteScriptAtBlockID:output_type -> flow.access.ExecuteScriptResponse - 31, // 81: flow.access.AccessAPI.ExecuteScriptAtBlockHeight:output_type -> flow.access.ExecuteScriptResponse - 34, // 82: flow.access.AccessAPI.GetEventsForHeightRange:output_type -> flow.access.EventsResponse - 34, // 83: flow.access.AccessAPI.GetEventsForBlockIDs:output_type -> flow.access.EventsResponse - 36, // 84: flow.access.AccessAPI.GetNetworkParameters:output_type -> flow.access.GetNetworkParametersResponse - 38, // 85: flow.access.AccessAPI.GetLatestProtocolStateSnapshot:output_type -> flow.access.ProtocolStateSnapshotResponse - 40, // 86: flow.access.AccessAPI.GetExecutionResultForBlockID:output_type -> flow.access.ExecutionResultForBlockIDResponse - 42, // 87: flow.access.AccessAPI.GetExecutionResultByID:output_type -> flow.access.ExecutionResultByIDResponse - 61, // [61:88] is the sub-list for method output_type - 34, // [34:61] is the sub-list for method input_type - 34, // [34:34] is the sub-list for extension type_name - 34, // [34:34] is the sub-list for extension extendee - 0, // [0:34] is the sub-list for field type_name -} - -func init() { file_flow_access_access_proto_init() } -func file_flow_access_access_proto_init() { - if File_flow_access_access_proto != nil { - return - } - if !protoimpl.UnsafeEnabled { - file_flow_access_access_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*PingRequest); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_flow_access_access_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*PingResponse); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_flow_access_access_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GetNodeVersionInfoRequest); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_flow_access_access_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GetNodeVersionInfoResponse); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_flow_access_access_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GetLatestBlockHeaderRequest); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_flow_access_access_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GetBlockHeaderByIDRequest); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_flow_access_access_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GetBlockHeaderByHeightRequest); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_flow_access_access_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*BlockHeaderResponse); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_flow_access_access_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GetLatestBlockRequest); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_flow_access_access_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GetBlockByIDRequest); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_flow_access_access_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GetBlockByHeightRequest); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_flow_access_access_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*BlockResponse); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_flow_access_access_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GetCollectionByIDRequest); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_flow_access_access_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*CollectionResponse); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_flow_access_access_proto_msgTypes[14].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*SendTransactionRequest); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_flow_access_access_proto_msgTypes[15].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*SendTransactionResponse); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_flow_access_access_proto_msgTypes[16].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GetTransactionRequest); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_flow_access_access_proto_msgTypes[17].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GetTransactionByIndexRequest); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_flow_access_access_proto_msgTypes[18].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GetTransactionsByBlockIDRequest); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_flow_access_access_proto_msgTypes[19].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*TransactionResultsResponse); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_flow_access_access_proto_msgTypes[20].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*TransactionsResponse); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_flow_access_access_proto_msgTypes[21].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*TransactionResponse); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_flow_access_access_proto_msgTypes[22].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*TransactionResultResponse); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_flow_access_access_proto_msgTypes[23].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GetAccountRequest); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_flow_access_access_proto_msgTypes[24].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GetAccountResponse); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_flow_access_access_proto_msgTypes[25].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GetAccountAtLatestBlockRequest); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_flow_access_access_proto_msgTypes[26].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*AccountResponse); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_flow_access_access_proto_msgTypes[27].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GetAccountAtBlockHeightRequest); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_flow_access_access_proto_msgTypes[28].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ExecuteScriptAtLatestBlockRequest); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_flow_access_access_proto_msgTypes[29].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ExecuteScriptAtBlockIDRequest); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_flow_access_access_proto_msgTypes[30].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ExecuteScriptAtBlockHeightRequest); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_flow_access_access_proto_msgTypes[31].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ExecuteScriptResponse); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_flow_access_access_proto_msgTypes[32].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GetEventsForHeightRangeRequest); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_flow_access_access_proto_msgTypes[33].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GetEventsForBlockIDsRequest); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_flow_access_access_proto_msgTypes[34].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*EventsResponse); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_flow_access_access_proto_msgTypes[35].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GetNetworkParametersRequest); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_flow_access_access_proto_msgTypes[36].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GetNetworkParametersResponse); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_flow_access_access_proto_msgTypes[37].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GetLatestProtocolStateSnapshotRequest); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_flow_access_access_proto_msgTypes[38].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ProtocolStateSnapshotResponse); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_flow_access_access_proto_msgTypes[39].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GetExecutionResultForBlockIDRequest); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_flow_access_access_proto_msgTypes[40].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ExecutionResultForBlockIDResponse); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_flow_access_access_proto_msgTypes[41].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GetExecutionResultByIDRequest); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_flow_access_access_proto_msgTypes[42].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ExecutionResultByIDResponse); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_flow_access_access_proto_msgTypes[43].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*EventsResponse_Result); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - } - type x struct{} - out := protoimpl.TypeBuilder{ - File: protoimpl.DescBuilder{ - GoPackagePath: reflect.TypeOf(x{}).PkgPath(), - RawDescriptor: file_flow_access_access_proto_rawDesc, - NumEnums: 0, - NumMessages: 44, - NumExtensions: 0, - NumServices: 1, - }, - GoTypes: file_flow_access_access_proto_goTypes, - DependencyIndexes: file_flow_access_access_proto_depIdxs, - MessageInfos: file_flow_access_access_proto_msgTypes, - }.Build() - File_flow_access_access_proto = out.File - file_flow_access_access_proto_rawDesc = nil - file_flow_access_access_proto_goTypes = nil - file_flow_access_access_proto_depIdxs = nil +func init() { + proto.RegisterType((*PingRequest)(nil), "flow.access.PingRequest") + proto.RegisterType((*PingResponse)(nil), "flow.access.PingResponse") + proto.RegisterType((*GetNodeVersionInfoRequest)(nil), "flow.access.GetNodeVersionInfoRequest") + proto.RegisterType((*GetNodeVersionInfoResponse)(nil), "flow.access.GetNodeVersionInfoResponse") + proto.RegisterType((*GetLatestBlockHeaderRequest)(nil), "flow.access.GetLatestBlockHeaderRequest") + proto.RegisterType((*GetBlockHeaderByIDRequest)(nil), "flow.access.GetBlockHeaderByIDRequest") + proto.RegisterType((*GetBlockHeaderByHeightRequest)(nil), "flow.access.GetBlockHeaderByHeightRequest") + proto.RegisterType((*BlockHeaderResponse)(nil), "flow.access.BlockHeaderResponse") + proto.RegisterType((*GetLatestBlockRequest)(nil), "flow.access.GetLatestBlockRequest") + proto.RegisterType((*GetBlockByIDRequest)(nil), "flow.access.GetBlockByIDRequest") + proto.RegisterType((*GetBlockByHeightRequest)(nil), "flow.access.GetBlockByHeightRequest") + proto.RegisterType((*BlockResponse)(nil), "flow.access.BlockResponse") + proto.RegisterType((*GetCollectionByIDRequest)(nil), "flow.access.GetCollectionByIDRequest") + proto.RegisterType((*CollectionResponse)(nil), "flow.access.CollectionResponse") + proto.RegisterType((*SendTransactionRequest)(nil), "flow.access.SendTransactionRequest") + proto.RegisterType((*SendTransactionResponse)(nil), "flow.access.SendTransactionResponse") + proto.RegisterType((*GetTransactionRequest)(nil), "flow.access.GetTransactionRequest") + proto.RegisterType((*GetTransactionByIndexRequest)(nil), "flow.access.GetTransactionByIndexRequest") + proto.RegisterType((*GetTransactionsByBlockIDRequest)(nil), "flow.access.GetTransactionsByBlockIDRequest") + proto.RegisterType((*TransactionResultsResponse)(nil), "flow.access.TransactionResultsResponse") + proto.RegisterType((*TransactionsResponse)(nil), "flow.access.TransactionsResponse") + proto.RegisterType((*TransactionResponse)(nil), "flow.access.TransactionResponse") + proto.RegisterType((*TransactionResultResponse)(nil), "flow.access.TransactionResultResponse") + proto.RegisterType((*GetAccountRequest)(nil), "flow.access.GetAccountRequest") + proto.RegisterType((*GetAccountResponse)(nil), "flow.access.GetAccountResponse") + proto.RegisterType((*GetAccountAtLatestBlockRequest)(nil), "flow.access.GetAccountAtLatestBlockRequest") + proto.RegisterType((*AccountResponse)(nil), "flow.access.AccountResponse") + proto.RegisterType((*GetAccountAtBlockHeightRequest)(nil), "flow.access.GetAccountAtBlockHeightRequest") + proto.RegisterType((*ExecuteScriptAtLatestBlockRequest)(nil), "flow.access.ExecuteScriptAtLatestBlockRequest") + proto.RegisterType((*ExecuteScriptAtBlockIDRequest)(nil), "flow.access.ExecuteScriptAtBlockIDRequest") + proto.RegisterType((*ExecuteScriptAtBlockHeightRequest)(nil), "flow.access.ExecuteScriptAtBlockHeightRequest") + proto.RegisterType((*ExecuteScriptResponse)(nil), "flow.access.ExecuteScriptResponse") + proto.RegisterType((*GetEventsForHeightRangeRequest)(nil), "flow.access.GetEventsForHeightRangeRequest") + proto.RegisterType((*GetEventsForBlockIDsRequest)(nil), "flow.access.GetEventsForBlockIDsRequest") + proto.RegisterType((*EventsResponse)(nil), "flow.access.EventsResponse") + proto.RegisterType((*EventsResponse_Result)(nil), "flow.access.EventsResponse.Result") + proto.RegisterType((*GetNetworkParametersRequest)(nil), "flow.access.GetNetworkParametersRequest") + proto.RegisterType((*GetNetworkParametersResponse)(nil), "flow.access.GetNetworkParametersResponse") + proto.RegisterType((*GetLatestProtocolStateSnapshotRequest)(nil), "flow.access.GetLatestProtocolStateSnapshotRequest") + proto.RegisterType((*ProtocolStateSnapshotResponse)(nil), "flow.access.ProtocolStateSnapshotResponse") + proto.RegisterType((*GetExecutionResultForBlockIDRequest)(nil), "flow.access.GetExecutionResultForBlockIDRequest") + proto.RegisterType((*ExecutionResultForBlockIDResponse)(nil), "flow.access.ExecutionResultForBlockIDResponse") + proto.RegisterType((*GetExecutionResultByIDRequest)(nil), "flow.access.GetExecutionResultByIDRequest") + proto.RegisterType((*ExecutionResultByIDResponse)(nil), "flow.access.ExecutionResultByIDResponse") +} + +func init() { proto.RegisterFile("flow/access/access.proto", fileDescriptor_4382e32bb8e3e8e5) } + +var fileDescriptor_4382e32bb8e3e8e5 = []byte{ + // 1794 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xcc, 0x59, 0xcd, 0x73, 0xd4, 0xc6, + 0x12, 0x2f, 0xed, 0xfa, 0x63, 0xb7, 0xbd, 0xb6, 0x61, 0x6c, 0xcc, 0x5a, 0xfe, 0x5a, 0x04, 0x7e, + 0x98, 0x8f, 0x27, 0x53, 0xe6, 0xf0, 0x1e, 0x3c, 0x5e, 0x2a, 0x36, 0x21, 0x66, 0xab, 0x80, 0xb8, + 0x64, 0x42, 0x2a, 0x1f, 0xe0, 0x92, 0x57, 0xe3, 0xb5, 0xca, 0x6b, 0x69, 0x23, 0x69, 0x0d, 0x4e, + 0x72, 0xe0, 0x90, 0x43, 0xaa, 0xf2, 0x37, 0xe4, 0x94, 0x5b, 0x2e, 0xc9, 0x35, 0x95, 0x43, 0xfe, + 0xb5, 0xd4, 0xb6, 0x66, 0xb4, 0x1a, 0x69, 0xa4, 0x15, 0x9b, 0x03, 0xb9, 0x80, 0x47, 0xd3, 0xdd, + 0xbf, 0xee, 0xe9, 0x9e, 0x9e, 0xee, 0x5e, 0xa8, 0x1f, 0x75, 0xdc, 0xd7, 0x9b, 0x66, 0xab, 0x45, + 0x7d, 0x9f, 0xfd, 0xa7, 0x77, 0x3d, 0x37, 0x70, 0xc9, 0x54, 0x7f, 0x47, 0x0f, 0x3f, 0xa9, 0x4b, + 0x48, 0x46, 0x9d, 0xc0, 0x0e, 0x6c, 0x8a, 0x84, 0x6e, 0xcf, 0x09, 0x42, 0x4a, 0xb5, 0x21, 0x6e, + 0x1e, 0x76, 0xdc, 0xd6, 0xc9, 0xc1, 0x31, 0x35, 0x2d, 0xea, 0x31, 0x8a, 0x45, 0x09, 0x05, 0xdb, + 0x5a, 0x15, 0xb7, 0x5a, 0x6e, 0xa7, 0x43, 0x5b, 0x81, 0xed, 0x3a, 0x72, 0x56, 0x7a, 0x46, 0x23, + 0xdc, 0x6b, 0x89, 0xad, 0x37, 0xb4, 0xd5, 0xeb, 0x73, 0x1e, 0x78, 0xd4, 0xef, 0x75, 0x38, 0xd5, + 0xb2, 0x48, 0x75, 0x4a, 0x03, 0xd3, 0x32, 0x03, 0x93, 0xed, 0xae, 0x8b, 0xbb, 0x8e, 0x6b, 0xd1, + 0x83, 0x33, 0xea, 0xf9, 0x7d, 0x31, 0xb6, 0x73, 0xe4, 0x32, 0xb2, 0x35, 0x91, 0x2c, 0xf0, 0x4c, + 0xc7, 0x37, 0xe3, 0x6a, 0xae, 0xb5, 0x5d, 0xb7, 0xdd, 0xa1, 0x9b, 0xb8, 0x3a, 0xec, 0x1d, 0x6d, + 0x06, 0xf6, 0x29, 0xf5, 0x03, 0xf3, 0xb4, 0x1b, 0x12, 0x68, 0xd3, 0x30, 0xb5, 0x67, 0x3b, 0x6d, + 0x83, 0x7e, 0xdd, 0xa3, 0x7e, 0xa0, 0xcd, 0x40, 0x2d, 0x5c, 0xfa, 0x5d, 0xd7, 0xf1, 0xa9, 0xb6, + 0x04, 0x8b, 0xbb, 0x34, 0x78, 0xe6, 0x5a, 0xf4, 0x45, 0x88, 0xde, 0x74, 0x8e, 0x5c, 0x4e, 0xbc, + 0x07, 0xaa, 0x6c, 0x33, 0x64, 0x25, 0x5b, 0x30, 0xd6, 0xd7, 0xb4, 0xae, 0x34, 0x94, 0x8d, 0xa9, + 0xad, 0x55, 0x1d, 0xfd, 0xc6, 0x55, 0xd5, 0x93, 0x5c, 0x48, 0xab, 0xdd, 0x87, 0xa5, 0x5d, 0x1a, + 0x3c, 0x31, 0x03, 0xea, 0x07, 0x3b, 0x7d, 0x6f, 0x3c, 0x46, 0x77, 0x31, 0x40, 0xb2, 0x04, 0x55, + 0xdb, 0x3f, 0xf0, 0xa9, 0xd9, 0xa1, 0x16, 0xca, 0xad, 0x18, 0x15, 0xdb, 0xdf, 0xc7, 0xb5, 0x76, + 0x0b, 0x55, 0x8d, 0x71, 0xed, 0x9c, 0x37, 0x3f, 0xe2, 0x9c, 0x33, 0x50, 0xb2, 0x43, 0x96, 0x9a, + 0x51, 0xb2, 0x2d, 0xed, 0x3f, 0xb0, 0x92, 0x24, 0x7e, 0x4c, 0xed, 0xf6, 0x71, 0xc0, 0x19, 0x16, + 0x60, 0xe2, 0x18, 0x3f, 0x20, 0xd3, 0x98, 0xc1, 0x56, 0xda, 0x1f, 0x0a, 0xcc, 0x09, 0x9a, 0x31, + 0x6b, 0xef, 0xc0, 0x38, 0x86, 0x0f, 0x33, 0x57, 0x4d, 0x98, 0x1b, 0x67, 0x09, 0x09, 0xc9, 0xff, + 0xa1, 0x16, 0x86, 0xa4, 0x1f, 0x98, 0x41, 0xcf, 0xaf, 0x97, 0x1a, 0xca, 0xc6, 0x8c, 0x9c, 0x71, + 0x1f, 0x29, 0x8c, 0xa9, 0xc3, 0xc1, 0x82, 0xdc, 0x85, 0x0a, 0x8f, 0x99, 0x7a, 0x19, 0x31, 0x2f, + 0x27, 0x58, 0x9f, 0xb2, 0x6d, 0x23, 0x22, 0xd4, 0x2c, 0xb8, 0x24, 0x9e, 0x6f, 0x91, 0x93, 0x25, + 0x3a, 0xcc, 0x1d, 0xf5, 0x3a, 0x9d, 0x83, 0x50, 0x5d, 0x8f, 0x99, 0x8c, 0x0a, 0x57, 0x8c, 0x8b, + 0xfd, 0x2d, 0x26, 0x8b, 0x05, 0xcd, 0xa7, 0x30, 0xc7, 0x0f, 0x37, 0xc7, 0x07, 0xef, 0x2c, 0xd6, + 0x84, 0xcb, 0x03, 0xb1, 0x85, 0xbc, 0xf5, 0xce, 0x10, 0xbf, 0x2a, 0x30, 0x2d, 0x7c, 0x21, 0x37, + 0x45, 0xbf, 0xce, 0xcb, 0xdc, 0xf3, 0x3e, 0x3d, 0x7a, 0x13, 0xea, 0xbb, 0x34, 0x78, 0x18, 0xa5, + 0xa7, 0xbc, 0xa0, 0xff, 0x5e, 0x01, 0x32, 0xa0, 0x8c, 0x4c, 0xbc, 0x07, 0x30, 0x48, 0x6f, 0xcc, + 0xce, 0xc5, 0x04, 0x72, 0x8c, 0x2d, 0x46, 0x2c, 0xa8, 0x5c, 0x2a, 0xaa, 0xf2, 0x0b, 0x58, 0xd8, + 0xa7, 0x8e, 0xf5, 0x7c, 0x90, 0xac, 0xb8, 0xc2, 0x0f, 0x60, 0x2a, 0x96, 0xc2, 0x32, 0xae, 0x52, + 0x9c, 0x2f, 0x4e, 0xae, 0xbd, 0x82, 0xcb, 0x29, 0xb9, 0xcc, 0xc4, 0x64, 0xe8, 0x8d, 0xa4, 0x77, + 0x1b, 0x2f, 0x8f, 0x44, 0xed, 0xa4, 0xf4, 0x45, 0xa8, 0x84, 0x71, 0x60, 0x5b, 0x28, 0xbd, 0x66, + 0x4c, 0xe2, 0xba, 0x69, 0x91, 0xab, 0x30, 0x3d, 0x38, 0xbe, 0xfe, 0x7e, 0x19, 0xf7, 0x6b, 0x83, + 0x8f, 0x4d, 0x4b, 0xfb, 0x04, 0x96, 0x45, 0xa0, 0x9d, 0xf3, 0xa6, 0x63, 0xd1, 0x37, 0x1c, 0x2f, + 0x2e, 0x5f, 0x11, 0xe5, 0xcf, 0xc3, 0xb8, 0xdd, 0x27, 0x45, 0xdc, 0x69, 0x23, 0x5c, 0x68, 0x0f, + 0x60, 0x4d, 0x14, 0xe8, 0xef, 0x9c, 0x63, 0x18, 0x0e, 0x62, 0x25, 0x5b, 0xa6, 0xf6, 0x8b, 0x02, + 0xaa, 0x78, 0xa8, 0xbd, 0x4e, 0xe0, 0x47, 0x67, 0xfb, 0x19, 0xcc, 0xc5, 0xbc, 0xc0, 0x1e, 0x39, + 0xbf, 0xae, 0x34, 0xca, 0x1b, 0x53, 0x5b, 0xff, 0xd2, 0x63, 0xcf, 0xb5, 0x9e, 0x92, 0xc2, 0x85, + 0x18, 0x24, 0x48, 0x01, 0x8c, 0xe6, 0xa4, 0x1f, 0x15, 0x98, 0x8f, 0x1b, 0x1a, 0xa9, 0xf9, 0x01, + 0xd4, 0x62, 0x18, 0x5c, 0xbf, 0xbc, 0xe0, 0x12, 0xe8, 0x47, 0xd3, 0xe6, 0x07, 0x05, 0xe6, 0x64, + 0xf1, 0xf8, 0xb7, 0x02, 0x7d, 0x44, 0x55, 0xca, 0xb0, 0x98, 0x79, 0xfe, 0xe4, 0xbf, 0x30, 0xc1, + 0x92, 0x96, 0x82, 0x49, 0xab, 0x91, 0xad, 0x0b, 0x4b, 0x5d, 0x8c, 0x9e, 0xac, 0xc1, 0x54, 0xf8, + 0xd7, 0x41, 0xcb, 0xb5, 0x28, 0x8b, 0x3b, 0x08, 0x3f, 0x3d, 0x74, 0x2d, 0xda, 0x0f, 0x79, 0xea, + 0x79, 0xae, 0x77, 0x70, 0x4a, 0x7d, 0xdf, 0x6c, 0x53, 0x0c, 0xf9, 0xaa, 0x51, 0xc3, 0x8f, 0x4f, + 0xc3, 0x6f, 0xe4, 0x36, 0x4c, 0x60, 0x09, 0xe5, 0xd7, 0xc7, 0xd0, 0x2f, 0xc9, 0x3c, 0xfb, 0xa8, + 0xbf, 0x69, 0x30, 0x1a, 0x21, 0x58, 0xc7, 0xc5, 0x0b, 0xb0, 0x0e, 0x33, 0xf1, 0x68, 0xb4, 0xad, + 0xfa, 0x04, 0x12, 0x4c, 0xc7, 0xbe, 0xca, 0xee, 0xe1, 0x64, 0xfa, 0x1e, 0x92, 0x2b, 0x3c, 0x9f, + 0xb3, 0xb7, 0xa5, 0x82, 0x6f, 0x4b, 0x98, 0xb3, 0xc3, 0xf7, 0x47, 0x70, 0x45, 0xb5, 0xa8, 0x2b, + 0xfe, 0x0d, 0x17, 0x77, 0x69, 0xb0, 0x1d, 0x16, 0xab, 0xfc, 0x02, 0xd6, 0x61, 0xd2, 0xb4, 0x2c, + 0x8f, 0xfa, 0x3e, 0xbf, 0x7f, 0x6c, 0xa9, 0x7d, 0x0b, 0x24, 0x4e, 0x1e, 0x15, 0x1c, 0x93, 0xac, + 0xdc, 0x65, 0xe1, 0xb3, 0x90, 0x00, 0xe6, 0x0c, 0x9c, 0x6c, 0xb4, 0xb0, 0xb9, 0x0f, 0xab, 0x03, + 0xf0, 0x6d, 0x59, 0xe9, 0x90, 0xad, 0xf8, 0x1b, 0x98, 0x7d, 0x4f, 0x5a, 0xbf, 0x14, 0xb5, 0xde, + 0x19, 0x78, 0x6c, 0xa8, 0xd6, 0x29, 0xaf, 0x97, 0x52, 0x5e, 0xd7, 0x3e, 0x87, 0x2b, 0x8f, 0xb0, + 0xaa, 0xa7, 0xfb, 0x2d, 0xcf, 0xee, 0xca, 0xcf, 0x65, 0x01, 0x26, 0x7c, 0xdc, 0x65, 0x00, 0x6c, + 0x45, 0x96, 0xa1, 0x6a, 0x7a, 0xed, 0xde, 0x29, 0x46, 0x7b, 0xa9, 0x51, 0xde, 0xa8, 0x19, 0x83, + 0x0f, 0x5a, 0x17, 0x56, 0x12, 0xa2, 0x0b, 0x27, 0xea, 0x18, 0x62, 0x29, 0x1b, 0xb1, 0x9c, 0x44, + 0xfc, 0x2e, 0x65, 0x8c, 0xe4, 0xb8, 0x92, 0x87, 0xa2, 0xa4, 0xaf, 0xc2, 0x68, 0xe8, 0x87, 0x70, + 0x49, 0x40, 0x8f, 0x22, 0x65, 0x1e, 0xc6, 0xcf, 0xcc, 0x4e, 0x8f, 0x32, 0x23, 0xc3, 0xc5, 0x68, + 0xd1, 0x70, 0x86, 0xd1, 0x80, 0x29, 0xc4, 0xff, 0xd8, 0xf5, 0x98, 0x65, 0xa6, 0xd3, 0xa6, 0xdc, + 0x3c, 0x02, 0x63, 0xc1, 0x79, 0x37, 0xc4, 0xaa, 0x1a, 0xf8, 0x77, 0xdf, 0x64, 0x3f, 0x30, 0xbd, + 0x20, 0x11, 0x07, 0xf8, 0x8d, 0x99, 0xbc, 0x02, 0x40, 0x1d, 0x8b, 0x13, 0x94, 0x91, 0xa0, 0x4a, + 0x1d, 0x8b, 0x85, 0xc9, 0x33, 0xec, 0x66, 0x22, 0x5c, 0xe6, 0x48, 0x3f, 0x0f, 0x74, 0x09, 0xaa, + 0xdc, 0xbb, 0x3c, 0x38, 0x2a, 0xcc, 0xbd, 0xbe, 0xf6, 0x67, 0x09, 0x66, 0x42, 0x69, 0xb1, 0x87, + 0x64, 0x52, 0x7c, 0x70, 0x35, 0xe1, 0xc1, 0x15, 0xa9, 0x75, 0x96, 0xf4, 0x39, 0xcb, 0x48, 0xa7, + 0xa9, 0xfe, 0xae, 0xc0, 0x44, 0x28, 0x28, 0x2f, 0x16, 0x87, 0xdf, 0xa2, 0x58, 0xce, 0x2f, 0x17, + 0xc8, 0xf9, 0x0f, 0x61, 0x36, 0x14, 0x18, 0x75, 0xb0, 0xf5, 0x31, 0xf6, 0x6c, 0x86, 0x3d, 0xae, + 0xce, 0x7b, 0x5c, 0xfd, 0x39, 0xa7, 0x30, 0x66, 0x90, 0x25, 0x5a, 0x6b, 0x2b, 0xe8, 0x91, 0x67, + 0x34, 0x78, 0xed, 0x7a, 0x27, 0x7b, 0xa6, 0x67, 0x9e, 0xd2, 0x80, 0x7a, 0xdc, 0x23, 0xda, 0x3d, + 0x2c, 0xbc, 0x24, 0xdb, 0xec, 0xb4, 0x17, 0xa1, 0xd2, 0x3a, 0x36, 0x6d, 0x87, 0xdb, 0x5b, 0x35, + 0x26, 0x71, 0xdd, 0xb4, 0xb4, 0xeb, 0xb0, 0x1e, 0x75, 0x56, 0x7b, 0x7d, 0x45, 0x5a, 0x6e, 0xa7, + 0xff, 0x52, 0xd2, 0x7d, 0xc7, 0xec, 0xfa, 0xc7, 0x2e, 0xbf, 0x49, 0xfd, 0x22, 0x7c, 0x25, 0x83, + 0x80, 0xa1, 0xe8, 0x40, 0x7c, 0xea, 0xd9, 0x66, 0xc7, 0xfe, 0x86, 0x5a, 0x7c, 0x97, 0x9d, 0xaf, + 0x64, 0x67, 0xb4, 0x3b, 0xf1, 0x21, 0x5c, 0xed, 0xc7, 0x26, 0x9f, 0x4d, 0x84, 0x0e, 0x1d, 0x04, + 0x69, 0x81, 0xb2, 0xf0, 0x67, 0x85, 0x27, 0x0e, 0x29, 0x3f, 0x33, 0xa6, 0x09, 0x17, 0x92, 0x03, + 0x90, 0x8c, 0x89, 0x40, 0x42, 0x96, 0x31, 0x4b, 0xc5, 0x0f, 0xa3, 0xd9, 0xb9, 0x89, 0x8d, 0x7e, + 0x42, 0x76, 0x5e, 0x93, 0xf4, 0x93, 0x02, 0x4b, 0x52, 0xf2, 0x7f, 0x86, 0x41, 0x5b, 0xbf, 0x5d, + 0x82, 0xea, 0x36, 0xde, 0xee, 0xed, 0xbd, 0x26, 0xf9, 0x1f, 0x8c, 0xed, 0xd9, 0x4e, 0x9b, 0xd4, + 0x85, 0x6b, 0x1f, 0x9b, 0xe8, 0xa8, 0x8b, 0x92, 0x1d, 0x66, 0x0a, 0xc5, 0xc2, 0x22, 0x31, 0x89, + 0x21, 0x62, 0xc9, 0x9e, 0x39, 0xfd, 0x51, 0xaf, 0x0f, 0xa5, 0x63, 0x30, 0x87, 0x30, 0x2f, 0x1b, + 0xea, 0x90, 0x8d, 0xa4, 0x80, 0xac, 0xb9, 0x8f, 0xda, 0x10, 0x28, 0x65, 0xe3, 0x97, 0x57, 0x68, + 0x4a, 0x62, 0xf8, 0x93, 0x36, 0x45, 0x3e, 0x1d, 0x2a, 0x20, 0xff, 0x08, 0x16, 0xe4, 0xf3, 0x22, + 0x72, 0x33, 0x17, 0x43, 0x78, 0x45, 0x0b, 0xe0, 0xec, 0xc1, 0x8c, 0x78, 0x10, 0x44, 0xcb, 0x39, + 0x25, 0x2e, 0x57, 0x4d, 0xcb, 0x8d, 0x24, 0x3e, 0x81, 0x5a, 0x7c, 0x18, 0x43, 0x1a, 0x52, 0x7d, + 0xe3, 0xa7, 0x91, 0x27, 0xed, 0x39, 0x5c, 0x48, 0xce, 0x60, 0xc8, 0xb5, 0x0c, 0x89, 0xa2, 0xed, + 0x79, 0x52, 0xbf, 0xc4, 0x82, 0x58, 0x1c, 0x62, 0x90, 0xf5, 0xa4, 0x58, 0xe9, 0x90, 0x43, 0x5d, + 0x13, 0xc8, 0x24, 0xe3, 0x8d, 0xaf, 0x60, 0x36, 0x31, 0x16, 0x20, 0x57, 0x05, 0x1e, 0xf9, 0x30, + 0x42, 0xbd, 0x96, 0x4f, 0xc4, 0xa4, 0xbf, 0x40, 0x87, 0xc5, 0x85, 0xa7, 0x1c, 0x26, 0x91, 0xdd, + 0xc8, 0x69, 0x8b, 0xe3, 0x97, 0x26, 0xd5, 0xb0, 0x15, 0x92, 0x5e, 0xb0, 0xe9, 0x26, 0x5d, 0x7c, + 0x0d, 0x53, 0xfb, 0x6c, 0xda, 0x40, 0x6e, 0xe4, 0x40, 0x89, 0x13, 0x89, 0xc2, 0x88, 0xaf, 0xb1, + 0x12, 0x4b, 0x0f, 0x13, 0xa2, 0x71, 0x04, 0xb9, 0x9d, 0x03, 0x9a, 0x9a, 0x5a, 0x24, 0x72, 0x50, + 0xce, 0x90, 0xe2, 0x04, 0xc7, 0x64, 0x52, 0x59, 0xef, 0x08, 0x79, 0x25, 0x0b, 0x72, 0x00, 0xf6, + 0x14, 0x60, 0xd0, 0x7d, 0x90, 0xd5, 0xa4, 0x78, 0xb1, 0xf1, 0x4b, 0x04, 0xb0, 0xa4, 0xd3, 0xb3, + 0x70, 0xee, 0x29, 0x6b, 0xc1, 0xc8, 0xad, 0x0c, 0x5e, 0x59, 0x43, 0xa2, 0x2e, 0x0b, 0xc4, 0x43, + 0x50, 0x62, 0x3d, 0x40, 0x0e, 0x4a, 0xba, 0x53, 0x18, 0x82, 0xd2, 0x05, 0x35, 0xbb, 0x73, 0x22, + 0xba, 0x58, 0xbc, 0x0e, 0x6b, 0xb1, 0x54, 0x2d, 0x9b, 0x3e, 0x42, 0x3c, 0x86, 0x05, 0x79, 0x43, + 0x95, 0xc8, 0xdc, 0xb9, 0x5d, 0x57, 0x21, 0xa4, 0xb4, 0x6d, 0xf1, 0x43, 0xd4, 0x87, 0xa2, 0x89, + 0xe7, 0x58, 0x04, 0xb1, 0x85, 0x3e, 0x93, 0x35, 0x36, 0x69, 0x9f, 0xe5, 0xb4, 0x3f, 0xea, 0x52, + 0x4e, 0xd3, 0x40, 0x5e, 0x62, 0x26, 0x4a, 0x75, 0x31, 0xe9, 0xe7, 0x3b, 0xab, 0xd1, 0xc9, 0x17, + 0x7f, 0x82, 0xe2, 0x53, 0x35, 0x77, 0x5a, 0x7c, 0x56, 0xd5, 0xae, 0xde, 0x28, 0x40, 0xc9, 0xc0, + 0xde, 0x2a, 0x98, 0x80, 0x72, 0xca, 0x74, 0xb2, 0x25, 0x7f, 0x6f, 0xf3, 0x6a, 0x7a, 0x55, 0x8c, + 0xa4, 0xfc, 0xea, 0xfe, 0xad, 0x82, 0x4d, 0x46, 0x66, 0xe5, 0x4c, 0xee, 0xa4, 0xce, 0x75, 0x48, + 0x91, 0xae, 0xca, 0x42, 0x2b, 0xaf, 0x26, 0x77, 0xb0, 0x98, 0x91, 0x14, 0xb9, 0xe9, 0x62, 0x26, + 0xbb, 0x70, 0x56, 0x37, 0xf2, 0x50, 0xe3, 0x25, 0xf3, 0xce, 0x13, 0x50, 0x5d, 0xaf, 0xad, 0xbb, + 0x0e, 0x32, 0x44, 0x6d, 0x5a, 0xc8, 0xf9, 0x85, 0xde, 0xb6, 0x83, 0xe3, 0xde, 0xa1, 0xde, 0x72, + 0x4f, 0x37, 0x43, 0x92, 0x4d, 0xfc, 0x27, 0xfa, 0xc9, 0xb2, 0xed, 0x6e, 0xc6, 0x7e, 0x0d, 0x3e, + 0x9c, 0xc0, 0x8d, 0xbb, 0x7f, 0x05, 0x00, 0x00, 0xff, 0xff, 0x71, 0x0f, 0xa4, 0xf5, 0x23, 0x1e, + 0x00, 0x00, } diff --git a/protobuf/go/flow/entities/account.pb.go b/protobuf/go/flow/entities/account.pb.go index c88dfcaa8..056e021f4 100644 --- a/protobuf/go/flow/entities/account.pb.go +++ b/protobuf/go/flow/entities/account.pb.go @@ -1,318 +1,215 @@ // Code generated by protoc-gen-go. DO NOT EDIT. -// versions: -// protoc-gen-go v1.28.1 -// protoc (unknown) // source: flow/entities/account.proto package entities import ( - protoreflect "google.golang.org/protobuf/reflect/protoreflect" - protoimpl "google.golang.org/protobuf/runtime/protoimpl" - reflect "reflect" - sync "sync" + fmt "fmt" + proto "github.com/golang/protobuf/proto" + math "math" ) -const ( - // Verify that this generated code is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) - // Verify that runtime/protoimpl is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) -) +// Reference imports to suppress errors if they are not otherwise used. +var _ = proto.Marshal +var _ = fmt.Errorf +var _ = math.Inf -type Account struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields +// This is a compile-time assertion to ensure that this generated file +// is compatible with the proto package it is being compiled against. +// A compilation error at this line likely means your copy of the +// proto package needs to be updated. +const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package - Address []byte `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"` - Balance uint64 `protobuf:"varint,2,opt,name=balance,proto3" json:"balance,omitempty"` - Code []byte `protobuf:"bytes,3,opt,name=code,proto3" json:"code,omitempty"` - Keys []*AccountKey `protobuf:"bytes,4,rep,name=keys,proto3" json:"keys,omitempty"` - Contracts map[string][]byte `protobuf:"bytes,5,rep,name=contracts,proto3" json:"contracts,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` +type Account struct { + Address []byte `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"` + Balance uint64 `protobuf:"varint,2,opt,name=balance,proto3" json:"balance,omitempty"` + Code []byte `protobuf:"bytes,3,opt,name=code,proto3" json:"code,omitempty"` + Keys []*AccountKey `protobuf:"bytes,4,rep,name=keys,proto3" json:"keys,omitempty"` + Contracts map[string][]byte `protobuf:"bytes,5,rep,name=contracts,proto3" json:"contracts,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *Account) Reset() { *m = Account{} } +func (m *Account) String() string { return proto.CompactTextString(m) } +func (*Account) ProtoMessage() {} +func (*Account) Descriptor() ([]byte, []int) { + return fileDescriptor_bf0d6f6360ab9ab0, []int{0} } -func (x *Account) Reset() { - *x = Account{} - if protoimpl.UnsafeEnabled { - mi := &file_flow_entities_account_proto_msgTypes[0] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } +func (m *Account) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_Account.Unmarshal(m, b) } - -func (x *Account) String() string { - return protoimpl.X.MessageStringOf(x) +func (m *Account) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_Account.Marshal(b, m, deterministic) } - -func (*Account) ProtoMessage() {} - -func (x *Account) ProtoReflect() protoreflect.Message { - mi := &file_flow_entities_account_proto_msgTypes[0] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) +func (m *Account) XXX_Merge(src proto.Message) { + xxx_messageInfo_Account.Merge(m, src) } - -// Deprecated: Use Account.ProtoReflect.Descriptor instead. -func (*Account) Descriptor() ([]byte, []int) { - return file_flow_entities_account_proto_rawDescGZIP(), []int{0} +func (m *Account) XXX_Size() int { + return xxx_messageInfo_Account.Size(m) +} +func (m *Account) XXX_DiscardUnknown() { + xxx_messageInfo_Account.DiscardUnknown(m) } -func (x *Account) GetAddress() []byte { - if x != nil { - return x.Address +var xxx_messageInfo_Account proto.InternalMessageInfo + +func (m *Account) GetAddress() []byte { + if m != nil { + return m.Address } return nil } -func (x *Account) GetBalance() uint64 { - if x != nil { - return x.Balance +func (m *Account) GetBalance() uint64 { + if m != nil { + return m.Balance } return 0 } -func (x *Account) GetCode() []byte { - if x != nil { - return x.Code +func (m *Account) GetCode() []byte { + if m != nil { + return m.Code } return nil } -func (x *Account) GetKeys() []*AccountKey { - if x != nil { - return x.Keys +func (m *Account) GetKeys() []*AccountKey { + if m != nil { + return m.Keys } return nil } -func (x *Account) GetContracts() map[string][]byte { - if x != nil { - return x.Contracts +func (m *Account) GetContracts() map[string][]byte { + if m != nil { + return m.Contracts } return nil } type AccountKey struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Index uint32 `protobuf:"varint,1,opt,name=index,proto3" json:"index,omitempty"` - PublicKey []byte `protobuf:"bytes,2,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty"` - SignAlgo uint32 `protobuf:"varint,3,opt,name=sign_algo,json=signAlgo,proto3" json:"sign_algo,omitempty"` - HashAlgo uint32 `protobuf:"varint,4,opt,name=hash_algo,json=hashAlgo,proto3" json:"hash_algo,omitempty"` - Weight uint32 `protobuf:"varint,5,opt,name=weight,proto3" json:"weight,omitempty"` - SequenceNumber uint32 `protobuf:"varint,6,opt,name=sequence_number,json=sequenceNumber,proto3" json:"sequence_number,omitempty"` - Revoked bool `protobuf:"varint,7,opt,name=revoked,proto3" json:"revoked,omitempty"` + Index uint32 `protobuf:"varint,1,opt,name=index,proto3" json:"index,omitempty"` + PublicKey []byte `protobuf:"bytes,2,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty"` + SignAlgo uint32 `protobuf:"varint,3,opt,name=sign_algo,json=signAlgo,proto3" json:"sign_algo,omitempty"` + HashAlgo uint32 `protobuf:"varint,4,opt,name=hash_algo,json=hashAlgo,proto3" json:"hash_algo,omitempty"` + Weight uint32 `protobuf:"varint,5,opt,name=weight,proto3" json:"weight,omitempty"` + SequenceNumber uint32 `protobuf:"varint,6,opt,name=sequence_number,json=sequenceNumber,proto3" json:"sequence_number,omitempty"` + Revoked bool `protobuf:"varint,7,opt,name=revoked,proto3" json:"revoked,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *AccountKey) Reset() { *m = AccountKey{} } +func (m *AccountKey) String() string { return proto.CompactTextString(m) } +func (*AccountKey) ProtoMessage() {} +func (*AccountKey) Descriptor() ([]byte, []int) { + return fileDescriptor_bf0d6f6360ab9ab0, []int{1} } -func (x *AccountKey) Reset() { - *x = AccountKey{} - if protoimpl.UnsafeEnabled { - mi := &file_flow_entities_account_proto_msgTypes[1] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } +func (m *AccountKey) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_AccountKey.Unmarshal(m, b) } - -func (x *AccountKey) String() string { - return protoimpl.X.MessageStringOf(x) +func (m *AccountKey) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_AccountKey.Marshal(b, m, deterministic) } - -func (*AccountKey) ProtoMessage() {} - -func (x *AccountKey) ProtoReflect() protoreflect.Message { - mi := &file_flow_entities_account_proto_msgTypes[1] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) +func (m *AccountKey) XXX_Merge(src proto.Message) { + xxx_messageInfo_AccountKey.Merge(m, src) } - -// Deprecated: Use AccountKey.ProtoReflect.Descriptor instead. -func (*AccountKey) Descriptor() ([]byte, []int) { - return file_flow_entities_account_proto_rawDescGZIP(), []int{1} +func (m *AccountKey) XXX_Size() int { + return xxx_messageInfo_AccountKey.Size(m) +} +func (m *AccountKey) XXX_DiscardUnknown() { + xxx_messageInfo_AccountKey.DiscardUnknown(m) } -func (x *AccountKey) GetIndex() uint32 { - if x != nil { - return x.Index +var xxx_messageInfo_AccountKey proto.InternalMessageInfo + +func (m *AccountKey) GetIndex() uint32 { + if m != nil { + return m.Index } return 0 } -func (x *AccountKey) GetPublicKey() []byte { - if x != nil { - return x.PublicKey +func (m *AccountKey) GetPublicKey() []byte { + if m != nil { + return m.PublicKey } return nil } -func (x *AccountKey) GetSignAlgo() uint32 { - if x != nil { - return x.SignAlgo +func (m *AccountKey) GetSignAlgo() uint32 { + if m != nil { + return m.SignAlgo } return 0 } -func (x *AccountKey) GetHashAlgo() uint32 { - if x != nil { - return x.HashAlgo +func (m *AccountKey) GetHashAlgo() uint32 { + if m != nil { + return m.HashAlgo } return 0 } -func (x *AccountKey) GetWeight() uint32 { - if x != nil { - return x.Weight +func (m *AccountKey) GetWeight() uint32 { + if m != nil { + return m.Weight } return 0 } -func (x *AccountKey) GetSequenceNumber() uint32 { - if x != nil { - return x.SequenceNumber +func (m *AccountKey) GetSequenceNumber() uint32 { + if m != nil { + return m.SequenceNumber } return 0 } -func (x *AccountKey) GetRevoked() bool { - if x != nil { - return x.Revoked +func (m *AccountKey) GetRevoked() bool { + if m != nil { + return m.Revoked } return false } -var File_flow_entities_account_proto protoreflect.FileDescriptor - -var file_flow_entities_account_proto_rawDesc = []byte{ - 0x0a, 0x1b, 0x66, 0x6c, 0x6f, 0x77, 0x2f, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x2f, - 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x0d, 0x66, - 0x6c, 0x6f, 0x77, 0x2e, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x22, 0x83, 0x02, 0x0a, - 0x07, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x18, 0x0a, 0x07, 0x61, 0x64, 0x64, 0x72, - 0x65, 0x73, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x07, 0x61, 0x64, 0x64, 0x72, 0x65, - 0x73, 0x73, 0x12, 0x18, 0x0a, 0x07, 0x62, 0x61, 0x6c, 0x61, 0x6e, 0x63, 0x65, 0x18, 0x02, 0x20, - 0x01, 0x28, 0x04, 0x52, 0x07, 0x62, 0x61, 0x6c, 0x61, 0x6e, 0x63, 0x65, 0x12, 0x12, 0x0a, 0x04, - 0x63, 0x6f, 0x64, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x04, 0x63, 0x6f, 0x64, 0x65, - 0x12, 0x2d, 0x0a, 0x04, 0x6b, 0x65, 0x79, 0x73, 0x18, 0x04, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x19, - 0x2e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x2e, 0x41, - 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x4b, 0x65, 0x79, 0x52, 0x04, 0x6b, 0x65, 0x79, 0x73, 0x12, - 0x43, 0x0a, 0x09, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x61, 0x63, 0x74, 0x73, 0x18, 0x05, 0x20, 0x03, - 0x28, 0x0b, 0x32, 0x25, 0x2e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, - 0x65, 0x73, 0x2e, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x2e, 0x43, 0x6f, 0x6e, 0x74, 0x72, - 0x61, 0x63, 0x74, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x09, 0x63, 0x6f, 0x6e, 0x74, 0x72, - 0x61, 0x63, 0x74, 0x73, 0x1a, 0x3c, 0x0a, 0x0e, 0x43, 0x6f, 0x6e, 0x74, 0x72, 0x61, 0x63, 0x74, - 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, - 0x01, 0x28, 0x09, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, - 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, - 0x38, 0x01, 0x22, 0xd6, 0x01, 0x0a, 0x0a, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x4b, 0x65, - 0x79, 0x12, 0x14, 0x0a, 0x05, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, - 0x52, 0x05, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x12, 0x1d, 0x0a, 0x0a, 0x70, 0x75, 0x62, 0x6c, 0x69, - 0x63, 0x5f, 0x6b, 0x65, 0x79, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x09, 0x70, 0x75, 0x62, - 0x6c, 0x69, 0x63, 0x4b, 0x65, 0x79, 0x12, 0x1b, 0x0a, 0x09, 0x73, 0x69, 0x67, 0x6e, 0x5f, 0x61, - 0x6c, 0x67, 0x6f, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x08, 0x73, 0x69, 0x67, 0x6e, 0x41, - 0x6c, 0x67, 0x6f, 0x12, 0x1b, 0x0a, 0x09, 0x68, 0x61, 0x73, 0x68, 0x5f, 0x61, 0x6c, 0x67, 0x6f, - 0x18, 0x04, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x08, 0x68, 0x61, 0x73, 0x68, 0x41, 0x6c, 0x67, 0x6f, - 0x12, 0x16, 0x0a, 0x06, 0x77, 0x65, 0x69, 0x67, 0x68, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0d, - 0x52, 0x06, 0x77, 0x65, 0x69, 0x67, 0x68, 0x74, 0x12, 0x27, 0x0a, 0x0f, 0x73, 0x65, 0x71, 0x75, - 0x65, 0x6e, 0x63, 0x65, 0x5f, 0x6e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x18, 0x06, 0x20, 0x01, 0x28, - 0x0d, 0x52, 0x0e, 0x73, 0x65, 0x71, 0x75, 0x65, 0x6e, 0x63, 0x65, 0x4e, 0x75, 0x6d, 0x62, 0x65, - 0x72, 0x12, 0x18, 0x0a, 0x07, 0x72, 0x65, 0x76, 0x6f, 0x6b, 0x65, 0x64, 0x18, 0x07, 0x20, 0x01, - 0x28, 0x08, 0x52, 0x07, 0x72, 0x65, 0x76, 0x6f, 0x6b, 0x65, 0x64, 0x42, 0x50, 0x0a, 0x1c, 0x6f, - 0x72, 0x67, 0x2e, 0x6f, 0x6e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, - 0x75, 0x66, 0x2e, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x5a, 0x30, 0x67, 0x69, 0x74, - 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x6f, 0x6e, 0x66, 0x6c, 0x6f, 0x77, 0x2f, 0x66, - 0x6c, 0x6f, 0x77, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x67, 0x6f, 0x2f, - 0x66, 0x6c, 0x6f, 0x77, 0x2f, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x62, 0x06, 0x70, - 0x72, 0x6f, 0x74, 0x6f, 0x33, -} - -var ( - file_flow_entities_account_proto_rawDescOnce sync.Once - file_flow_entities_account_proto_rawDescData = file_flow_entities_account_proto_rawDesc -) - -func file_flow_entities_account_proto_rawDescGZIP() []byte { - file_flow_entities_account_proto_rawDescOnce.Do(func() { - file_flow_entities_account_proto_rawDescData = protoimpl.X.CompressGZIP(file_flow_entities_account_proto_rawDescData) - }) - return file_flow_entities_account_proto_rawDescData -} - -var file_flow_entities_account_proto_msgTypes = make([]protoimpl.MessageInfo, 3) -var file_flow_entities_account_proto_goTypes = []interface{}{ - (*Account)(nil), // 0: flow.entities.Account - (*AccountKey)(nil), // 1: flow.entities.AccountKey - nil, // 2: flow.entities.Account.ContractsEntry -} -var file_flow_entities_account_proto_depIdxs = []int32{ - 1, // 0: flow.entities.Account.keys:type_name -> flow.entities.AccountKey - 2, // 1: flow.entities.Account.contracts:type_name -> flow.entities.Account.ContractsEntry - 2, // [2:2] is the sub-list for method output_type - 2, // [2:2] is the sub-list for method input_type - 2, // [2:2] is the sub-list for extension type_name - 2, // [2:2] is the sub-list for extension extendee - 0, // [0:2] is the sub-list for field type_name -} - -func init() { file_flow_entities_account_proto_init() } -func file_flow_entities_account_proto_init() { - if File_flow_entities_account_proto != nil { - return - } - if !protoimpl.UnsafeEnabled { - file_flow_entities_account_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Account); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_flow_entities_account_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*AccountKey); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - } - type x struct{} - out := protoimpl.TypeBuilder{ - File: protoimpl.DescBuilder{ - GoPackagePath: reflect.TypeOf(x{}).PkgPath(), - RawDescriptor: file_flow_entities_account_proto_rawDesc, - NumEnums: 0, - NumMessages: 3, - NumExtensions: 0, - NumServices: 0, - }, - GoTypes: file_flow_entities_account_proto_goTypes, - DependencyIndexes: file_flow_entities_account_proto_depIdxs, - MessageInfos: file_flow_entities_account_proto_msgTypes, - }.Build() - File_flow_entities_account_proto = out.File - file_flow_entities_account_proto_rawDesc = nil - file_flow_entities_account_proto_goTypes = nil - file_flow_entities_account_proto_depIdxs = nil +func init() { + proto.RegisterType((*Account)(nil), "flow.entities.Account") + proto.RegisterMapType((map[string][]byte)(nil), "flow.entities.Account.ContractsEntry") + proto.RegisterType((*AccountKey)(nil), "flow.entities.AccountKey") +} + +func init() { proto.RegisterFile("flow/entities/account.proto", fileDescriptor_bf0d6f6360ab9ab0) } + +var fileDescriptor_bf0d6f6360ab9ab0 = []byte{ + // 379 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x6c, 0x92, 0xc1, 0xcb, 0xd3, 0x30, + 0x18, 0xc6, 0xe9, 0xd6, 0x6d, 0x5f, 0x5f, 0xbf, 0x4d, 0x09, 0x22, 0xd1, 0x29, 0x94, 0x81, 0xd8, + 0x8b, 0xad, 0xe8, 0x45, 0xc4, 0xcb, 0x1c, 0x9e, 0x04, 0x91, 0x1c, 0xbd, 0x8c, 0x34, 0x7d, 0xd7, + 0x96, 0x75, 0xc9, 0x6c, 0xd2, 0xcd, 0x9e, 0xfd, 0x1f, 0xfd, 0x7b, 0x24, 0xc9, 0xea, 0x18, 0x7c, + 0x97, 0x91, 0xe7, 0xf9, 0x3d, 0x4f, 0xb2, 0xbc, 0x0d, 0x2c, 0x77, 0x8d, 0x3a, 0x67, 0x28, 0x4d, + 0x6d, 0x6a, 0xd4, 0x19, 0x17, 0x42, 0x75, 0xd2, 0xa4, 0xc7, 0x56, 0x19, 0x45, 0xe6, 0x16, 0xa6, + 0x03, 0x5c, 0xfd, 0x19, 0xc1, 0x6c, 0xed, 0x03, 0x84, 0xc2, 0x8c, 0x17, 0x45, 0x8b, 0x5a, 0xd3, + 0x20, 0x0e, 0x92, 0x7b, 0x36, 0x48, 0x4b, 0x72, 0xde, 0x70, 0x29, 0x90, 0x8e, 0xe2, 0x20, 0x09, + 0xd9, 0x20, 0x09, 0x81, 0x50, 0xa8, 0x02, 0xe9, 0xd8, 0x15, 0xdc, 0x9a, 0xbc, 0x85, 0x70, 0x8f, + 0xbd, 0xa6, 0x61, 0x3c, 0x4e, 0x1e, 0xbd, 0x7f, 0x9e, 0xde, 0x9c, 0x98, 0x5e, 0x4e, 0xfb, 0x86, + 0x3d, 0x73, 0x31, 0xb2, 0x81, 0x48, 0x28, 0x69, 0x5a, 0x2e, 0x8c, 0xa6, 0x13, 0xd7, 0x79, 0xfd, + 0x70, 0x27, 0xdd, 0x0c, 0xb9, 0xaf, 0xd2, 0xb4, 0x3d, 0xbb, 0xf6, 0x5e, 0x7c, 0x86, 0xc5, 0x2d, + 0x24, 0x4f, 0x60, 0xbc, 0xc7, 0xde, 0xdd, 0x24, 0x62, 0x76, 0x49, 0x9e, 0xc2, 0xe4, 0xc4, 0x9b, + 0xce, 0xdf, 0xe1, 0x9e, 0x79, 0xf1, 0x69, 0xf4, 0x31, 0x58, 0xfd, 0x0d, 0x00, 0xae, 0xff, 0xcb, + 0x06, 0x6b, 0x59, 0xe0, 0x6f, 0x57, 0x9e, 0x33, 0x2f, 0xc8, 0x2b, 0x80, 0x63, 0x97, 0x37, 0xb5, + 0xd8, 0xda, 0x7d, 0xfd, 0x1e, 0x91, 0x77, 0x6c, 0x69, 0x09, 0x91, 0xae, 0x4b, 0xb9, 0xe5, 0x4d, + 0xa9, 0xdc, 0x38, 0xe6, 0xec, 0xce, 0x1a, 0xeb, 0xa6, 0x54, 0x16, 0x56, 0x5c, 0x57, 0x1e, 0x86, + 0x1e, 0x5a, 0xc3, 0xc1, 0x67, 0x30, 0x3d, 0x63, 0x5d, 0x56, 0x86, 0x4e, 0x1c, 0xb9, 0x28, 0xf2, + 0x06, 0x1e, 0x6b, 0xfc, 0xd5, 0xa1, 0x14, 0xb8, 0x95, 0xdd, 0x21, 0xc7, 0x96, 0x4e, 0x5d, 0x60, + 0x31, 0xd8, 0xdf, 0x9d, 0x6b, 0x3f, 0x4f, 0x8b, 0x27, 0xb5, 0xc7, 0x82, 0xce, 0xe2, 0x20, 0xb9, + 0x63, 0x83, 0xfc, 0xf2, 0x03, 0x5e, 0xaa, 0xb6, 0x4c, 0x95, 0x74, 0xf3, 0x74, 0x2f, 0x20, 0xef, + 0x76, 0xff, 0x07, 0xfb, 0xf3, 0x5d, 0x59, 0x9b, 0xaa, 0xcb, 0x53, 0xa1, 0x0e, 0x99, 0x0f, 0x65, + 0xee, 0x67, 0x48, 0x66, 0xa5, 0xca, 0x6e, 0x5e, 0x53, 0x3e, 0x75, 0xe8, 0xc3, 0xbf, 0x00, 0x00, + 0x00, 0xff, 0xff, 0x58, 0x79, 0x26, 0xc6, 0x65, 0x02, 0x00, 0x00, } diff --git a/protobuf/go/flow/entities/block.pb.go b/protobuf/go/flow/entities/block.pb.go index f3b365760..d3deca4f5 100644 --- a/protobuf/go/flow/entities/block.pb.go +++ b/protobuf/go/flow/entities/block.pb.go @@ -1,25 +1,25 @@ // Code generated by protoc-gen-go. DO NOT EDIT. -// versions: -// protoc-gen-go v1.28.1 -// protoc (unknown) // source: flow/entities/block.proto package entities import ( - protoreflect "google.golang.org/protobuf/reflect/protoreflect" - protoimpl "google.golang.org/protobuf/runtime/protoimpl" + fmt "fmt" + proto "github.com/golang/protobuf/proto" timestamppb "google.golang.org/protobuf/types/known/timestamppb" - reflect "reflect" - sync "sync" + math "math" ) -const ( - // Verify that this generated code is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) - // Verify that runtime/protoimpl is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) -) +// Reference imports to suppress errors if they are not otherwise used. +var _ = proto.Marshal +var _ = fmt.Errorf +var _ = math.Inf + +// This is a compile-time assertion to ensure that this generated file +// is compatible with the proto package it is being compiled against. +// A compilation error at this line likely means your copy of the +// proto package needs to be updated. +const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package type BlockStatus int32 @@ -29,52 +29,27 @@ const ( BlockStatus_BLOCK_SEALED BlockStatus = 2 ) -// Enum value maps for BlockStatus. -var ( - BlockStatus_name = map[int32]string{ - 0: "BLOCK_UNKNOWN", - 1: "BLOCK_FINALIZED", - 2: "BLOCK_SEALED", - } - BlockStatus_value = map[string]int32{ - "BLOCK_UNKNOWN": 0, - "BLOCK_FINALIZED": 1, - "BLOCK_SEALED": 2, - } -) - -func (x BlockStatus) Enum() *BlockStatus { - p := new(BlockStatus) - *p = x - return p -} - -func (x BlockStatus) String() string { - return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x)) -} - -func (BlockStatus) Descriptor() protoreflect.EnumDescriptor { - return file_flow_entities_block_proto_enumTypes[0].Descriptor() +var BlockStatus_name = map[int32]string{ + 0: "BLOCK_UNKNOWN", + 1: "BLOCK_FINALIZED", + 2: "BLOCK_SEALED", } -func (BlockStatus) Type() protoreflect.EnumType { - return &file_flow_entities_block_proto_enumTypes[0] +var BlockStatus_value = map[string]int32{ + "BLOCK_UNKNOWN": 0, + "BLOCK_FINALIZED": 1, + "BLOCK_SEALED": 2, } -func (x BlockStatus) Number() protoreflect.EnumNumber { - return protoreflect.EnumNumber(x) +func (x BlockStatus) String() string { + return proto.EnumName(BlockStatus_name, int32(x)) } -// Deprecated: Use BlockStatus.Descriptor instead. func (BlockStatus) EnumDescriptor() ([]byte, []int) { - return file_flow_entities_block_proto_rawDescGZIP(), []int{0} + return fileDescriptor_c1afc3335f2172fc, []int{0} } type Block struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - Id []byte `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` ParentId []byte `protobuf:"bytes,2,opt,name=parent_id,json=parentId,proto3" json:"parent_id,omitempty"` Height uint64 `protobuf:"varint,3,opt,name=height,proto3" json:"height,omitempty"` @@ -85,252 +60,144 @@ type Block struct { ExecutionReceiptMetaList []*ExecutionReceiptMeta `protobuf:"bytes,8,rep,name=execution_receipt_metaList,json=executionReceiptMetaList,proto3" json:"execution_receipt_metaList,omitempty"` ExecutionResultList []*ExecutionResult `protobuf:"bytes,9,rep,name=execution_result_list,json=executionResultList,proto3" json:"execution_result_list,omitempty"` BlockHeader *BlockHeader `protobuf:"bytes,10,opt,name=block_header,json=blockHeader,proto3" json:"block_header,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (x *Block) Reset() { - *x = Block{} - if protoimpl.UnsafeEnabled { - mi := &file_flow_entities_block_proto_msgTypes[0] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } +func (m *Block) Reset() { *m = Block{} } +func (m *Block) String() string { return proto.CompactTextString(m) } +func (*Block) ProtoMessage() {} +func (*Block) Descriptor() ([]byte, []int) { + return fileDescriptor_c1afc3335f2172fc, []int{0} } -func (x *Block) String() string { - return protoimpl.X.MessageStringOf(x) +func (m *Block) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_Block.Unmarshal(m, b) } - -func (*Block) ProtoMessage() {} - -func (x *Block) ProtoReflect() protoreflect.Message { - mi := &file_flow_entities_block_proto_msgTypes[0] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) +func (m *Block) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_Block.Marshal(b, m, deterministic) } - -// Deprecated: Use Block.ProtoReflect.Descriptor instead. -func (*Block) Descriptor() ([]byte, []int) { - return file_flow_entities_block_proto_rawDescGZIP(), []int{0} +func (m *Block) XXX_Merge(src proto.Message) { + xxx_messageInfo_Block.Merge(m, src) +} +func (m *Block) XXX_Size() int { + return xxx_messageInfo_Block.Size(m) +} +func (m *Block) XXX_DiscardUnknown() { + xxx_messageInfo_Block.DiscardUnknown(m) } -func (x *Block) GetId() []byte { - if x != nil { - return x.Id +var xxx_messageInfo_Block proto.InternalMessageInfo + +func (m *Block) GetId() []byte { + if m != nil { + return m.Id } return nil } -func (x *Block) GetParentId() []byte { - if x != nil { - return x.ParentId +func (m *Block) GetParentId() []byte { + if m != nil { + return m.ParentId } return nil } -func (x *Block) GetHeight() uint64 { - if x != nil { - return x.Height +func (m *Block) GetHeight() uint64 { + if m != nil { + return m.Height } return 0 } -func (x *Block) GetTimestamp() *timestamppb.Timestamp { - if x != nil { - return x.Timestamp +func (m *Block) GetTimestamp() *timestamppb.Timestamp { + if m != nil { + return m.Timestamp } return nil } -func (x *Block) GetCollectionGuarantees() []*CollectionGuarantee { - if x != nil { - return x.CollectionGuarantees +func (m *Block) GetCollectionGuarantees() []*CollectionGuarantee { + if m != nil { + return m.CollectionGuarantees } return nil } -func (x *Block) GetBlockSeals() []*BlockSeal { - if x != nil { - return x.BlockSeals +func (m *Block) GetBlockSeals() []*BlockSeal { + if m != nil { + return m.BlockSeals } return nil } -func (x *Block) GetSignatures() [][]byte { - if x != nil { - return x.Signatures +func (m *Block) GetSignatures() [][]byte { + if m != nil { + return m.Signatures } return nil } -func (x *Block) GetExecutionReceiptMetaList() []*ExecutionReceiptMeta { - if x != nil { - return x.ExecutionReceiptMetaList +func (m *Block) GetExecutionReceiptMetaList() []*ExecutionReceiptMeta { + if m != nil { + return m.ExecutionReceiptMetaList } return nil } -func (x *Block) GetExecutionResultList() []*ExecutionResult { - if x != nil { - return x.ExecutionResultList +func (m *Block) GetExecutionResultList() []*ExecutionResult { + if m != nil { + return m.ExecutionResultList } return nil } -func (x *Block) GetBlockHeader() *BlockHeader { - if x != nil { - return x.BlockHeader +func (m *Block) GetBlockHeader() *BlockHeader { + if m != nil { + return m.BlockHeader } return nil } -var File_flow_entities_block_proto protoreflect.FileDescriptor - -var file_flow_entities_block_proto_rawDesc = []byte{ - 0x0a, 0x19, 0x66, 0x6c, 0x6f, 0x77, 0x2f, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x2f, - 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x0d, 0x66, 0x6c, 0x6f, - 0x77, 0x2e, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x1a, 0x1f, 0x67, 0x6f, 0x6f, 0x67, - 0x6c, 0x65, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x74, 0x69, 0x6d, 0x65, - 0x73, 0x74, 0x61, 0x6d, 0x70, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x1e, 0x66, 0x6c, 0x6f, - 0x77, 0x2f, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x2f, 0x63, 0x6f, 0x6c, 0x6c, 0x65, - 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x1e, 0x66, 0x6c, 0x6f, - 0x77, 0x2f, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x2f, 0x62, 0x6c, 0x6f, 0x63, 0x6b, - 0x5f, 0x73, 0x65, 0x61, 0x6c, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x24, 0x66, 0x6c, 0x6f, - 0x77, 0x2f, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x2f, 0x65, 0x78, 0x65, 0x63, 0x75, - 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x2e, 0x70, 0x72, 0x6f, 0x74, - 0x6f, 0x1a, 0x20, 0x66, 0x6c, 0x6f, 0x77, 0x2f, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, - 0x2f, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x5f, 0x68, 0x65, 0x61, 0x64, 0x65, 0x72, 0x2e, 0x70, 0x72, - 0x6f, 0x74, 0x6f, 0x22, 0xb0, 0x04, 0x0a, 0x05, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x12, 0x0e, 0x0a, - 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x02, 0x69, 0x64, 0x12, 0x1b, 0x0a, - 0x09, 0x70, 0x61, 0x72, 0x65, 0x6e, 0x74, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0c, - 0x52, 0x08, 0x70, 0x61, 0x72, 0x65, 0x6e, 0x74, 0x49, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x68, 0x65, - 0x69, 0x67, 0x68, 0x74, 0x18, 0x03, 0x20, 0x01, 0x28, 0x04, 0x52, 0x06, 0x68, 0x65, 0x69, 0x67, - 0x68, 0x74, 0x12, 0x38, 0x0a, 0x09, 0x74, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x18, - 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, - 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x54, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, - 0x70, 0x52, 0x09, 0x74, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x12, 0x57, 0x0a, 0x15, - 0x63, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x67, 0x75, 0x61, 0x72, 0x61, - 0x6e, 0x74, 0x65, 0x65, 0x73, 0x18, 0x05, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x22, 0x2e, 0x66, 0x6c, - 0x6f, 0x77, 0x2e, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x2e, 0x43, 0x6f, 0x6c, 0x6c, - 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x47, 0x75, 0x61, 0x72, 0x61, 0x6e, 0x74, 0x65, 0x65, 0x52, - 0x14, 0x63, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x47, 0x75, 0x61, 0x72, 0x61, - 0x6e, 0x74, 0x65, 0x65, 0x73, 0x12, 0x39, 0x0a, 0x0b, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x5f, 0x73, - 0x65, 0x61, 0x6c, 0x73, 0x18, 0x06, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x18, 0x2e, 0x66, 0x6c, 0x6f, - 0x77, 0x2e, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x2e, 0x42, 0x6c, 0x6f, 0x63, 0x6b, - 0x53, 0x65, 0x61, 0x6c, 0x52, 0x0a, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x53, 0x65, 0x61, 0x6c, 0x73, - 0x12, 0x1e, 0x0a, 0x0a, 0x73, 0x69, 0x67, 0x6e, 0x61, 0x74, 0x75, 0x72, 0x65, 0x73, 0x18, 0x07, - 0x20, 0x03, 0x28, 0x0c, 0x52, 0x0a, 0x73, 0x69, 0x67, 0x6e, 0x61, 0x74, 0x75, 0x72, 0x65, 0x73, - 0x12, 0x61, 0x0a, 0x1a, 0x65, 0x78, 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x72, 0x65, - 0x63, 0x65, 0x69, 0x70, 0x74, 0x5f, 0x6d, 0x65, 0x74, 0x61, 0x4c, 0x69, 0x73, 0x74, 0x18, 0x08, - 0x20, 0x03, 0x28, 0x0b, 0x32, 0x23, 0x2e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x65, 0x6e, 0x74, 0x69, - 0x74, 0x69, 0x65, 0x73, 0x2e, 0x45, 0x78, 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, - 0x63, 0x65, 0x69, 0x70, 0x74, 0x4d, 0x65, 0x74, 0x61, 0x52, 0x18, 0x65, 0x78, 0x65, 0x63, 0x75, - 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x63, 0x65, 0x69, 0x70, 0x74, 0x4d, 0x65, 0x74, 0x61, 0x4c, - 0x69, 0x73, 0x74, 0x12, 0x52, 0x0a, 0x15, 0x65, 0x78, 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, 0x6e, - 0x5f, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x5f, 0x6c, 0x69, 0x73, 0x74, 0x18, 0x09, 0x20, 0x03, - 0x28, 0x0b, 0x32, 0x1e, 0x2e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, - 0x65, 0x73, 0x2e, 0x45, 0x78, 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x75, - 0x6c, 0x74, 0x52, 0x13, 0x65, 0x78, 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, - 0x75, 0x6c, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x3d, 0x0a, 0x0c, 0x62, 0x6c, 0x6f, 0x63, 0x6b, - 0x5f, 0x68, 0x65, 0x61, 0x64, 0x65, 0x72, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, - 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x2e, 0x42, 0x6c, - 0x6f, 0x63, 0x6b, 0x48, 0x65, 0x61, 0x64, 0x65, 0x72, 0x52, 0x0b, 0x62, 0x6c, 0x6f, 0x63, 0x6b, - 0x48, 0x65, 0x61, 0x64, 0x65, 0x72, 0x2a, 0x47, 0x0a, 0x0b, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x53, - 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x11, 0x0a, 0x0d, 0x42, 0x4c, 0x4f, 0x43, 0x4b, 0x5f, 0x55, - 0x4e, 0x4b, 0x4e, 0x4f, 0x57, 0x4e, 0x10, 0x00, 0x12, 0x13, 0x0a, 0x0f, 0x42, 0x4c, 0x4f, 0x43, - 0x4b, 0x5f, 0x46, 0x49, 0x4e, 0x41, 0x4c, 0x49, 0x5a, 0x45, 0x44, 0x10, 0x01, 0x12, 0x10, 0x0a, - 0x0c, 0x42, 0x4c, 0x4f, 0x43, 0x4b, 0x5f, 0x53, 0x45, 0x41, 0x4c, 0x45, 0x44, 0x10, 0x02, 0x42, - 0x50, 0x0a, 0x1c, 0x6f, 0x72, 0x67, 0x2e, 0x6f, 0x6e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x70, 0x72, - 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x5a, - 0x30, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x6f, 0x6e, 0x66, 0x6c, - 0x6f, 0x77, 0x2f, 0x66, 0x6c, 0x6f, 0x77, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, - 0x2f, 0x67, 0x6f, 0x2f, 0x66, 0x6c, 0x6f, 0x77, 0x2f, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, - 0x73, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, -} - -var ( - file_flow_entities_block_proto_rawDescOnce sync.Once - file_flow_entities_block_proto_rawDescData = file_flow_entities_block_proto_rawDesc -) - -func file_flow_entities_block_proto_rawDescGZIP() []byte { - file_flow_entities_block_proto_rawDescOnce.Do(func() { - file_flow_entities_block_proto_rawDescData = protoimpl.X.CompressGZIP(file_flow_entities_block_proto_rawDescData) - }) - return file_flow_entities_block_proto_rawDescData -} - -var file_flow_entities_block_proto_enumTypes = make([]protoimpl.EnumInfo, 1) -var file_flow_entities_block_proto_msgTypes = make([]protoimpl.MessageInfo, 1) -var file_flow_entities_block_proto_goTypes = []interface{}{ - (BlockStatus)(0), // 0: flow.entities.BlockStatus - (*Block)(nil), // 1: flow.entities.Block - (*timestamppb.Timestamp)(nil), // 2: google.protobuf.Timestamp - (*CollectionGuarantee)(nil), // 3: flow.entities.CollectionGuarantee - (*BlockSeal)(nil), // 4: flow.entities.BlockSeal - (*ExecutionReceiptMeta)(nil), // 5: flow.entities.ExecutionReceiptMeta - (*ExecutionResult)(nil), // 6: flow.entities.ExecutionResult - (*BlockHeader)(nil), // 7: flow.entities.BlockHeader -} -var file_flow_entities_block_proto_depIdxs = []int32{ - 2, // 0: flow.entities.Block.timestamp:type_name -> google.protobuf.Timestamp - 3, // 1: flow.entities.Block.collection_guarantees:type_name -> flow.entities.CollectionGuarantee - 4, // 2: flow.entities.Block.block_seals:type_name -> flow.entities.BlockSeal - 5, // 3: flow.entities.Block.execution_receipt_metaList:type_name -> flow.entities.ExecutionReceiptMeta - 6, // 4: flow.entities.Block.execution_result_list:type_name -> flow.entities.ExecutionResult - 7, // 5: flow.entities.Block.block_header:type_name -> flow.entities.BlockHeader - 6, // [6:6] is the sub-list for method output_type - 6, // [6:6] is the sub-list for method input_type - 6, // [6:6] is the sub-list for extension type_name - 6, // [6:6] is the sub-list for extension extendee - 0, // [0:6] is the sub-list for field type_name -} - -func init() { file_flow_entities_block_proto_init() } -func file_flow_entities_block_proto_init() { - if File_flow_entities_block_proto != nil { - return - } - file_flow_entities_collection_proto_init() - file_flow_entities_block_seal_proto_init() - file_flow_entities_execution_result_proto_init() - file_flow_entities_block_header_proto_init() - if !protoimpl.UnsafeEnabled { - file_flow_entities_block_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Block); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - } - type x struct{} - out := protoimpl.TypeBuilder{ - File: protoimpl.DescBuilder{ - GoPackagePath: reflect.TypeOf(x{}).PkgPath(), - RawDescriptor: file_flow_entities_block_proto_rawDesc, - NumEnums: 1, - NumMessages: 1, - NumExtensions: 0, - NumServices: 0, - }, - GoTypes: file_flow_entities_block_proto_goTypes, - DependencyIndexes: file_flow_entities_block_proto_depIdxs, - EnumInfos: file_flow_entities_block_proto_enumTypes, - MessageInfos: file_flow_entities_block_proto_msgTypes, - }.Build() - File_flow_entities_block_proto = out.File - file_flow_entities_block_proto_rawDesc = nil - file_flow_entities_block_proto_goTypes = nil - file_flow_entities_block_proto_depIdxs = nil +func init() { + proto.RegisterEnum("flow.entities.BlockStatus", BlockStatus_name, BlockStatus_value) + proto.RegisterType((*Block)(nil), "flow.entities.Block") +} + +func init() { proto.RegisterFile("flow/entities/block.proto", fileDescriptor_c1afc3335f2172fc) } + +var fileDescriptor_c1afc3335f2172fc = []byte{ + // 485 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x74, 0x93, 0xc1, 0x6f, 0xd3, 0x30, + 0x18, 0xc5, 0x69, 0xd7, 0x95, 0xf5, 0x6b, 0x07, 0xc5, 0x63, 0xc8, 0x14, 0x54, 0xa2, 0xc1, 0xa1, + 0xe2, 0x90, 0xa0, 0x71, 0x81, 0x03, 0x87, 0x75, 0x2b, 0xa3, 0x5a, 0xe9, 0x90, 0x07, 0x9a, 0xb4, + 0x4b, 0xe4, 0x24, 0xdf, 0x52, 0x8b, 0x34, 0xae, 0x62, 0x47, 0xf0, 0x67, 0xf1, 0x27, 0xa2, 0xd8, + 0x4d, 0xdb, 0x94, 0x72, 0xa9, 0xea, 0xf7, 0x7e, 0x7e, 0x5f, 0xf2, 0xec, 0xc0, 0xf3, 0xfb, 0x44, + 0xfe, 0xf2, 0x30, 0xd5, 0x42, 0x0b, 0x54, 0x5e, 0x90, 0xc8, 0xf0, 0xa7, 0xbb, 0xc8, 0xa4, 0x96, + 0xe4, 0xb0, 0xb0, 0xdc, 0xd2, 0xea, 0xbd, 0x8a, 0xa5, 0x8c, 0x13, 0xf4, 0x8c, 0x19, 0xe4, 0xf7, + 0x9e, 0x16, 0x73, 0x54, 0x9a, 0xcf, 0x17, 0x96, 0xef, 0xf5, 0xab, 0x51, 0xa1, 0x4c, 0x12, 0x0c, + 0xb5, 0x90, 0xe9, 0x6e, 0xdf, 0x8c, 0xf2, 0x15, 0xf2, 0x64, 0xe9, 0xbf, 0xa9, 0xfa, 0xf8, 0x1b, + 0xc3, 0xbc, 0xd8, 0xee, 0x67, 0xa8, 0xf2, 0x44, 0x2f, 0x29, 0x67, 0x57, 0xca, 0x0c, 0x79, 0x84, + 0x99, 0x25, 0x4e, 0xfe, 0x34, 0x60, 0x7f, 0x58, 0xc8, 0xe4, 0x11, 0xd4, 0x45, 0x44, 0x6b, 0x4e, + 0x6d, 0xd0, 0x61, 0x75, 0x11, 0x91, 0x17, 0xd0, 0x5a, 0xf0, 0x0c, 0x53, 0xed, 0x8b, 0x88, 0xd6, + 0x8d, 0x7c, 0x60, 0x85, 0x71, 0x44, 0x9e, 0x41, 0x73, 0x86, 0x22, 0x9e, 0x69, 0xba, 0xe7, 0xd4, + 0x06, 0x0d, 0xb6, 0x5c, 0x91, 0x0f, 0xd0, 0x5a, 0xbd, 0x29, 0x6d, 0x38, 0xb5, 0x41, 0xfb, 0xb4, + 0xe7, 0xda, 0x2e, 0xdc, 0xb2, 0x0b, 0xf7, 0x7b, 0x49, 0xb0, 0x35, 0x4c, 0x6e, 0xe1, 0x78, 0x5d, + 0x82, 0x1f, 0xe7, 0x3c, 0xe3, 0xa9, 0x46, 0x54, 0x74, 0xdf, 0xd9, 0x1b, 0xb4, 0x4f, 0x4f, 0xdc, + 0x4a, 0xc1, 0xee, 0xf9, 0x8a, 0xbd, 0x2c, 0x51, 0xf6, 0x34, 0xfc, 0x57, 0x54, 0xe4, 0x23, 0xb4, + 0xd7, 0xed, 0x29, 0xda, 0x34, 0x71, 0x74, 0x2b, 0xce, 0x54, 0x70, 0x83, 0x3c, 0x61, 0x10, 0x94, + 0x7f, 0x15, 0xe9, 0x03, 0x28, 0x11, 0xa7, 0x5c, 0xe7, 0x19, 0x2a, 0xfa, 0xd0, 0xd9, 0x1b, 0x74, + 0xd8, 0x86, 0x42, 0x38, 0xf4, 0x36, 0x8b, 0x0f, 0x51, 0x2c, 0xb4, 0x3f, 0x47, 0xcd, 0x27, 0x42, + 0x69, 0x7a, 0x60, 0x26, 0xbd, 0xde, 0x9a, 0x34, 0x2a, 0x37, 0x30, 0xcb, 0x7f, 0x45, 0xcd, 0x19, + 0xc5, 0x1d, 0x6a, 0x11, 0x42, 0x18, 0x1c, 0x6f, 0x9f, 0xad, 0x9f, 0x14, 0xe9, 0x2d, 0x93, 0xde, + 0xff, 0x7f, 0x7a, 0x81, 0xb2, 0x23, 0xac, 0x0a, 0x26, 0xf3, 0x13, 0x74, 0x36, 0x6f, 0x02, 0x85, + 0xe5, 0x39, 0xed, 0xa8, 0xe4, 0x8b, 0x21, 0x98, 0x6d, 0xd0, 0x2e, 0xde, 0x5e, 0x42, 0xdb, 0xd6, + 0xa5, 0xb9, 0xce, 0x15, 0x79, 0x02, 0x87, 0xc3, 0xc9, 0xf5, 0xf9, 0x95, 0xff, 0x63, 0x7a, 0x35, + 0xbd, 0xbe, 0x9d, 0x76, 0x1f, 0x90, 0x23, 0x78, 0x6c, 0xa5, 0xcf, 0xe3, 0xe9, 0xd9, 0x64, 0x7c, + 0x37, 0xba, 0xe8, 0xd6, 0x48, 0x17, 0x3a, 0x56, 0xbc, 0x19, 0x9d, 0x4d, 0x46, 0x17, 0xdd, 0xfa, + 0xf0, 0x1b, 0xbc, 0x94, 0x59, 0xec, 0xca, 0xd4, 0x0c, 0x5e, 0x5d, 0x8f, 0xf2, 0x09, 0xee, 0xde, + 0xc5, 0x42, 0xcf, 0xf2, 0xc0, 0x0d, 0xe5, 0xdc, 0xb3, 0x90, 0x67, 0x7e, 0x56, 0x1f, 0x55, 0x2c, + 0xbd, 0xca, 0x05, 0x0f, 0x9a, 0xc6, 0x7a, 0xff, 0x37, 0x00, 0x00, 0xff, 0xff, 0x63, 0x03, 0xba, + 0xf0, 0xa9, 0x03, 0x00, 0x00, } diff --git a/protobuf/go/flow/entities/block_execution_data.pb.go b/protobuf/go/flow/entities/block_execution_data.pb.go index 08d976464..d41da1773 100644 --- a/protobuf/go/flow/entities/block_execution_data.pb.go +++ b/protobuf/go/flow/entities/block_execution_data.pb.go @@ -1,92 +1,80 @@ // Code generated by protoc-gen-go. DO NOT EDIT. -// versions: -// protoc-gen-go v1.28.1 -// protoc (unknown) // source: flow/entities/block_execution_data.proto package entities import ( - protoreflect "google.golang.org/protobuf/reflect/protoreflect" - protoimpl "google.golang.org/protobuf/runtime/protoimpl" - reflect "reflect" - sync "sync" + fmt "fmt" + proto "github.com/golang/protobuf/proto" + math "math" ) -const ( - // Verify that this generated code is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) - // Verify that runtime/protoimpl is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) -) +// Reference imports to suppress errors if they are not otherwise used. +var _ = proto.Marshal +var _ = fmt.Errorf +var _ = math.Inf + +// This is a compile-time assertion to ensure that this generated file +// is compatible with the proto package it is being compiled against. +// A compilation error at this line likely means your copy of the +// proto package needs to be updated. +const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package // BlockExecutionData represents the collection of data produced while execiting the block. type BlockExecutionData struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - // Block ID of the block that was executed. BlockId []byte `protobuf:"bytes,1,opt,name=block_id,json=blockId,proto3" json:"block_id,omitempty"` // Ordered list of ChunkExecutionData produced while executing the block. // // Note: there will be one ChunkExecutionData per collection in the block, plus one for the // service chunk. The service chunk is executed last and is always the last chunk in the list. - ChunkExecutionData []*ChunkExecutionData `protobuf:"bytes,2,rep,name=chunk_execution_data,json=chunkExecutionData,proto3" json:"chunk_execution_data,omitempty"` + ChunkExecutionData []*ChunkExecutionData `protobuf:"bytes,2,rep,name=chunk_execution_data,json=chunkExecutionData,proto3" json:"chunk_execution_data,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (x *BlockExecutionData) Reset() { - *x = BlockExecutionData{} - if protoimpl.UnsafeEnabled { - mi := &file_flow_entities_block_execution_data_proto_msgTypes[0] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } +func (m *BlockExecutionData) Reset() { *m = BlockExecutionData{} } +func (m *BlockExecutionData) String() string { return proto.CompactTextString(m) } +func (*BlockExecutionData) ProtoMessage() {} +func (*BlockExecutionData) Descriptor() ([]byte, []int) { + return fileDescriptor_0dbfd6581e1d1c72, []int{0} } -func (x *BlockExecutionData) String() string { - return protoimpl.X.MessageStringOf(x) +func (m *BlockExecutionData) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_BlockExecutionData.Unmarshal(m, b) } - -func (*BlockExecutionData) ProtoMessage() {} - -func (x *BlockExecutionData) ProtoReflect() protoreflect.Message { - mi := &file_flow_entities_block_execution_data_proto_msgTypes[0] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) +func (m *BlockExecutionData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_BlockExecutionData.Marshal(b, m, deterministic) } - -// Deprecated: Use BlockExecutionData.ProtoReflect.Descriptor instead. -func (*BlockExecutionData) Descriptor() ([]byte, []int) { - return file_flow_entities_block_execution_data_proto_rawDescGZIP(), []int{0} +func (m *BlockExecutionData) XXX_Merge(src proto.Message) { + xxx_messageInfo_BlockExecutionData.Merge(m, src) +} +func (m *BlockExecutionData) XXX_Size() int { + return xxx_messageInfo_BlockExecutionData.Size(m) } +func (m *BlockExecutionData) XXX_DiscardUnknown() { + xxx_messageInfo_BlockExecutionData.DiscardUnknown(m) +} + +var xxx_messageInfo_BlockExecutionData proto.InternalMessageInfo -func (x *BlockExecutionData) GetBlockId() []byte { - if x != nil { - return x.BlockId +func (m *BlockExecutionData) GetBlockId() []byte { + if m != nil { + return m.BlockId } return nil } -func (x *BlockExecutionData) GetChunkExecutionData() []*ChunkExecutionData { - if x != nil { - return x.ChunkExecutionData +func (m *BlockExecutionData) GetChunkExecutionData() []*ChunkExecutionData { + if m != nil { + return m.ChunkExecutionData } return nil } // ChunkExecutionData represents the collection of data produced while executing a chunk. type ChunkExecutionData struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - // Ordered list of transactions included in the collection that was executed in the chunk. Collection *ExecutionDataCollection `protobuf:"bytes,1,opt,name=collection,proto3" json:"collection,omitempty"` // Events emitted by transactions in the collection. @@ -104,65 +92,61 @@ type ChunkExecutionData struct { // Note: these are not the same type of results returned by other RPCs. These results are sepcific // to execution data. The most notable difference is they only include a boolean value to indicate // whether or not an error was encountered during execution, not the error itself. - TransactionResults []*ExecutionDataTransactionResult `protobuf:"bytes,4,rep,name=transaction_results,json=transactionResults,proto3" json:"transaction_results,omitempty"` + TransactionResults []*ExecutionDataTransactionResult `protobuf:"bytes,4,rep,name=transaction_results,json=transactionResults,proto3" json:"transaction_results,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (x *ChunkExecutionData) Reset() { - *x = ChunkExecutionData{} - if protoimpl.UnsafeEnabled { - mi := &file_flow_entities_block_execution_data_proto_msgTypes[1] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } +func (m *ChunkExecutionData) Reset() { *m = ChunkExecutionData{} } +func (m *ChunkExecutionData) String() string { return proto.CompactTextString(m) } +func (*ChunkExecutionData) ProtoMessage() {} +func (*ChunkExecutionData) Descriptor() ([]byte, []int) { + return fileDescriptor_0dbfd6581e1d1c72, []int{1} } -func (x *ChunkExecutionData) String() string { - return protoimpl.X.MessageStringOf(x) +func (m *ChunkExecutionData) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_ChunkExecutionData.Unmarshal(m, b) } - -func (*ChunkExecutionData) ProtoMessage() {} - -func (x *ChunkExecutionData) ProtoReflect() protoreflect.Message { - mi := &file_flow_entities_block_execution_data_proto_msgTypes[1] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) +func (m *ChunkExecutionData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_ChunkExecutionData.Marshal(b, m, deterministic) } - -// Deprecated: Use ChunkExecutionData.ProtoReflect.Descriptor instead. -func (*ChunkExecutionData) Descriptor() ([]byte, []int) { - return file_flow_entities_block_execution_data_proto_rawDescGZIP(), []int{1} +func (m *ChunkExecutionData) XXX_Merge(src proto.Message) { + xxx_messageInfo_ChunkExecutionData.Merge(m, src) } +func (m *ChunkExecutionData) XXX_Size() int { + return xxx_messageInfo_ChunkExecutionData.Size(m) +} +func (m *ChunkExecutionData) XXX_DiscardUnknown() { + xxx_messageInfo_ChunkExecutionData.DiscardUnknown(m) +} + +var xxx_messageInfo_ChunkExecutionData proto.InternalMessageInfo -func (x *ChunkExecutionData) GetCollection() *ExecutionDataCollection { - if x != nil { - return x.Collection +func (m *ChunkExecutionData) GetCollection() *ExecutionDataCollection { + if m != nil { + return m.Collection } return nil } -func (x *ChunkExecutionData) GetEvents() []*Event { - if x != nil { - return x.Events +func (m *ChunkExecutionData) GetEvents() []*Event { + if m != nil { + return m.Events } return nil } -func (x *ChunkExecutionData) GetTrieUpdate() *TrieUpdate { - if x != nil { - return x.TrieUpdate +func (m *ChunkExecutionData) GetTrieUpdate() *TrieUpdate { + if m != nil { + return m.TrieUpdate } return nil } -func (x *ChunkExecutionData) GetTransactionResults() []*ExecutionDataTransactionResult { - if x != nil { - return x.TransactionResults +func (m *ChunkExecutionData) GetTransactionResults() []*ExecutionDataTransactionResult { + if m != nil { + return m.TransactionResults } return nil } @@ -171,49 +155,41 @@ func (x *ChunkExecutionData) GetTransactionResults() []*ExecutionDataTransaction // // Note: this is not the same type as the entities.Collection. type ExecutionDataCollection struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - // List of transactions included in the collection. - Transactions []*Transaction `protobuf:"bytes,1,rep,name=transactions,proto3" json:"transactions,omitempty"` + Transactions []*Transaction `protobuf:"bytes,1,rep,name=transactions,proto3" json:"transactions,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (x *ExecutionDataCollection) Reset() { - *x = ExecutionDataCollection{} - if protoimpl.UnsafeEnabled { - mi := &file_flow_entities_block_execution_data_proto_msgTypes[2] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } +func (m *ExecutionDataCollection) Reset() { *m = ExecutionDataCollection{} } +func (m *ExecutionDataCollection) String() string { return proto.CompactTextString(m) } +func (*ExecutionDataCollection) ProtoMessage() {} +func (*ExecutionDataCollection) Descriptor() ([]byte, []int) { + return fileDescriptor_0dbfd6581e1d1c72, []int{2} } -func (x *ExecutionDataCollection) String() string { - return protoimpl.X.MessageStringOf(x) +func (m *ExecutionDataCollection) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_ExecutionDataCollection.Unmarshal(m, b) } - -func (*ExecutionDataCollection) ProtoMessage() {} - -func (x *ExecutionDataCollection) ProtoReflect() protoreflect.Message { - mi := &file_flow_entities_block_execution_data_proto_msgTypes[2] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) +func (m *ExecutionDataCollection) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_ExecutionDataCollection.Marshal(b, m, deterministic) } - -// Deprecated: Use ExecutionDataCollection.ProtoReflect.Descriptor instead. -func (*ExecutionDataCollection) Descriptor() ([]byte, []int) { - return file_flow_entities_block_execution_data_proto_rawDescGZIP(), []int{2} +func (m *ExecutionDataCollection) XXX_Merge(src proto.Message) { + xxx_messageInfo_ExecutionDataCollection.Merge(m, src) } +func (m *ExecutionDataCollection) XXX_Size() int { + return xxx_messageInfo_ExecutionDataCollection.Size(m) +} +func (m *ExecutionDataCollection) XXX_DiscardUnknown() { + xxx_messageInfo_ExecutionDataCollection.DiscardUnknown(m) +} + +var xxx_messageInfo_ExecutionDataCollection proto.InternalMessageInfo -func (x *ExecutionDataCollection) GetTransactions() []*Transaction { - if x != nil { - return x.Transactions +func (m *ExecutionDataCollection) GetTransactions() []*Transaction { + if m != nil { + return m.Transactions } return nil } @@ -223,10 +199,6 @@ func (x *ExecutionDataCollection) GetTransactions() []*Transaction { // TrieUpdates contain a list of registers that were modified during chunk execution. The value // included is the new value of the register. type TrieUpdate struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - // RootHash is the root hash of the trie before the update is applied. RootHash []byte `protobuf:"bytes,1,opt,name=root_hash,json=rootHash,proto3" json:"root_hash,omitempty"` // List of register paths updated. @@ -238,471 +210,264 @@ type TrieUpdate struct { // // Note: paths and payloads map 1:1 with eachother. i.e. for each element in path, the value in // payloads at the same index is the value of the register at that path. - Payloads []*Payload `protobuf:"bytes,3,rep,name=payloads,proto3" json:"payloads,omitempty"` + Payloads []*Payload `protobuf:"bytes,3,rep,name=payloads,proto3" json:"payloads,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (x *TrieUpdate) Reset() { - *x = TrieUpdate{} - if protoimpl.UnsafeEnabled { - mi := &file_flow_entities_block_execution_data_proto_msgTypes[3] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } +func (m *TrieUpdate) Reset() { *m = TrieUpdate{} } +func (m *TrieUpdate) String() string { return proto.CompactTextString(m) } +func (*TrieUpdate) ProtoMessage() {} +func (*TrieUpdate) Descriptor() ([]byte, []int) { + return fileDescriptor_0dbfd6581e1d1c72, []int{3} } -func (x *TrieUpdate) String() string { - return protoimpl.X.MessageStringOf(x) +func (m *TrieUpdate) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_TrieUpdate.Unmarshal(m, b) } - -func (*TrieUpdate) ProtoMessage() {} - -func (x *TrieUpdate) ProtoReflect() protoreflect.Message { - mi := &file_flow_entities_block_execution_data_proto_msgTypes[3] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) +func (m *TrieUpdate) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_TrieUpdate.Marshal(b, m, deterministic) } - -// Deprecated: Use TrieUpdate.ProtoReflect.Descriptor instead. -func (*TrieUpdate) Descriptor() ([]byte, []int) { - return file_flow_entities_block_execution_data_proto_rawDescGZIP(), []int{3} +func (m *TrieUpdate) XXX_Merge(src proto.Message) { + xxx_messageInfo_TrieUpdate.Merge(m, src) +} +func (m *TrieUpdate) XXX_Size() int { + return xxx_messageInfo_TrieUpdate.Size(m) +} +func (m *TrieUpdate) XXX_DiscardUnknown() { + xxx_messageInfo_TrieUpdate.DiscardUnknown(m) } -func (x *TrieUpdate) GetRootHash() []byte { - if x != nil { - return x.RootHash +var xxx_messageInfo_TrieUpdate proto.InternalMessageInfo + +func (m *TrieUpdate) GetRootHash() []byte { + if m != nil { + return m.RootHash } return nil } -func (x *TrieUpdate) GetPaths() [][]byte { - if x != nil { - return x.Paths +func (m *TrieUpdate) GetPaths() [][]byte { + if m != nil { + return m.Paths } return nil } -func (x *TrieUpdate) GetPayloads() []*Payload { - if x != nil { - return x.Payloads +func (m *TrieUpdate) GetPayloads() []*Payload { + if m != nil { + return m.Payloads } return nil } // Payload represents the key-value pair of a register. type Payload struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - // List of key parts that make up the register key. // Can be converted into register id. KeyPart []*KeyPart `protobuf:"bytes,1,rep,name=keyPart,proto3" json:"keyPart,omitempty"` // Value of the register. - Value []byte `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"` + Value []byte `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (x *Payload) Reset() { - *x = Payload{} - if protoimpl.UnsafeEnabled { - mi := &file_flow_entities_block_execution_data_proto_msgTypes[4] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } +func (m *Payload) Reset() { *m = Payload{} } +func (m *Payload) String() string { return proto.CompactTextString(m) } +func (*Payload) ProtoMessage() {} +func (*Payload) Descriptor() ([]byte, []int) { + return fileDescriptor_0dbfd6581e1d1c72, []int{4} } -func (x *Payload) String() string { - return protoimpl.X.MessageStringOf(x) +func (m *Payload) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_Payload.Unmarshal(m, b) } - -func (*Payload) ProtoMessage() {} - -func (x *Payload) ProtoReflect() protoreflect.Message { - mi := &file_flow_entities_block_execution_data_proto_msgTypes[4] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) +func (m *Payload) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_Payload.Marshal(b, m, deterministic) } - -// Deprecated: Use Payload.ProtoReflect.Descriptor instead. -func (*Payload) Descriptor() ([]byte, []int) { - return file_flow_entities_block_execution_data_proto_rawDescGZIP(), []int{4} +func (m *Payload) XXX_Merge(src proto.Message) { + xxx_messageInfo_Payload.Merge(m, src) +} +func (m *Payload) XXX_Size() int { + return xxx_messageInfo_Payload.Size(m) +} +func (m *Payload) XXX_DiscardUnknown() { + xxx_messageInfo_Payload.DiscardUnknown(m) } -func (x *Payload) GetKeyPart() []*KeyPart { - if x != nil { - return x.KeyPart +var xxx_messageInfo_Payload proto.InternalMessageInfo + +func (m *Payload) GetKeyPart() []*KeyPart { + if m != nil { + return m.KeyPart } return nil } -func (x *Payload) GetValue() []byte { - if x != nil { - return x.Value +func (m *Payload) GetValue() []byte { + if m != nil { + return m.Value } return nil } // KeyPart represents a part of a register key. type KeyPart struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - // Type of the key part. Type uint32 `protobuf:"varint,1,opt,name=type,proto3" json:"type,omitempty"` // Value of the key part. - Value []byte `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"` + Value []byte `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (x *KeyPart) Reset() { - *x = KeyPart{} - if protoimpl.UnsafeEnabled { - mi := &file_flow_entities_block_execution_data_proto_msgTypes[5] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } +func (m *KeyPart) Reset() { *m = KeyPart{} } +func (m *KeyPart) String() string { return proto.CompactTextString(m) } +func (*KeyPart) ProtoMessage() {} +func (*KeyPart) Descriptor() ([]byte, []int) { + return fileDescriptor_0dbfd6581e1d1c72, []int{5} } -func (x *KeyPart) String() string { - return protoimpl.X.MessageStringOf(x) +func (m *KeyPart) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_KeyPart.Unmarshal(m, b) } - -func (*KeyPart) ProtoMessage() {} - -func (x *KeyPart) ProtoReflect() protoreflect.Message { - mi := &file_flow_entities_block_execution_data_proto_msgTypes[5] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) +func (m *KeyPart) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_KeyPart.Marshal(b, m, deterministic) } - -// Deprecated: Use KeyPart.ProtoReflect.Descriptor instead. -func (*KeyPart) Descriptor() ([]byte, []int) { - return file_flow_entities_block_execution_data_proto_rawDescGZIP(), []int{5} +func (m *KeyPart) XXX_Merge(src proto.Message) { + xxx_messageInfo_KeyPart.Merge(m, src) +} +func (m *KeyPart) XXX_Size() int { + return xxx_messageInfo_KeyPart.Size(m) } +func (m *KeyPart) XXX_DiscardUnknown() { + xxx_messageInfo_KeyPart.DiscardUnknown(m) +} + +var xxx_messageInfo_KeyPart proto.InternalMessageInfo -func (x *KeyPart) GetType() uint32 { - if x != nil { - return x.Type +func (m *KeyPart) GetType() uint32 { + if m != nil { + return m.Type } return 0 } -func (x *KeyPart) GetValue() []byte { - if x != nil { - return x.Value +func (m *KeyPart) GetValue() []byte { + if m != nil { + return m.Value } return nil } // ExecutionDataTransactionResult represents the result of executing a transaction. type ExecutionDataTransactionResult struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - // Transaction ID of the transaction that was executed. TransactionId []byte `protobuf:"bytes,1,opt,name=transaction_id,json=transactionId,proto3" json:"transaction_id,omitempty"` // Boolean indicating whether or not the transaction's execution failed with an error. Failed bool `protobuf:"varint,2,opt,name=failed,proto3" json:"failed,omitempty"` // Amount of computation used during execution. - ComputationUsed uint64 `protobuf:"varint,3,opt,name=computation_used,json=computationUsed,proto3" json:"computation_used,omitempty"` + ComputationUsed uint64 `protobuf:"varint,3,opt,name=computation_used,json=computationUsed,proto3" json:"computation_used,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (x *ExecutionDataTransactionResult) Reset() { - *x = ExecutionDataTransactionResult{} - if protoimpl.UnsafeEnabled { - mi := &file_flow_entities_block_execution_data_proto_msgTypes[6] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } +func (m *ExecutionDataTransactionResult) Reset() { *m = ExecutionDataTransactionResult{} } +func (m *ExecutionDataTransactionResult) String() string { return proto.CompactTextString(m) } +func (*ExecutionDataTransactionResult) ProtoMessage() {} +func (*ExecutionDataTransactionResult) Descriptor() ([]byte, []int) { + return fileDescriptor_0dbfd6581e1d1c72, []int{6} } -func (x *ExecutionDataTransactionResult) String() string { - return protoimpl.X.MessageStringOf(x) +func (m *ExecutionDataTransactionResult) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_ExecutionDataTransactionResult.Unmarshal(m, b) } - -func (*ExecutionDataTransactionResult) ProtoMessage() {} - -func (x *ExecutionDataTransactionResult) ProtoReflect() protoreflect.Message { - mi := &file_flow_entities_block_execution_data_proto_msgTypes[6] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) +func (m *ExecutionDataTransactionResult) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_ExecutionDataTransactionResult.Marshal(b, m, deterministic) } - -// Deprecated: Use ExecutionDataTransactionResult.ProtoReflect.Descriptor instead. -func (*ExecutionDataTransactionResult) Descriptor() ([]byte, []int) { - return file_flow_entities_block_execution_data_proto_rawDescGZIP(), []int{6} +func (m *ExecutionDataTransactionResult) XXX_Merge(src proto.Message) { + xxx_messageInfo_ExecutionDataTransactionResult.Merge(m, src) +} +func (m *ExecutionDataTransactionResult) XXX_Size() int { + return xxx_messageInfo_ExecutionDataTransactionResult.Size(m) +} +func (m *ExecutionDataTransactionResult) XXX_DiscardUnknown() { + xxx_messageInfo_ExecutionDataTransactionResult.DiscardUnknown(m) } -func (x *ExecutionDataTransactionResult) GetTransactionId() []byte { - if x != nil { - return x.TransactionId +var xxx_messageInfo_ExecutionDataTransactionResult proto.InternalMessageInfo + +func (m *ExecutionDataTransactionResult) GetTransactionId() []byte { + if m != nil { + return m.TransactionId } return nil } -func (x *ExecutionDataTransactionResult) GetFailed() bool { - if x != nil { - return x.Failed +func (m *ExecutionDataTransactionResult) GetFailed() bool { + if m != nil { + return m.Failed } return false } -func (x *ExecutionDataTransactionResult) GetComputationUsed() uint64 { - if x != nil { - return x.ComputationUsed +func (m *ExecutionDataTransactionResult) GetComputationUsed() uint64 { + if m != nil { + return m.ComputationUsed } return 0 } -var File_flow_entities_block_execution_data_proto protoreflect.FileDescriptor - -var file_flow_entities_block_execution_data_proto_rawDesc = []byte{ - 0x0a, 0x28, 0x66, 0x6c, 0x6f, 0x77, 0x2f, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x2f, - 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x5f, 0x65, 0x78, 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x5f, - 0x64, 0x61, 0x74, 0x61, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x0d, 0x66, 0x6c, 0x6f, 0x77, - 0x2e, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x1a, 0x19, 0x66, 0x6c, 0x6f, 0x77, 0x2f, - 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x2f, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x2e, 0x70, - 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x1f, 0x66, 0x6c, 0x6f, 0x77, 0x2f, 0x65, 0x6e, 0x74, 0x69, 0x74, - 0x69, 0x65, 0x73, 0x2f, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x2e, - 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0x84, 0x01, 0x0a, 0x12, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x45, - 0x78, 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x44, 0x61, 0x74, 0x61, 0x12, 0x19, 0x0a, 0x08, - 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x07, - 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x49, 0x64, 0x12, 0x53, 0x0a, 0x14, 0x63, 0x68, 0x75, 0x6e, 0x6b, - 0x5f, 0x65, 0x78, 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x64, 0x61, 0x74, 0x61, 0x18, - 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x21, 0x2e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x65, 0x6e, 0x74, - 0x69, 0x74, 0x69, 0x65, 0x73, 0x2e, 0x43, 0x68, 0x75, 0x6e, 0x6b, 0x45, 0x78, 0x65, 0x63, 0x75, - 0x74, 0x69, 0x6f, 0x6e, 0x44, 0x61, 0x74, 0x61, 0x52, 0x12, 0x63, 0x68, 0x75, 0x6e, 0x6b, 0x45, - 0x78, 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x44, 0x61, 0x74, 0x61, 0x22, 0xa5, 0x02, 0x0a, - 0x12, 0x43, 0x68, 0x75, 0x6e, 0x6b, 0x45, 0x78, 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x44, - 0x61, 0x74, 0x61, 0x12, 0x46, 0x0a, 0x0a, 0x63, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, - 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x26, 0x2e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x65, - 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x2e, 0x45, 0x78, 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, - 0x6e, 0x44, 0x61, 0x74, 0x61, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x52, - 0x0a, 0x63, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x2c, 0x0a, 0x06, 0x65, - 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x14, 0x2e, 0x66, 0x6c, - 0x6f, 0x77, 0x2e, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x2e, 0x45, 0x76, 0x65, 0x6e, - 0x74, 0x52, 0x06, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x39, 0x0a, 0x0a, 0x74, 0x72, 0x69, - 0x65, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x19, 0x2e, - 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x2e, 0x54, 0x72, - 0x69, 0x65, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x52, 0x0a, 0x74, 0x72, 0x69, 0x65, 0x55, 0x70, - 0x64, 0x61, 0x74, 0x65, 0x12, 0x5e, 0x0a, 0x13, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, - 0x69, 0x6f, 0x6e, 0x5f, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x73, 0x18, 0x04, 0x20, 0x03, 0x28, - 0x0b, 0x32, 0x2d, 0x2e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, - 0x73, 0x2e, 0x45, 0x78, 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x44, 0x61, 0x74, 0x61, 0x54, - 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x75, 0x6c, 0x74, - 0x52, 0x12, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, - 0x75, 0x6c, 0x74, 0x73, 0x22, 0x59, 0x0a, 0x17, 0x45, 0x78, 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, - 0x6e, 0x44, 0x61, 0x74, 0x61, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x12, - 0x3e, 0x0a, 0x0c, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18, - 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x65, 0x6e, 0x74, - 0x69, 0x74, 0x69, 0x65, 0x73, 0x2e, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, - 0x6e, 0x52, 0x0c, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x22, - 0x73, 0x0a, 0x0a, 0x54, 0x72, 0x69, 0x65, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x12, 0x1b, 0x0a, - 0x09, 0x72, 0x6f, 0x6f, 0x74, 0x5f, 0x68, 0x61, 0x73, 0x68, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, - 0x52, 0x08, 0x72, 0x6f, 0x6f, 0x74, 0x48, 0x61, 0x73, 0x68, 0x12, 0x14, 0x0a, 0x05, 0x70, 0x61, - 0x74, 0x68, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0c, 0x52, 0x05, 0x70, 0x61, 0x74, 0x68, 0x73, - 0x12, 0x32, 0x0a, 0x08, 0x70, 0x61, 0x79, 0x6c, 0x6f, 0x61, 0x64, 0x73, 0x18, 0x03, 0x20, 0x03, - 0x28, 0x0b, 0x32, 0x16, 0x2e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, - 0x65, 0x73, 0x2e, 0x50, 0x61, 0x79, 0x6c, 0x6f, 0x61, 0x64, 0x52, 0x08, 0x70, 0x61, 0x79, 0x6c, - 0x6f, 0x61, 0x64, 0x73, 0x22, 0x51, 0x0a, 0x07, 0x50, 0x61, 0x79, 0x6c, 0x6f, 0x61, 0x64, 0x12, - 0x30, 0x0a, 0x07, 0x6b, 0x65, 0x79, 0x50, 0x61, 0x72, 0x74, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, - 0x32, 0x16, 0x2e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, - 0x2e, 0x4b, 0x65, 0x79, 0x50, 0x61, 0x72, 0x74, 0x52, 0x07, 0x6b, 0x65, 0x79, 0x50, 0x61, 0x72, - 0x74, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0c, - 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x22, 0x33, 0x0a, 0x07, 0x4b, 0x65, 0x79, 0x50, 0x61, - 0x72, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, - 0x52, 0x04, 0x74, 0x79, 0x70, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, - 0x02, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x22, 0x8a, 0x01, 0x0a, - 0x1e, 0x45, 0x78, 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x44, 0x61, 0x74, 0x61, 0x54, 0x72, - 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x12, - 0x25, 0x0a, 0x0e, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x69, - 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x0d, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, - 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x66, 0x61, 0x69, 0x6c, 0x65, 0x64, - 0x18, 0x02, 0x20, 0x01, 0x28, 0x08, 0x52, 0x06, 0x66, 0x61, 0x69, 0x6c, 0x65, 0x64, 0x12, 0x29, - 0x0a, 0x10, 0x63, 0x6f, 0x6d, 0x70, 0x75, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x75, 0x73, - 0x65, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x04, 0x52, 0x0f, 0x63, 0x6f, 0x6d, 0x70, 0x75, 0x74, - 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x55, 0x73, 0x65, 0x64, 0x42, 0x50, 0x0a, 0x1c, 0x6f, 0x72, 0x67, - 0x2e, 0x6f, 0x6e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, - 0x2e, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x5a, 0x30, 0x67, 0x69, 0x74, 0x68, 0x75, - 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x6f, 0x6e, 0x66, 0x6c, 0x6f, 0x77, 0x2f, 0x66, 0x6c, 0x6f, - 0x77, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x67, 0x6f, 0x2f, 0x66, 0x6c, - 0x6f, 0x77, 0x2f, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x62, 0x06, 0x70, 0x72, 0x6f, - 0x74, 0x6f, 0x33, -} - -var ( - file_flow_entities_block_execution_data_proto_rawDescOnce sync.Once - file_flow_entities_block_execution_data_proto_rawDescData = file_flow_entities_block_execution_data_proto_rawDesc -) - -func file_flow_entities_block_execution_data_proto_rawDescGZIP() []byte { - file_flow_entities_block_execution_data_proto_rawDescOnce.Do(func() { - file_flow_entities_block_execution_data_proto_rawDescData = protoimpl.X.CompressGZIP(file_flow_entities_block_execution_data_proto_rawDescData) - }) - return file_flow_entities_block_execution_data_proto_rawDescData -} - -var file_flow_entities_block_execution_data_proto_msgTypes = make([]protoimpl.MessageInfo, 7) -var file_flow_entities_block_execution_data_proto_goTypes = []interface{}{ - (*BlockExecutionData)(nil), // 0: flow.entities.BlockExecutionData - (*ChunkExecutionData)(nil), // 1: flow.entities.ChunkExecutionData - (*ExecutionDataCollection)(nil), // 2: flow.entities.ExecutionDataCollection - (*TrieUpdate)(nil), // 3: flow.entities.TrieUpdate - (*Payload)(nil), // 4: flow.entities.Payload - (*KeyPart)(nil), // 5: flow.entities.KeyPart - (*ExecutionDataTransactionResult)(nil), // 6: flow.entities.ExecutionDataTransactionResult - (*Event)(nil), // 7: flow.entities.Event - (*Transaction)(nil), // 8: flow.entities.Transaction -} -var file_flow_entities_block_execution_data_proto_depIdxs = []int32{ - 1, // 0: flow.entities.BlockExecutionData.chunk_execution_data:type_name -> flow.entities.ChunkExecutionData - 2, // 1: flow.entities.ChunkExecutionData.collection:type_name -> flow.entities.ExecutionDataCollection - 7, // 2: flow.entities.ChunkExecutionData.events:type_name -> flow.entities.Event - 3, // 3: flow.entities.ChunkExecutionData.trieUpdate:type_name -> flow.entities.TrieUpdate - 6, // 4: flow.entities.ChunkExecutionData.transaction_results:type_name -> flow.entities.ExecutionDataTransactionResult - 8, // 5: flow.entities.ExecutionDataCollection.transactions:type_name -> flow.entities.Transaction - 4, // 6: flow.entities.TrieUpdate.payloads:type_name -> flow.entities.Payload - 5, // 7: flow.entities.Payload.keyPart:type_name -> flow.entities.KeyPart - 8, // [8:8] is the sub-list for method output_type - 8, // [8:8] is the sub-list for method input_type - 8, // [8:8] is the sub-list for extension type_name - 8, // [8:8] is the sub-list for extension extendee - 0, // [0:8] is the sub-list for field type_name -} - -func init() { file_flow_entities_block_execution_data_proto_init() } -func file_flow_entities_block_execution_data_proto_init() { - if File_flow_entities_block_execution_data_proto != nil { - return - } - file_flow_entities_event_proto_init() - file_flow_entities_transaction_proto_init() - if !protoimpl.UnsafeEnabled { - file_flow_entities_block_execution_data_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*BlockExecutionData); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_flow_entities_block_execution_data_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ChunkExecutionData); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_flow_entities_block_execution_data_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ExecutionDataCollection); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_flow_entities_block_execution_data_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*TrieUpdate); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_flow_entities_block_execution_data_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Payload); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_flow_entities_block_execution_data_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*KeyPart); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_flow_entities_block_execution_data_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ExecutionDataTransactionResult); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - } - type x struct{} - out := protoimpl.TypeBuilder{ - File: protoimpl.DescBuilder{ - GoPackagePath: reflect.TypeOf(x{}).PkgPath(), - RawDescriptor: file_flow_entities_block_execution_data_proto_rawDesc, - NumEnums: 0, - NumMessages: 7, - NumExtensions: 0, - NumServices: 0, - }, - GoTypes: file_flow_entities_block_execution_data_proto_goTypes, - DependencyIndexes: file_flow_entities_block_execution_data_proto_depIdxs, - MessageInfos: file_flow_entities_block_execution_data_proto_msgTypes, - }.Build() - File_flow_entities_block_execution_data_proto = out.File - file_flow_entities_block_execution_data_proto_rawDesc = nil - file_flow_entities_block_execution_data_proto_goTypes = nil - file_flow_entities_block_execution_data_proto_depIdxs = nil +func init() { + proto.RegisterType((*BlockExecutionData)(nil), "flow.entities.BlockExecutionData") + proto.RegisterType((*ChunkExecutionData)(nil), "flow.entities.ChunkExecutionData") + proto.RegisterType((*ExecutionDataCollection)(nil), "flow.entities.ExecutionDataCollection") + proto.RegisterType((*TrieUpdate)(nil), "flow.entities.TrieUpdate") + proto.RegisterType((*Payload)(nil), "flow.entities.Payload") + proto.RegisterType((*KeyPart)(nil), "flow.entities.KeyPart") + proto.RegisterType((*ExecutionDataTransactionResult)(nil), "flow.entities.ExecutionDataTransactionResult") +} + +func init() { + proto.RegisterFile("flow/entities/block_execution_data.proto", fileDescriptor_0dbfd6581e1d1c72) +} + +var fileDescriptor_0dbfd6581e1d1c72 = []byte{ + // 511 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x93, 0x41, 0x6f, 0xd3, 0x4e, + 0x10, 0xc5, 0xe5, 0x24, 0xff, 0x24, 0xff, 0x69, 0x02, 0x68, 0x88, 0x8a, 0x13, 0x10, 0x14, 0x4b, + 0xa0, 0x20, 0x81, 0x5d, 0xa5, 0x27, 0x2e, 0x1c, 0x5a, 0x40, 0x54, 0x5c, 0xc2, 0xd2, 0x1e, 0xe0, + 0x40, 0xb4, 0xb1, 0x37, 0xb1, 0x55, 0xd7, 0x6b, 0x79, 0xd7, 0x85, 0xdc, 0x39, 0xf1, 0x3d, 0xf8, + 0x9e, 0xc8, 0x63, 0xc7, 0xb1, 0x1d, 0xb5, 0x97, 0x28, 0x3b, 0xf3, 0x7b, 0xfb, 0xde, 0x8e, 0x77, + 0x61, 0xba, 0x0a, 0xe5, 0x4f, 0x47, 0x44, 0x3a, 0xd0, 0x81, 0x50, 0xce, 0x32, 0x94, 0xee, 0xd5, + 0x42, 0xfc, 0x12, 0x6e, 0xaa, 0x03, 0x19, 0x2d, 0x3c, 0xae, 0xb9, 0x1d, 0x27, 0x52, 0x4b, 0x1c, + 0x66, 0xa4, 0xbd, 0x25, 0x27, 0xe3, 0xba, 0x50, 0xdc, 0x88, 0x48, 0xe7, 0xe4, 0xe4, 0x59, 0xbd, + 0xa5, 0x13, 0x1e, 0x29, 0xee, 0x66, 0xfb, 0xe5, 0x80, 0xf5, 0xdb, 0x00, 0x3c, 0xcd, 0x9c, 0x3e, + 0x6c, 0x8d, 0xde, 0x73, 0xcd, 0x71, 0x0c, 0xfd, 0xdc, 0x3f, 0xf0, 0x4c, 0xe3, 0xc8, 0x98, 0x0e, + 0x58, 0x8f, 0xd6, 0xe7, 0x1e, 0x7e, 0x85, 0x91, 0xeb, 0xa7, 0x51, 0x33, 0x9a, 0xd9, 0x3a, 0x6a, + 0x4f, 0x0f, 0x66, 0xcf, 0xed, 0x5a, 0x36, 0xfb, 0x2c, 0x43, 0x6b, 0x7b, 0x33, 0x74, 0xf7, 0x6a, + 0xd6, 0xdf, 0x16, 0xe0, 0x3e, 0x8a, 0x1f, 0x01, 0x5c, 0x19, 0x86, 0x82, 0x12, 0x53, 0x90, 0x83, + 0xd9, 0xcb, 0x86, 0x43, 0x4d, 0x71, 0x56, 0xd2, 0xac, 0xa2, 0xc4, 0xd7, 0xd0, 0xa5, 0xa9, 0xa8, + 0x22, 0xe5, 0xa8, 0xb9, 0x47, 0xd6, 0x64, 0x05, 0x83, 0x6f, 0x01, 0x74, 0x12, 0x88, 0xcb, 0xd8, + 0xe3, 0x5a, 0x98, 0x6d, 0x72, 0x1d, 0x37, 0x14, 0x17, 0x25, 0xc0, 0x2a, 0x30, 0xfe, 0x80, 0x87, + 0x95, 0x19, 0x2f, 0x12, 0xa1, 0xd2, 0x50, 0x2b, 0xb3, 0x43, 0xae, 0x6f, 0xee, 0x4a, 0x7e, 0xb1, + 0x93, 0x31, 0x52, 0x31, 0xd4, 0xcd, 0x92, 0xb2, 0xbe, 0xc1, 0xa3, 0x5b, 0xce, 0x8b, 0xef, 0x60, + 0x50, 0x11, 0x28, 0xd3, 0x20, 0xcf, 0xc9, 0x5e, 0xee, 0xdd, 0x9e, 0x35, 0xde, 0x52, 0x00, 0xbb, + 0x43, 0xe1, 0x63, 0xf8, 0x3f, 0x91, 0x52, 0x2f, 0x7c, 0xae, 0xfc, 0xe2, 0x06, 0xf4, 0xb3, 0xc2, + 0x27, 0xae, 0x7c, 0x1c, 0xc1, 0x7f, 0x31, 0xd7, 0x7e, 0x3e, 0xcd, 0x01, 0xcb, 0x17, 0x38, 0x83, + 0x7e, 0xcc, 0x37, 0xa1, 0xe4, 0x9e, 0x32, 0xdb, 0x64, 0x7e, 0xd8, 0x30, 0x9f, 0xe7, 0x6d, 0x56, + 0x72, 0xd6, 0x17, 0xe8, 0x15, 0x45, 0x3c, 0x86, 0xde, 0x95, 0xd8, 0xcc, 0x79, 0xa2, 0x8b, 0xe8, + 0x4d, 0xf5, 0xe7, 0xbc, 0xcb, 0xb6, 0x58, 0x16, 0xe3, 0x86, 0x87, 0xa9, 0x30, 0x5b, 0x94, 0x2f, + 0x5f, 0x58, 0x27, 0xd0, 0x2b, 0x48, 0x44, 0xe8, 0xe8, 0x4d, 0x2c, 0x28, 0xff, 0x90, 0xd1, 0xff, + 0x5b, 0x44, 0x7f, 0x0c, 0x78, 0x7a, 0xf7, 0xe7, 0xc0, 0x17, 0x70, 0xaf, 0xfa, 0x69, 0xcb, 0x87, + 0x31, 0xac, 0x54, 0xcf, 0x3d, 0x3c, 0x84, 0xee, 0x8a, 0x07, 0xa1, 0xf0, 0xc8, 0xa0, 0xcf, 0x8a, + 0x15, 0xbe, 0x82, 0x07, 0xae, 0xbc, 0x8e, 0x53, 0xcd, 0x49, 0x9e, 0x2a, 0xe1, 0xd1, 0xd5, 0xea, + 0xb0, 0xfb, 0x95, 0xfa, 0xa5, 0x12, 0xde, 0xe9, 0x1c, 0x9e, 0xc8, 0x64, 0x6d, 0xcb, 0x88, 0xce, + 0x4f, 0xef, 0x74, 0x99, 0xae, 0xca, 0x41, 0x7c, 0x3f, 0x5e, 0x07, 0xda, 0x4f, 0x97, 0xb6, 0x2b, + 0xaf, 0x9d, 0x1c, 0x72, 0xe8, 0x67, 0x4b, 0x3a, 0x6b, 0xe9, 0xd4, 0xde, 0xfd, 0xb2, 0x4b, 0xad, + 0x93, 0x7f, 0x01, 0x00, 0x00, 0xff, 0xff, 0x5a, 0x8b, 0x44, 0xf1, 0x63, 0x04, 0x00, 0x00, } diff --git a/protobuf/go/flow/entities/block_header.pb.go b/protobuf/go/flow/entities/block_header.pb.go index 8104399ca..4b427edbb 100644 --- a/protobuf/go/flow/entities/block_header.pb.go +++ b/protobuf/go/flow/entities/block_header.pb.go @@ -1,488 +1,346 @@ // Code generated by protoc-gen-go. DO NOT EDIT. -// versions: -// protoc-gen-go v1.28.1 -// protoc (unknown) // source: flow/entities/block_header.proto package entities import ( - protoreflect "google.golang.org/protobuf/reflect/protoreflect" - protoimpl "google.golang.org/protobuf/runtime/protoimpl" + fmt "fmt" + proto "github.com/golang/protobuf/proto" timestamppb "google.golang.org/protobuf/types/known/timestamppb" - reflect "reflect" - sync "sync" + math "math" ) -const ( - // Verify that this generated code is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) - // Verify that runtime/protoimpl is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) -) +// Reference imports to suppress errors if they are not otherwise used. +var _ = proto.Marshal +var _ = fmt.Errorf +var _ = math.Inf + +// This is a compile-time assertion to ensure that this generated file +// is compatible with the proto package it is being compiled against. +// A compilation error at this line likely means your copy of the +// proto package needs to be updated. +const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package type BlockHeader struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Id []byte `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` - ParentId []byte `protobuf:"bytes,2,opt,name=parent_id,json=parentId,proto3" json:"parent_id,omitempty"` - Height uint64 `protobuf:"varint,3,opt,name=height,proto3" json:"height,omitempty"` - Timestamp *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=timestamp,proto3" json:"timestamp,omitempty"` - PayloadHash []byte `protobuf:"bytes,5,opt,name=payload_hash,json=payloadHash,proto3" json:"payload_hash,omitempty"` - View uint64 `protobuf:"varint,6,opt,name=view,proto3" json:"view,omitempty"` - ParentVoterIds [][]byte `protobuf:"bytes,7,rep,name=parent_voter_ids,json=parentVoterIds,proto3" json:"parent_voter_ids,omitempty"` // deprecated!! value will be empty. replaced by parent_vote_indices - ParentVoterSigData []byte `protobuf:"bytes,8,opt,name=parent_voter_sig_data,json=parentVoterSigData,proto3" json:"parent_voter_sig_data,omitempty"` - ProposerId []byte `protobuf:"bytes,9,opt,name=proposer_id,json=proposerId,proto3" json:"proposer_id,omitempty"` - ProposerSigData []byte `protobuf:"bytes,10,opt,name=proposer_sig_data,json=proposerSigData,proto3" json:"proposer_sig_data,omitempty"` - ChainId string `protobuf:"bytes,11,opt,name=chain_id,json=chainId,proto3" json:"chain_id,omitempty"` - ParentVoterIndices []byte `protobuf:"bytes,12,opt,name=parent_voter_indices,json=parentVoterIndices,proto3" json:"parent_voter_indices,omitempty"` - LastViewTc *TimeoutCertificate `protobuf:"bytes,13,opt,name=last_view_tc,json=lastViewTc,proto3" json:"last_view_tc,omitempty"` - ParentView uint64 `protobuf:"varint,14,opt,name=parent_view,json=parentView,proto3" json:"parent_view,omitempty"` -} - -func (x *BlockHeader) Reset() { - *x = BlockHeader{} - if protoimpl.UnsafeEnabled { - mi := &file_flow_entities_block_header_proto_msgTypes[0] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } + Id []byte `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` + ParentId []byte `protobuf:"bytes,2,opt,name=parent_id,json=parentId,proto3" json:"parent_id,omitempty"` + Height uint64 `protobuf:"varint,3,opt,name=height,proto3" json:"height,omitempty"` + Timestamp *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=timestamp,proto3" json:"timestamp,omitempty"` + PayloadHash []byte `protobuf:"bytes,5,opt,name=payload_hash,json=payloadHash,proto3" json:"payload_hash,omitempty"` + View uint64 `protobuf:"varint,6,opt,name=view,proto3" json:"view,omitempty"` + ParentVoterIds [][]byte `protobuf:"bytes,7,rep,name=parent_voter_ids,json=parentVoterIds,proto3" json:"parent_voter_ids,omitempty"` + ParentVoterSigData []byte `protobuf:"bytes,8,opt,name=parent_voter_sig_data,json=parentVoterSigData,proto3" json:"parent_voter_sig_data,omitempty"` + ProposerId []byte `protobuf:"bytes,9,opt,name=proposer_id,json=proposerId,proto3" json:"proposer_id,omitempty"` + ProposerSigData []byte `protobuf:"bytes,10,opt,name=proposer_sig_data,json=proposerSigData,proto3" json:"proposer_sig_data,omitempty"` + ChainId string `protobuf:"bytes,11,opt,name=chain_id,json=chainId,proto3" json:"chain_id,omitempty"` + ParentVoterIndices []byte `protobuf:"bytes,12,opt,name=parent_voter_indices,json=parentVoterIndices,proto3" json:"parent_voter_indices,omitempty"` + LastViewTc *TimeoutCertificate `protobuf:"bytes,13,opt,name=last_view_tc,json=lastViewTc,proto3" json:"last_view_tc,omitempty"` + ParentView uint64 `protobuf:"varint,14,opt,name=parent_view,json=parentView,proto3" json:"parent_view,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *BlockHeader) Reset() { *m = BlockHeader{} } +func (m *BlockHeader) String() string { return proto.CompactTextString(m) } +func (*BlockHeader) ProtoMessage() {} +func (*BlockHeader) Descriptor() ([]byte, []int) { + return fileDescriptor_b9d8363da0276a74, []int{0} } -func (x *BlockHeader) String() string { - return protoimpl.X.MessageStringOf(x) +func (m *BlockHeader) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_BlockHeader.Unmarshal(m, b) } - -func (*BlockHeader) ProtoMessage() {} - -func (x *BlockHeader) ProtoReflect() protoreflect.Message { - mi := &file_flow_entities_block_header_proto_msgTypes[0] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) +func (m *BlockHeader) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_BlockHeader.Marshal(b, m, deterministic) } - -// Deprecated: Use BlockHeader.ProtoReflect.Descriptor instead. -func (*BlockHeader) Descriptor() ([]byte, []int) { - return file_flow_entities_block_header_proto_rawDescGZIP(), []int{0} +func (m *BlockHeader) XXX_Merge(src proto.Message) { + xxx_messageInfo_BlockHeader.Merge(m, src) } +func (m *BlockHeader) XXX_Size() int { + return xxx_messageInfo_BlockHeader.Size(m) +} +func (m *BlockHeader) XXX_DiscardUnknown() { + xxx_messageInfo_BlockHeader.DiscardUnknown(m) +} + +var xxx_messageInfo_BlockHeader proto.InternalMessageInfo -func (x *BlockHeader) GetId() []byte { - if x != nil { - return x.Id +func (m *BlockHeader) GetId() []byte { + if m != nil { + return m.Id } return nil } -func (x *BlockHeader) GetParentId() []byte { - if x != nil { - return x.ParentId +func (m *BlockHeader) GetParentId() []byte { + if m != nil { + return m.ParentId } return nil } -func (x *BlockHeader) GetHeight() uint64 { - if x != nil { - return x.Height +func (m *BlockHeader) GetHeight() uint64 { + if m != nil { + return m.Height } return 0 } -func (x *BlockHeader) GetTimestamp() *timestamppb.Timestamp { - if x != nil { - return x.Timestamp +func (m *BlockHeader) GetTimestamp() *timestamppb.Timestamp { + if m != nil { + return m.Timestamp } return nil } -func (x *BlockHeader) GetPayloadHash() []byte { - if x != nil { - return x.PayloadHash +func (m *BlockHeader) GetPayloadHash() []byte { + if m != nil { + return m.PayloadHash } return nil } -func (x *BlockHeader) GetView() uint64 { - if x != nil { - return x.View +func (m *BlockHeader) GetView() uint64 { + if m != nil { + return m.View } return 0 } -func (x *BlockHeader) GetParentVoterIds() [][]byte { - if x != nil { - return x.ParentVoterIds +func (m *BlockHeader) GetParentVoterIds() [][]byte { + if m != nil { + return m.ParentVoterIds } return nil } -func (x *BlockHeader) GetParentVoterSigData() []byte { - if x != nil { - return x.ParentVoterSigData +func (m *BlockHeader) GetParentVoterSigData() []byte { + if m != nil { + return m.ParentVoterSigData } return nil } -func (x *BlockHeader) GetProposerId() []byte { - if x != nil { - return x.ProposerId +func (m *BlockHeader) GetProposerId() []byte { + if m != nil { + return m.ProposerId } return nil } -func (x *BlockHeader) GetProposerSigData() []byte { - if x != nil { - return x.ProposerSigData +func (m *BlockHeader) GetProposerSigData() []byte { + if m != nil { + return m.ProposerSigData } return nil } -func (x *BlockHeader) GetChainId() string { - if x != nil { - return x.ChainId +func (m *BlockHeader) GetChainId() string { + if m != nil { + return m.ChainId } return "" } -func (x *BlockHeader) GetParentVoterIndices() []byte { - if x != nil { - return x.ParentVoterIndices +func (m *BlockHeader) GetParentVoterIndices() []byte { + if m != nil { + return m.ParentVoterIndices } return nil } -func (x *BlockHeader) GetLastViewTc() *TimeoutCertificate { - if x != nil { - return x.LastViewTc +func (m *BlockHeader) GetLastViewTc() *TimeoutCertificate { + if m != nil { + return m.LastViewTc } return nil } -func (x *BlockHeader) GetParentView() uint64 { - if x != nil { - return x.ParentView +func (m *BlockHeader) GetParentView() uint64 { + if m != nil { + return m.ParentView } return 0 } type TimeoutCertificate struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - View uint64 `protobuf:"varint,1,opt,name=view,proto3" json:"view,omitempty"` - HighQcViews []uint64 `protobuf:"varint,2,rep,packed,name=high_qc_views,json=highQcViews,proto3" json:"high_qc_views,omitempty"` - HighestQc *QuorumCertificate `protobuf:"bytes,3,opt,name=highest_qc,json=highestQc,proto3" json:"highest_qc,omitempty"` - SignerIndices []byte `protobuf:"bytes,4,opt,name=signer_indices,json=signerIndices,proto3" json:"signer_indices,omitempty"` - SigData []byte `protobuf:"bytes,5,opt,name=sig_data,json=sigData,proto3" json:"sig_data,omitempty"` -} - -func (x *TimeoutCertificate) Reset() { - *x = TimeoutCertificate{} - if protoimpl.UnsafeEnabled { - mi := &file_flow_entities_block_header_proto_msgTypes[1] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } + View uint64 `protobuf:"varint,1,opt,name=view,proto3" json:"view,omitempty"` + HighQcViews []uint64 `protobuf:"varint,2,rep,packed,name=high_qc_views,json=highQcViews,proto3" json:"high_qc_views,omitempty"` + HighestQc *QuorumCertificate `protobuf:"bytes,3,opt,name=highest_qc,json=highestQc,proto3" json:"highest_qc,omitempty"` + SignerIndices []byte `protobuf:"bytes,4,opt,name=signer_indices,json=signerIndices,proto3" json:"signer_indices,omitempty"` + SigData []byte `protobuf:"bytes,5,opt,name=sig_data,json=sigData,proto3" json:"sig_data,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *TimeoutCertificate) Reset() { *m = TimeoutCertificate{} } +func (m *TimeoutCertificate) String() string { return proto.CompactTextString(m) } +func (*TimeoutCertificate) ProtoMessage() {} +func (*TimeoutCertificate) Descriptor() ([]byte, []int) { + return fileDescriptor_b9d8363da0276a74, []int{1} } -func (x *TimeoutCertificate) String() string { - return protoimpl.X.MessageStringOf(x) +func (m *TimeoutCertificate) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_TimeoutCertificate.Unmarshal(m, b) } - -func (*TimeoutCertificate) ProtoMessage() {} - -func (x *TimeoutCertificate) ProtoReflect() protoreflect.Message { - mi := &file_flow_entities_block_header_proto_msgTypes[1] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) +func (m *TimeoutCertificate) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_TimeoutCertificate.Marshal(b, m, deterministic) } - -// Deprecated: Use TimeoutCertificate.ProtoReflect.Descriptor instead. -func (*TimeoutCertificate) Descriptor() ([]byte, []int) { - return file_flow_entities_block_header_proto_rawDescGZIP(), []int{1} +func (m *TimeoutCertificate) XXX_Merge(src proto.Message) { + xxx_messageInfo_TimeoutCertificate.Merge(m, src) +} +func (m *TimeoutCertificate) XXX_Size() int { + return xxx_messageInfo_TimeoutCertificate.Size(m) +} +func (m *TimeoutCertificate) XXX_DiscardUnknown() { + xxx_messageInfo_TimeoutCertificate.DiscardUnknown(m) } -func (x *TimeoutCertificate) GetView() uint64 { - if x != nil { - return x.View +var xxx_messageInfo_TimeoutCertificate proto.InternalMessageInfo + +func (m *TimeoutCertificate) GetView() uint64 { + if m != nil { + return m.View } return 0 } -func (x *TimeoutCertificate) GetHighQcViews() []uint64 { - if x != nil { - return x.HighQcViews +func (m *TimeoutCertificate) GetHighQcViews() []uint64 { + if m != nil { + return m.HighQcViews } return nil } -func (x *TimeoutCertificate) GetHighestQc() *QuorumCertificate { - if x != nil { - return x.HighestQc +func (m *TimeoutCertificate) GetHighestQc() *QuorumCertificate { + if m != nil { + return m.HighestQc } return nil } -func (x *TimeoutCertificate) GetSignerIndices() []byte { - if x != nil { - return x.SignerIndices +func (m *TimeoutCertificate) GetSignerIndices() []byte { + if m != nil { + return m.SignerIndices } return nil } -func (x *TimeoutCertificate) GetSigData() []byte { - if x != nil { - return x.SigData +func (m *TimeoutCertificate) GetSigData() []byte { + if m != nil { + return m.SigData } return nil } type QuorumCertificate struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - View uint64 `protobuf:"varint,1,opt,name=view,proto3" json:"view,omitempty"` - BlockId []byte `protobuf:"bytes,2,opt,name=block_id,json=blockId,proto3" json:"block_id,omitempty"` - SignerIndices []byte `protobuf:"bytes,3,opt,name=signer_indices,json=signerIndices,proto3" json:"signer_indices,omitempty"` - SigData []byte `protobuf:"bytes,4,opt,name=sig_data,json=sigData,proto3" json:"sig_data,omitempty"` -} - -func (x *QuorumCertificate) Reset() { - *x = QuorumCertificate{} - if protoimpl.UnsafeEnabled { - mi := &file_flow_entities_block_header_proto_msgTypes[2] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } + View uint64 `protobuf:"varint,1,opt,name=view,proto3" json:"view,omitempty"` + BlockId []byte `protobuf:"bytes,2,opt,name=block_id,json=blockId,proto3" json:"block_id,omitempty"` + SignerIndices []byte `protobuf:"bytes,3,opt,name=signer_indices,json=signerIndices,proto3" json:"signer_indices,omitempty"` + SigData []byte `protobuf:"bytes,4,opt,name=sig_data,json=sigData,proto3" json:"sig_data,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *QuorumCertificate) Reset() { *m = QuorumCertificate{} } +func (m *QuorumCertificate) String() string { return proto.CompactTextString(m) } +func (*QuorumCertificate) ProtoMessage() {} +func (*QuorumCertificate) Descriptor() ([]byte, []int) { + return fileDescriptor_b9d8363da0276a74, []int{2} } -func (x *QuorumCertificate) String() string { - return protoimpl.X.MessageStringOf(x) +func (m *QuorumCertificate) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_QuorumCertificate.Unmarshal(m, b) } - -func (*QuorumCertificate) ProtoMessage() {} - -func (x *QuorumCertificate) ProtoReflect() protoreflect.Message { - mi := &file_flow_entities_block_header_proto_msgTypes[2] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) +func (m *QuorumCertificate) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_QuorumCertificate.Marshal(b, m, deterministic) } - -// Deprecated: Use QuorumCertificate.ProtoReflect.Descriptor instead. -func (*QuorumCertificate) Descriptor() ([]byte, []int) { - return file_flow_entities_block_header_proto_rawDescGZIP(), []int{2} +func (m *QuorumCertificate) XXX_Merge(src proto.Message) { + xxx_messageInfo_QuorumCertificate.Merge(m, src) +} +func (m *QuorumCertificate) XXX_Size() int { + return xxx_messageInfo_QuorumCertificate.Size(m) } +func (m *QuorumCertificate) XXX_DiscardUnknown() { + xxx_messageInfo_QuorumCertificate.DiscardUnknown(m) +} + +var xxx_messageInfo_QuorumCertificate proto.InternalMessageInfo -func (x *QuorumCertificate) GetView() uint64 { - if x != nil { - return x.View +func (m *QuorumCertificate) GetView() uint64 { + if m != nil { + return m.View } return 0 } -func (x *QuorumCertificate) GetBlockId() []byte { - if x != nil { - return x.BlockId +func (m *QuorumCertificate) GetBlockId() []byte { + if m != nil { + return m.BlockId } return nil } -func (x *QuorumCertificate) GetSignerIndices() []byte { - if x != nil { - return x.SignerIndices +func (m *QuorumCertificate) GetSignerIndices() []byte { + if m != nil { + return m.SignerIndices } return nil } -func (x *QuorumCertificate) GetSigData() []byte { - if x != nil { - return x.SigData +func (m *QuorumCertificate) GetSigData() []byte { + if m != nil { + return m.SigData } return nil } -var File_flow_entities_block_header_proto protoreflect.FileDescriptor - -var file_flow_entities_block_header_proto_rawDesc = []byte{ - 0x0a, 0x20, 0x66, 0x6c, 0x6f, 0x77, 0x2f, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x2f, - 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x5f, 0x68, 0x65, 0x61, 0x64, 0x65, 0x72, 0x2e, 0x70, 0x72, 0x6f, - 0x74, 0x6f, 0x12, 0x0d, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, - 0x73, 0x1a, 0x1f, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, - 0x75, 0x66, 0x2f, 0x74, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x2e, 0x70, 0x72, 0x6f, - 0x74, 0x6f, 0x22, 0xa0, 0x04, 0x0a, 0x0b, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x48, 0x65, 0x61, 0x64, - 0x65, 0x72, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x02, - 0x69, 0x64, 0x12, 0x1b, 0x0a, 0x09, 0x70, 0x61, 0x72, 0x65, 0x6e, 0x74, 0x5f, 0x69, 0x64, 0x18, - 0x02, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x08, 0x70, 0x61, 0x72, 0x65, 0x6e, 0x74, 0x49, 0x64, 0x12, - 0x16, 0x0a, 0x06, 0x68, 0x65, 0x69, 0x67, 0x68, 0x74, 0x18, 0x03, 0x20, 0x01, 0x28, 0x04, 0x52, - 0x06, 0x68, 0x65, 0x69, 0x67, 0x68, 0x74, 0x12, 0x38, 0x0a, 0x09, 0x74, 0x69, 0x6d, 0x65, 0x73, - 0x74, 0x61, 0x6d, 0x70, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, - 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x54, 0x69, 0x6d, - 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x52, 0x09, 0x74, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, - 0x70, 0x12, 0x21, 0x0a, 0x0c, 0x70, 0x61, 0x79, 0x6c, 0x6f, 0x61, 0x64, 0x5f, 0x68, 0x61, 0x73, - 0x68, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x0b, 0x70, 0x61, 0x79, 0x6c, 0x6f, 0x61, 0x64, - 0x48, 0x61, 0x73, 0x68, 0x12, 0x12, 0x0a, 0x04, 0x76, 0x69, 0x65, 0x77, 0x18, 0x06, 0x20, 0x01, - 0x28, 0x04, 0x52, 0x04, 0x76, 0x69, 0x65, 0x77, 0x12, 0x28, 0x0a, 0x10, 0x70, 0x61, 0x72, 0x65, - 0x6e, 0x74, 0x5f, 0x76, 0x6f, 0x74, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x73, 0x18, 0x07, 0x20, 0x03, - 0x28, 0x0c, 0x52, 0x0e, 0x70, 0x61, 0x72, 0x65, 0x6e, 0x74, 0x56, 0x6f, 0x74, 0x65, 0x72, 0x49, - 0x64, 0x73, 0x12, 0x31, 0x0a, 0x15, 0x70, 0x61, 0x72, 0x65, 0x6e, 0x74, 0x5f, 0x76, 0x6f, 0x74, - 0x65, 0x72, 0x5f, 0x73, 0x69, 0x67, 0x5f, 0x64, 0x61, 0x74, 0x61, 0x18, 0x08, 0x20, 0x01, 0x28, - 0x0c, 0x52, 0x12, 0x70, 0x61, 0x72, 0x65, 0x6e, 0x74, 0x56, 0x6f, 0x74, 0x65, 0x72, 0x53, 0x69, - 0x67, 0x44, 0x61, 0x74, 0x61, 0x12, 0x1f, 0x0a, 0x0b, 0x70, 0x72, 0x6f, 0x70, 0x6f, 0x73, 0x65, - 0x72, 0x5f, 0x69, 0x64, 0x18, 0x09, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x0a, 0x70, 0x72, 0x6f, 0x70, - 0x6f, 0x73, 0x65, 0x72, 0x49, 0x64, 0x12, 0x2a, 0x0a, 0x11, 0x70, 0x72, 0x6f, 0x70, 0x6f, 0x73, - 0x65, 0x72, 0x5f, 0x73, 0x69, 0x67, 0x5f, 0x64, 0x61, 0x74, 0x61, 0x18, 0x0a, 0x20, 0x01, 0x28, - 0x0c, 0x52, 0x0f, 0x70, 0x72, 0x6f, 0x70, 0x6f, 0x73, 0x65, 0x72, 0x53, 0x69, 0x67, 0x44, 0x61, - 0x74, 0x61, 0x12, 0x19, 0x0a, 0x08, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x5f, 0x69, 0x64, 0x18, 0x0b, - 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x49, 0x64, 0x12, 0x30, 0x0a, - 0x14, 0x70, 0x61, 0x72, 0x65, 0x6e, 0x74, 0x5f, 0x76, 0x6f, 0x74, 0x65, 0x72, 0x5f, 0x69, 0x6e, - 0x64, 0x69, 0x63, 0x65, 0x73, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x12, 0x70, 0x61, 0x72, - 0x65, 0x6e, 0x74, 0x56, 0x6f, 0x74, 0x65, 0x72, 0x49, 0x6e, 0x64, 0x69, 0x63, 0x65, 0x73, 0x12, - 0x43, 0x0a, 0x0c, 0x6c, 0x61, 0x73, 0x74, 0x5f, 0x76, 0x69, 0x65, 0x77, 0x5f, 0x74, 0x63, 0x18, - 0x0d, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x21, 0x2e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x65, 0x6e, 0x74, - 0x69, 0x74, 0x69, 0x65, 0x73, 0x2e, 0x54, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x43, 0x65, 0x72, - 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, 0x52, 0x0a, 0x6c, 0x61, 0x73, 0x74, 0x56, 0x69, - 0x65, 0x77, 0x54, 0x63, 0x12, 0x1f, 0x0a, 0x0b, 0x70, 0x61, 0x72, 0x65, 0x6e, 0x74, 0x5f, 0x76, - 0x69, 0x65, 0x77, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x04, 0x52, 0x0a, 0x70, 0x61, 0x72, 0x65, 0x6e, - 0x74, 0x56, 0x69, 0x65, 0x77, 0x22, 0xcf, 0x01, 0x0a, 0x12, 0x54, 0x69, 0x6d, 0x65, 0x6f, 0x75, - 0x74, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, 0x12, 0x12, 0x0a, 0x04, - 0x76, 0x69, 0x65, 0x77, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x04, 0x76, 0x69, 0x65, 0x77, - 0x12, 0x22, 0x0a, 0x0d, 0x68, 0x69, 0x67, 0x68, 0x5f, 0x71, 0x63, 0x5f, 0x76, 0x69, 0x65, 0x77, - 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x04, 0x52, 0x0b, 0x68, 0x69, 0x67, 0x68, 0x51, 0x63, 0x56, - 0x69, 0x65, 0x77, 0x73, 0x12, 0x3f, 0x0a, 0x0a, 0x68, 0x69, 0x67, 0x68, 0x65, 0x73, 0x74, 0x5f, - 0x71, 0x63, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x20, 0x2e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, - 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x2e, 0x51, 0x75, 0x6f, 0x72, 0x75, 0x6d, 0x43, - 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, 0x52, 0x09, 0x68, 0x69, 0x67, 0x68, - 0x65, 0x73, 0x74, 0x51, 0x63, 0x12, 0x25, 0x0a, 0x0e, 0x73, 0x69, 0x67, 0x6e, 0x65, 0x72, 0x5f, - 0x69, 0x6e, 0x64, 0x69, 0x63, 0x65, 0x73, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x0d, 0x73, - 0x69, 0x67, 0x6e, 0x65, 0x72, 0x49, 0x6e, 0x64, 0x69, 0x63, 0x65, 0x73, 0x12, 0x19, 0x0a, 0x08, - 0x73, 0x69, 0x67, 0x5f, 0x64, 0x61, 0x74, 0x61, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x07, - 0x73, 0x69, 0x67, 0x44, 0x61, 0x74, 0x61, 0x22, 0x84, 0x01, 0x0a, 0x11, 0x51, 0x75, 0x6f, 0x72, - 0x75, 0x6d, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, 0x12, 0x12, 0x0a, - 0x04, 0x76, 0x69, 0x65, 0x77, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x04, 0x76, 0x69, 0x65, - 0x77, 0x12, 0x19, 0x0a, 0x08, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, - 0x01, 0x28, 0x0c, 0x52, 0x07, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x49, 0x64, 0x12, 0x25, 0x0a, 0x0e, - 0x73, 0x69, 0x67, 0x6e, 0x65, 0x72, 0x5f, 0x69, 0x6e, 0x64, 0x69, 0x63, 0x65, 0x73, 0x18, 0x03, - 0x20, 0x01, 0x28, 0x0c, 0x52, 0x0d, 0x73, 0x69, 0x67, 0x6e, 0x65, 0x72, 0x49, 0x6e, 0x64, 0x69, - 0x63, 0x65, 0x73, 0x12, 0x19, 0x0a, 0x08, 0x73, 0x69, 0x67, 0x5f, 0x64, 0x61, 0x74, 0x61, 0x18, - 0x04, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x07, 0x73, 0x69, 0x67, 0x44, 0x61, 0x74, 0x61, 0x42, 0x50, - 0x0a, 0x1c, 0x6f, 0x72, 0x67, 0x2e, 0x6f, 0x6e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x70, 0x72, 0x6f, - 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x5a, 0x30, - 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x6f, 0x6e, 0x66, 0x6c, 0x6f, - 0x77, 0x2f, 0x66, 0x6c, 0x6f, 0x77, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, - 0x67, 0x6f, 0x2f, 0x66, 0x6c, 0x6f, 0x77, 0x2f, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, - 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, -} - -var ( - file_flow_entities_block_header_proto_rawDescOnce sync.Once - file_flow_entities_block_header_proto_rawDescData = file_flow_entities_block_header_proto_rawDesc -) - -func file_flow_entities_block_header_proto_rawDescGZIP() []byte { - file_flow_entities_block_header_proto_rawDescOnce.Do(func() { - file_flow_entities_block_header_proto_rawDescData = protoimpl.X.CompressGZIP(file_flow_entities_block_header_proto_rawDescData) - }) - return file_flow_entities_block_header_proto_rawDescData -} - -var file_flow_entities_block_header_proto_msgTypes = make([]protoimpl.MessageInfo, 3) -var file_flow_entities_block_header_proto_goTypes = []interface{}{ - (*BlockHeader)(nil), // 0: flow.entities.BlockHeader - (*TimeoutCertificate)(nil), // 1: flow.entities.TimeoutCertificate - (*QuorumCertificate)(nil), // 2: flow.entities.QuorumCertificate - (*timestamppb.Timestamp)(nil), // 3: google.protobuf.Timestamp -} -var file_flow_entities_block_header_proto_depIdxs = []int32{ - 3, // 0: flow.entities.BlockHeader.timestamp:type_name -> google.protobuf.Timestamp - 1, // 1: flow.entities.BlockHeader.last_view_tc:type_name -> flow.entities.TimeoutCertificate - 2, // 2: flow.entities.TimeoutCertificate.highest_qc:type_name -> flow.entities.QuorumCertificate - 3, // [3:3] is the sub-list for method output_type - 3, // [3:3] is the sub-list for method input_type - 3, // [3:3] is the sub-list for extension type_name - 3, // [3:3] is the sub-list for extension extendee - 0, // [0:3] is the sub-list for field type_name -} - -func init() { file_flow_entities_block_header_proto_init() } -func file_flow_entities_block_header_proto_init() { - if File_flow_entities_block_header_proto != nil { - return - } - if !protoimpl.UnsafeEnabled { - file_flow_entities_block_header_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*BlockHeader); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_flow_entities_block_header_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*TimeoutCertificate); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_flow_entities_block_header_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*QuorumCertificate); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - } - type x struct{} - out := protoimpl.TypeBuilder{ - File: protoimpl.DescBuilder{ - GoPackagePath: reflect.TypeOf(x{}).PkgPath(), - RawDescriptor: file_flow_entities_block_header_proto_rawDesc, - NumEnums: 0, - NumMessages: 3, - NumExtensions: 0, - NumServices: 0, - }, - GoTypes: file_flow_entities_block_header_proto_goTypes, - DependencyIndexes: file_flow_entities_block_header_proto_depIdxs, - MessageInfos: file_flow_entities_block_header_proto_msgTypes, - }.Build() - File_flow_entities_block_header_proto = out.File - file_flow_entities_block_header_proto_rawDesc = nil - file_flow_entities_block_header_proto_goTypes = nil - file_flow_entities_block_header_proto_depIdxs = nil +func init() { + proto.RegisterType((*BlockHeader)(nil), "flow.entities.BlockHeader") + proto.RegisterType((*TimeoutCertificate)(nil), "flow.entities.TimeoutCertificate") + proto.RegisterType((*QuorumCertificate)(nil), "flow.entities.QuorumCertificate") +} + +func init() { proto.RegisterFile("flow/entities/block_header.proto", fileDescriptor_b9d8363da0276a74) } + +var fileDescriptor_b9d8363da0276a74 = []byte{ + // 557 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x54, 0xcd, 0x6e, 0xd3, 0x4c, + 0x14, 0x95, 0x13, 0x7f, 0x4d, 0x72, 0x9d, 0xe4, 0xa3, 0x23, 0x40, 0x93, 0x82, 0x54, 0x37, 0x12, + 0x92, 0xc5, 0xc2, 0x2e, 0x65, 0xc3, 0x0e, 0xa9, 0x65, 0x51, 0xef, 0x88, 0xa9, 0xba, 0x60, 0x63, + 0x4d, 0x3c, 0x13, 0x7b, 0x44, 0xe2, 0x71, 0x3d, 0x93, 0x46, 0xec, 0x79, 0x10, 0xde, 0x88, 0x57, + 0x42, 0xbe, 0xfe, 0x21, 0x21, 0x95, 0xd8, 0x44, 0x99, 0x33, 0x67, 0xce, 0x3d, 0x73, 0xee, 0x1d, + 0x83, 0xbb, 0x5a, 0xab, 0x5d, 0x20, 0x72, 0x23, 0x8d, 0x14, 0x3a, 0x58, 0xae, 0x55, 0xf2, 0x2d, + 0xce, 0x04, 0xe3, 0xa2, 0xf4, 0x8b, 0x52, 0x19, 0x45, 0x26, 0x15, 0xc3, 0x6f, 0x19, 0x67, 0xe7, + 0xa9, 0x52, 0xe9, 0x5a, 0x04, 0xb8, 0xb9, 0xdc, 0xae, 0x02, 0x23, 0x37, 0x42, 0x1b, 0xb6, 0x29, + 0x6a, 0xfe, 0xfc, 0xa7, 0x0d, 0xce, 0x75, 0x25, 0x73, 0x8b, 0x2a, 0x64, 0x0a, 0x3d, 0xc9, 0xa9, + 0xe5, 0x5a, 0xde, 0x38, 0xea, 0x49, 0x4e, 0x5e, 0xc1, 0xa8, 0x60, 0xa5, 0xc8, 0x4d, 0x2c, 0x39, + 0xed, 0x21, 0x3c, 0xac, 0x81, 0x90, 0x93, 0x97, 0x70, 0x92, 0x09, 0x99, 0x66, 0x86, 0xf6, 0x5d, + 0xcb, 0xb3, 0xa3, 0x66, 0x45, 0x3e, 0xc0, 0xa8, 0xab, 0x43, 0x6d, 0xd7, 0xf2, 0x9c, 0xab, 0x33, + 0xbf, 0x76, 0xe2, 0xb7, 0x4e, 0xfc, 0xbb, 0x96, 0x11, 0xfd, 0x21, 0x93, 0x0b, 0x18, 0x17, 0xec, + 0xfb, 0x5a, 0x31, 0x1e, 0x67, 0x4c, 0x67, 0xf4, 0x3f, 0xac, 0xe8, 0x34, 0xd8, 0x2d, 0xd3, 0x19, + 0x21, 0x60, 0x3f, 0x4a, 0xb1, 0xa3, 0x27, 0x58, 0x12, 0xff, 0x13, 0x0f, 0x9e, 0x35, 0x2e, 0x1f, + 0x95, 0x11, 0x65, 0x2c, 0xb9, 0xa6, 0x03, 0xb7, 0xef, 0x8d, 0xa3, 0x69, 0x8d, 0xdf, 0x57, 0x70, + 0xc8, 0x35, 0x79, 0x07, 0x2f, 0x0e, 0x98, 0x5a, 0xa6, 0x31, 0x67, 0x86, 0xd1, 0x21, 0x56, 0x22, + 0x7b, 0xf4, 0x2f, 0x32, 0xfd, 0xc4, 0x0c, 0x23, 0xe7, 0xe0, 0x14, 0xa5, 0x2a, 0x94, 0x46, 0x61, + 0x3a, 0x42, 0x22, 0xb4, 0x50, 0xc8, 0xc9, 0x5b, 0x38, 0xed, 0x08, 0x9d, 0x1e, 0x20, 0xed, 0xff, + 0x76, 0xa3, 0x15, 0x9b, 0xc1, 0x30, 0xc9, 0x98, 0xcc, 0x2b, 0x25, 0xc7, 0xb5, 0xbc, 0x51, 0x34, + 0xc0, 0x75, 0xc8, 0xc9, 0x25, 0x3c, 0x3f, 0xbc, 0x44, 0xce, 0x65, 0x22, 0x34, 0x1d, 0x1f, 0x39, + 0x0b, 0xeb, 0x1d, 0x72, 0x03, 0xe3, 0x35, 0xd3, 0x26, 0xae, 0x32, 0x88, 0x4d, 0x42, 0x27, 0x18, + 0xf5, 0x85, 0x7f, 0x30, 0x03, 0x18, 0xb4, 0xda, 0x9a, 0x1b, 0x51, 0x1a, 0xb9, 0x92, 0x09, 0x33, + 0x22, 0x82, 0xea, 0xd8, 0xbd, 0x14, 0xbb, 0xbb, 0x04, 0xaf, 0xd7, 0x94, 0xad, 0x62, 0x9d, 0x62, + 0xac, 0xd0, 0x54, 0x93, 0x62, 0x37, 0xff, 0x65, 0x01, 0x39, 0xd6, 0xe8, 0xfa, 0x60, 0xed, 0xf5, + 0x61, 0x0e, 0x93, 0x4c, 0xa6, 0x59, 0xfc, 0x90, 0xa0, 0x98, 0xa6, 0x3d, 0xb7, 0xef, 0xd9, 0x91, + 0x53, 0x81, 0x8b, 0xa4, 0x52, 0xd3, 0xe4, 0x23, 0x40, 0xb5, 0x14, 0xda, 0xc4, 0x0f, 0x09, 0x0e, + 0x8e, 0x73, 0xe5, 0xfe, 0x65, 0x79, 0xb1, 0x55, 0xe5, 0x76, 0xb3, 0xef, 0x78, 0xd4, 0x9c, 0x59, + 0x24, 0xe4, 0x0d, 0x4c, 0xb5, 0x4c, 0xf3, 0xbd, 0x84, 0x6c, 0x4c, 0x68, 0x52, 0xa3, 0x6d, 0x38, + 0x33, 0x18, 0x76, 0xcd, 0xa8, 0xc7, 0x68, 0xa0, 0xeb, 0x26, 0xcc, 0x7f, 0x58, 0x70, 0x7a, 0x54, + 0xe2, 0xc9, 0x0b, 0xcd, 0x60, 0x58, 0x3f, 0xb2, 0x6e, 0xfa, 0x07, 0xb8, 0x0e, 0xf9, 0x13, 0x36, + 0xfa, 0xff, 0xb2, 0x61, 0x1f, 0xd8, 0xb8, 0xfe, 0x0c, 0xaf, 0x55, 0x99, 0xfa, 0x2a, 0xc7, 0xcb, + 0x77, 0x0f, 0xa3, 0x4d, 0xe1, 0xeb, 0x65, 0x2a, 0x4d, 0xb6, 0x5d, 0xfa, 0x89, 0xda, 0x04, 0x35, + 0x29, 0xc0, 0x9f, 0xee, 0x31, 0xa7, 0x2a, 0x38, 0xf8, 0x20, 0x2c, 0x4f, 0x70, 0xeb, 0xfd, 0xef, + 0x00, 0x00, 0x00, 0xff, 0xff, 0xe2, 0xa7, 0xec, 0x4c, 0x28, 0x04, 0x00, 0x00, } diff --git a/protobuf/go/flow/entities/block_seal.pb.go b/protobuf/go/flow/entities/block_seal.pb.go index 1eee6b5f6..07849b4b8 100644 --- a/protobuf/go/flow/entities/block_seal.pb.go +++ b/protobuf/go/flow/entities/block_seal.pb.go @@ -1,30 +1,26 @@ // Code generated by protoc-gen-go. DO NOT EDIT. -// versions: -// protoc-gen-go v1.28.1 -// protoc (unknown) // source: flow/entities/block_seal.proto package entities import ( - protoreflect "google.golang.org/protobuf/reflect/protoreflect" - protoimpl "google.golang.org/protobuf/runtime/protoimpl" - reflect "reflect" - sync "sync" + fmt "fmt" + proto "github.com/golang/protobuf/proto" + math "math" ) -const ( - // Verify that this generated code is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) - // Verify that runtime/protoimpl is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) -) +// Reference imports to suppress errors if they are not otherwise used. +var _ = proto.Marshal +var _ = fmt.Errorf +var _ = math.Inf -type BlockSeal struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields +// This is a compile-time assertion to ensure that this generated file +// is compatible with the proto package it is being compiled against. +// A compilation error at this line likely means your copy of the +// proto package needs to be updated. +const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package +type BlockSeal struct { BlockId []byte `protobuf:"bytes,1,opt,name=block_id,json=blockId,proto3" json:"block_id,omitempty"` ExecutionReceiptId []byte `protobuf:"bytes,2,opt,name=execution_receipt_id,json=executionReceiptId,proto3" json:"execution_receipt_id,omitempty"` ExecutionReceiptSignatures [][]byte `protobuf:"bytes,3,rep,name=execution_receipt_signatures,json=executionReceiptSignatures,proto3" json:"execution_receipt_signatures,omitempty"` @@ -32,261 +28,161 @@ type BlockSeal struct { FinalState []byte `protobuf:"bytes,5,opt,name=final_state,json=finalState,proto3" json:"final_state,omitempty"` ResultId []byte `protobuf:"bytes,6,opt,name=result_id,json=resultId,proto3" json:"result_id,omitempty"` AggregatedApprovalSigs []*AggregatedSignature `protobuf:"bytes,7,rep,name=aggregated_approval_sigs,json=aggregatedApprovalSigs,proto3" json:"aggregated_approval_sigs,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (x *BlockSeal) Reset() { - *x = BlockSeal{} - if protoimpl.UnsafeEnabled { - mi := &file_flow_entities_block_seal_proto_msgTypes[0] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } +func (m *BlockSeal) Reset() { *m = BlockSeal{} } +func (m *BlockSeal) String() string { return proto.CompactTextString(m) } +func (*BlockSeal) ProtoMessage() {} +func (*BlockSeal) Descriptor() ([]byte, []int) { + return fileDescriptor_e5bc0062689af71f, []int{0} } -func (x *BlockSeal) String() string { - return protoimpl.X.MessageStringOf(x) +func (m *BlockSeal) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_BlockSeal.Unmarshal(m, b) } - -func (*BlockSeal) ProtoMessage() {} - -func (x *BlockSeal) ProtoReflect() protoreflect.Message { - mi := &file_flow_entities_block_seal_proto_msgTypes[0] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) +func (m *BlockSeal) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_BlockSeal.Marshal(b, m, deterministic) } - -// Deprecated: Use BlockSeal.ProtoReflect.Descriptor instead. -func (*BlockSeal) Descriptor() ([]byte, []int) { - return file_flow_entities_block_seal_proto_rawDescGZIP(), []int{0} +func (m *BlockSeal) XXX_Merge(src proto.Message) { + xxx_messageInfo_BlockSeal.Merge(m, src) +} +func (m *BlockSeal) XXX_Size() int { + return xxx_messageInfo_BlockSeal.Size(m) +} +func (m *BlockSeal) XXX_DiscardUnknown() { + xxx_messageInfo_BlockSeal.DiscardUnknown(m) } -func (x *BlockSeal) GetBlockId() []byte { - if x != nil { - return x.BlockId +var xxx_messageInfo_BlockSeal proto.InternalMessageInfo + +func (m *BlockSeal) GetBlockId() []byte { + if m != nil { + return m.BlockId } return nil } -func (x *BlockSeal) GetExecutionReceiptId() []byte { - if x != nil { - return x.ExecutionReceiptId +func (m *BlockSeal) GetExecutionReceiptId() []byte { + if m != nil { + return m.ExecutionReceiptId } return nil } -func (x *BlockSeal) GetExecutionReceiptSignatures() [][]byte { - if x != nil { - return x.ExecutionReceiptSignatures +func (m *BlockSeal) GetExecutionReceiptSignatures() [][]byte { + if m != nil { + return m.ExecutionReceiptSignatures } return nil } -func (x *BlockSeal) GetResultApprovalSignatures() [][]byte { - if x != nil { - return x.ResultApprovalSignatures +func (m *BlockSeal) GetResultApprovalSignatures() [][]byte { + if m != nil { + return m.ResultApprovalSignatures } return nil } -func (x *BlockSeal) GetFinalState() []byte { - if x != nil { - return x.FinalState +func (m *BlockSeal) GetFinalState() []byte { + if m != nil { + return m.FinalState } return nil } -func (x *BlockSeal) GetResultId() []byte { - if x != nil { - return x.ResultId +func (m *BlockSeal) GetResultId() []byte { + if m != nil { + return m.ResultId } return nil } -func (x *BlockSeal) GetAggregatedApprovalSigs() []*AggregatedSignature { - if x != nil { - return x.AggregatedApprovalSigs +func (m *BlockSeal) GetAggregatedApprovalSigs() []*AggregatedSignature { + if m != nil { + return m.AggregatedApprovalSigs } return nil } type AggregatedSignature struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - VerifierSignatures [][]byte `protobuf:"bytes,1,rep,name=verifier_signatures,json=verifierSignatures,proto3" json:"verifier_signatures,omitempty"` - SignerIds [][]byte `protobuf:"bytes,2,rep,name=signer_ids,json=signerIds,proto3" json:"signer_ids,omitempty"` + VerifierSignatures [][]byte `protobuf:"bytes,1,rep,name=verifier_signatures,json=verifierSignatures,proto3" json:"verifier_signatures,omitempty"` + SignerIds [][]byte `protobuf:"bytes,2,rep,name=signer_ids,json=signerIds,proto3" json:"signer_ids,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (x *AggregatedSignature) Reset() { - *x = AggregatedSignature{} - if protoimpl.UnsafeEnabled { - mi := &file_flow_entities_block_seal_proto_msgTypes[1] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } +func (m *AggregatedSignature) Reset() { *m = AggregatedSignature{} } +func (m *AggregatedSignature) String() string { return proto.CompactTextString(m) } +func (*AggregatedSignature) ProtoMessage() {} +func (*AggregatedSignature) Descriptor() ([]byte, []int) { + return fileDescriptor_e5bc0062689af71f, []int{1} } -func (x *AggregatedSignature) String() string { - return protoimpl.X.MessageStringOf(x) +func (m *AggregatedSignature) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_AggregatedSignature.Unmarshal(m, b) } - -func (*AggregatedSignature) ProtoMessage() {} - -func (x *AggregatedSignature) ProtoReflect() protoreflect.Message { - mi := &file_flow_entities_block_seal_proto_msgTypes[1] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) +func (m *AggregatedSignature) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_AggregatedSignature.Marshal(b, m, deterministic) } - -// Deprecated: Use AggregatedSignature.ProtoReflect.Descriptor instead. -func (*AggregatedSignature) Descriptor() ([]byte, []int) { - return file_flow_entities_block_seal_proto_rawDescGZIP(), []int{1} +func (m *AggregatedSignature) XXX_Merge(src proto.Message) { + xxx_messageInfo_AggregatedSignature.Merge(m, src) +} +func (m *AggregatedSignature) XXX_Size() int { + return xxx_messageInfo_AggregatedSignature.Size(m) +} +func (m *AggregatedSignature) XXX_DiscardUnknown() { + xxx_messageInfo_AggregatedSignature.DiscardUnknown(m) } -func (x *AggregatedSignature) GetVerifierSignatures() [][]byte { - if x != nil { - return x.VerifierSignatures +var xxx_messageInfo_AggregatedSignature proto.InternalMessageInfo + +func (m *AggregatedSignature) GetVerifierSignatures() [][]byte { + if m != nil { + return m.VerifierSignatures } return nil } -func (x *AggregatedSignature) GetSignerIds() [][]byte { - if x != nil { - return x.SignerIds +func (m *AggregatedSignature) GetSignerIds() [][]byte { + if m != nil { + return m.SignerIds } return nil } -var File_flow_entities_block_seal_proto protoreflect.FileDescriptor - -var file_flow_entities_block_seal_proto_rawDesc = []byte{ - 0x0a, 0x1e, 0x66, 0x6c, 0x6f, 0x77, 0x2f, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x2f, - 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x5f, 0x73, 0x65, 0x61, 0x6c, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, - 0x12, 0x0d, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x22, - 0xf4, 0x02, 0x0a, 0x09, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x53, 0x65, 0x61, 0x6c, 0x12, 0x19, 0x0a, - 0x08, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, - 0x07, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x49, 0x64, 0x12, 0x30, 0x0a, 0x14, 0x65, 0x78, 0x65, 0x63, - 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x72, 0x65, 0x63, 0x65, 0x69, 0x70, 0x74, 0x5f, 0x69, 0x64, - 0x18, 0x02, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x12, 0x65, 0x78, 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, - 0x6e, 0x52, 0x65, 0x63, 0x65, 0x69, 0x70, 0x74, 0x49, 0x64, 0x12, 0x40, 0x0a, 0x1c, 0x65, 0x78, - 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x72, 0x65, 0x63, 0x65, 0x69, 0x70, 0x74, 0x5f, - 0x73, 0x69, 0x67, 0x6e, 0x61, 0x74, 0x75, 0x72, 0x65, 0x73, 0x18, 0x03, 0x20, 0x03, 0x28, 0x0c, - 0x52, 0x1a, 0x65, 0x78, 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x63, 0x65, 0x69, - 0x70, 0x74, 0x53, 0x69, 0x67, 0x6e, 0x61, 0x74, 0x75, 0x72, 0x65, 0x73, 0x12, 0x3c, 0x0a, 0x1a, - 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x5f, 0x61, 0x70, 0x70, 0x72, 0x6f, 0x76, 0x61, 0x6c, 0x5f, - 0x73, 0x69, 0x67, 0x6e, 0x61, 0x74, 0x75, 0x72, 0x65, 0x73, 0x18, 0x04, 0x20, 0x03, 0x28, 0x0c, - 0x52, 0x18, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x41, 0x70, 0x70, 0x72, 0x6f, 0x76, 0x61, 0x6c, - 0x53, 0x69, 0x67, 0x6e, 0x61, 0x74, 0x75, 0x72, 0x65, 0x73, 0x12, 0x1f, 0x0a, 0x0b, 0x66, 0x69, - 0x6e, 0x61, 0x6c, 0x5f, 0x73, 0x74, 0x61, 0x74, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0c, 0x52, - 0x0a, 0x66, 0x69, 0x6e, 0x61, 0x6c, 0x53, 0x74, 0x61, 0x74, 0x65, 0x12, 0x1b, 0x0a, 0x09, 0x72, - 0x65, 0x73, 0x75, 0x6c, 0x74, 0x5f, 0x69, 0x64, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x08, - 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x49, 0x64, 0x12, 0x5c, 0x0a, 0x18, 0x61, 0x67, 0x67, 0x72, - 0x65, 0x67, 0x61, 0x74, 0x65, 0x64, 0x5f, 0x61, 0x70, 0x70, 0x72, 0x6f, 0x76, 0x61, 0x6c, 0x5f, - 0x73, 0x69, 0x67, 0x73, 0x18, 0x07, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x22, 0x2e, 0x66, 0x6c, 0x6f, - 0x77, 0x2e, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x2e, 0x41, 0x67, 0x67, 0x72, 0x65, - 0x67, 0x61, 0x74, 0x65, 0x64, 0x53, 0x69, 0x67, 0x6e, 0x61, 0x74, 0x75, 0x72, 0x65, 0x52, 0x16, - 0x61, 0x67, 0x67, 0x72, 0x65, 0x67, 0x61, 0x74, 0x65, 0x64, 0x41, 0x70, 0x70, 0x72, 0x6f, 0x76, - 0x61, 0x6c, 0x53, 0x69, 0x67, 0x73, 0x22, 0x65, 0x0a, 0x13, 0x41, 0x67, 0x67, 0x72, 0x65, 0x67, - 0x61, 0x74, 0x65, 0x64, 0x53, 0x69, 0x67, 0x6e, 0x61, 0x74, 0x75, 0x72, 0x65, 0x12, 0x2f, 0x0a, - 0x13, 0x76, 0x65, 0x72, 0x69, 0x66, 0x69, 0x65, 0x72, 0x5f, 0x73, 0x69, 0x67, 0x6e, 0x61, 0x74, - 0x75, 0x72, 0x65, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0c, 0x52, 0x12, 0x76, 0x65, 0x72, 0x69, - 0x66, 0x69, 0x65, 0x72, 0x53, 0x69, 0x67, 0x6e, 0x61, 0x74, 0x75, 0x72, 0x65, 0x73, 0x12, 0x1d, - 0x0a, 0x0a, 0x73, 0x69, 0x67, 0x6e, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x73, 0x18, 0x02, 0x20, 0x03, - 0x28, 0x0c, 0x52, 0x09, 0x73, 0x69, 0x67, 0x6e, 0x65, 0x72, 0x49, 0x64, 0x73, 0x42, 0x50, 0x0a, - 0x1c, 0x6f, 0x72, 0x67, 0x2e, 0x6f, 0x6e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x70, 0x72, 0x6f, 0x74, - 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x5a, 0x30, 0x67, - 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x6f, 0x6e, 0x66, 0x6c, 0x6f, 0x77, - 0x2f, 0x66, 0x6c, 0x6f, 0x77, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x67, - 0x6f, 0x2f, 0x66, 0x6c, 0x6f, 0x77, 0x2f, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x62, - 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, -} - -var ( - file_flow_entities_block_seal_proto_rawDescOnce sync.Once - file_flow_entities_block_seal_proto_rawDescData = file_flow_entities_block_seal_proto_rawDesc -) - -func file_flow_entities_block_seal_proto_rawDescGZIP() []byte { - file_flow_entities_block_seal_proto_rawDescOnce.Do(func() { - file_flow_entities_block_seal_proto_rawDescData = protoimpl.X.CompressGZIP(file_flow_entities_block_seal_proto_rawDescData) - }) - return file_flow_entities_block_seal_proto_rawDescData -} - -var file_flow_entities_block_seal_proto_msgTypes = make([]protoimpl.MessageInfo, 2) -var file_flow_entities_block_seal_proto_goTypes = []interface{}{ - (*BlockSeal)(nil), // 0: flow.entities.BlockSeal - (*AggregatedSignature)(nil), // 1: flow.entities.AggregatedSignature -} -var file_flow_entities_block_seal_proto_depIdxs = []int32{ - 1, // 0: flow.entities.BlockSeal.aggregated_approval_sigs:type_name -> flow.entities.AggregatedSignature - 1, // [1:1] is the sub-list for method output_type - 1, // [1:1] is the sub-list for method input_type - 1, // [1:1] is the sub-list for extension type_name - 1, // [1:1] is the sub-list for extension extendee - 0, // [0:1] is the sub-list for field type_name -} - -func init() { file_flow_entities_block_seal_proto_init() } -func file_flow_entities_block_seal_proto_init() { - if File_flow_entities_block_seal_proto != nil { - return - } - if !protoimpl.UnsafeEnabled { - file_flow_entities_block_seal_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*BlockSeal); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_flow_entities_block_seal_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*AggregatedSignature); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - } - type x struct{} - out := protoimpl.TypeBuilder{ - File: protoimpl.DescBuilder{ - GoPackagePath: reflect.TypeOf(x{}).PkgPath(), - RawDescriptor: file_flow_entities_block_seal_proto_rawDesc, - NumEnums: 0, - NumMessages: 2, - NumExtensions: 0, - NumServices: 0, - }, - GoTypes: file_flow_entities_block_seal_proto_goTypes, - DependencyIndexes: file_flow_entities_block_seal_proto_depIdxs, - MessageInfos: file_flow_entities_block_seal_proto_msgTypes, - }.Build() - File_flow_entities_block_seal_proto = out.File - file_flow_entities_block_seal_proto_rawDesc = nil - file_flow_entities_block_seal_proto_goTypes = nil - file_flow_entities_block_seal_proto_depIdxs = nil +func init() { + proto.RegisterType((*BlockSeal)(nil), "flow.entities.BlockSeal") + proto.RegisterType((*AggregatedSignature)(nil), "flow.entities.AggregatedSignature") +} + +func init() { proto.RegisterFile("flow/entities/block_seal.proto", fileDescriptor_e5bc0062689af71f) } + +var fileDescriptor_e5bc0062689af71f = []byte{ + // 345 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x6c, 0x92, 0x4f, 0x4f, 0xea, 0x40, + 0x14, 0xc5, 0x03, 0xbc, 0xc7, 0x9f, 0x0b, 0x6f, 0x33, 0xbc, 0x98, 0x11, 0x51, 0x09, 0x2b, 0x56, + 0x2d, 0xd1, 0xad, 0x0b, 0x61, 0xd7, 0x9d, 0x29, 0x3b, 0x63, 0xd2, 0x4c, 0x3b, 0xb7, 0xe3, 0xc4, + 0xda, 0x69, 0x66, 0xa6, 0xe8, 0x07, 0xf7, 0x03, 0x98, 0x4e, 0xa1, 0x16, 0x75, 0xd3, 0xa4, 0xe7, + 0xfc, 0xce, 0xed, 0xb9, 0xcd, 0x85, 0xab, 0x34, 0x53, 0x6f, 0x3e, 0xe6, 0x56, 0x5a, 0x89, 0xc6, + 0x8f, 0x33, 0x95, 0xbc, 0x44, 0x06, 0x59, 0xe6, 0x15, 0x5a, 0x59, 0x45, 0xfe, 0x55, 0xbe, 0x77, + 0xf4, 0x97, 0x1f, 0x5d, 0x18, 0x6d, 0x2b, 0x66, 0x87, 0x2c, 0x23, 0xe7, 0x30, 0xac, 0x03, 0x92, + 0xd3, 0xce, 0xa2, 0xb3, 0x9a, 0x84, 0x03, 0xf7, 0x1e, 0x70, 0xb2, 0x86, 0xff, 0xf8, 0x8e, 0x49, + 0x69, 0xa5, 0xca, 0x23, 0x8d, 0x09, 0xca, 0xc2, 0x56, 0x58, 0xd7, 0x61, 0xa4, 0xf1, 0xc2, 0xda, + 0x0a, 0x38, 0xb9, 0x87, 0xf9, 0xcf, 0x84, 0x91, 0x22, 0x67, 0xb6, 0xd4, 0x68, 0x68, 0x6f, 0xd1, + 0x5b, 0x4d, 0xc2, 0xd9, 0xf7, 0xe4, 0xae, 0x21, 0xc8, 0x1d, 0xcc, 0x34, 0x9a, 0x32, 0xb3, 0x11, + 0x2b, 0x0a, 0xad, 0xf6, 0x2c, 0x6b, 0xe7, 0xff, 0xb8, 0x3c, 0xad, 0x89, 0xcd, 0x01, 0x68, 0xa5, + 0xaf, 0x61, 0x9c, 0xca, 0xbc, 0xca, 0x58, 0x66, 0x91, 0xfe, 0x75, 0x45, 0xc1, 0x49, 0xbb, 0x4a, + 0x21, 0x17, 0x30, 0x3a, 0x8c, 0x97, 0x9c, 0xf6, 0x9d, 0x3d, 0xac, 0x85, 0x80, 0x93, 0x27, 0xa0, + 0x4c, 0x08, 0x8d, 0x82, 0x59, 0xe4, 0x27, 0xdf, 0x37, 0x74, 0xb0, 0xe8, 0xad, 0xc6, 0x37, 0x4b, + 0xef, 0xe4, 0x57, 0x7a, 0x9b, 0x06, 0x6f, 0x4a, 0x84, 0x67, 0x5f, 0x33, 0x5a, 0x0d, 0xcd, 0x12, + 0x61, 0xfa, 0x0b, 0x4e, 0x7c, 0x98, 0xee, 0x51, 0xcb, 0x54, 0xa2, 0x6e, 0x6f, 0xda, 0x71, 0x9b, + 0x92, 0xa3, 0xd5, 0xda, 0xf1, 0x12, 0xa0, 0xe2, 0x50, 0x47, 0x92, 0x1b, 0xda, 0x75, 0xdc, 0xa8, + 0x56, 0x02, 0x6e, 0xb6, 0x0f, 0x30, 0x57, 0x5a, 0x78, 0x2a, 0x77, 0x4d, 0xdd, 0x01, 0xc4, 0x65, + 0xda, 0x54, 0x7e, 0x5c, 0x0b, 0x69, 0x9f, 0xcb, 0xd8, 0x4b, 0xd4, 0xab, 0x5f, 0x43, 0xbe, 0x7b, + 0x1c, 0x49, 0x5f, 0x28, 0xff, 0xe4, 0x9e, 0xe2, 0xbe, 0xb3, 0x6e, 0x3f, 0x03, 0x00, 0x00, 0xff, + 0xff, 0x01, 0x20, 0xf8, 0xce, 0x67, 0x02, 0x00, 0x00, } diff --git a/protobuf/go/flow/entities/collection.pb.go b/protobuf/go/flow/entities/collection.pb.go index c0b4eea47..d526f3044 100644 --- a/protobuf/go/flow/entities/collection.pb.go +++ b/protobuf/go/flow/entities/collection.pb.go @@ -1,272 +1,176 @@ // Code generated by protoc-gen-go. DO NOT EDIT. -// versions: -// protoc-gen-go v1.28.1 -// protoc (unknown) // source: flow/entities/collection.proto package entities import ( - protoreflect "google.golang.org/protobuf/reflect/protoreflect" - protoimpl "google.golang.org/protobuf/runtime/protoimpl" - reflect "reflect" - sync "sync" + fmt "fmt" + proto "github.com/golang/protobuf/proto" + math "math" ) -const ( - // Verify that this generated code is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) - // Verify that runtime/protoimpl is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) -) +// Reference imports to suppress errors if they are not otherwise used. +var _ = proto.Marshal +var _ = fmt.Errorf +var _ = math.Inf -type Collection struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields +// This is a compile-time assertion to ensure that this generated file +// is compatible with the proto package it is being compiled against. +// A compilation error at this line likely means your copy of the +// proto package needs to be updated. +const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package - Id []byte `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` - TransactionIds [][]byte `protobuf:"bytes,2,rep,name=transaction_ids,json=transactionIds,proto3" json:"transaction_ids,omitempty"` +type Collection struct { + Id []byte `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` + TransactionIds [][]byte `protobuf:"bytes,2,rep,name=transaction_ids,json=transactionIds,proto3" json:"transaction_ids,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (x *Collection) Reset() { - *x = Collection{} - if protoimpl.UnsafeEnabled { - mi := &file_flow_entities_collection_proto_msgTypes[0] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } +func (m *Collection) Reset() { *m = Collection{} } +func (m *Collection) String() string { return proto.CompactTextString(m) } +func (*Collection) ProtoMessage() {} +func (*Collection) Descriptor() ([]byte, []int) { + return fileDescriptor_b302551359ed99bf, []int{0} } -func (x *Collection) String() string { - return protoimpl.X.MessageStringOf(x) +func (m *Collection) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_Collection.Unmarshal(m, b) } - -func (*Collection) ProtoMessage() {} - -func (x *Collection) ProtoReflect() protoreflect.Message { - mi := &file_flow_entities_collection_proto_msgTypes[0] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) +func (m *Collection) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_Collection.Marshal(b, m, deterministic) } - -// Deprecated: Use Collection.ProtoReflect.Descriptor instead. -func (*Collection) Descriptor() ([]byte, []int) { - return file_flow_entities_collection_proto_rawDescGZIP(), []int{0} +func (m *Collection) XXX_Merge(src proto.Message) { + xxx_messageInfo_Collection.Merge(m, src) +} +func (m *Collection) XXX_Size() int { + return xxx_messageInfo_Collection.Size(m) +} +func (m *Collection) XXX_DiscardUnknown() { + xxx_messageInfo_Collection.DiscardUnknown(m) } -func (x *Collection) GetId() []byte { - if x != nil { - return x.Id +var xxx_messageInfo_Collection proto.InternalMessageInfo + +func (m *Collection) GetId() []byte { + if m != nil { + return m.Id } return nil } -func (x *Collection) GetTransactionIds() [][]byte { - if x != nil { - return x.TransactionIds +func (m *Collection) GetTransactionIds() [][]byte { + if m != nil { + return m.TransactionIds } return nil } type CollectionGuarantee struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - CollectionId []byte `protobuf:"bytes,1,opt,name=collection_id,json=collectionId,proto3" json:"collection_id,omitempty"` - Signatures [][]byte `protobuf:"bytes,2,rep,name=signatures,proto3" json:"signatures,omitempty"` - ReferenceBlockId []byte `protobuf:"bytes,3,opt,name=reference_block_id,json=referenceBlockId,proto3" json:"reference_block_id,omitempty"` - Signature []byte `protobuf:"bytes,4,opt,name=signature,proto3" json:"signature,omitempty"` - SignerIds [][]byte `protobuf:"bytes,5,rep,name=signer_ids,json=signerIds,proto3" json:"signer_ids,omitempty"` // deprecated!! value will be empty. replaced by signer_indices - SignerIndices []byte `protobuf:"bytes,6,opt,name=signer_indices,json=signerIndices,proto3" json:"signer_indices,omitempty"` + CollectionId []byte `protobuf:"bytes,1,opt,name=collection_id,json=collectionId,proto3" json:"collection_id,omitempty"` + Signatures [][]byte `protobuf:"bytes,2,rep,name=signatures,proto3" json:"signatures,omitempty"` + ReferenceBlockId []byte `protobuf:"bytes,3,opt,name=reference_block_id,json=referenceBlockId,proto3" json:"reference_block_id,omitempty"` + Signature []byte `protobuf:"bytes,4,opt,name=signature,proto3" json:"signature,omitempty"` + SignerIds [][]byte `protobuf:"bytes,5,rep,name=signer_ids,json=signerIds,proto3" json:"signer_ids,omitempty"` + SignerIndices []byte `protobuf:"bytes,6,opt,name=signer_indices,json=signerIndices,proto3" json:"signer_indices,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *CollectionGuarantee) Reset() { *m = CollectionGuarantee{} } +func (m *CollectionGuarantee) String() string { return proto.CompactTextString(m) } +func (*CollectionGuarantee) ProtoMessage() {} +func (*CollectionGuarantee) Descriptor() ([]byte, []int) { + return fileDescriptor_b302551359ed99bf, []int{1} } -func (x *CollectionGuarantee) Reset() { - *x = CollectionGuarantee{} - if protoimpl.UnsafeEnabled { - mi := &file_flow_entities_collection_proto_msgTypes[1] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } +func (m *CollectionGuarantee) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_CollectionGuarantee.Unmarshal(m, b) } - -func (x *CollectionGuarantee) String() string { - return protoimpl.X.MessageStringOf(x) +func (m *CollectionGuarantee) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_CollectionGuarantee.Marshal(b, m, deterministic) } - -func (*CollectionGuarantee) ProtoMessage() {} - -func (x *CollectionGuarantee) ProtoReflect() protoreflect.Message { - mi := &file_flow_entities_collection_proto_msgTypes[1] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) +func (m *CollectionGuarantee) XXX_Merge(src proto.Message) { + xxx_messageInfo_CollectionGuarantee.Merge(m, src) } - -// Deprecated: Use CollectionGuarantee.ProtoReflect.Descriptor instead. -func (*CollectionGuarantee) Descriptor() ([]byte, []int) { - return file_flow_entities_collection_proto_rawDescGZIP(), []int{1} +func (m *CollectionGuarantee) XXX_Size() int { + return xxx_messageInfo_CollectionGuarantee.Size(m) +} +func (m *CollectionGuarantee) XXX_DiscardUnknown() { + xxx_messageInfo_CollectionGuarantee.DiscardUnknown(m) } -func (x *CollectionGuarantee) GetCollectionId() []byte { - if x != nil { - return x.CollectionId +var xxx_messageInfo_CollectionGuarantee proto.InternalMessageInfo + +func (m *CollectionGuarantee) GetCollectionId() []byte { + if m != nil { + return m.CollectionId } return nil } -func (x *CollectionGuarantee) GetSignatures() [][]byte { - if x != nil { - return x.Signatures +func (m *CollectionGuarantee) GetSignatures() [][]byte { + if m != nil { + return m.Signatures } return nil } -func (x *CollectionGuarantee) GetReferenceBlockId() []byte { - if x != nil { - return x.ReferenceBlockId +func (m *CollectionGuarantee) GetReferenceBlockId() []byte { + if m != nil { + return m.ReferenceBlockId } return nil } -func (x *CollectionGuarantee) GetSignature() []byte { - if x != nil { - return x.Signature +func (m *CollectionGuarantee) GetSignature() []byte { + if m != nil { + return m.Signature } return nil } -func (x *CollectionGuarantee) GetSignerIds() [][]byte { - if x != nil { - return x.SignerIds +func (m *CollectionGuarantee) GetSignerIds() [][]byte { + if m != nil { + return m.SignerIds } return nil } -func (x *CollectionGuarantee) GetSignerIndices() []byte { - if x != nil { - return x.SignerIndices +func (m *CollectionGuarantee) GetSignerIndices() []byte { + if m != nil { + return m.SignerIndices } return nil } -var File_flow_entities_collection_proto protoreflect.FileDescriptor - -var file_flow_entities_collection_proto_rawDesc = []byte{ - 0x0a, 0x1e, 0x66, 0x6c, 0x6f, 0x77, 0x2f, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x2f, - 0x63, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, - 0x12, 0x0d, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x22, - 0x45, 0x0a, 0x0a, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x0e, 0x0a, - 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x02, 0x69, 0x64, 0x12, 0x27, 0x0a, - 0x0f, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x69, 0x64, 0x73, - 0x18, 0x02, 0x20, 0x03, 0x28, 0x0c, 0x52, 0x0e, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, - 0x69, 0x6f, 0x6e, 0x49, 0x64, 0x73, 0x22, 0xec, 0x01, 0x0a, 0x13, 0x43, 0x6f, 0x6c, 0x6c, 0x65, - 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x47, 0x75, 0x61, 0x72, 0x61, 0x6e, 0x74, 0x65, 0x65, 0x12, 0x23, - 0x0a, 0x0d, 0x63, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x69, 0x64, 0x18, - 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x0c, 0x63, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, - 0x6e, 0x49, 0x64, 0x12, 0x1e, 0x0a, 0x0a, 0x73, 0x69, 0x67, 0x6e, 0x61, 0x74, 0x75, 0x72, 0x65, - 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0c, 0x52, 0x0a, 0x73, 0x69, 0x67, 0x6e, 0x61, 0x74, 0x75, - 0x72, 0x65, 0x73, 0x12, 0x2c, 0x0a, 0x12, 0x72, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, - 0x5f, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x5f, 0x69, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0c, 0x52, - 0x10, 0x72, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x49, - 0x64, 0x12, 0x1c, 0x0a, 0x09, 0x73, 0x69, 0x67, 0x6e, 0x61, 0x74, 0x75, 0x72, 0x65, 0x18, 0x04, - 0x20, 0x01, 0x28, 0x0c, 0x52, 0x09, 0x73, 0x69, 0x67, 0x6e, 0x61, 0x74, 0x75, 0x72, 0x65, 0x12, - 0x1d, 0x0a, 0x0a, 0x73, 0x69, 0x67, 0x6e, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x73, 0x18, 0x05, 0x20, - 0x03, 0x28, 0x0c, 0x52, 0x09, 0x73, 0x69, 0x67, 0x6e, 0x65, 0x72, 0x49, 0x64, 0x73, 0x12, 0x25, - 0x0a, 0x0e, 0x73, 0x69, 0x67, 0x6e, 0x65, 0x72, 0x5f, 0x69, 0x6e, 0x64, 0x69, 0x63, 0x65, 0x73, - 0x18, 0x06, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x0d, 0x73, 0x69, 0x67, 0x6e, 0x65, 0x72, 0x49, 0x6e, - 0x64, 0x69, 0x63, 0x65, 0x73, 0x42, 0x50, 0x0a, 0x1c, 0x6f, 0x72, 0x67, 0x2e, 0x6f, 0x6e, 0x66, - 0x6c, 0x6f, 0x77, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x65, 0x6e, 0x74, - 0x69, 0x74, 0x69, 0x65, 0x73, 0x5a, 0x30, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, - 0x6d, 0x2f, 0x6f, 0x6e, 0x66, 0x6c, 0x6f, 0x77, 0x2f, 0x66, 0x6c, 0x6f, 0x77, 0x2f, 0x70, 0x72, - 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x67, 0x6f, 0x2f, 0x66, 0x6c, 0x6f, 0x77, 0x2f, 0x65, - 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, -} - -var ( - file_flow_entities_collection_proto_rawDescOnce sync.Once - file_flow_entities_collection_proto_rawDescData = file_flow_entities_collection_proto_rawDesc -) - -func file_flow_entities_collection_proto_rawDescGZIP() []byte { - file_flow_entities_collection_proto_rawDescOnce.Do(func() { - file_flow_entities_collection_proto_rawDescData = protoimpl.X.CompressGZIP(file_flow_entities_collection_proto_rawDescData) - }) - return file_flow_entities_collection_proto_rawDescData -} - -var file_flow_entities_collection_proto_msgTypes = make([]protoimpl.MessageInfo, 2) -var file_flow_entities_collection_proto_goTypes = []interface{}{ - (*Collection)(nil), // 0: flow.entities.Collection - (*CollectionGuarantee)(nil), // 1: flow.entities.CollectionGuarantee -} -var file_flow_entities_collection_proto_depIdxs = []int32{ - 0, // [0:0] is the sub-list for method output_type - 0, // [0:0] is the sub-list for method input_type - 0, // [0:0] is the sub-list for extension type_name - 0, // [0:0] is the sub-list for extension extendee - 0, // [0:0] is the sub-list for field type_name -} - -func init() { file_flow_entities_collection_proto_init() } -func file_flow_entities_collection_proto_init() { - if File_flow_entities_collection_proto != nil { - return - } - if !protoimpl.UnsafeEnabled { - file_flow_entities_collection_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Collection); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_flow_entities_collection_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*CollectionGuarantee); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - } - type x struct{} - out := protoimpl.TypeBuilder{ - File: protoimpl.DescBuilder{ - GoPackagePath: reflect.TypeOf(x{}).PkgPath(), - RawDescriptor: file_flow_entities_collection_proto_rawDesc, - NumEnums: 0, - NumMessages: 2, - NumExtensions: 0, - NumServices: 0, - }, - GoTypes: file_flow_entities_collection_proto_goTypes, - DependencyIndexes: file_flow_entities_collection_proto_depIdxs, - MessageInfos: file_flow_entities_collection_proto_msgTypes, - }.Build() - File_flow_entities_collection_proto = out.File - file_flow_entities_collection_proto_rawDesc = nil - file_flow_entities_collection_proto_goTypes = nil - file_flow_entities_collection_proto_depIdxs = nil +func init() { + proto.RegisterType((*Collection)(nil), "flow.entities.Collection") + proto.RegisterType((*CollectionGuarantee)(nil), "flow.entities.CollectionGuarantee") +} + +func init() { proto.RegisterFile("flow/entities/collection.proto", fileDescriptor_b302551359ed99bf) } + +var fileDescriptor_b302551359ed99bf = []byte{ + // 278 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x54, 0x91, 0xc1, 0x4e, 0x84, 0x30, + 0x10, 0x86, 0x03, 0xab, 0x9b, 0xec, 0x04, 0xd0, 0xd4, 0x0b, 0x87, 0x75, 0xb3, 0x59, 0x63, 0xdc, + 0x83, 0xa1, 0x26, 0xbe, 0xc1, 0x1a, 0x63, 0xb8, 0x99, 0x3d, 0x7a, 0x21, 0xd0, 0x0e, 0xd8, 0x88, + 0xad, 0x69, 0x4b, 0x7c, 0x69, 0x1f, 0xc2, 0x30, 0x08, 0xac, 0x17, 0x0e, 0xdf, 0xf7, 0xf3, 0x4f, + 0x3b, 0x85, 0x4d, 0xdd, 0x9a, 0x6f, 0x8e, 0xda, 0x2b, 0xaf, 0xd0, 0x71, 0x61, 0xda, 0x16, 0x85, + 0x57, 0x46, 0x67, 0x5f, 0xd6, 0x78, 0xc3, 0xe2, 0xde, 0x67, 0xa3, 0xdf, 0x3d, 0x03, 0x3c, 0x4d, + 0x11, 0x96, 0x40, 0xa8, 0x64, 0x1a, 0x6c, 0x83, 0x7d, 0x74, 0x0c, 0x95, 0x64, 0x77, 0x70, 0xe1, + 0x6d, 0xa9, 0x5d, 0x49, 0xba, 0x50, 0xd2, 0xa5, 0xe1, 0x76, 0xb1, 0x8f, 0x8e, 0xc9, 0x09, 0xce, + 0xa5, 0xdb, 0xfd, 0x04, 0x70, 0x35, 0xf7, 0xbc, 0x74, 0xa5, 0x2d, 0xb5, 0x47, 0x64, 0x37, 0x10, + 0xcf, 0x27, 0x28, 0xa6, 0xee, 0x68, 0x86, 0xb9, 0x64, 0x1b, 0x00, 0xa7, 0x1a, 0x5d, 0xfa, 0xce, + 0xe2, 0x38, 0xe0, 0x84, 0xb0, 0x7b, 0x60, 0x16, 0x6b, 0xb4, 0xa8, 0x05, 0x16, 0x55, 0x6b, 0xc4, + 0x47, 0xdf, 0xb4, 0xa0, 0xa6, 0xcb, 0xc9, 0x1c, 0x7a, 0x91, 0x4b, 0xb6, 0x86, 0xd5, 0xf4, 0x6f, + 0x7a, 0x46, 0xa1, 0x19, 0xb0, 0xeb, 0x61, 0x16, 0x5a, 0xba, 0xcc, 0x39, 0xcd, 0x5a, 0x0d, 0x24, + 0x97, 0x8e, 0xdd, 0x42, 0x32, 0x6a, 0x2d, 0x95, 0x40, 0x97, 0x2e, 0xa9, 0x21, 0xfe, 0x8b, 0x0c, + 0xf0, 0xf0, 0x0a, 0x6b, 0x63, 0x9b, 0xcc, 0x68, 0x5a, 0x26, 0x2d, 0xb6, 0xea, 0xea, 0x69, 0xab, + 0x6f, 0x0f, 0x8d, 0xf2, 0xef, 0x5d, 0x95, 0x09, 0xf3, 0xc9, 0x87, 0x10, 0xa7, 0xcf, 0x98, 0xe4, + 0x8d, 0xe1, 0xff, 0xde, 0xa9, 0x5a, 0x92, 0x7a, 0xfc, 0x0d, 0x00, 0x00, 0xff, 0xff, 0x24, 0x49, + 0x53, 0x1f, 0xbf, 0x01, 0x00, 0x00, } diff --git a/protobuf/go/flow/entities/event.pb.go b/protobuf/go/flow/entities/event.pb.go index 6985d5d34..d623074aa 100644 --- a/protobuf/go/flow/entities/event.pb.go +++ b/protobuf/go/flow/entities/event.pb.go @@ -1,188 +1,116 @@ // Code generated by protoc-gen-go. DO NOT EDIT. -// versions: -// protoc-gen-go v1.28.1 -// protoc (unknown) // source: flow/entities/event.proto package entities import ( - protoreflect "google.golang.org/protobuf/reflect/protoreflect" - protoimpl "google.golang.org/protobuf/runtime/protoimpl" - reflect "reflect" - sync "sync" + fmt "fmt" + proto "github.com/golang/protobuf/proto" + math "math" ) -const ( - // Verify that this generated code is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) - // Verify that runtime/protoimpl is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) -) +// Reference imports to suppress errors if they are not otherwise used. +var _ = proto.Marshal +var _ = fmt.Errorf +var _ = math.Inf + +// This is a compile-time assertion to ensure that this generated file +// is compatible with the proto package it is being compiled against. +// A compilation error at this line likely means your copy of the +// proto package needs to be updated. +const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package type Event struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Type string `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"` - TransactionId []byte `protobuf:"bytes,2,opt,name=transaction_id,json=transactionId,proto3" json:"transaction_id,omitempty"` - TransactionIndex uint32 `protobuf:"varint,3,opt,name=transaction_index,json=transactionIndex,proto3" json:"transaction_index,omitempty"` - EventIndex uint32 `protobuf:"varint,4,opt,name=event_index,json=eventIndex,proto3" json:"event_index,omitempty"` - Payload []byte `protobuf:"bytes,5,opt,name=payload,proto3" json:"payload,omitempty"` + Type string `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"` + TransactionId []byte `protobuf:"bytes,2,opt,name=transaction_id,json=transactionId,proto3" json:"transaction_id,omitempty"` + TransactionIndex uint32 `protobuf:"varint,3,opt,name=transaction_index,json=transactionIndex,proto3" json:"transaction_index,omitempty"` + EventIndex uint32 `protobuf:"varint,4,opt,name=event_index,json=eventIndex,proto3" json:"event_index,omitempty"` + Payload []byte `protobuf:"bytes,5,opt,name=payload,proto3" json:"payload,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (x *Event) Reset() { - *x = Event{} - if protoimpl.UnsafeEnabled { - mi := &file_flow_entities_event_proto_msgTypes[0] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } +func (m *Event) Reset() { *m = Event{} } +func (m *Event) String() string { return proto.CompactTextString(m) } +func (*Event) ProtoMessage() {} +func (*Event) Descriptor() ([]byte, []int) { + return fileDescriptor_dcb08ee6f360364f, []int{0} } -func (x *Event) String() string { - return protoimpl.X.MessageStringOf(x) +func (m *Event) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_Event.Unmarshal(m, b) } - -func (*Event) ProtoMessage() {} - -func (x *Event) ProtoReflect() protoreflect.Message { - mi := &file_flow_entities_event_proto_msgTypes[0] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) +func (m *Event) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_Event.Marshal(b, m, deterministic) } - -// Deprecated: Use Event.ProtoReflect.Descriptor instead. -func (*Event) Descriptor() ([]byte, []int) { - return file_flow_entities_event_proto_rawDescGZIP(), []int{0} +func (m *Event) XXX_Merge(src proto.Message) { + xxx_messageInfo_Event.Merge(m, src) +} +func (m *Event) XXX_Size() int { + return xxx_messageInfo_Event.Size(m) +} +func (m *Event) XXX_DiscardUnknown() { + xxx_messageInfo_Event.DiscardUnknown(m) } -func (x *Event) GetType() string { - if x != nil { - return x.Type +var xxx_messageInfo_Event proto.InternalMessageInfo + +func (m *Event) GetType() string { + if m != nil { + return m.Type } return "" } -func (x *Event) GetTransactionId() []byte { - if x != nil { - return x.TransactionId +func (m *Event) GetTransactionId() []byte { + if m != nil { + return m.TransactionId } return nil } -func (x *Event) GetTransactionIndex() uint32 { - if x != nil { - return x.TransactionIndex +func (m *Event) GetTransactionIndex() uint32 { + if m != nil { + return m.TransactionIndex } return 0 } -func (x *Event) GetEventIndex() uint32 { - if x != nil { - return x.EventIndex +func (m *Event) GetEventIndex() uint32 { + if m != nil { + return m.EventIndex } return 0 } -func (x *Event) GetPayload() []byte { - if x != nil { - return x.Payload +func (m *Event) GetPayload() []byte { + if m != nil { + return m.Payload } return nil } -var File_flow_entities_event_proto protoreflect.FileDescriptor - -var file_flow_entities_event_proto_rawDesc = []byte{ - 0x0a, 0x19, 0x66, 0x6c, 0x6f, 0x77, 0x2f, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x2f, - 0x65, 0x76, 0x65, 0x6e, 0x74, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x0d, 0x66, 0x6c, 0x6f, - 0x77, 0x2e, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x22, 0xaa, 0x01, 0x0a, 0x05, 0x45, - 0x76, 0x65, 0x6e, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x18, 0x01, 0x20, 0x01, - 0x28, 0x09, 0x52, 0x04, 0x74, 0x79, 0x70, 0x65, 0x12, 0x25, 0x0a, 0x0e, 0x74, 0x72, 0x61, 0x6e, - 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0c, - 0x52, 0x0d, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x64, 0x12, - 0x2b, 0x0a, 0x11, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x69, - 0x6e, 0x64, 0x65, 0x78, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x10, 0x74, 0x72, 0x61, 0x6e, - 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x12, 0x1f, 0x0a, 0x0b, - 0x65, 0x76, 0x65, 0x6e, 0x74, 0x5f, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x18, 0x04, 0x20, 0x01, 0x28, - 0x0d, 0x52, 0x0a, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x12, 0x18, 0x0a, - 0x07, 0x70, 0x61, 0x79, 0x6c, 0x6f, 0x61, 0x64, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x07, - 0x70, 0x61, 0x79, 0x6c, 0x6f, 0x61, 0x64, 0x42, 0x50, 0x0a, 0x1c, 0x6f, 0x72, 0x67, 0x2e, 0x6f, - 0x6e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x65, - 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x5a, 0x30, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, - 0x63, 0x6f, 0x6d, 0x2f, 0x6f, 0x6e, 0x66, 0x6c, 0x6f, 0x77, 0x2f, 0x66, 0x6c, 0x6f, 0x77, 0x2f, - 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x67, 0x6f, 0x2f, 0x66, 0x6c, 0x6f, 0x77, - 0x2f, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, - 0x33, -} - -var ( - file_flow_entities_event_proto_rawDescOnce sync.Once - file_flow_entities_event_proto_rawDescData = file_flow_entities_event_proto_rawDesc -) - -func file_flow_entities_event_proto_rawDescGZIP() []byte { - file_flow_entities_event_proto_rawDescOnce.Do(func() { - file_flow_entities_event_proto_rawDescData = protoimpl.X.CompressGZIP(file_flow_entities_event_proto_rawDescData) - }) - return file_flow_entities_event_proto_rawDescData -} - -var file_flow_entities_event_proto_msgTypes = make([]protoimpl.MessageInfo, 1) -var file_flow_entities_event_proto_goTypes = []interface{}{ - (*Event)(nil), // 0: flow.entities.Event -} -var file_flow_entities_event_proto_depIdxs = []int32{ - 0, // [0:0] is the sub-list for method output_type - 0, // [0:0] is the sub-list for method input_type - 0, // [0:0] is the sub-list for extension type_name - 0, // [0:0] is the sub-list for extension extendee - 0, // [0:0] is the sub-list for field type_name +func init() { + proto.RegisterType((*Event)(nil), "flow.entities.Event") } -func init() { file_flow_entities_event_proto_init() } -func file_flow_entities_event_proto_init() { - if File_flow_entities_event_proto != nil { - return - } - if !protoimpl.UnsafeEnabled { - file_flow_entities_event_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Event); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - } - type x struct{} - out := protoimpl.TypeBuilder{ - File: protoimpl.DescBuilder{ - GoPackagePath: reflect.TypeOf(x{}).PkgPath(), - RawDescriptor: file_flow_entities_event_proto_rawDesc, - NumEnums: 0, - NumMessages: 1, - NumExtensions: 0, - NumServices: 0, - }, - GoTypes: file_flow_entities_event_proto_goTypes, - DependencyIndexes: file_flow_entities_event_proto_depIdxs, - MessageInfos: file_flow_entities_event_proto_msgTypes, - }.Build() - File_flow_entities_event_proto = out.File - file_flow_entities_event_proto_rawDesc = nil - file_flow_entities_event_proto_goTypes = nil - file_flow_entities_event_proto_depIdxs = nil +func init() { proto.RegisterFile("flow/entities/event.proto", fileDescriptor_dcb08ee6f360364f) } + +var fileDescriptor_dcb08ee6f360364f = []byte{ + // 217 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x92, 0x4c, 0xcb, 0xc9, 0x2f, + 0xd7, 0x4f, 0xcd, 0x2b, 0xc9, 0x2c, 0xc9, 0x4c, 0x2d, 0xd6, 0x4f, 0x2d, 0x4b, 0xcd, 0x2b, 0xd1, + 0x2b, 0x28, 0xca, 0x2f, 0xc9, 0x17, 0xe2, 0x05, 0x49, 0xe9, 0xc1, 0xa4, 0x94, 0x56, 0x31, 0x72, + 0xb1, 0xba, 0x82, 0xa4, 0x85, 0x84, 0xb8, 0x58, 0x4a, 0x2a, 0x0b, 0x52, 0x25, 0x18, 0x15, 0x18, + 0x35, 0x38, 0x83, 0xc0, 0x6c, 0x21, 0x55, 0x2e, 0xbe, 0x92, 0xa2, 0xc4, 0xbc, 0xe2, 0xc4, 0xe4, + 0x92, 0xcc, 0xfc, 0xbc, 0xf8, 0xcc, 0x14, 0x09, 0x26, 0x05, 0x46, 0x0d, 0x9e, 0x20, 0x5e, 0x24, + 0x51, 0xcf, 0x14, 0x21, 0x6d, 0x2e, 0x41, 0x14, 0x65, 0x79, 0x29, 0xa9, 0x15, 0x12, 0xcc, 0x0a, + 0x8c, 0x1a, 0xbc, 0x41, 0x02, 0xc8, 0x2a, 0x41, 0xe2, 0x42, 0xf2, 0x5c, 0xdc, 0x60, 0xf7, 0x40, + 0x95, 0xb1, 0x80, 0x95, 0x71, 0x81, 0x85, 0x20, 0x0a, 0x24, 0xb8, 0xd8, 0x0b, 0x12, 0x2b, 0x73, + 0xf2, 0x13, 0x53, 0x24, 0x58, 0xc1, 0xb6, 0xc1, 0xb8, 0x4e, 0x01, 0x5c, 0x32, 0xf9, 0x45, 0xe9, + 0x7a, 0xf9, 0x79, 0x60, 0x3f, 0x80, 0xfd, 0x93, 0x54, 0x9a, 0x06, 0xf7, 0x4c, 0x94, 0x41, 0x7a, + 0x66, 0x49, 0x46, 0x69, 0x92, 0x5e, 0x72, 0x7e, 0xae, 0x3e, 0x44, 0x91, 0x3e, 0x98, 0x80, 0xa9, + 0xd4, 0x4f, 0xcf, 0xd7, 0x47, 0x09, 0x99, 0x24, 0x36, 0xb0, 0x94, 0x31, 0x20, 0x00, 0x00, 0xff, + 0xff, 0x60, 0x77, 0x75, 0x47, 0x31, 0x01, 0x00, 0x00, } diff --git a/protobuf/go/flow/entities/execution_result.pb.go b/protobuf/go/flow/entities/execution_result.pb.go index c59348bcd..9ae6bd6d3 100644 --- a/protobuf/go/flow/entities/execution_result.pb.go +++ b/protobuf/go/flow/entities/execution_result.pb.go @@ -1,521 +1,363 @@ // Code generated by protoc-gen-go. DO NOT EDIT. -// versions: -// protoc-gen-go v1.28.1 -// protoc (unknown) // source: flow/entities/execution_result.proto package entities import ( - protoreflect "google.golang.org/protobuf/reflect/protoreflect" - protoimpl "google.golang.org/protobuf/runtime/protoimpl" - reflect "reflect" - sync "sync" + fmt "fmt" + proto "github.com/golang/protobuf/proto" + math "math" ) -const ( - // Verify that this generated code is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) - // Verify that runtime/protoimpl is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) -) +// Reference imports to suppress errors if they are not otherwise used. +var _ = proto.Marshal +var _ = fmt.Errorf +var _ = math.Inf + +// This is a compile-time assertion to ensure that this generated file +// is compatible with the proto package it is being compiled against. +// A compilation error at this line likely means your copy of the +// proto package needs to be updated. +const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package type ExecutionResult struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - PreviousResultId []byte `protobuf:"bytes,1,opt,name=previous_result_id,json=previousResultId,proto3" json:"previous_result_id,omitempty"` - BlockId []byte `protobuf:"bytes,2,opt,name=block_id,json=blockId,proto3" json:"block_id,omitempty"` - Chunks []*Chunk `protobuf:"bytes,3,rep,name=chunks,proto3" json:"chunks,omitempty"` - ServiceEvents []*ServiceEvent `protobuf:"bytes,4,rep,name=service_events,json=serviceEvents,proto3" json:"service_events,omitempty"` - // Deprecated: Do not use. - ExecutionDataId []byte `protobuf:"bytes,5,opt,name=execution_data_id,json=executionDataId,proto3" json:"execution_data_id,omitempty"` -} - -func (x *ExecutionResult) Reset() { - *x = ExecutionResult{} - if protoimpl.UnsafeEnabled { - mi := &file_flow_entities_execution_result_proto_msgTypes[0] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } + PreviousResultId []byte `protobuf:"bytes,1,opt,name=previous_result_id,json=previousResultId,proto3" json:"previous_result_id,omitempty"` + BlockId []byte `protobuf:"bytes,2,opt,name=block_id,json=blockId,proto3" json:"block_id,omitempty"` + Chunks []*Chunk `protobuf:"bytes,3,rep,name=chunks,proto3" json:"chunks,omitempty"` + ServiceEvents []*ServiceEvent `protobuf:"bytes,4,rep,name=service_events,json=serviceEvents,proto3" json:"service_events,omitempty"` + ExecutionDataId []byte `protobuf:"bytes,5,opt,name=execution_data_id,json=executionDataId,proto3" json:"execution_data_id,omitempty"` // Deprecated: Do not use. + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *ExecutionResult) Reset() { *m = ExecutionResult{} } +func (m *ExecutionResult) String() string { return proto.CompactTextString(m) } +func (*ExecutionResult) ProtoMessage() {} +func (*ExecutionResult) Descriptor() ([]byte, []int) { + return fileDescriptor_806371cb5e5e336b, []int{0} } -func (x *ExecutionResult) String() string { - return protoimpl.X.MessageStringOf(x) +func (m *ExecutionResult) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_ExecutionResult.Unmarshal(m, b) } - -func (*ExecutionResult) ProtoMessage() {} - -func (x *ExecutionResult) ProtoReflect() protoreflect.Message { - mi := &file_flow_entities_execution_result_proto_msgTypes[0] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) +func (m *ExecutionResult) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_ExecutionResult.Marshal(b, m, deterministic) } - -// Deprecated: Use ExecutionResult.ProtoReflect.Descriptor instead. -func (*ExecutionResult) Descriptor() ([]byte, []int) { - return file_flow_entities_execution_result_proto_rawDescGZIP(), []int{0} +func (m *ExecutionResult) XXX_Merge(src proto.Message) { + xxx_messageInfo_ExecutionResult.Merge(m, src) } +func (m *ExecutionResult) XXX_Size() int { + return xxx_messageInfo_ExecutionResult.Size(m) +} +func (m *ExecutionResult) XXX_DiscardUnknown() { + xxx_messageInfo_ExecutionResult.DiscardUnknown(m) +} + +var xxx_messageInfo_ExecutionResult proto.InternalMessageInfo -func (x *ExecutionResult) GetPreviousResultId() []byte { - if x != nil { - return x.PreviousResultId +func (m *ExecutionResult) GetPreviousResultId() []byte { + if m != nil { + return m.PreviousResultId } return nil } -func (x *ExecutionResult) GetBlockId() []byte { - if x != nil { - return x.BlockId +func (m *ExecutionResult) GetBlockId() []byte { + if m != nil { + return m.BlockId } return nil } -func (x *ExecutionResult) GetChunks() []*Chunk { - if x != nil { - return x.Chunks +func (m *ExecutionResult) GetChunks() []*Chunk { + if m != nil { + return m.Chunks } return nil } -func (x *ExecutionResult) GetServiceEvents() []*ServiceEvent { - if x != nil { - return x.ServiceEvents +func (m *ExecutionResult) GetServiceEvents() []*ServiceEvent { + if m != nil { + return m.ServiceEvents } return nil } // Deprecated: Do not use. -func (x *ExecutionResult) GetExecutionDataId() []byte { - if x != nil { - return x.ExecutionDataId +func (m *ExecutionResult) GetExecutionDataId() []byte { + if m != nil { + return m.ExecutionDataId } return nil } type Chunk struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - CollectionIndex uint32 `protobuf:"varint,1,opt,name=CollectionIndex,proto3" json:"CollectionIndex,omitempty"` - StartState []byte `protobuf:"bytes,2,opt,name=start_state,json=startState,proto3" json:"start_state,omitempty"` // state when starting executing this chunk - EventCollection []byte `protobuf:"bytes,3,opt,name=event_collection,json=eventCollection,proto3" json:"event_collection,omitempty"` // Events generated by executing results - BlockId []byte `protobuf:"bytes,4,opt,name=block_id,json=blockId,proto3" json:"block_id,omitempty"` // Block id of the execution result this chunk belongs to - TotalComputationUsed uint64 `protobuf:"varint,5,opt,name=total_computation_used,json=totalComputationUsed,proto3" json:"total_computation_used,omitempty"` // total amount of computation used by running all txs in this chunk - NumberOfTransactions uint32 `protobuf:"varint,6,opt,name=number_of_transactions,json=numberOfTransactions,proto3" json:"number_of_transactions,omitempty"` // number of transactions inside the collection - Index uint64 `protobuf:"varint,7,opt,name=index,proto3" json:"index,omitempty"` // chunk index inside the ER (starts from zero) - EndState []byte `protobuf:"bytes,8,opt,name=end_state,json=endState,proto3" json:"end_state,omitempty"` // EndState inferred from next chunk or from the ER - ExecutionDataId []byte `protobuf:"bytes,9,opt,name=execution_data_id,json=executionDataId,proto3" json:"execution_data_id,omitempty"` - StateDeltaCommitment []byte `protobuf:"bytes,10,opt,name=state_delta_commitment,json=stateDeltaCommitment,proto3" json:"state_delta_commitment,omitempty"` // a commitment over sorted list of register changes -} - -func (x *Chunk) Reset() { - *x = Chunk{} - if protoimpl.UnsafeEnabled { - mi := &file_flow_entities_execution_result_proto_msgTypes[1] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } + CollectionIndex uint32 `protobuf:"varint,1,opt,name=CollectionIndex,proto3" json:"CollectionIndex,omitempty"` + StartState []byte `protobuf:"bytes,2,opt,name=start_state,json=startState,proto3" json:"start_state,omitempty"` + EventCollection []byte `protobuf:"bytes,3,opt,name=event_collection,json=eventCollection,proto3" json:"event_collection,omitempty"` + BlockId []byte `protobuf:"bytes,4,opt,name=block_id,json=blockId,proto3" json:"block_id,omitempty"` + TotalComputationUsed uint64 `protobuf:"varint,5,opt,name=total_computation_used,json=totalComputationUsed,proto3" json:"total_computation_used,omitempty"` + NumberOfTransactions uint32 `protobuf:"varint,6,opt,name=number_of_transactions,json=numberOfTransactions,proto3" json:"number_of_transactions,omitempty"` + Index uint64 `protobuf:"varint,7,opt,name=index,proto3" json:"index,omitempty"` + EndState []byte `protobuf:"bytes,8,opt,name=end_state,json=endState,proto3" json:"end_state,omitempty"` + ExecutionDataId []byte `protobuf:"bytes,9,opt,name=execution_data_id,json=executionDataId,proto3" json:"execution_data_id,omitempty"` + StateDeltaCommitment []byte `protobuf:"bytes,10,opt,name=state_delta_commitment,json=stateDeltaCommitment,proto3" json:"state_delta_commitment,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *Chunk) Reset() { *m = Chunk{} } +func (m *Chunk) String() string { return proto.CompactTextString(m) } +func (*Chunk) ProtoMessage() {} +func (*Chunk) Descriptor() ([]byte, []int) { + return fileDescriptor_806371cb5e5e336b, []int{1} } -func (x *Chunk) String() string { - return protoimpl.X.MessageStringOf(x) +func (m *Chunk) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_Chunk.Unmarshal(m, b) } - -func (*Chunk) ProtoMessage() {} - -func (x *Chunk) ProtoReflect() protoreflect.Message { - mi := &file_flow_entities_execution_result_proto_msgTypes[1] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) +func (m *Chunk) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_Chunk.Marshal(b, m, deterministic) } - -// Deprecated: Use Chunk.ProtoReflect.Descriptor instead. -func (*Chunk) Descriptor() ([]byte, []int) { - return file_flow_entities_execution_result_proto_rawDescGZIP(), []int{1} +func (m *Chunk) XXX_Merge(src proto.Message) { + xxx_messageInfo_Chunk.Merge(m, src) +} +func (m *Chunk) XXX_Size() int { + return xxx_messageInfo_Chunk.Size(m) +} +func (m *Chunk) XXX_DiscardUnknown() { + xxx_messageInfo_Chunk.DiscardUnknown(m) } -func (x *Chunk) GetCollectionIndex() uint32 { - if x != nil { - return x.CollectionIndex +var xxx_messageInfo_Chunk proto.InternalMessageInfo + +func (m *Chunk) GetCollectionIndex() uint32 { + if m != nil { + return m.CollectionIndex } return 0 } -func (x *Chunk) GetStartState() []byte { - if x != nil { - return x.StartState +func (m *Chunk) GetStartState() []byte { + if m != nil { + return m.StartState } return nil } -func (x *Chunk) GetEventCollection() []byte { - if x != nil { - return x.EventCollection +func (m *Chunk) GetEventCollection() []byte { + if m != nil { + return m.EventCollection } return nil } -func (x *Chunk) GetBlockId() []byte { - if x != nil { - return x.BlockId +func (m *Chunk) GetBlockId() []byte { + if m != nil { + return m.BlockId } return nil } -func (x *Chunk) GetTotalComputationUsed() uint64 { - if x != nil { - return x.TotalComputationUsed +func (m *Chunk) GetTotalComputationUsed() uint64 { + if m != nil { + return m.TotalComputationUsed } return 0 } -func (x *Chunk) GetNumberOfTransactions() uint32 { - if x != nil { - return x.NumberOfTransactions +func (m *Chunk) GetNumberOfTransactions() uint32 { + if m != nil { + return m.NumberOfTransactions } return 0 } -func (x *Chunk) GetIndex() uint64 { - if x != nil { - return x.Index +func (m *Chunk) GetIndex() uint64 { + if m != nil { + return m.Index } return 0 } -func (x *Chunk) GetEndState() []byte { - if x != nil { - return x.EndState +func (m *Chunk) GetEndState() []byte { + if m != nil { + return m.EndState } return nil } -func (x *Chunk) GetExecutionDataId() []byte { - if x != nil { - return x.ExecutionDataId +func (m *Chunk) GetExecutionDataId() []byte { + if m != nil { + return m.ExecutionDataId } return nil } -func (x *Chunk) GetStateDeltaCommitment() []byte { - if x != nil { - return x.StateDeltaCommitment +func (m *Chunk) GetStateDeltaCommitment() []byte { + if m != nil { + return m.StateDeltaCommitment } return nil } type ServiceEvent struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Type string `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"` - Payload []byte `protobuf:"bytes,2,opt,name=payload,proto3" json:"payload,omitempty"` + Type string `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"` + Payload []byte `protobuf:"bytes,2,opt,name=payload,proto3" json:"payload,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (x *ServiceEvent) Reset() { - *x = ServiceEvent{} - if protoimpl.UnsafeEnabled { - mi := &file_flow_entities_execution_result_proto_msgTypes[2] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } +func (m *ServiceEvent) Reset() { *m = ServiceEvent{} } +func (m *ServiceEvent) String() string { return proto.CompactTextString(m) } +func (*ServiceEvent) ProtoMessage() {} +func (*ServiceEvent) Descriptor() ([]byte, []int) { + return fileDescriptor_806371cb5e5e336b, []int{2} } -func (x *ServiceEvent) String() string { - return protoimpl.X.MessageStringOf(x) +func (m *ServiceEvent) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_ServiceEvent.Unmarshal(m, b) } - -func (*ServiceEvent) ProtoMessage() {} - -func (x *ServiceEvent) ProtoReflect() protoreflect.Message { - mi := &file_flow_entities_execution_result_proto_msgTypes[2] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) +func (m *ServiceEvent) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_ServiceEvent.Marshal(b, m, deterministic) } - -// Deprecated: Use ServiceEvent.ProtoReflect.Descriptor instead. -func (*ServiceEvent) Descriptor() ([]byte, []int) { - return file_flow_entities_execution_result_proto_rawDescGZIP(), []int{2} +func (m *ServiceEvent) XXX_Merge(src proto.Message) { + xxx_messageInfo_ServiceEvent.Merge(m, src) } +func (m *ServiceEvent) XXX_Size() int { + return xxx_messageInfo_ServiceEvent.Size(m) +} +func (m *ServiceEvent) XXX_DiscardUnknown() { + xxx_messageInfo_ServiceEvent.DiscardUnknown(m) +} + +var xxx_messageInfo_ServiceEvent proto.InternalMessageInfo -func (x *ServiceEvent) GetType() string { - if x != nil { - return x.Type +func (m *ServiceEvent) GetType() string { + if m != nil { + return m.Type } return "" } -func (x *ServiceEvent) GetPayload() []byte { - if x != nil { - return x.Payload +func (m *ServiceEvent) GetPayload() []byte { + if m != nil { + return m.Payload } return nil } type ExecutionReceiptMeta struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - ExecutorId []byte `protobuf:"bytes,1,opt,name=executor_id,json=executorId,proto3" json:"executor_id,omitempty"` - ResultId []byte `protobuf:"bytes,2,opt,name=result_id,json=resultId,proto3" json:"result_id,omitempty"` - Spocks [][]byte `protobuf:"bytes,3,rep,name=spocks,proto3" json:"spocks,omitempty"` - ExecutorSignature []byte `protobuf:"bytes,4,opt,name=executor_signature,json=executorSignature,proto3" json:"executor_signature,omitempty"` -} - -func (x *ExecutionReceiptMeta) Reset() { - *x = ExecutionReceiptMeta{} - if protoimpl.UnsafeEnabled { - mi := &file_flow_entities_execution_result_proto_msgTypes[3] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } + ExecutorId []byte `protobuf:"bytes,1,opt,name=executor_id,json=executorId,proto3" json:"executor_id,omitempty"` + ResultId []byte `protobuf:"bytes,2,opt,name=result_id,json=resultId,proto3" json:"result_id,omitempty"` + Spocks [][]byte `protobuf:"bytes,3,rep,name=spocks,proto3" json:"spocks,omitempty"` + ExecutorSignature []byte `protobuf:"bytes,4,opt,name=executor_signature,json=executorSignature,proto3" json:"executor_signature,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *ExecutionReceiptMeta) Reset() { *m = ExecutionReceiptMeta{} } +func (m *ExecutionReceiptMeta) String() string { return proto.CompactTextString(m) } +func (*ExecutionReceiptMeta) ProtoMessage() {} +func (*ExecutionReceiptMeta) Descriptor() ([]byte, []int) { + return fileDescriptor_806371cb5e5e336b, []int{3} } -func (x *ExecutionReceiptMeta) String() string { - return protoimpl.X.MessageStringOf(x) +func (m *ExecutionReceiptMeta) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_ExecutionReceiptMeta.Unmarshal(m, b) } - -func (*ExecutionReceiptMeta) ProtoMessage() {} - -func (x *ExecutionReceiptMeta) ProtoReflect() protoreflect.Message { - mi := &file_flow_entities_execution_result_proto_msgTypes[3] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) +func (m *ExecutionReceiptMeta) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_ExecutionReceiptMeta.Marshal(b, m, deterministic) } - -// Deprecated: Use ExecutionReceiptMeta.ProtoReflect.Descriptor instead. -func (*ExecutionReceiptMeta) Descriptor() ([]byte, []int) { - return file_flow_entities_execution_result_proto_rawDescGZIP(), []int{3} +func (m *ExecutionReceiptMeta) XXX_Merge(src proto.Message) { + xxx_messageInfo_ExecutionReceiptMeta.Merge(m, src) +} +func (m *ExecutionReceiptMeta) XXX_Size() int { + return xxx_messageInfo_ExecutionReceiptMeta.Size(m) +} +func (m *ExecutionReceiptMeta) XXX_DiscardUnknown() { + xxx_messageInfo_ExecutionReceiptMeta.DiscardUnknown(m) } -func (x *ExecutionReceiptMeta) GetExecutorId() []byte { - if x != nil { - return x.ExecutorId +var xxx_messageInfo_ExecutionReceiptMeta proto.InternalMessageInfo + +func (m *ExecutionReceiptMeta) GetExecutorId() []byte { + if m != nil { + return m.ExecutorId } return nil } -func (x *ExecutionReceiptMeta) GetResultId() []byte { - if x != nil { - return x.ResultId +func (m *ExecutionReceiptMeta) GetResultId() []byte { + if m != nil { + return m.ResultId } return nil } -func (x *ExecutionReceiptMeta) GetSpocks() [][]byte { - if x != nil { - return x.Spocks +func (m *ExecutionReceiptMeta) GetSpocks() [][]byte { + if m != nil { + return m.Spocks } return nil } -func (x *ExecutionReceiptMeta) GetExecutorSignature() []byte { - if x != nil { - return x.ExecutorSignature +func (m *ExecutionReceiptMeta) GetExecutorSignature() []byte { + if m != nil { + return m.ExecutorSignature } return nil } -var File_flow_entities_execution_result_proto protoreflect.FileDescriptor - -var file_flow_entities_execution_result_proto_rawDesc = []byte{ - 0x0a, 0x24, 0x66, 0x6c, 0x6f, 0x77, 0x2f, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x2f, - 0x65, 0x78, 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, - 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x0d, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x65, 0x6e, 0x74, - 0x69, 0x74, 0x69, 0x65, 0x73, 0x22, 0xfc, 0x01, 0x0a, 0x0f, 0x45, 0x78, 0x65, 0x63, 0x75, 0x74, - 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x12, 0x2c, 0x0a, 0x12, 0x70, 0x72, 0x65, - 0x76, 0x69, 0x6f, 0x75, 0x73, 0x5f, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x5f, 0x69, 0x64, 0x18, - 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x10, 0x70, 0x72, 0x65, 0x76, 0x69, 0x6f, 0x75, 0x73, 0x52, - 0x65, 0x73, 0x75, 0x6c, 0x74, 0x49, 0x64, 0x12, 0x19, 0x0a, 0x08, 0x62, 0x6c, 0x6f, 0x63, 0x6b, - 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x07, 0x62, 0x6c, 0x6f, 0x63, 0x6b, - 0x49, 0x64, 0x12, 0x2c, 0x0a, 0x06, 0x63, 0x68, 0x75, 0x6e, 0x6b, 0x73, 0x18, 0x03, 0x20, 0x03, - 0x28, 0x0b, 0x32, 0x14, 0x2e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, - 0x65, 0x73, 0x2e, 0x43, 0x68, 0x75, 0x6e, 0x6b, 0x52, 0x06, 0x63, 0x68, 0x75, 0x6e, 0x6b, 0x73, - 0x12, 0x42, 0x0a, 0x0e, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x5f, 0x65, 0x76, 0x65, 0x6e, - 0x74, 0x73, 0x18, 0x04, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x1b, 0x2e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, - 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x2e, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, - 0x45, 0x76, 0x65, 0x6e, 0x74, 0x52, 0x0d, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x45, 0x76, - 0x65, 0x6e, 0x74, 0x73, 0x12, 0x2e, 0x0a, 0x11, 0x65, 0x78, 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, - 0x6e, 0x5f, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x69, 0x64, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0c, 0x42, - 0x02, 0x18, 0x01, 0x52, 0x0f, 0x65, 0x78, 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x44, 0x61, - 0x74, 0x61, 0x49, 0x64, 0x22, 0x99, 0x03, 0x0a, 0x05, 0x43, 0x68, 0x75, 0x6e, 0x6b, 0x12, 0x28, - 0x0a, 0x0f, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x6e, 0x64, 0x65, - 0x78, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0f, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, - 0x69, 0x6f, 0x6e, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x12, 0x1f, 0x0a, 0x0b, 0x73, 0x74, 0x61, 0x72, - 0x74, 0x5f, 0x73, 0x74, 0x61, 0x74, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x0a, 0x73, - 0x74, 0x61, 0x72, 0x74, 0x53, 0x74, 0x61, 0x74, 0x65, 0x12, 0x29, 0x0a, 0x10, 0x65, 0x76, 0x65, - 0x6e, 0x74, 0x5f, 0x63, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x03, 0x20, - 0x01, 0x28, 0x0c, 0x52, 0x0f, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, - 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x19, 0x0a, 0x08, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x5f, 0x69, 0x64, - 0x18, 0x04, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x07, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x49, 0x64, 0x12, - 0x34, 0x0a, 0x16, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x5f, 0x63, 0x6f, 0x6d, 0x70, 0x75, 0x74, 0x61, - 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x75, 0x73, 0x65, 0x64, 0x18, 0x05, 0x20, 0x01, 0x28, 0x04, 0x52, - 0x14, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x43, 0x6f, 0x6d, 0x70, 0x75, 0x74, 0x61, 0x74, 0x69, 0x6f, - 0x6e, 0x55, 0x73, 0x65, 0x64, 0x12, 0x34, 0x0a, 0x16, 0x6e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x5f, - 0x6f, 0x66, 0x5f, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18, - 0x06, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x14, 0x6e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x4f, 0x66, 0x54, - 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x69, - 0x6e, 0x64, 0x65, 0x78, 0x18, 0x07, 0x20, 0x01, 0x28, 0x04, 0x52, 0x05, 0x69, 0x6e, 0x64, 0x65, - 0x78, 0x12, 0x1b, 0x0a, 0x09, 0x65, 0x6e, 0x64, 0x5f, 0x73, 0x74, 0x61, 0x74, 0x65, 0x18, 0x08, - 0x20, 0x01, 0x28, 0x0c, 0x52, 0x08, 0x65, 0x6e, 0x64, 0x53, 0x74, 0x61, 0x74, 0x65, 0x12, 0x2a, - 0x0a, 0x11, 0x65, 0x78, 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x64, 0x61, 0x74, 0x61, - 0x5f, 0x69, 0x64, 0x18, 0x09, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x0f, 0x65, 0x78, 0x65, 0x63, 0x75, - 0x74, 0x69, 0x6f, 0x6e, 0x44, 0x61, 0x74, 0x61, 0x49, 0x64, 0x12, 0x34, 0x0a, 0x16, 0x73, 0x74, - 0x61, 0x74, 0x65, 0x5f, 0x64, 0x65, 0x6c, 0x74, 0x61, 0x5f, 0x63, 0x6f, 0x6d, 0x6d, 0x69, 0x74, - 0x6d, 0x65, 0x6e, 0x74, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x14, 0x73, 0x74, 0x61, 0x74, - 0x65, 0x44, 0x65, 0x6c, 0x74, 0x61, 0x43, 0x6f, 0x6d, 0x6d, 0x69, 0x74, 0x6d, 0x65, 0x6e, 0x74, - 0x22, 0x3c, 0x0a, 0x0c, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x45, 0x76, 0x65, 0x6e, 0x74, - 0x12, 0x12, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, - 0x74, 0x79, 0x70, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x70, 0x61, 0x79, 0x6c, 0x6f, 0x61, 0x64, 0x18, - 0x02, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x07, 0x70, 0x61, 0x79, 0x6c, 0x6f, 0x61, 0x64, 0x22, 0x9b, - 0x01, 0x0a, 0x14, 0x45, 0x78, 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x63, 0x65, - 0x69, 0x70, 0x74, 0x4d, 0x65, 0x74, 0x61, 0x12, 0x1f, 0x0a, 0x0b, 0x65, 0x78, 0x65, 0x63, 0x75, - 0x74, 0x6f, 0x72, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x0a, 0x65, 0x78, - 0x65, 0x63, 0x75, 0x74, 0x6f, 0x72, 0x49, 0x64, 0x12, 0x1b, 0x0a, 0x09, 0x72, 0x65, 0x73, 0x75, - 0x6c, 0x74, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x08, 0x72, 0x65, 0x73, - 0x75, 0x6c, 0x74, 0x49, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x73, 0x70, 0x6f, 0x63, 0x6b, 0x73, 0x18, - 0x03, 0x20, 0x03, 0x28, 0x0c, 0x52, 0x06, 0x73, 0x70, 0x6f, 0x63, 0x6b, 0x73, 0x12, 0x2d, 0x0a, - 0x12, 0x65, 0x78, 0x65, 0x63, 0x75, 0x74, 0x6f, 0x72, 0x5f, 0x73, 0x69, 0x67, 0x6e, 0x61, 0x74, - 0x75, 0x72, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x11, 0x65, 0x78, 0x65, 0x63, 0x75, - 0x74, 0x6f, 0x72, 0x53, 0x69, 0x67, 0x6e, 0x61, 0x74, 0x75, 0x72, 0x65, 0x42, 0x50, 0x0a, 0x1c, - 0x6f, 0x72, 0x67, 0x2e, 0x6f, 0x6e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, - 0x62, 0x75, 0x66, 0x2e, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x5a, 0x30, 0x67, 0x69, - 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x6f, 0x6e, 0x66, 0x6c, 0x6f, 0x77, 0x2f, - 0x66, 0x6c, 0x6f, 0x77, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x67, 0x6f, - 0x2f, 0x66, 0x6c, 0x6f, 0x77, 0x2f, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x62, 0x06, - 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, -} - -var ( - file_flow_entities_execution_result_proto_rawDescOnce sync.Once - file_flow_entities_execution_result_proto_rawDescData = file_flow_entities_execution_result_proto_rawDesc -) - -func file_flow_entities_execution_result_proto_rawDescGZIP() []byte { - file_flow_entities_execution_result_proto_rawDescOnce.Do(func() { - file_flow_entities_execution_result_proto_rawDescData = protoimpl.X.CompressGZIP(file_flow_entities_execution_result_proto_rawDescData) - }) - return file_flow_entities_execution_result_proto_rawDescData -} - -var file_flow_entities_execution_result_proto_msgTypes = make([]protoimpl.MessageInfo, 4) -var file_flow_entities_execution_result_proto_goTypes = []interface{}{ - (*ExecutionResult)(nil), // 0: flow.entities.ExecutionResult - (*Chunk)(nil), // 1: flow.entities.Chunk - (*ServiceEvent)(nil), // 2: flow.entities.ServiceEvent - (*ExecutionReceiptMeta)(nil), // 3: flow.entities.ExecutionReceiptMeta -} -var file_flow_entities_execution_result_proto_depIdxs = []int32{ - 1, // 0: flow.entities.ExecutionResult.chunks:type_name -> flow.entities.Chunk - 2, // 1: flow.entities.ExecutionResult.service_events:type_name -> flow.entities.ServiceEvent - 2, // [2:2] is the sub-list for method output_type - 2, // [2:2] is the sub-list for method input_type - 2, // [2:2] is the sub-list for extension type_name - 2, // [2:2] is the sub-list for extension extendee - 0, // [0:2] is the sub-list for field type_name -} - -func init() { file_flow_entities_execution_result_proto_init() } -func file_flow_entities_execution_result_proto_init() { - if File_flow_entities_execution_result_proto != nil { - return - } - if !protoimpl.UnsafeEnabled { - file_flow_entities_execution_result_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ExecutionResult); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_flow_entities_execution_result_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Chunk); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_flow_entities_execution_result_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ServiceEvent); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_flow_entities_execution_result_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ExecutionReceiptMeta); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - } - type x struct{} - out := protoimpl.TypeBuilder{ - File: protoimpl.DescBuilder{ - GoPackagePath: reflect.TypeOf(x{}).PkgPath(), - RawDescriptor: file_flow_entities_execution_result_proto_rawDesc, - NumEnums: 0, - NumMessages: 4, - NumExtensions: 0, - NumServices: 0, - }, - GoTypes: file_flow_entities_execution_result_proto_goTypes, - DependencyIndexes: file_flow_entities_execution_result_proto_depIdxs, - MessageInfos: file_flow_entities_execution_result_proto_msgTypes, - }.Build() - File_flow_entities_execution_result_proto = out.File - file_flow_entities_execution_result_proto_rawDesc = nil - file_flow_entities_execution_result_proto_goTypes = nil - file_flow_entities_execution_result_proto_depIdxs = nil +func init() { + proto.RegisterType((*ExecutionResult)(nil), "flow.entities.ExecutionResult") + proto.RegisterType((*Chunk)(nil), "flow.entities.Chunk") + proto.RegisterType((*ServiceEvent)(nil), "flow.entities.ServiceEvent") + proto.RegisterType((*ExecutionReceiptMeta)(nil), "flow.entities.ExecutionReceiptMeta") +} + +func init() { + proto.RegisterFile("flow/entities/execution_result.proto", fileDescriptor_806371cb5e5e336b) +} + +var fileDescriptor_806371cb5e5e336b = []byte{ + // 543 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x6c, 0x53, 0x4f, 0x6f, 0xd3, 0x4e, + 0x10, 0x55, 0x9a, 0x34, 0x7f, 0xa6, 0xc9, 0x2f, 0xed, 0xca, 0xaa, 0xfc, 0x53, 0x91, 0xa8, 0x22, + 0x0e, 0x01, 0x15, 0x1b, 0x01, 0x47, 0x4e, 0x49, 0x7b, 0xc8, 0x01, 0x81, 0x1c, 0xb8, 0x70, 0xb1, + 0x36, 0xf6, 0x24, 0xb5, 0xea, 0xec, 0x5a, 0xde, 0x71, 0x68, 0x3f, 0x0a, 0xe2, 0xab, 0x72, 0x40, + 0x3b, 0xfe, 0x93, 0xa4, 0xe2, 0x12, 0x65, 0xe6, 0xbd, 0x19, 0xcf, 0x9b, 0x79, 0x0b, 0xaf, 0xd6, + 0xa9, 0xfe, 0xe9, 0xa3, 0xa2, 0x84, 0x12, 0x34, 0x3e, 0x3e, 0x62, 0x54, 0x50, 0xa2, 0x55, 0x98, + 0xa3, 0x29, 0x52, 0xf2, 0xb2, 0x5c, 0x93, 0x16, 0x23, 0xcb, 0xf2, 0x6a, 0xd6, 0xe4, 0x4f, 0x0b, + 0xc6, 0x77, 0x35, 0x33, 0x60, 0xa2, 0xb8, 0x01, 0x91, 0xe5, 0xb8, 0x4b, 0x74, 0x61, 0xaa, 0xda, + 0x30, 0x89, 0xdd, 0xd6, 0x75, 0x6b, 0x3a, 0x0c, 0xce, 0x6b, 0xa4, 0xe4, 0x2e, 0x62, 0xf1, 0x3f, + 0xf4, 0x57, 0xa9, 0x8e, 0x1e, 0x2c, 0xe7, 0x84, 0x39, 0x3d, 0x8e, 0x17, 0xb1, 0xb8, 0x81, 0x6e, + 0x74, 0x5f, 0xa8, 0x07, 0xe3, 0xb6, 0xaf, 0xdb, 0xd3, 0xb3, 0xf7, 0x8e, 0x77, 0xf4, 0x71, 0x6f, + 0x6e, 0xc1, 0xa0, 0xe2, 0x88, 0x19, 0xfc, 0x67, 0x30, 0xdf, 0x25, 0x11, 0x86, 0xb8, 0x43, 0x45, + 0xc6, 0xed, 0x70, 0xd5, 0xd5, 0xb3, 0xaa, 0x65, 0x49, 0xba, 0xb3, 0x9c, 0x60, 0x64, 0x0e, 0x22, + 0x23, 0x3c, 0xb8, 0xd8, 0xeb, 0x8e, 0x25, 0x49, 0x3b, 0xd5, 0xa9, 0x9d, 0x6a, 0x76, 0xe2, 0xb6, + 0x82, 0x71, 0x03, 0xde, 0x4a, 0x92, 0x8b, 0x78, 0xf2, 0xab, 0x0d, 0xa7, 0x3c, 0x85, 0x98, 0xc2, + 0x78, 0xae, 0xd3, 0x14, 0x23, 0x8b, 0x2e, 0x54, 0x8c, 0x8f, 0xac, 0x78, 0x14, 0x3c, 0x4f, 0x8b, + 0x97, 0x70, 0x66, 0x48, 0xe6, 0x14, 0x1a, 0x92, 0x84, 0x95, 0x66, 0xe0, 0xd4, 0xd2, 0x66, 0xc4, + 0x6b, 0x38, 0x67, 0x01, 0x61, 0xd4, 0x54, 0xba, 0x6d, 0x66, 0x8d, 0x39, 0xbf, 0x6f, 0x78, 0xb4, + 0xbc, 0xce, 0xf1, 0xf2, 0x3e, 0xc2, 0x25, 0x69, 0x92, 0x69, 0x18, 0xe9, 0x6d, 0x56, 0x90, 0x64, + 0x49, 0x85, 0xc1, 0x52, 0x4f, 0x27, 0x70, 0x18, 0x9d, 0xef, 0xc1, 0xef, 0x06, 0xb9, 0x4a, 0x15, + 0xdb, 0x15, 0xe6, 0xa1, 0x5e, 0x87, 0x94, 0x4b, 0x65, 0x24, 0x7f, 0xc9, 0xb8, 0x5d, 0x56, 0xe3, + 0x94, 0xe8, 0x97, 0xf5, 0xb7, 0x03, 0x4c, 0x38, 0x70, 0x9a, 0xb0, 0xe4, 0x1e, 0xb7, 0x2e, 0x03, + 0x71, 0x05, 0x03, 0x54, 0x71, 0x25, 0xb3, 0xcf, 0xd3, 0xf5, 0x51, 0xc5, 0xa5, 0xc8, 0x37, 0xff, + 0xda, 0xf4, 0xa0, 0x52, 0x79, 0xbc, 0x65, 0x3b, 0x14, 0x37, 0x09, 0x63, 0x4c, 0x49, 0x5a, 0x41, + 0xdb, 0x84, 0xb6, 0xa8, 0xc8, 0x05, 0x2e, 0x70, 0x18, 0xbd, 0xb5, 0xe0, 0xbc, 0xc1, 0x26, 0x9f, + 0x60, 0x78, 0x78, 0x6a, 0x21, 0xa0, 0x43, 0x4f, 0x19, 0xf2, 0x59, 0x06, 0x01, 0xff, 0x17, 0x2e, + 0xf4, 0x32, 0xf9, 0x94, 0x6a, 0xd9, 0x78, 0xaf, 0x0a, 0x27, 0xbf, 0x5b, 0xe0, 0x1c, 0x18, 0x3b, + 0xc2, 0x24, 0xa3, 0xcf, 0x48, 0xd2, 0x9e, 0xaf, 0x9c, 0x4f, 0xe7, 0x7b, 0x5b, 0x43, 0x9d, 0x5a, + 0xc4, 0x56, 0xf6, 0xde, 0xf5, 0x65, 0xd7, 0x7e, 0x5e, 0xbb, 0xfd, 0x12, 0xba, 0x26, 0xd3, 0x51, + 0x65, 0xe9, 0x61, 0x50, 0x45, 0xe2, 0x2d, 0x88, 0xa6, 0xab, 0x49, 0x36, 0x4a, 0x52, 0x91, 0x63, + 0x75, 0xd2, 0x8b, 0x1a, 0x59, 0xd6, 0xc0, 0xec, 0x2b, 0xbc, 0xd0, 0xf9, 0xc6, 0xd3, 0x8a, 0xad, + 0xcd, 0x2f, 0x73, 0x55, 0xac, 0x1b, 0x8f, 0xff, 0x78, 0xb7, 0x49, 0xe8, 0xbe, 0x58, 0x79, 0x91, + 0xde, 0xfa, 0x25, 0xc9, 0xe7, 0x9f, 0x9a, 0xe9, 0x6f, 0xb4, 0x7f, 0xf4, 0xdc, 0x57, 0x5d, 0x86, + 0x3e, 0xfc, 0x0d, 0x00, 0x00, 0xff, 0xff, 0xe8, 0x4c, 0x56, 0xf8, 0x06, 0x04, 0x00, 0x00, } diff --git a/protobuf/go/flow/entities/metadata.pb.go b/protobuf/go/flow/entities/metadata.pb.go index 8f5a4fe25..3c737d3bc 100644 --- a/protobuf/go/flow/entities/metadata.pb.go +++ b/protobuf/go/flow/entities/metadata.pb.go @@ -1,170 +1,100 @@ // Code generated by protoc-gen-go. DO NOT EDIT. -// versions: -// protoc-gen-go v1.28.1 -// protoc (unknown) // source: flow/entities/metadata.proto package entities import ( - protoreflect "google.golang.org/protobuf/reflect/protoreflect" - protoimpl "google.golang.org/protobuf/runtime/protoimpl" - reflect "reflect" - sync "sync" + fmt "fmt" + proto "github.com/golang/protobuf/proto" + math "math" ) -const ( - // Verify that this generated code is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) - // Verify that runtime/protoimpl is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) -) +// Reference imports to suppress errors if they are not otherwise used. +var _ = proto.Marshal +var _ = fmt.Errorf +var _ = math.Inf -type Metadata struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields +// This is a compile-time assertion to ensure that this generated file +// is compatible with the proto package it is being compiled against. +// A compilation error at this line likely means your copy of the +// proto package needs to be updated. +const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package - LatestFinalizedBlockId []byte `protobuf:"bytes,1,opt,name=latest_finalized_block_id,json=latestFinalizedBlockId,proto3" json:"latest_finalized_block_id,omitempty"` - LatestFinalizedHeight uint64 `protobuf:"varint,2,opt,name=latest_finalized_height,json=latestFinalizedHeight,proto3" json:"latest_finalized_height,omitempty"` - NodeId []byte `protobuf:"bytes,3,opt,name=node_id,json=nodeId,proto3" json:"node_id,omitempty"` +type Metadata struct { + LatestFinalizedBlockId []byte `protobuf:"bytes,1,opt,name=latest_finalized_block_id,json=latestFinalizedBlockId,proto3" json:"latest_finalized_block_id,omitempty"` + LatestFinalizedHeight uint64 `protobuf:"varint,2,opt,name=latest_finalized_height,json=latestFinalizedHeight,proto3" json:"latest_finalized_height,omitempty"` + NodeId []byte `protobuf:"bytes,3,opt,name=node_id,json=nodeId,proto3" json:"node_id,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (x *Metadata) Reset() { - *x = Metadata{} - if protoimpl.UnsafeEnabled { - mi := &file_flow_entities_metadata_proto_msgTypes[0] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } +func (m *Metadata) Reset() { *m = Metadata{} } +func (m *Metadata) String() string { return proto.CompactTextString(m) } +func (*Metadata) ProtoMessage() {} +func (*Metadata) Descriptor() ([]byte, []int) { + return fileDescriptor_f6b3c67afa624bc0, []int{0} } -func (x *Metadata) String() string { - return protoimpl.X.MessageStringOf(x) +func (m *Metadata) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_Metadata.Unmarshal(m, b) } - -func (*Metadata) ProtoMessage() {} - -func (x *Metadata) ProtoReflect() protoreflect.Message { - mi := &file_flow_entities_metadata_proto_msgTypes[0] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) +func (m *Metadata) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_Metadata.Marshal(b, m, deterministic) } - -// Deprecated: Use Metadata.ProtoReflect.Descriptor instead. -func (*Metadata) Descriptor() ([]byte, []int) { - return file_flow_entities_metadata_proto_rawDescGZIP(), []int{0} +func (m *Metadata) XXX_Merge(src proto.Message) { + xxx_messageInfo_Metadata.Merge(m, src) +} +func (m *Metadata) XXX_Size() int { + return xxx_messageInfo_Metadata.Size(m) +} +func (m *Metadata) XXX_DiscardUnknown() { + xxx_messageInfo_Metadata.DiscardUnknown(m) } -func (x *Metadata) GetLatestFinalizedBlockId() []byte { - if x != nil { - return x.LatestFinalizedBlockId +var xxx_messageInfo_Metadata proto.InternalMessageInfo + +func (m *Metadata) GetLatestFinalizedBlockId() []byte { + if m != nil { + return m.LatestFinalizedBlockId } return nil } -func (x *Metadata) GetLatestFinalizedHeight() uint64 { - if x != nil { - return x.LatestFinalizedHeight +func (m *Metadata) GetLatestFinalizedHeight() uint64 { + if m != nil { + return m.LatestFinalizedHeight } return 0 } -func (x *Metadata) GetNodeId() []byte { - if x != nil { - return x.NodeId +func (m *Metadata) GetNodeId() []byte { + if m != nil { + return m.NodeId } return nil } -var File_flow_entities_metadata_proto protoreflect.FileDescriptor - -var file_flow_entities_metadata_proto_rawDesc = []byte{ - 0x0a, 0x1c, 0x66, 0x6c, 0x6f, 0x77, 0x2f, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x2f, - 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x0d, - 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x22, 0x96, 0x01, - 0x0a, 0x08, 0x4d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x12, 0x39, 0x0a, 0x19, 0x6c, 0x61, - 0x74, 0x65, 0x73, 0x74, 0x5f, 0x66, 0x69, 0x6e, 0x61, 0x6c, 0x69, 0x7a, 0x65, 0x64, 0x5f, 0x62, - 0x6c, 0x6f, 0x63, 0x6b, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x16, 0x6c, - 0x61, 0x74, 0x65, 0x73, 0x74, 0x46, 0x69, 0x6e, 0x61, 0x6c, 0x69, 0x7a, 0x65, 0x64, 0x42, 0x6c, - 0x6f, 0x63, 0x6b, 0x49, 0x64, 0x12, 0x36, 0x0a, 0x17, 0x6c, 0x61, 0x74, 0x65, 0x73, 0x74, 0x5f, - 0x66, 0x69, 0x6e, 0x61, 0x6c, 0x69, 0x7a, 0x65, 0x64, 0x5f, 0x68, 0x65, 0x69, 0x67, 0x68, 0x74, - 0x18, 0x02, 0x20, 0x01, 0x28, 0x04, 0x52, 0x15, 0x6c, 0x61, 0x74, 0x65, 0x73, 0x74, 0x46, 0x69, - 0x6e, 0x61, 0x6c, 0x69, 0x7a, 0x65, 0x64, 0x48, 0x65, 0x69, 0x67, 0x68, 0x74, 0x12, 0x17, 0x0a, - 0x07, 0x6e, 0x6f, 0x64, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x06, - 0x6e, 0x6f, 0x64, 0x65, 0x49, 0x64, 0x42, 0x50, 0x0a, 0x1c, 0x6f, 0x72, 0x67, 0x2e, 0x6f, 0x6e, - 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x65, 0x6e, - 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x5a, 0x30, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, - 0x6f, 0x6d, 0x2f, 0x6f, 0x6e, 0x66, 0x6c, 0x6f, 0x77, 0x2f, 0x66, 0x6c, 0x6f, 0x77, 0x2f, 0x70, - 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x67, 0x6f, 0x2f, 0x66, 0x6c, 0x6f, 0x77, 0x2f, - 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, -} - -var ( - file_flow_entities_metadata_proto_rawDescOnce sync.Once - file_flow_entities_metadata_proto_rawDescData = file_flow_entities_metadata_proto_rawDesc -) - -func file_flow_entities_metadata_proto_rawDescGZIP() []byte { - file_flow_entities_metadata_proto_rawDescOnce.Do(func() { - file_flow_entities_metadata_proto_rawDescData = protoimpl.X.CompressGZIP(file_flow_entities_metadata_proto_rawDescData) - }) - return file_flow_entities_metadata_proto_rawDescData +func init() { + proto.RegisterType((*Metadata)(nil), "flow.entities.Metadata") } -var file_flow_entities_metadata_proto_msgTypes = make([]protoimpl.MessageInfo, 1) -var file_flow_entities_metadata_proto_goTypes = []interface{}{ - (*Metadata)(nil), // 0: flow.entities.Metadata -} -var file_flow_entities_metadata_proto_depIdxs = []int32{ - 0, // [0:0] is the sub-list for method output_type - 0, // [0:0] is the sub-list for method input_type - 0, // [0:0] is the sub-list for extension type_name - 0, // [0:0] is the sub-list for extension extendee - 0, // [0:0] is the sub-list for field type_name -} - -func init() { file_flow_entities_metadata_proto_init() } -func file_flow_entities_metadata_proto_init() { - if File_flow_entities_metadata_proto != nil { - return - } - if !protoimpl.UnsafeEnabled { - file_flow_entities_metadata_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Metadata); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - } - type x struct{} - out := protoimpl.TypeBuilder{ - File: protoimpl.DescBuilder{ - GoPackagePath: reflect.TypeOf(x{}).PkgPath(), - RawDescriptor: file_flow_entities_metadata_proto_rawDesc, - NumEnums: 0, - NumMessages: 1, - NumExtensions: 0, - NumServices: 0, - }, - GoTypes: file_flow_entities_metadata_proto_goTypes, - DependencyIndexes: file_flow_entities_metadata_proto_depIdxs, - MessageInfos: file_flow_entities_metadata_proto_msgTypes, - }.Build() - File_flow_entities_metadata_proto = out.File - file_flow_entities_metadata_proto_rawDesc = nil - file_flow_entities_metadata_proto_goTypes = nil - file_flow_entities_metadata_proto_depIdxs = nil +func init() { proto.RegisterFile("flow/entities/metadata.proto", fileDescriptor_f6b3c67afa624bc0) } + +var fileDescriptor_f6b3c67afa624bc0 = []byte{ + // 210 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x92, 0x49, 0xcb, 0xc9, 0x2f, + 0xd7, 0x4f, 0xcd, 0x2b, 0xc9, 0x2c, 0xc9, 0x4c, 0x2d, 0xd6, 0xcf, 0x4d, 0x2d, 0x49, 0x4c, 0x49, + 0x2c, 0x49, 0xd4, 0x2b, 0x28, 0xca, 0x2f, 0xc9, 0x17, 0xe2, 0x05, 0xc9, 0xea, 0xc1, 0x64, 0x95, + 0xa6, 0x31, 0x72, 0x71, 0xf8, 0x42, 0x55, 0x08, 0x59, 0x72, 0x49, 0xe6, 0x24, 0x96, 0xa4, 0x16, + 0x97, 0xc4, 0xa7, 0x65, 0xe6, 0x25, 0xe6, 0x64, 0x56, 0xa5, 0xa6, 0xc4, 0x27, 0xe5, 0xe4, 0x27, + 0x67, 0xc7, 0x67, 0xa6, 0x48, 0x30, 0x2a, 0x30, 0x6a, 0xf0, 0x04, 0x89, 0x41, 0x14, 0xb8, 0xc1, + 0xe4, 0x9d, 0x40, 0xd2, 0x9e, 0x29, 0x42, 0x66, 0x5c, 0xe2, 0x18, 0x5a, 0x33, 0x52, 0x33, 0xd3, + 0x33, 0x4a, 0x24, 0x98, 0x14, 0x18, 0x35, 0x58, 0x82, 0x44, 0xd1, 0x34, 0x7a, 0x80, 0x25, 0x85, + 0xc4, 0xb9, 0xd8, 0xf3, 0xf2, 0x53, 0x52, 0x41, 0x16, 0x30, 0x83, 0x2d, 0x60, 0x03, 0x71, 0x3d, + 0x53, 0x9c, 0x02, 0xb8, 0x64, 0xf2, 0x8b, 0xd2, 0xf5, 0xf2, 0xf3, 0xc0, 0xee, 0x05, 0xbb, 0x3d, + 0xa9, 0x34, 0x0d, 0xee, 0xf0, 0x28, 0x83, 0xf4, 0xcc, 0x92, 0x8c, 0xd2, 0x24, 0xbd, 0xe4, 0xfc, + 0x5c, 0x7d, 0x88, 0x22, 0x7d, 0x30, 0x01, 0x53, 0xa9, 0x9f, 0x9e, 0xaf, 0x8f, 0x12, 0x10, 0x49, + 0x6c, 0x60, 0x29, 0x63, 0x40, 0x00, 0x00, 0x00, 0xff, 0xff, 0x00, 0xcb, 0xd8, 0xee, 0x20, 0x01, + 0x00, 0x00, } diff --git a/protobuf/go/flow/entities/node_version_info.pb.go b/protobuf/go/flow/entities/node_version_info.pb.go index f3efc438e..a998c3bf7 100644 --- a/protobuf/go/flow/entities/node_version_info.pb.go +++ b/protobuf/go/flow/entities/node_version_info.pb.go @@ -1,30 +1,26 @@ // Code generated by protoc-gen-go. DO NOT EDIT. -// versions: -// protoc-gen-go v1.28.1 -// protoc (unknown) // source: flow/entities/node_version_info.proto package entities import ( - protoreflect "google.golang.org/protobuf/reflect/protoreflect" - protoimpl "google.golang.org/protobuf/runtime/protoimpl" - reflect "reflect" - sync "sync" + fmt "fmt" + proto "github.com/golang/protobuf/proto" + math "math" ) -const ( - // Verify that this generated code is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) - // Verify that runtime/protoimpl is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) -) +// Reference imports to suppress errors if they are not otherwise used. +var _ = proto.Marshal +var _ = fmt.Errorf +var _ = math.Inf -type NodeVersionInfo struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields +// This is a compile-time assertion to ensure that this generated file +// is compatible with the proto package it is being compiled against. +// A compilation error at this line likely means your copy of the +// proto package needs to be updated. +const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package +type NodeVersionInfo struct { // The currently running node software version. Semver string `protobuf:"bytes,1,opt,name=semver,proto3" json:"semver,omitempty"` // The git commit hash of the currently running node software. @@ -39,172 +35,104 @@ type NodeVersionInfo struct { // If the node started at the beginning of the spork, it is the same as the spork root block height. // If the node started after the beginning of the spork, it is the height of the first sealed block // indexed. - NodeRootBlockHeight uint64 `protobuf:"varint,6,opt,name=node_root_block_height,json=nodeRootBlockHeight,proto3" json:"node_root_block_height,omitempty"` + NodeRootBlockHeight uint64 `protobuf:"varint,6,opt,name=node_root_block_height,json=nodeRootBlockHeight,proto3" json:"node_root_block_height,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (x *NodeVersionInfo) Reset() { - *x = NodeVersionInfo{} - if protoimpl.UnsafeEnabled { - mi := &file_flow_entities_node_version_info_proto_msgTypes[0] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } +func (m *NodeVersionInfo) Reset() { *m = NodeVersionInfo{} } +func (m *NodeVersionInfo) String() string { return proto.CompactTextString(m) } +func (*NodeVersionInfo) ProtoMessage() {} +func (*NodeVersionInfo) Descriptor() ([]byte, []int) { + return fileDescriptor_ff9e447351cb4a8a, []int{0} } -func (x *NodeVersionInfo) String() string { - return protoimpl.X.MessageStringOf(x) +func (m *NodeVersionInfo) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_NodeVersionInfo.Unmarshal(m, b) } - -func (*NodeVersionInfo) ProtoMessage() {} - -func (x *NodeVersionInfo) ProtoReflect() protoreflect.Message { - mi := &file_flow_entities_node_version_info_proto_msgTypes[0] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) +func (m *NodeVersionInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_NodeVersionInfo.Marshal(b, m, deterministic) } - -// Deprecated: Use NodeVersionInfo.ProtoReflect.Descriptor instead. -func (*NodeVersionInfo) Descriptor() ([]byte, []int) { - return file_flow_entities_node_version_info_proto_rawDescGZIP(), []int{0} +func (m *NodeVersionInfo) XXX_Merge(src proto.Message) { + xxx_messageInfo_NodeVersionInfo.Merge(m, src) +} +func (m *NodeVersionInfo) XXX_Size() int { + return xxx_messageInfo_NodeVersionInfo.Size(m) } +func (m *NodeVersionInfo) XXX_DiscardUnknown() { + xxx_messageInfo_NodeVersionInfo.DiscardUnknown(m) +} + +var xxx_messageInfo_NodeVersionInfo proto.InternalMessageInfo -func (x *NodeVersionInfo) GetSemver() string { - if x != nil { - return x.Semver +func (m *NodeVersionInfo) GetSemver() string { + if m != nil { + return m.Semver } return "" } -func (x *NodeVersionInfo) GetCommit() string { - if x != nil { - return x.Commit +func (m *NodeVersionInfo) GetCommit() string { + if m != nil { + return m.Commit } return "" } -func (x *NodeVersionInfo) GetSporkId() []byte { - if x != nil { - return x.SporkId +func (m *NodeVersionInfo) GetSporkId() []byte { + if m != nil { + return m.SporkId } return nil } -func (x *NodeVersionInfo) GetProtocolVersion() uint64 { - if x != nil { - return x.ProtocolVersion +func (m *NodeVersionInfo) GetProtocolVersion() uint64 { + if m != nil { + return m.ProtocolVersion } return 0 } -func (x *NodeVersionInfo) GetSporkRootBlockHeight() uint64 { - if x != nil { - return x.SporkRootBlockHeight +func (m *NodeVersionInfo) GetSporkRootBlockHeight() uint64 { + if m != nil { + return m.SporkRootBlockHeight } return 0 } -func (x *NodeVersionInfo) GetNodeRootBlockHeight() uint64 { - if x != nil { - return x.NodeRootBlockHeight +func (m *NodeVersionInfo) GetNodeRootBlockHeight() uint64 { + if m != nil { + return m.NodeRootBlockHeight } return 0 } -var File_flow_entities_node_version_info_proto protoreflect.FileDescriptor - -var file_flow_entities_node_version_info_proto_rawDesc = []byte{ - 0x0a, 0x25, 0x66, 0x6c, 0x6f, 0x77, 0x2f, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x2f, - 0x6e, 0x6f, 0x64, 0x65, 0x5f, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x5f, 0x69, 0x6e, 0x66, - 0x6f, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x0d, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x65, 0x6e, - 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x22, 0xf3, 0x01, 0x0a, 0x0f, 0x4e, 0x6f, 0x64, 0x65, 0x56, - 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x16, 0x0a, 0x06, 0x73, 0x65, - 0x6d, 0x76, 0x65, 0x72, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x73, 0x65, 0x6d, 0x76, - 0x65, 0x72, 0x12, 0x16, 0x0a, 0x06, 0x63, 0x6f, 0x6d, 0x6d, 0x69, 0x74, 0x18, 0x02, 0x20, 0x01, - 0x28, 0x09, 0x52, 0x06, 0x63, 0x6f, 0x6d, 0x6d, 0x69, 0x74, 0x12, 0x19, 0x0a, 0x08, 0x73, 0x70, - 0x6f, 0x72, 0x6b, 0x5f, 0x69, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x07, 0x73, 0x70, - 0x6f, 0x72, 0x6b, 0x49, 0x64, 0x12, 0x29, 0x0a, 0x10, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x6f, - 0x6c, 0x5f, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x04, 0x52, - 0x0f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x6f, 0x6c, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, - 0x12, 0x35, 0x0a, 0x17, 0x73, 0x70, 0x6f, 0x72, 0x6b, 0x5f, 0x72, 0x6f, 0x6f, 0x74, 0x5f, 0x62, - 0x6c, 0x6f, 0x63, 0x6b, 0x5f, 0x68, 0x65, 0x69, 0x67, 0x68, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, - 0x04, 0x52, 0x14, 0x73, 0x70, 0x6f, 0x72, 0x6b, 0x52, 0x6f, 0x6f, 0x74, 0x42, 0x6c, 0x6f, 0x63, - 0x6b, 0x48, 0x65, 0x69, 0x67, 0x68, 0x74, 0x12, 0x33, 0x0a, 0x16, 0x6e, 0x6f, 0x64, 0x65, 0x5f, - 0x72, 0x6f, 0x6f, 0x74, 0x5f, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x5f, 0x68, 0x65, 0x69, 0x67, 0x68, - 0x74, 0x18, 0x06, 0x20, 0x01, 0x28, 0x04, 0x52, 0x13, 0x6e, 0x6f, 0x64, 0x65, 0x52, 0x6f, 0x6f, - 0x74, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x48, 0x65, 0x69, 0x67, 0x68, 0x74, 0x42, 0x50, 0x0a, 0x1c, - 0x6f, 0x72, 0x67, 0x2e, 0x6f, 0x6e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, - 0x62, 0x75, 0x66, 0x2e, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x5a, 0x30, 0x67, 0x69, - 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x6f, 0x6e, 0x66, 0x6c, 0x6f, 0x77, 0x2f, - 0x66, 0x6c, 0x6f, 0x77, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x67, 0x6f, - 0x2f, 0x66, 0x6c, 0x6f, 0x77, 0x2f, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x62, 0x06, - 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, -} - -var ( - file_flow_entities_node_version_info_proto_rawDescOnce sync.Once - file_flow_entities_node_version_info_proto_rawDescData = file_flow_entities_node_version_info_proto_rawDesc -) - -func file_flow_entities_node_version_info_proto_rawDescGZIP() []byte { - file_flow_entities_node_version_info_proto_rawDescOnce.Do(func() { - file_flow_entities_node_version_info_proto_rawDescData = protoimpl.X.CompressGZIP(file_flow_entities_node_version_info_proto_rawDescData) - }) - return file_flow_entities_node_version_info_proto_rawDescData -} - -var file_flow_entities_node_version_info_proto_msgTypes = make([]protoimpl.MessageInfo, 1) -var file_flow_entities_node_version_info_proto_goTypes = []interface{}{ - (*NodeVersionInfo)(nil), // 0: flow.entities.NodeVersionInfo -} -var file_flow_entities_node_version_info_proto_depIdxs = []int32{ - 0, // [0:0] is the sub-list for method output_type - 0, // [0:0] is the sub-list for method input_type - 0, // [0:0] is the sub-list for extension type_name - 0, // [0:0] is the sub-list for extension extendee - 0, // [0:0] is the sub-list for field type_name -} - -func init() { file_flow_entities_node_version_info_proto_init() } -func file_flow_entities_node_version_info_proto_init() { - if File_flow_entities_node_version_info_proto != nil { - return - } - if !protoimpl.UnsafeEnabled { - file_flow_entities_node_version_info_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*NodeVersionInfo); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - } - type x struct{} - out := protoimpl.TypeBuilder{ - File: protoimpl.DescBuilder{ - GoPackagePath: reflect.TypeOf(x{}).PkgPath(), - RawDescriptor: file_flow_entities_node_version_info_proto_rawDesc, - NumEnums: 0, - NumMessages: 1, - NumExtensions: 0, - NumServices: 0, - }, - GoTypes: file_flow_entities_node_version_info_proto_goTypes, - DependencyIndexes: file_flow_entities_node_version_info_proto_depIdxs, - MessageInfos: file_flow_entities_node_version_info_proto_msgTypes, - }.Build() - File_flow_entities_node_version_info_proto = out.File - file_flow_entities_node_version_info_proto_rawDesc = nil - file_flow_entities_node_version_info_proto_goTypes = nil - file_flow_entities_node_version_info_proto_depIdxs = nil +func init() { + proto.RegisterType((*NodeVersionInfo)(nil), "flow.entities.NodeVersionInfo") +} + +func init() { + proto.RegisterFile("flow/entities/node_version_info.proto", fileDescriptor_ff9e447351cb4a8a) +} + +var fileDescriptor_ff9e447351cb4a8a = []byte{ + // 263 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x64, 0x50, 0xcd, 0x4a, 0xf4, 0x30, + 0x14, 0xa5, 0xdf, 0x37, 0x56, 0x0d, 0xca, 0x48, 0x94, 0x31, 0x82, 0x8b, 0x22, 0x08, 0x75, 0xd3, + 0x08, 0x83, 0x2f, 0x30, 0x2b, 0x67, 0x23, 0xd2, 0x85, 0x0b, 0x37, 0x81, 0xb6, 0x69, 0x1b, 0xa6, + 0xcd, 0x19, 0xd2, 0xcc, 0xf8, 0xe0, 0xbe, 0x80, 0xf4, 0x66, 0x2a, 0xa8, 0x9b, 0xc0, 0xf9, 0xcb, + 0xbd, 0xf7, 0xb0, 0xfb, 0xba, 0xc3, 0x87, 0xd4, 0xd6, 0x1b, 0x6f, 0xf4, 0x20, 0x2d, 0x2a, 0xad, + 0xf6, 0xda, 0x0d, 0x06, 0x56, 0x19, 0x5b, 0x23, 0xdb, 0x3a, 0x78, 0xf0, 0xf3, 0xd1, 0x96, 0x4d, + 0xb6, 0xbb, 0xcf, 0x88, 0xcd, 0x5f, 0x50, 0xe9, 0xb7, 0xe0, 0x5c, 0xdb, 0x1a, 0x7c, 0xc1, 0xe2, + 0x41, 0xf7, 0x7b, 0xed, 0x44, 0x94, 0x44, 0xe9, 0x69, 0x7e, 0x40, 0x23, 0x5f, 0xa2, 0xef, 0x8d, + 0x17, 0xff, 0x02, 0x1f, 0x10, 0xbf, 0x61, 0x27, 0xc3, 0x16, 0x6e, 0xa3, 0x4c, 0x25, 0xfe, 0x27, + 0x51, 0x7a, 0x96, 0x1f, 0x13, 0x5e, 0x57, 0xfc, 0x81, 0x5d, 0xd0, 0xd8, 0x12, 0xdd, 0xb4, 0x8c, + 0x98, 0x25, 0x51, 0x3a, 0xcb, 0xe7, 0x13, 0x7f, 0x98, 0xcc, 0x9f, 0xd8, 0x75, 0xf8, 0xc5, 0x01, + 0x5e, 0x15, 0x1d, 0xca, 0x8d, 0x6a, 0xb5, 0x69, 0x5a, 0x2f, 0x8e, 0x28, 0x71, 0x45, 0x72, 0x0e, + 0xf8, 0xd5, 0x28, 0x3e, 0x93, 0xc6, 0x97, 0x6c, 0x41, 0xa7, 0xfe, 0x4d, 0xc5, 0x94, 0xba, 0x1c, + 0xd5, 0x5f, 0xa1, 0xd5, 0x2b, 0xbb, 0x85, 0x6b, 0x32, 0x58, 0x2a, 0x83, 0x36, 0x29, 0x76, 0xf5, + 0x77, 0x2b, 0xef, 0x8f, 0x8d, 0xf1, 0xed, 0xae, 0xc8, 0x4a, 0xf4, 0x32, 0x98, 0x24, 0x3d, 0x93, + 0x53, 0x36, 0x90, 0x3f, 0xea, 0x2e, 0x62, 0x92, 0x96, 0x5f, 0x01, 0x00, 0x00, 0xff, 0xff, 0x0c, + 0x2a, 0x5d, 0x89, 0x86, 0x01, 0x00, 0x00, } diff --git a/protobuf/go/flow/entities/transaction.pb.go b/protobuf/go/flow/entities/transaction.pb.go index 80360a61f..02276106d 100644 --- a/protobuf/go/flow/entities/transaction.pb.go +++ b/protobuf/go/flow/entities/transaction.pb.go @@ -1,24 +1,24 @@ // Code generated by protoc-gen-go. DO NOT EDIT. -// versions: -// protoc-gen-go v1.28.1 -// protoc (unknown) // source: flow/entities/transaction.proto package entities import ( - protoreflect "google.golang.org/protobuf/reflect/protoreflect" - protoimpl "google.golang.org/protobuf/runtime/protoimpl" - reflect "reflect" - sync "sync" + fmt "fmt" + proto "github.com/golang/protobuf/proto" + math "math" ) -const ( - // Verify that this generated code is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) - // Verify that runtime/protoimpl is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) -) +// Reference imports to suppress errors if they are not otherwise used. +var _ = proto.Marshal +var _ = fmt.Errorf +var _ = math.Inf + +// This is a compile-time assertion to ensure that this generated file +// is compatible with the proto package it is being compiled against. +// A compilation error at this line likely means your copy of the +// proto package needs to be updated. +const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package type TransactionStatus int32 @@ -31,444 +31,286 @@ const ( TransactionStatus_EXPIRED TransactionStatus = 5 ) -// Enum value maps for TransactionStatus. -var ( - TransactionStatus_name = map[int32]string{ - 0: "UNKNOWN", - 1: "PENDING", - 2: "FINALIZED", - 3: "EXECUTED", - 4: "SEALED", - 5: "EXPIRED", - } - TransactionStatus_value = map[string]int32{ - "UNKNOWN": 0, - "PENDING": 1, - "FINALIZED": 2, - "EXECUTED": 3, - "SEALED": 4, - "EXPIRED": 5, - } -) +var TransactionStatus_name = map[int32]string{ + 0: "UNKNOWN", + 1: "PENDING", + 2: "FINALIZED", + 3: "EXECUTED", + 4: "SEALED", + 5: "EXPIRED", +} -func (x TransactionStatus) Enum() *TransactionStatus { - p := new(TransactionStatus) - *p = x - return p +var TransactionStatus_value = map[string]int32{ + "UNKNOWN": 0, + "PENDING": 1, + "FINALIZED": 2, + "EXECUTED": 3, + "SEALED": 4, + "EXPIRED": 5, } func (x TransactionStatus) String() string { - return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x)) + return proto.EnumName(TransactionStatus_name, int32(x)) } -func (TransactionStatus) Descriptor() protoreflect.EnumDescriptor { - return file_flow_entities_transaction_proto_enumTypes[0].Descriptor() +func (TransactionStatus) EnumDescriptor() ([]byte, []int) { + return fileDescriptor_84361b1ad2e0936e, []int{0} } -func (TransactionStatus) Type() protoreflect.EnumType { - return &file_flow_entities_transaction_proto_enumTypes[0] +type Transaction struct { + Script []byte `protobuf:"bytes,1,opt,name=script,proto3" json:"script,omitempty"` + Arguments [][]byte `protobuf:"bytes,2,rep,name=arguments,proto3" json:"arguments,omitempty"` + ReferenceBlockId []byte `protobuf:"bytes,3,opt,name=reference_block_id,json=referenceBlockId,proto3" json:"reference_block_id,omitempty"` + GasLimit uint64 `protobuf:"varint,4,opt,name=gas_limit,json=gasLimit,proto3" json:"gas_limit,omitempty"` + ProposalKey *Transaction_ProposalKey `protobuf:"bytes,5,opt,name=proposal_key,json=proposalKey,proto3" json:"proposal_key,omitempty"` + Payer []byte `protobuf:"bytes,6,opt,name=payer,proto3" json:"payer,omitempty"` + Authorizers [][]byte `protobuf:"bytes,7,rep,name=authorizers,proto3" json:"authorizers,omitempty"` + PayloadSignatures []*Transaction_Signature `protobuf:"bytes,8,rep,name=payload_signatures,json=payloadSignatures,proto3" json:"payload_signatures,omitempty"` + EnvelopeSignatures []*Transaction_Signature `protobuf:"bytes,9,rep,name=envelope_signatures,json=envelopeSignatures,proto3" json:"envelope_signatures,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *Transaction) Reset() { *m = Transaction{} } +func (m *Transaction) String() string { return proto.CompactTextString(m) } +func (*Transaction) ProtoMessage() {} +func (*Transaction) Descriptor() ([]byte, []int) { + return fileDescriptor_84361b1ad2e0936e, []int{0} } -func (x TransactionStatus) Number() protoreflect.EnumNumber { - return protoreflect.EnumNumber(x) +func (m *Transaction) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_Transaction.Unmarshal(m, b) } - -// Deprecated: Use TransactionStatus.Descriptor instead. -func (TransactionStatus) EnumDescriptor() ([]byte, []int) { - return file_flow_entities_transaction_proto_rawDescGZIP(), []int{0} +func (m *Transaction) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_Transaction.Marshal(b, m, deterministic) } - -type Transaction struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Script []byte `protobuf:"bytes,1,opt,name=script,proto3" json:"script,omitempty"` - Arguments [][]byte `protobuf:"bytes,2,rep,name=arguments,proto3" json:"arguments,omitempty"` - ReferenceBlockId []byte `protobuf:"bytes,3,opt,name=reference_block_id,json=referenceBlockId,proto3" json:"reference_block_id,omitempty"` - GasLimit uint64 `protobuf:"varint,4,opt,name=gas_limit,json=gasLimit,proto3" json:"gas_limit,omitempty"` - ProposalKey *Transaction_ProposalKey `protobuf:"bytes,5,opt,name=proposal_key,json=proposalKey,proto3" json:"proposal_key,omitempty"` - Payer []byte `protobuf:"bytes,6,opt,name=payer,proto3" json:"payer,omitempty"` - Authorizers [][]byte `protobuf:"bytes,7,rep,name=authorizers,proto3" json:"authorizers,omitempty"` - PayloadSignatures []*Transaction_Signature `protobuf:"bytes,8,rep,name=payload_signatures,json=payloadSignatures,proto3" json:"payload_signatures,omitempty"` - EnvelopeSignatures []*Transaction_Signature `protobuf:"bytes,9,rep,name=envelope_signatures,json=envelopeSignatures,proto3" json:"envelope_signatures,omitempty"` -} - -func (x *Transaction) Reset() { - *x = Transaction{} - if protoimpl.UnsafeEnabled { - mi := &file_flow_entities_transaction_proto_msgTypes[0] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } +func (m *Transaction) XXX_Merge(src proto.Message) { + xxx_messageInfo_Transaction.Merge(m, src) } - -func (x *Transaction) String() string { - return protoimpl.X.MessageStringOf(x) +func (m *Transaction) XXX_Size() int { + return xxx_messageInfo_Transaction.Size(m) } - -func (*Transaction) ProtoMessage() {} - -func (x *Transaction) ProtoReflect() protoreflect.Message { - mi := &file_flow_entities_transaction_proto_msgTypes[0] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) +func (m *Transaction) XXX_DiscardUnknown() { + xxx_messageInfo_Transaction.DiscardUnknown(m) } -// Deprecated: Use Transaction.ProtoReflect.Descriptor instead. -func (*Transaction) Descriptor() ([]byte, []int) { - return file_flow_entities_transaction_proto_rawDescGZIP(), []int{0} -} +var xxx_messageInfo_Transaction proto.InternalMessageInfo -func (x *Transaction) GetScript() []byte { - if x != nil { - return x.Script +func (m *Transaction) GetScript() []byte { + if m != nil { + return m.Script } return nil } -func (x *Transaction) GetArguments() [][]byte { - if x != nil { - return x.Arguments +func (m *Transaction) GetArguments() [][]byte { + if m != nil { + return m.Arguments } return nil } -func (x *Transaction) GetReferenceBlockId() []byte { - if x != nil { - return x.ReferenceBlockId +func (m *Transaction) GetReferenceBlockId() []byte { + if m != nil { + return m.ReferenceBlockId } return nil } -func (x *Transaction) GetGasLimit() uint64 { - if x != nil { - return x.GasLimit +func (m *Transaction) GetGasLimit() uint64 { + if m != nil { + return m.GasLimit } return 0 } -func (x *Transaction) GetProposalKey() *Transaction_ProposalKey { - if x != nil { - return x.ProposalKey +func (m *Transaction) GetProposalKey() *Transaction_ProposalKey { + if m != nil { + return m.ProposalKey } return nil } -func (x *Transaction) GetPayer() []byte { - if x != nil { - return x.Payer +func (m *Transaction) GetPayer() []byte { + if m != nil { + return m.Payer } return nil } -func (x *Transaction) GetAuthorizers() [][]byte { - if x != nil { - return x.Authorizers +func (m *Transaction) GetAuthorizers() [][]byte { + if m != nil { + return m.Authorizers } return nil } -func (x *Transaction) GetPayloadSignatures() []*Transaction_Signature { - if x != nil { - return x.PayloadSignatures +func (m *Transaction) GetPayloadSignatures() []*Transaction_Signature { + if m != nil { + return m.PayloadSignatures } return nil } -func (x *Transaction) GetEnvelopeSignatures() []*Transaction_Signature { - if x != nil { - return x.EnvelopeSignatures +func (m *Transaction) GetEnvelopeSignatures() []*Transaction_Signature { + if m != nil { + return m.EnvelopeSignatures } return nil } type Transaction_ProposalKey struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Address []byte `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"` - KeyId uint32 `protobuf:"varint,2,opt,name=key_id,json=keyId,proto3" json:"key_id,omitempty"` - SequenceNumber uint64 `protobuf:"varint,3,opt,name=sequence_number,json=sequenceNumber,proto3" json:"sequence_number,omitempty"` + Address []byte `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"` + KeyId uint32 `protobuf:"varint,2,opt,name=key_id,json=keyId,proto3" json:"key_id,omitempty"` + SequenceNumber uint64 `protobuf:"varint,3,opt,name=sequence_number,json=sequenceNumber,proto3" json:"sequence_number,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (x *Transaction_ProposalKey) Reset() { - *x = Transaction_ProposalKey{} - if protoimpl.UnsafeEnabled { - mi := &file_flow_entities_transaction_proto_msgTypes[1] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } +func (m *Transaction_ProposalKey) Reset() { *m = Transaction_ProposalKey{} } +func (m *Transaction_ProposalKey) String() string { return proto.CompactTextString(m) } +func (*Transaction_ProposalKey) ProtoMessage() {} +func (*Transaction_ProposalKey) Descriptor() ([]byte, []int) { + return fileDescriptor_84361b1ad2e0936e, []int{0, 0} } -func (x *Transaction_ProposalKey) String() string { - return protoimpl.X.MessageStringOf(x) +func (m *Transaction_ProposalKey) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_Transaction_ProposalKey.Unmarshal(m, b) } - -func (*Transaction_ProposalKey) ProtoMessage() {} - -func (x *Transaction_ProposalKey) ProtoReflect() protoreflect.Message { - mi := &file_flow_entities_transaction_proto_msgTypes[1] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) +func (m *Transaction_ProposalKey) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_Transaction_ProposalKey.Marshal(b, m, deterministic) } - -// Deprecated: Use Transaction_ProposalKey.ProtoReflect.Descriptor instead. -func (*Transaction_ProposalKey) Descriptor() ([]byte, []int) { - return file_flow_entities_transaction_proto_rawDescGZIP(), []int{0, 0} +func (m *Transaction_ProposalKey) XXX_Merge(src proto.Message) { + xxx_messageInfo_Transaction_ProposalKey.Merge(m, src) +} +func (m *Transaction_ProposalKey) XXX_Size() int { + return xxx_messageInfo_Transaction_ProposalKey.Size(m) } +func (m *Transaction_ProposalKey) XXX_DiscardUnknown() { + xxx_messageInfo_Transaction_ProposalKey.DiscardUnknown(m) +} + +var xxx_messageInfo_Transaction_ProposalKey proto.InternalMessageInfo -func (x *Transaction_ProposalKey) GetAddress() []byte { - if x != nil { - return x.Address +func (m *Transaction_ProposalKey) GetAddress() []byte { + if m != nil { + return m.Address } return nil } -func (x *Transaction_ProposalKey) GetKeyId() uint32 { - if x != nil { - return x.KeyId +func (m *Transaction_ProposalKey) GetKeyId() uint32 { + if m != nil { + return m.KeyId } return 0 } -func (x *Transaction_ProposalKey) GetSequenceNumber() uint64 { - if x != nil { - return x.SequenceNumber +func (m *Transaction_ProposalKey) GetSequenceNumber() uint64 { + if m != nil { + return m.SequenceNumber } return 0 } type Transaction_Signature struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Address []byte `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"` - KeyId uint32 `protobuf:"varint,2,opt,name=key_id,json=keyId,proto3" json:"key_id,omitempty"` - Signature []byte `protobuf:"bytes,3,opt,name=signature,proto3" json:"signature,omitempty"` + Address []byte `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"` + KeyId uint32 `protobuf:"varint,2,opt,name=key_id,json=keyId,proto3" json:"key_id,omitempty"` + Signature []byte `protobuf:"bytes,3,opt,name=signature,proto3" json:"signature,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (x *Transaction_Signature) Reset() { - *x = Transaction_Signature{} - if protoimpl.UnsafeEnabled { - mi := &file_flow_entities_transaction_proto_msgTypes[2] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } +func (m *Transaction_Signature) Reset() { *m = Transaction_Signature{} } +func (m *Transaction_Signature) String() string { return proto.CompactTextString(m) } +func (*Transaction_Signature) ProtoMessage() {} +func (*Transaction_Signature) Descriptor() ([]byte, []int) { + return fileDescriptor_84361b1ad2e0936e, []int{0, 1} } -func (x *Transaction_Signature) String() string { - return protoimpl.X.MessageStringOf(x) +func (m *Transaction_Signature) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_Transaction_Signature.Unmarshal(m, b) } - -func (*Transaction_Signature) ProtoMessage() {} - -func (x *Transaction_Signature) ProtoReflect() protoreflect.Message { - mi := &file_flow_entities_transaction_proto_msgTypes[2] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) +func (m *Transaction_Signature) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_Transaction_Signature.Marshal(b, m, deterministic) } - -// Deprecated: Use Transaction_Signature.ProtoReflect.Descriptor instead. -func (*Transaction_Signature) Descriptor() ([]byte, []int) { - return file_flow_entities_transaction_proto_rawDescGZIP(), []int{0, 1} +func (m *Transaction_Signature) XXX_Merge(src proto.Message) { + xxx_messageInfo_Transaction_Signature.Merge(m, src) +} +func (m *Transaction_Signature) XXX_Size() int { + return xxx_messageInfo_Transaction_Signature.Size(m) +} +func (m *Transaction_Signature) XXX_DiscardUnknown() { + xxx_messageInfo_Transaction_Signature.DiscardUnknown(m) } -func (x *Transaction_Signature) GetAddress() []byte { - if x != nil { - return x.Address +var xxx_messageInfo_Transaction_Signature proto.InternalMessageInfo + +func (m *Transaction_Signature) GetAddress() []byte { + if m != nil { + return m.Address } return nil } -func (x *Transaction_Signature) GetKeyId() uint32 { - if x != nil { - return x.KeyId +func (m *Transaction_Signature) GetKeyId() uint32 { + if m != nil { + return m.KeyId } return 0 } -func (x *Transaction_Signature) GetSignature() []byte { - if x != nil { - return x.Signature +func (m *Transaction_Signature) GetSignature() []byte { + if m != nil { + return m.Signature } return nil } -var File_flow_entities_transaction_proto protoreflect.FileDescriptor - -var file_flow_entities_transaction_proto_rawDesc = []byte{ - 0x0a, 0x1f, 0x66, 0x6c, 0x6f, 0x77, 0x2f, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x2f, - 0x74, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x70, 0x72, 0x6f, 0x74, - 0x6f, 0x12, 0x0d, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, - 0x1a, 0x19, 0x66, 0x6c, 0x6f, 0x77, 0x2f, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x2f, - 0x65, 0x76, 0x65, 0x6e, 0x74, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0x82, 0x05, 0x0a, 0x0b, - 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x16, 0x0a, 0x06, 0x73, - 0x63, 0x72, 0x69, 0x70, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x06, 0x73, 0x63, 0x72, - 0x69, 0x70, 0x74, 0x12, 0x1c, 0x0a, 0x09, 0x61, 0x72, 0x67, 0x75, 0x6d, 0x65, 0x6e, 0x74, 0x73, - 0x18, 0x02, 0x20, 0x03, 0x28, 0x0c, 0x52, 0x09, 0x61, 0x72, 0x67, 0x75, 0x6d, 0x65, 0x6e, 0x74, - 0x73, 0x12, 0x2c, 0x0a, 0x12, 0x72, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, 0x5f, 0x62, - 0x6c, 0x6f, 0x63, 0x6b, 0x5f, 0x69, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x10, 0x72, - 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x49, 0x64, 0x12, - 0x1b, 0x0a, 0x09, 0x67, 0x61, 0x73, 0x5f, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x04, 0x20, 0x01, - 0x28, 0x04, 0x52, 0x08, 0x67, 0x61, 0x73, 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x49, 0x0a, 0x0c, - 0x70, 0x72, 0x6f, 0x70, 0x6f, 0x73, 0x61, 0x6c, 0x5f, 0x6b, 0x65, 0x79, 0x18, 0x05, 0x20, 0x01, - 0x28, 0x0b, 0x32, 0x26, 0x2e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, - 0x65, 0x73, 0x2e, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x50, - 0x72, 0x6f, 0x70, 0x6f, 0x73, 0x61, 0x6c, 0x4b, 0x65, 0x79, 0x52, 0x0b, 0x70, 0x72, 0x6f, 0x70, - 0x6f, 0x73, 0x61, 0x6c, 0x4b, 0x65, 0x79, 0x12, 0x14, 0x0a, 0x05, 0x70, 0x61, 0x79, 0x65, 0x72, - 0x18, 0x06, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x05, 0x70, 0x61, 0x79, 0x65, 0x72, 0x12, 0x20, 0x0a, - 0x0b, 0x61, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x65, 0x72, 0x73, 0x18, 0x07, 0x20, 0x03, - 0x28, 0x0c, 0x52, 0x0b, 0x61, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x65, 0x72, 0x73, 0x12, - 0x53, 0x0a, 0x12, 0x70, 0x61, 0x79, 0x6c, 0x6f, 0x61, 0x64, 0x5f, 0x73, 0x69, 0x67, 0x6e, 0x61, - 0x74, 0x75, 0x72, 0x65, 0x73, 0x18, 0x08, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x24, 0x2e, 0x66, 0x6c, - 0x6f, 0x77, 0x2e, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x2e, 0x54, 0x72, 0x61, 0x6e, - 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x53, 0x69, 0x67, 0x6e, 0x61, 0x74, 0x75, 0x72, - 0x65, 0x52, 0x11, 0x70, 0x61, 0x79, 0x6c, 0x6f, 0x61, 0x64, 0x53, 0x69, 0x67, 0x6e, 0x61, 0x74, - 0x75, 0x72, 0x65, 0x73, 0x12, 0x55, 0x0a, 0x13, 0x65, 0x6e, 0x76, 0x65, 0x6c, 0x6f, 0x70, 0x65, - 0x5f, 0x73, 0x69, 0x67, 0x6e, 0x61, 0x74, 0x75, 0x72, 0x65, 0x73, 0x18, 0x09, 0x20, 0x03, 0x28, - 0x0b, 0x32, 0x24, 0x2e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, - 0x73, 0x2e, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x53, 0x69, - 0x67, 0x6e, 0x61, 0x74, 0x75, 0x72, 0x65, 0x52, 0x12, 0x65, 0x6e, 0x76, 0x65, 0x6c, 0x6f, 0x70, - 0x65, 0x53, 0x69, 0x67, 0x6e, 0x61, 0x74, 0x75, 0x72, 0x65, 0x73, 0x1a, 0x67, 0x0a, 0x0b, 0x50, - 0x72, 0x6f, 0x70, 0x6f, 0x73, 0x61, 0x6c, 0x4b, 0x65, 0x79, 0x12, 0x18, 0x0a, 0x07, 0x61, 0x64, - 0x64, 0x72, 0x65, 0x73, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x07, 0x61, 0x64, 0x64, - 0x72, 0x65, 0x73, 0x73, 0x12, 0x15, 0x0a, 0x06, 0x6b, 0x65, 0x79, 0x5f, 0x69, 0x64, 0x18, 0x02, - 0x20, 0x01, 0x28, 0x0d, 0x52, 0x05, 0x6b, 0x65, 0x79, 0x49, 0x64, 0x12, 0x27, 0x0a, 0x0f, 0x73, - 0x65, 0x71, 0x75, 0x65, 0x6e, 0x63, 0x65, 0x5f, 0x6e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x18, 0x03, - 0x20, 0x01, 0x28, 0x04, 0x52, 0x0e, 0x73, 0x65, 0x71, 0x75, 0x65, 0x6e, 0x63, 0x65, 0x4e, 0x75, - 0x6d, 0x62, 0x65, 0x72, 0x1a, 0x5a, 0x0a, 0x09, 0x53, 0x69, 0x67, 0x6e, 0x61, 0x74, 0x75, 0x72, - 0x65, 0x12, 0x18, 0x0a, 0x07, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x18, 0x01, 0x20, 0x01, - 0x28, 0x0c, 0x52, 0x07, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x12, 0x15, 0x0a, 0x06, 0x6b, - 0x65, 0x79, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x05, 0x6b, 0x65, 0x79, - 0x49, 0x64, 0x12, 0x1c, 0x0a, 0x09, 0x73, 0x69, 0x67, 0x6e, 0x61, 0x74, 0x75, 0x72, 0x65, 0x18, - 0x03, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x09, 0x73, 0x69, 0x67, 0x6e, 0x61, 0x74, 0x75, 0x72, 0x65, - 0x2a, 0x63, 0x0a, 0x11, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x53, - 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x0b, 0x0a, 0x07, 0x55, 0x4e, 0x4b, 0x4e, 0x4f, 0x57, 0x4e, - 0x10, 0x00, 0x12, 0x0b, 0x0a, 0x07, 0x50, 0x45, 0x4e, 0x44, 0x49, 0x4e, 0x47, 0x10, 0x01, 0x12, - 0x0d, 0x0a, 0x09, 0x46, 0x49, 0x4e, 0x41, 0x4c, 0x49, 0x5a, 0x45, 0x44, 0x10, 0x02, 0x12, 0x0c, - 0x0a, 0x08, 0x45, 0x58, 0x45, 0x43, 0x55, 0x54, 0x45, 0x44, 0x10, 0x03, 0x12, 0x0a, 0x0a, 0x06, - 0x53, 0x45, 0x41, 0x4c, 0x45, 0x44, 0x10, 0x04, 0x12, 0x0b, 0x0a, 0x07, 0x45, 0x58, 0x50, 0x49, - 0x52, 0x45, 0x44, 0x10, 0x05, 0x42, 0x50, 0x0a, 0x1c, 0x6f, 0x72, 0x67, 0x2e, 0x6f, 0x6e, 0x66, - 0x6c, 0x6f, 0x77, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x65, 0x6e, 0x74, - 0x69, 0x74, 0x69, 0x65, 0x73, 0x5a, 0x30, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, - 0x6d, 0x2f, 0x6f, 0x6e, 0x66, 0x6c, 0x6f, 0x77, 0x2f, 0x66, 0x6c, 0x6f, 0x77, 0x2f, 0x70, 0x72, - 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x67, 0x6f, 0x2f, 0x66, 0x6c, 0x6f, 0x77, 0x2f, 0x65, - 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, -} - -var ( - file_flow_entities_transaction_proto_rawDescOnce sync.Once - file_flow_entities_transaction_proto_rawDescData = file_flow_entities_transaction_proto_rawDesc -) - -func file_flow_entities_transaction_proto_rawDescGZIP() []byte { - file_flow_entities_transaction_proto_rawDescOnce.Do(func() { - file_flow_entities_transaction_proto_rawDescData = protoimpl.X.CompressGZIP(file_flow_entities_transaction_proto_rawDescData) - }) - return file_flow_entities_transaction_proto_rawDescData -} - -var file_flow_entities_transaction_proto_enumTypes = make([]protoimpl.EnumInfo, 1) -var file_flow_entities_transaction_proto_msgTypes = make([]protoimpl.MessageInfo, 3) -var file_flow_entities_transaction_proto_goTypes = []interface{}{ - (TransactionStatus)(0), // 0: flow.entities.TransactionStatus - (*Transaction)(nil), // 1: flow.entities.Transaction - (*Transaction_ProposalKey)(nil), // 2: flow.entities.Transaction.ProposalKey - (*Transaction_Signature)(nil), // 3: flow.entities.Transaction.Signature -} -var file_flow_entities_transaction_proto_depIdxs = []int32{ - 2, // 0: flow.entities.Transaction.proposal_key:type_name -> flow.entities.Transaction.ProposalKey - 3, // 1: flow.entities.Transaction.payload_signatures:type_name -> flow.entities.Transaction.Signature - 3, // 2: flow.entities.Transaction.envelope_signatures:type_name -> flow.entities.Transaction.Signature - 3, // [3:3] is the sub-list for method output_type - 3, // [3:3] is the sub-list for method input_type - 3, // [3:3] is the sub-list for extension type_name - 3, // [3:3] is the sub-list for extension extendee - 0, // [0:3] is the sub-list for field type_name -} - -func init() { file_flow_entities_transaction_proto_init() } -func file_flow_entities_transaction_proto_init() { - if File_flow_entities_transaction_proto != nil { - return - } - file_flow_entities_event_proto_init() - if !protoimpl.UnsafeEnabled { - file_flow_entities_transaction_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Transaction); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_flow_entities_transaction_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Transaction_ProposalKey); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_flow_entities_transaction_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Transaction_Signature); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - } - type x struct{} - out := protoimpl.TypeBuilder{ - File: protoimpl.DescBuilder{ - GoPackagePath: reflect.TypeOf(x{}).PkgPath(), - RawDescriptor: file_flow_entities_transaction_proto_rawDesc, - NumEnums: 1, - NumMessages: 3, - NumExtensions: 0, - NumServices: 0, - }, - GoTypes: file_flow_entities_transaction_proto_goTypes, - DependencyIndexes: file_flow_entities_transaction_proto_depIdxs, - EnumInfos: file_flow_entities_transaction_proto_enumTypes, - MessageInfos: file_flow_entities_transaction_proto_msgTypes, - }.Build() - File_flow_entities_transaction_proto = out.File - file_flow_entities_transaction_proto_rawDesc = nil - file_flow_entities_transaction_proto_goTypes = nil - file_flow_entities_transaction_proto_depIdxs = nil +func init() { + proto.RegisterEnum("flow.entities.TransactionStatus", TransactionStatus_name, TransactionStatus_value) + proto.RegisterType((*Transaction)(nil), "flow.entities.Transaction") + proto.RegisterType((*Transaction_ProposalKey)(nil), "flow.entities.Transaction.ProposalKey") + proto.RegisterType((*Transaction_Signature)(nil), "flow.entities.Transaction.Signature") +} + +func init() { proto.RegisterFile("flow/entities/transaction.proto", fileDescriptor_84361b1ad2e0936e) } + +var fileDescriptor_84361b1ad2e0936e = []byte{ + // 509 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x53, 0x5b, 0x6f, 0x9b, 0x4c, + 0x10, 0xfd, 0x88, 0x2f, 0x09, 0x83, 0xf3, 0x95, 0x6c, 0x2f, 0xa2, 0xae, 0xa5, 0xa2, 0xaa, 0x6a, + 0x51, 0x55, 0x41, 0x95, 0xfe, 0x82, 0xa4, 0xa6, 0x15, 0x8a, 0x45, 0x2d, 0x1c, 0xab, 0x91, 0x5f, + 0xac, 0x35, 0x8c, 0x09, 0x32, 0x66, 0xe9, 0xee, 0x92, 0x8a, 0x3e, 0xf6, 0x97, 0x57, 0x60, 0xe3, + 0xcb, 0x4b, 0xa5, 0xbc, 0x20, 0x9d, 0x33, 0x67, 0xce, 0xce, 0xd9, 0x59, 0xe0, 0xf5, 0x32, 0x65, + 0xbf, 0x1c, 0xcc, 0x64, 0x22, 0x13, 0x14, 0x8e, 0xe4, 0x34, 0x13, 0x34, 0x94, 0x09, 0xcb, 0xec, + 0x9c, 0x33, 0xc9, 0xc8, 0x79, 0x25, 0xb0, 0x1b, 0x41, 0xff, 0xe5, 0xb1, 0x1e, 0x1f, 0x30, 0x93, + 0x1b, 0xe5, 0x9b, 0x3f, 0x1d, 0xd0, 0x6e, 0xf7, 0xfd, 0xe4, 0x05, 0x74, 0x45, 0xc8, 0x93, 0x5c, + 0x1a, 0x8a, 0xa9, 0x58, 0xbd, 0x60, 0x8b, 0xc8, 0x00, 0x54, 0xca, 0xe3, 0x62, 0x8d, 0x99, 0x14, + 0xc6, 0x89, 0xd9, 0xb2, 0x7a, 0xc1, 0x9e, 0x20, 0x1f, 0x81, 0x70, 0x5c, 0x22, 0xc7, 0x2c, 0xc4, + 0xf9, 0x22, 0x65, 0xe1, 0x6a, 0x9e, 0x44, 0x46, 0xab, 0x76, 0xd0, 0x77, 0x95, 0xeb, 0xaa, 0xe0, + 0x45, 0xe4, 0x15, 0xa8, 0x31, 0x15, 0xf3, 0x34, 0x59, 0x27, 0xd2, 0x68, 0x9b, 0x8a, 0xd5, 0x0e, + 0xce, 0x62, 0x2a, 0x46, 0x15, 0x26, 0x1e, 0xf4, 0x72, 0xce, 0x72, 0x26, 0x68, 0x3a, 0x5f, 0x61, + 0x69, 0x74, 0x4c, 0xc5, 0xd2, 0x2e, 0xdf, 0xd9, 0x47, 0x89, 0xec, 0x83, 0x91, 0xed, 0xf1, 0x56, + 0x7e, 0x83, 0x65, 0xa0, 0xe5, 0x7b, 0x40, 0x9e, 0x41, 0x27, 0xa7, 0x25, 0x72, 0xa3, 0x5b, 0x0f, + 0xb2, 0x01, 0xc4, 0x04, 0x8d, 0x16, 0xf2, 0x9e, 0xf1, 0xe4, 0x37, 0x72, 0x61, 0x9c, 0xd6, 0x59, + 0x0e, 0x29, 0x32, 0x01, 0x92, 0xd3, 0x32, 0x65, 0x34, 0x9a, 0x8b, 0x24, 0xce, 0xa8, 0x2c, 0x38, + 0x0a, 0xe3, 0xcc, 0x6c, 0x59, 0xda, 0xe5, 0xdb, 0x7f, 0x0c, 0x32, 0x69, 0xc4, 0xc1, 0xc5, 0xb6, + 0x7f, 0xc7, 0x08, 0x32, 0x85, 0xa7, 0x98, 0x3d, 0x60, 0xca, 0x72, 0x3c, 0x74, 0x55, 0x1f, 0xe1, + 0x4a, 0x1a, 0x83, 0xbd, 0x6d, 0x3f, 0x06, 0xed, 0x20, 0x3f, 0x31, 0xe0, 0x94, 0x46, 0x11, 0x47, + 0x21, 0xb6, 0xfb, 0x6b, 0x20, 0x79, 0x0e, 0xdd, 0x15, 0x96, 0xd5, 0x5a, 0x4e, 0x4c, 0xc5, 0x3a, + 0x0f, 0x3a, 0x2b, 0x2c, 0xbd, 0x88, 0xbc, 0x87, 0x27, 0x02, 0x7f, 0x16, 0xf5, 0xe2, 0xb2, 0x62, + 0xbd, 0x40, 0x5e, 0xaf, 0xad, 0x1d, 0xfc, 0xdf, 0xd0, 0x7e, 0xcd, 0xf6, 0x67, 0xa0, 0xee, 0x8e, + 0x7d, 0xfc, 0x31, 0x03, 0x50, 0x77, 0xa1, 0xb7, 0xef, 0x62, 0x4f, 0x7c, 0x08, 0xe1, 0xe2, 0x20, + 0xf1, 0x44, 0x52, 0x59, 0x08, 0xa2, 0xc1, 0xe9, 0xd4, 0xbf, 0xf1, 0xbf, 0xff, 0xf0, 0xf5, 0xff, + 0x2a, 0x30, 0x76, 0xfd, 0xa1, 0xe7, 0x7f, 0xd3, 0x15, 0x72, 0x0e, 0xea, 0x57, 0xcf, 0xbf, 0x1a, + 0x79, 0x33, 0x77, 0xa8, 0x9f, 0x90, 0x1e, 0x9c, 0xb9, 0x77, 0xee, 0x97, 0xe9, 0xad, 0x3b, 0xd4, + 0x5b, 0x04, 0xa0, 0x3b, 0x71, 0xaf, 0x46, 0xee, 0x50, 0x6f, 0x57, 0x5d, 0xee, 0xdd, 0xd8, 0x0b, + 0xdc, 0xa1, 0xde, 0xb9, 0x1e, 0xc3, 0x80, 0xf1, 0xd8, 0x66, 0x59, 0x7d, 0xd5, 0xf5, 0xeb, 0x5f, + 0x14, 0xcb, 0xdd, 0x9d, 0xcf, 0x3e, 0xc5, 0x89, 0xbc, 0x2f, 0x16, 0x76, 0xc8, 0xd6, 0xce, 0x46, + 0xe4, 0xd4, 0x9f, 0x46, 0xe9, 0xc4, 0xcc, 0x39, 0xfa, 0x8f, 0x16, 0xdd, 0xba, 0xf4, 0xf9, 0x6f, + 0x00, 0x00, 0x00, 0xff, 0xff, 0x4e, 0xea, 0x82, 0x70, 0x8f, 0x03, 0x00, 0x00, } diff --git a/protobuf/go/flow/execution/execution.pb.go b/protobuf/go/flow/execution/execution.pb.go index 1d64bc504..a4041f3f9 100644 --- a/protobuf/go/flow/execution/execution.pb.go +++ b/protobuf/go/flow/execution/execution.pb.go @@ -1,25 +1,25 @@ // Code generated by protoc-gen-go. DO NOT EDIT. -// versions: -// protoc-gen-go v1.28.1 -// protoc (unknown) // source: flow/execution/execution.proto package execution import ( + fmt "fmt" + proto "github.com/golang/protobuf/proto" entities "github.com/onflow/flow/protobuf/go/flow/entities" - protoreflect "google.golang.org/protobuf/reflect/protoreflect" - protoimpl "google.golang.org/protobuf/runtime/protoimpl" - reflect "reflect" - sync "sync" + math "math" ) -const ( - // Verify that this generated code is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) - // Verify that runtime/protoimpl is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) -) +// Reference imports to suppress errors if they are not otherwise used. +var _ = proto.Marshal +var _ = fmt.Errorf +var _ = math.Inf + +// This is a compile-time assertion to ensure that this generated file +// is compatible with the proto package it is being compiled against. +// A compilation error at this line likely means your copy of the +// proto package needs to be updated. +const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package type EventEncodingVersion int32 @@ -28,1579 +28,957 @@ const ( EventEncodingVersion_CCF_V0 EventEncodingVersion = 1 ) -// Enum value maps for EventEncodingVersion. -var ( - EventEncodingVersion_name = map[int32]string{ - 0: "JSON_CDC_V0", - 1: "CCF_V0", - } - EventEncodingVersion_value = map[string]int32{ - "JSON_CDC_V0": 0, - "CCF_V0": 1, - } -) +var EventEncodingVersion_name = map[int32]string{ + 0: "JSON_CDC_V0", + 1: "CCF_V0", +} -func (x EventEncodingVersion) Enum() *EventEncodingVersion { - p := new(EventEncodingVersion) - *p = x - return p +var EventEncodingVersion_value = map[string]int32{ + "JSON_CDC_V0": 0, + "CCF_V0": 1, } func (x EventEncodingVersion) String() string { - return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x)) + return proto.EnumName(EventEncodingVersion_name, int32(x)) } -func (EventEncodingVersion) Descriptor() protoreflect.EnumDescriptor { - return file_flow_execution_execution_proto_enumTypes[0].Descriptor() +func (EventEncodingVersion) EnumDescriptor() ([]byte, []int) { + return fileDescriptor_699624211ed46c53, []int{0} } -func (EventEncodingVersion) Type() protoreflect.EnumType { - return &file_flow_execution_execution_proto_enumTypes[0] +type PingRequest struct { + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (x EventEncodingVersion) Number() protoreflect.EnumNumber { - return protoreflect.EnumNumber(x) +func (m *PingRequest) Reset() { *m = PingRequest{} } +func (m *PingRequest) String() string { return proto.CompactTextString(m) } +func (*PingRequest) ProtoMessage() {} +func (*PingRequest) Descriptor() ([]byte, []int) { + return fileDescriptor_699624211ed46c53, []int{0} } -// Deprecated: Use EventEncodingVersion.Descriptor instead. -func (EventEncodingVersion) EnumDescriptor() ([]byte, []int) { - return file_flow_execution_execution_proto_rawDescGZIP(), []int{0} +func (m *PingRequest) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_PingRequest.Unmarshal(m, b) } - -type PingRequest struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields +func (m *PingRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_PingRequest.Marshal(b, m, deterministic) } - -func (x *PingRequest) Reset() { - *x = PingRequest{} - if protoimpl.UnsafeEnabled { - mi := &file_flow_execution_execution_proto_msgTypes[0] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } +func (m *PingRequest) XXX_Merge(src proto.Message) { + xxx_messageInfo_PingRequest.Merge(m, src) } - -func (x *PingRequest) String() string { - return protoimpl.X.MessageStringOf(x) +func (m *PingRequest) XXX_Size() int { + return xxx_messageInfo_PingRequest.Size(m) } - -func (*PingRequest) ProtoMessage() {} - -func (x *PingRequest) ProtoReflect() protoreflect.Message { - mi := &file_flow_execution_execution_proto_msgTypes[0] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) +func (m *PingRequest) XXX_DiscardUnknown() { + xxx_messageInfo_PingRequest.DiscardUnknown(m) } -// Deprecated: Use PingRequest.ProtoReflect.Descriptor instead. -func (*PingRequest) Descriptor() ([]byte, []int) { - return file_flow_execution_execution_proto_rawDescGZIP(), []int{0} -} +var xxx_messageInfo_PingRequest proto.InternalMessageInfo type PingResponse struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (x *PingResponse) Reset() { - *x = PingResponse{} - if protoimpl.UnsafeEnabled { - mi := &file_flow_execution_execution_proto_msgTypes[1] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } +func (m *PingResponse) Reset() { *m = PingResponse{} } +func (m *PingResponse) String() string { return proto.CompactTextString(m) } +func (*PingResponse) ProtoMessage() {} +func (*PingResponse) Descriptor() ([]byte, []int) { + return fileDescriptor_699624211ed46c53, []int{1} } -func (x *PingResponse) String() string { - return protoimpl.X.MessageStringOf(x) +func (m *PingResponse) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_PingResponse.Unmarshal(m, b) } - -func (*PingResponse) ProtoMessage() {} - -func (x *PingResponse) ProtoReflect() protoreflect.Message { - mi := &file_flow_execution_execution_proto_msgTypes[1] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) +func (m *PingResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_PingResponse.Marshal(b, m, deterministic) } - -// Deprecated: Use PingResponse.ProtoReflect.Descriptor instead. -func (*PingResponse) Descriptor() ([]byte, []int) { - return file_flow_execution_execution_proto_rawDescGZIP(), []int{1} +func (m *PingResponse) XXX_Merge(src proto.Message) { + xxx_messageInfo_PingResponse.Merge(m, src) +} +func (m *PingResponse) XXX_Size() int { + return xxx_messageInfo_PingResponse.Size(m) +} +func (m *PingResponse) XXX_DiscardUnknown() { + xxx_messageInfo_PingResponse.DiscardUnknown(m) } -type GetAccountAtBlockIDRequest struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields +var xxx_messageInfo_PingResponse proto.InternalMessageInfo - BlockId []byte `protobuf:"bytes,1,opt,name=block_id,json=blockId,proto3" json:"block_id,omitempty"` - Address []byte `protobuf:"bytes,2,opt,name=address,proto3" json:"address,omitempty"` +type GetAccountAtBlockIDRequest struct { + BlockId []byte `protobuf:"bytes,1,opt,name=block_id,json=blockId,proto3" json:"block_id,omitempty"` + Address []byte `protobuf:"bytes,2,opt,name=address,proto3" json:"address,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (x *GetAccountAtBlockIDRequest) Reset() { - *x = GetAccountAtBlockIDRequest{} - if protoimpl.UnsafeEnabled { - mi := &file_flow_execution_execution_proto_msgTypes[2] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } +func (m *GetAccountAtBlockIDRequest) Reset() { *m = GetAccountAtBlockIDRequest{} } +func (m *GetAccountAtBlockIDRequest) String() string { return proto.CompactTextString(m) } +func (*GetAccountAtBlockIDRequest) ProtoMessage() {} +func (*GetAccountAtBlockIDRequest) Descriptor() ([]byte, []int) { + return fileDescriptor_699624211ed46c53, []int{2} } -func (x *GetAccountAtBlockIDRequest) String() string { - return protoimpl.X.MessageStringOf(x) +func (m *GetAccountAtBlockIDRequest) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_GetAccountAtBlockIDRequest.Unmarshal(m, b) } - -func (*GetAccountAtBlockIDRequest) ProtoMessage() {} - -func (x *GetAccountAtBlockIDRequest) ProtoReflect() protoreflect.Message { - mi := &file_flow_execution_execution_proto_msgTypes[2] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) +func (m *GetAccountAtBlockIDRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_GetAccountAtBlockIDRequest.Marshal(b, m, deterministic) } - -// Deprecated: Use GetAccountAtBlockIDRequest.ProtoReflect.Descriptor instead. -func (*GetAccountAtBlockIDRequest) Descriptor() ([]byte, []int) { - return file_flow_execution_execution_proto_rawDescGZIP(), []int{2} +func (m *GetAccountAtBlockIDRequest) XXX_Merge(src proto.Message) { + xxx_messageInfo_GetAccountAtBlockIDRequest.Merge(m, src) +} +func (m *GetAccountAtBlockIDRequest) XXX_Size() int { + return xxx_messageInfo_GetAccountAtBlockIDRequest.Size(m) +} +func (m *GetAccountAtBlockIDRequest) XXX_DiscardUnknown() { + xxx_messageInfo_GetAccountAtBlockIDRequest.DiscardUnknown(m) } -func (x *GetAccountAtBlockIDRequest) GetBlockId() []byte { - if x != nil { - return x.BlockId +var xxx_messageInfo_GetAccountAtBlockIDRequest proto.InternalMessageInfo + +func (m *GetAccountAtBlockIDRequest) GetBlockId() []byte { + if m != nil { + return m.BlockId } return nil } -func (x *GetAccountAtBlockIDRequest) GetAddress() []byte { - if x != nil { - return x.Address +func (m *GetAccountAtBlockIDRequest) GetAddress() []byte { + if m != nil { + return m.Address } return nil } type GetAccountAtBlockIDResponse struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Account *entities.Account `protobuf:"bytes,1,opt,name=account,proto3" json:"account,omitempty"` + Account *entities.Account `protobuf:"bytes,1,opt,name=account,proto3" json:"account,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (x *GetAccountAtBlockIDResponse) Reset() { - *x = GetAccountAtBlockIDResponse{} - if protoimpl.UnsafeEnabled { - mi := &file_flow_execution_execution_proto_msgTypes[3] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } +func (m *GetAccountAtBlockIDResponse) Reset() { *m = GetAccountAtBlockIDResponse{} } +func (m *GetAccountAtBlockIDResponse) String() string { return proto.CompactTextString(m) } +func (*GetAccountAtBlockIDResponse) ProtoMessage() {} +func (*GetAccountAtBlockIDResponse) Descriptor() ([]byte, []int) { + return fileDescriptor_699624211ed46c53, []int{3} } -func (x *GetAccountAtBlockIDResponse) String() string { - return protoimpl.X.MessageStringOf(x) +func (m *GetAccountAtBlockIDResponse) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_GetAccountAtBlockIDResponse.Unmarshal(m, b) } - -func (*GetAccountAtBlockIDResponse) ProtoMessage() {} - -func (x *GetAccountAtBlockIDResponse) ProtoReflect() protoreflect.Message { - mi := &file_flow_execution_execution_proto_msgTypes[3] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) +func (m *GetAccountAtBlockIDResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_GetAccountAtBlockIDResponse.Marshal(b, m, deterministic) } - -// Deprecated: Use GetAccountAtBlockIDResponse.ProtoReflect.Descriptor instead. -func (*GetAccountAtBlockIDResponse) Descriptor() ([]byte, []int) { - return file_flow_execution_execution_proto_rawDescGZIP(), []int{3} +func (m *GetAccountAtBlockIDResponse) XXX_Merge(src proto.Message) { + xxx_messageInfo_GetAccountAtBlockIDResponse.Merge(m, src) +} +func (m *GetAccountAtBlockIDResponse) XXX_Size() int { + return xxx_messageInfo_GetAccountAtBlockIDResponse.Size(m) } +func (m *GetAccountAtBlockIDResponse) XXX_DiscardUnknown() { + xxx_messageInfo_GetAccountAtBlockIDResponse.DiscardUnknown(m) +} + +var xxx_messageInfo_GetAccountAtBlockIDResponse proto.InternalMessageInfo -func (x *GetAccountAtBlockIDResponse) GetAccount() *entities.Account { - if x != nil { - return x.Account +func (m *GetAccountAtBlockIDResponse) GetAccount() *entities.Account { + if m != nil { + return m.Account } return nil } type ExecuteScriptAtBlockIDRequest struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - BlockId []byte `protobuf:"bytes,1,opt,name=block_id,json=blockId,proto3" json:"block_id,omitempty"` - Script []byte `protobuf:"bytes,2,opt,name=script,proto3" json:"script,omitempty"` - Arguments [][]byte `protobuf:"bytes,3,rep,name=arguments,proto3" json:"arguments,omitempty"` + BlockId []byte `protobuf:"bytes,1,opt,name=block_id,json=blockId,proto3" json:"block_id,omitempty"` + Script []byte `protobuf:"bytes,2,opt,name=script,proto3" json:"script,omitempty"` + Arguments [][]byte `protobuf:"bytes,3,rep,name=arguments,proto3" json:"arguments,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (x *ExecuteScriptAtBlockIDRequest) Reset() { - *x = ExecuteScriptAtBlockIDRequest{} - if protoimpl.UnsafeEnabled { - mi := &file_flow_execution_execution_proto_msgTypes[4] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } +func (m *ExecuteScriptAtBlockIDRequest) Reset() { *m = ExecuteScriptAtBlockIDRequest{} } +func (m *ExecuteScriptAtBlockIDRequest) String() string { return proto.CompactTextString(m) } +func (*ExecuteScriptAtBlockIDRequest) ProtoMessage() {} +func (*ExecuteScriptAtBlockIDRequest) Descriptor() ([]byte, []int) { + return fileDescriptor_699624211ed46c53, []int{4} } -func (x *ExecuteScriptAtBlockIDRequest) String() string { - return protoimpl.X.MessageStringOf(x) +func (m *ExecuteScriptAtBlockIDRequest) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_ExecuteScriptAtBlockIDRequest.Unmarshal(m, b) } - -func (*ExecuteScriptAtBlockIDRequest) ProtoMessage() {} - -func (x *ExecuteScriptAtBlockIDRequest) ProtoReflect() protoreflect.Message { - mi := &file_flow_execution_execution_proto_msgTypes[4] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) +func (m *ExecuteScriptAtBlockIDRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_ExecuteScriptAtBlockIDRequest.Marshal(b, m, deterministic) } - -// Deprecated: Use ExecuteScriptAtBlockIDRequest.ProtoReflect.Descriptor instead. -func (*ExecuteScriptAtBlockIDRequest) Descriptor() ([]byte, []int) { - return file_flow_execution_execution_proto_rawDescGZIP(), []int{4} +func (m *ExecuteScriptAtBlockIDRequest) XXX_Merge(src proto.Message) { + xxx_messageInfo_ExecuteScriptAtBlockIDRequest.Merge(m, src) +} +func (m *ExecuteScriptAtBlockIDRequest) XXX_Size() int { + return xxx_messageInfo_ExecuteScriptAtBlockIDRequest.Size(m) } +func (m *ExecuteScriptAtBlockIDRequest) XXX_DiscardUnknown() { + xxx_messageInfo_ExecuteScriptAtBlockIDRequest.DiscardUnknown(m) +} + +var xxx_messageInfo_ExecuteScriptAtBlockIDRequest proto.InternalMessageInfo -func (x *ExecuteScriptAtBlockIDRequest) GetBlockId() []byte { - if x != nil { - return x.BlockId +func (m *ExecuteScriptAtBlockIDRequest) GetBlockId() []byte { + if m != nil { + return m.BlockId } return nil } -func (x *ExecuteScriptAtBlockIDRequest) GetScript() []byte { - if x != nil { - return x.Script +func (m *ExecuteScriptAtBlockIDRequest) GetScript() []byte { + if m != nil { + return m.Script } return nil } -func (x *ExecuteScriptAtBlockIDRequest) GetArguments() [][]byte { - if x != nil { - return x.Arguments +func (m *ExecuteScriptAtBlockIDRequest) GetArguments() [][]byte { + if m != nil { + return m.Arguments } return nil } type ExecuteScriptAtBlockIDResponse struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Value []byte `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"` + Value []byte `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (x *ExecuteScriptAtBlockIDResponse) Reset() { - *x = ExecuteScriptAtBlockIDResponse{} - if protoimpl.UnsafeEnabled { - mi := &file_flow_execution_execution_proto_msgTypes[5] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } +func (m *ExecuteScriptAtBlockIDResponse) Reset() { *m = ExecuteScriptAtBlockIDResponse{} } +func (m *ExecuteScriptAtBlockIDResponse) String() string { return proto.CompactTextString(m) } +func (*ExecuteScriptAtBlockIDResponse) ProtoMessage() {} +func (*ExecuteScriptAtBlockIDResponse) Descriptor() ([]byte, []int) { + return fileDescriptor_699624211ed46c53, []int{5} } -func (x *ExecuteScriptAtBlockIDResponse) String() string { - return protoimpl.X.MessageStringOf(x) +func (m *ExecuteScriptAtBlockIDResponse) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_ExecuteScriptAtBlockIDResponse.Unmarshal(m, b) } - -func (*ExecuteScriptAtBlockIDResponse) ProtoMessage() {} - -func (x *ExecuteScriptAtBlockIDResponse) ProtoReflect() protoreflect.Message { - mi := &file_flow_execution_execution_proto_msgTypes[5] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) +func (m *ExecuteScriptAtBlockIDResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_ExecuteScriptAtBlockIDResponse.Marshal(b, m, deterministic) } - -// Deprecated: Use ExecuteScriptAtBlockIDResponse.ProtoReflect.Descriptor instead. -func (*ExecuteScriptAtBlockIDResponse) Descriptor() ([]byte, []int) { - return file_flow_execution_execution_proto_rawDescGZIP(), []int{5} +func (m *ExecuteScriptAtBlockIDResponse) XXX_Merge(src proto.Message) { + xxx_messageInfo_ExecuteScriptAtBlockIDResponse.Merge(m, src) +} +func (m *ExecuteScriptAtBlockIDResponse) XXX_Size() int { + return xxx_messageInfo_ExecuteScriptAtBlockIDResponse.Size(m) +} +func (m *ExecuteScriptAtBlockIDResponse) XXX_DiscardUnknown() { + xxx_messageInfo_ExecuteScriptAtBlockIDResponse.DiscardUnknown(m) } -func (x *ExecuteScriptAtBlockIDResponse) GetValue() []byte { - if x != nil { - return x.Value +var xxx_messageInfo_ExecuteScriptAtBlockIDResponse proto.InternalMessageInfo + +func (m *ExecuteScriptAtBlockIDResponse) GetValue() []byte { + if m != nil { + return m.Value } return nil } type GetEventsForBlockIDsResponse struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - Results []*GetEventsForBlockIDsResponse_Result `protobuf:"bytes,1,rep,name=results,proto3" json:"results,omitempty"` EventEncodingVersion EventEncodingVersion `protobuf:"varint,2,opt,name=event_encoding_version,json=eventEncodingVersion,proto3,enum=flow.execution.EventEncodingVersion" json:"event_encoding_version,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (x *GetEventsForBlockIDsResponse) Reset() { - *x = GetEventsForBlockIDsResponse{} - if protoimpl.UnsafeEnabled { - mi := &file_flow_execution_execution_proto_msgTypes[6] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } +func (m *GetEventsForBlockIDsResponse) Reset() { *m = GetEventsForBlockIDsResponse{} } +func (m *GetEventsForBlockIDsResponse) String() string { return proto.CompactTextString(m) } +func (*GetEventsForBlockIDsResponse) ProtoMessage() {} +func (*GetEventsForBlockIDsResponse) Descriptor() ([]byte, []int) { + return fileDescriptor_699624211ed46c53, []int{6} } -func (x *GetEventsForBlockIDsResponse) String() string { - return protoimpl.X.MessageStringOf(x) +func (m *GetEventsForBlockIDsResponse) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_GetEventsForBlockIDsResponse.Unmarshal(m, b) } - -func (*GetEventsForBlockIDsResponse) ProtoMessage() {} - -func (x *GetEventsForBlockIDsResponse) ProtoReflect() protoreflect.Message { - mi := &file_flow_execution_execution_proto_msgTypes[6] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) +func (m *GetEventsForBlockIDsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_GetEventsForBlockIDsResponse.Marshal(b, m, deterministic) } - -// Deprecated: Use GetEventsForBlockIDsResponse.ProtoReflect.Descriptor instead. -func (*GetEventsForBlockIDsResponse) Descriptor() ([]byte, []int) { - return file_flow_execution_execution_proto_rawDescGZIP(), []int{6} +func (m *GetEventsForBlockIDsResponse) XXX_Merge(src proto.Message) { + xxx_messageInfo_GetEventsForBlockIDsResponse.Merge(m, src) +} +func (m *GetEventsForBlockIDsResponse) XXX_Size() int { + return xxx_messageInfo_GetEventsForBlockIDsResponse.Size(m) } +func (m *GetEventsForBlockIDsResponse) XXX_DiscardUnknown() { + xxx_messageInfo_GetEventsForBlockIDsResponse.DiscardUnknown(m) +} + +var xxx_messageInfo_GetEventsForBlockIDsResponse proto.InternalMessageInfo -func (x *GetEventsForBlockIDsResponse) GetResults() []*GetEventsForBlockIDsResponse_Result { - if x != nil { - return x.Results +func (m *GetEventsForBlockIDsResponse) GetResults() []*GetEventsForBlockIDsResponse_Result { + if m != nil { + return m.Results } return nil } -func (x *GetEventsForBlockIDsResponse) GetEventEncodingVersion() EventEncodingVersion { - if x != nil { - return x.EventEncodingVersion +func (m *GetEventsForBlockIDsResponse) GetEventEncodingVersion() EventEncodingVersion { + if m != nil { + return m.EventEncodingVersion } return EventEncodingVersion_JSON_CDC_V0 } -type GetEventsForBlockIDsRequest struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields +type GetEventsForBlockIDsResponse_Result struct { + BlockId []byte `protobuf:"bytes,1,opt,name=block_id,json=blockId,proto3" json:"block_id,omitempty"` + BlockHeight uint64 `protobuf:"varint,2,opt,name=block_height,json=blockHeight,proto3" json:"block_height,omitempty"` + Events []*entities.Event `protobuf:"bytes,3,rep,name=events,proto3" json:"events,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} - Type string `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"` - BlockIds [][]byte `protobuf:"bytes,2,rep,name=block_ids,json=blockIds,proto3" json:"block_ids,omitempty"` +func (m *GetEventsForBlockIDsResponse_Result) Reset() { *m = GetEventsForBlockIDsResponse_Result{} } +func (m *GetEventsForBlockIDsResponse_Result) String() string { return proto.CompactTextString(m) } +func (*GetEventsForBlockIDsResponse_Result) ProtoMessage() {} +func (*GetEventsForBlockIDsResponse_Result) Descriptor() ([]byte, []int) { + return fileDescriptor_699624211ed46c53, []int{6, 0} } -func (x *GetEventsForBlockIDsRequest) Reset() { - *x = GetEventsForBlockIDsRequest{} - if protoimpl.UnsafeEnabled { - mi := &file_flow_execution_execution_proto_msgTypes[7] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } +func (m *GetEventsForBlockIDsResponse_Result) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_GetEventsForBlockIDsResponse_Result.Unmarshal(m, b) +} +func (m *GetEventsForBlockIDsResponse_Result) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_GetEventsForBlockIDsResponse_Result.Marshal(b, m, deterministic) +} +func (m *GetEventsForBlockIDsResponse_Result) XXX_Merge(src proto.Message) { + xxx_messageInfo_GetEventsForBlockIDsResponse_Result.Merge(m, src) +} +func (m *GetEventsForBlockIDsResponse_Result) XXX_Size() int { + return xxx_messageInfo_GetEventsForBlockIDsResponse_Result.Size(m) +} +func (m *GetEventsForBlockIDsResponse_Result) XXX_DiscardUnknown() { + xxx_messageInfo_GetEventsForBlockIDsResponse_Result.DiscardUnknown(m) } -func (x *GetEventsForBlockIDsRequest) String() string { - return protoimpl.X.MessageStringOf(x) +var xxx_messageInfo_GetEventsForBlockIDsResponse_Result proto.InternalMessageInfo + +func (m *GetEventsForBlockIDsResponse_Result) GetBlockId() []byte { + if m != nil { + return m.BlockId + } + return nil } -func (*GetEventsForBlockIDsRequest) ProtoMessage() {} +func (m *GetEventsForBlockIDsResponse_Result) GetBlockHeight() uint64 { + if m != nil { + return m.BlockHeight + } + return 0 +} -func (x *GetEventsForBlockIDsRequest) ProtoReflect() protoreflect.Message { - mi := &file_flow_execution_execution_proto_msgTypes[7] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms +func (m *GetEventsForBlockIDsResponse_Result) GetEvents() []*entities.Event { + if m != nil { + return m.Events } - return mi.MessageOf(x) + return nil +} + +type GetEventsForBlockIDsRequest struct { + Type string `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"` + BlockIds [][]byte `protobuf:"bytes,2,rep,name=block_ids,json=blockIds,proto3" json:"block_ids,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -// Deprecated: Use GetEventsForBlockIDsRequest.ProtoReflect.Descriptor instead. +func (m *GetEventsForBlockIDsRequest) Reset() { *m = GetEventsForBlockIDsRequest{} } +func (m *GetEventsForBlockIDsRequest) String() string { return proto.CompactTextString(m) } +func (*GetEventsForBlockIDsRequest) ProtoMessage() {} func (*GetEventsForBlockIDsRequest) Descriptor() ([]byte, []int) { - return file_flow_execution_execution_proto_rawDescGZIP(), []int{7} + return fileDescriptor_699624211ed46c53, []int{7} +} + +func (m *GetEventsForBlockIDsRequest) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_GetEventsForBlockIDsRequest.Unmarshal(m, b) +} +func (m *GetEventsForBlockIDsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_GetEventsForBlockIDsRequest.Marshal(b, m, deterministic) } +func (m *GetEventsForBlockIDsRequest) XXX_Merge(src proto.Message) { + xxx_messageInfo_GetEventsForBlockIDsRequest.Merge(m, src) +} +func (m *GetEventsForBlockIDsRequest) XXX_Size() int { + return xxx_messageInfo_GetEventsForBlockIDsRequest.Size(m) +} +func (m *GetEventsForBlockIDsRequest) XXX_DiscardUnknown() { + xxx_messageInfo_GetEventsForBlockIDsRequest.DiscardUnknown(m) +} + +var xxx_messageInfo_GetEventsForBlockIDsRequest proto.InternalMessageInfo -func (x *GetEventsForBlockIDsRequest) GetType() string { - if x != nil { - return x.Type +func (m *GetEventsForBlockIDsRequest) GetType() string { + if m != nil { + return m.Type } return "" } -func (x *GetEventsForBlockIDsRequest) GetBlockIds() [][]byte { - if x != nil { - return x.BlockIds +func (m *GetEventsForBlockIDsRequest) GetBlockIds() [][]byte { + if m != nil { + return m.BlockIds } return nil } type GetTransactionResultRequest struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - BlockId []byte `protobuf:"bytes,1,opt,name=block_id,json=blockId,proto3" json:"block_id,omitempty"` - TransactionId []byte `protobuf:"bytes,2,opt,name=transaction_id,json=transactionId,proto3" json:"transaction_id,omitempty"` + BlockId []byte `protobuf:"bytes,1,opt,name=block_id,json=blockId,proto3" json:"block_id,omitempty"` + TransactionId []byte `protobuf:"bytes,2,opt,name=transaction_id,json=transactionId,proto3" json:"transaction_id,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (x *GetTransactionResultRequest) Reset() { - *x = GetTransactionResultRequest{} - if protoimpl.UnsafeEnabled { - mi := &file_flow_execution_execution_proto_msgTypes[8] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } +func (m *GetTransactionResultRequest) Reset() { *m = GetTransactionResultRequest{} } +func (m *GetTransactionResultRequest) String() string { return proto.CompactTextString(m) } +func (*GetTransactionResultRequest) ProtoMessage() {} +func (*GetTransactionResultRequest) Descriptor() ([]byte, []int) { + return fileDescriptor_699624211ed46c53, []int{8} } -func (x *GetTransactionResultRequest) String() string { - return protoimpl.X.MessageStringOf(x) +func (m *GetTransactionResultRequest) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_GetTransactionResultRequest.Unmarshal(m, b) } - -func (*GetTransactionResultRequest) ProtoMessage() {} - -func (x *GetTransactionResultRequest) ProtoReflect() protoreflect.Message { - mi := &file_flow_execution_execution_proto_msgTypes[8] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) +func (m *GetTransactionResultRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_GetTransactionResultRequest.Marshal(b, m, deterministic) } - -// Deprecated: Use GetTransactionResultRequest.ProtoReflect.Descriptor instead. -func (*GetTransactionResultRequest) Descriptor() ([]byte, []int) { - return file_flow_execution_execution_proto_rawDescGZIP(), []int{8} +func (m *GetTransactionResultRequest) XXX_Merge(src proto.Message) { + xxx_messageInfo_GetTransactionResultRequest.Merge(m, src) +} +func (m *GetTransactionResultRequest) XXX_Size() int { + return xxx_messageInfo_GetTransactionResultRequest.Size(m) +} +func (m *GetTransactionResultRequest) XXX_DiscardUnknown() { + xxx_messageInfo_GetTransactionResultRequest.DiscardUnknown(m) } -func (x *GetTransactionResultRequest) GetBlockId() []byte { - if x != nil { - return x.BlockId +var xxx_messageInfo_GetTransactionResultRequest proto.InternalMessageInfo + +func (m *GetTransactionResultRequest) GetBlockId() []byte { + if m != nil { + return m.BlockId } return nil } -func (x *GetTransactionResultRequest) GetTransactionId() []byte { - if x != nil { - return x.TransactionId +func (m *GetTransactionResultRequest) GetTransactionId() []byte { + if m != nil { + return m.TransactionId } return nil } type GetTransactionByIndexRequest struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - BlockId []byte `protobuf:"bytes,1,opt,name=block_id,json=blockId,proto3" json:"block_id,omitempty"` - Index uint32 `protobuf:"varint,2,opt,name=index,proto3" json:"index,omitempty"` + BlockId []byte `protobuf:"bytes,1,opt,name=block_id,json=blockId,proto3" json:"block_id,omitempty"` + Index uint32 `protobuf:"varint,2,opt,name=index,proto3" json:"index,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (x *GetTransactionByIndexRequest) Reset() { - *x = GetTransactionByIndexRequest{} - if protoimpl.UnsafeEnabled { - mi := &file_flow_execution_execution_proto_msgTypes[9] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } +func (m *GetTransactionByIndexRequest) Reset() { *m = GetTransactionByIndexRequest{} } +func (m *GetTransactionByIndexRequest) String() string { return proto.CompactTextString(m) } +func (*GetTransactionByIndexRequest) ProtoMessage() {} +func (*GetTransactionByIndexRequest) Descriptor() ([]byte, []int) { + return fileDescriptor_699624211ed46c53, []int{9} } -func (x *GetTransactionByIndexRequest) String() string { - return protoimpl.X.MessageStringOf(x) +func (m *GetTransactionByIndexRequest) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_GetTransactionByIndexRequest.Unmarshal(m, b) } - -func (*GetTransactionByIndexRequest) ProtoMessage() {} - -func (x *GetTransactionByIndexRequest) ProtoReflect() protoreflect.Message { - mi := &file_flow_execution_execution_proto_msgTypes[9] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) +func (m *GetTransactionByIndexRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_GetTransactionByIndexRequest.Marshal(b, m, deterministic) } - -// Deprecated: Use GetTransactionByIndexRequest.ProtoReflect.Descriptor instead. -func (*GetTransactionByIndexRequest) Descriptor() ([]byte, []int) { - return file_flow_execution_execution_proto_rawDescGZIP(), []int{9} +func (m *GetTransactionByIndexRequest) XXX_Merge(src proto.Message) { + xxx_messageInfo_GetTransactionByIndexRequest.Merge(m, src) +} +func (m *GetTransactionByIndexRequest) XXX_Size() int { + return xxx_messageInfo_GetTransactionByIndexRequest.Size(m) } +func (m *GetTransactionByIndexRequest) XXX_DiscardUnknown() { + xxx_messageInfo_GetTransactionByIndexRequest.DiscardUnknown(m) +} + +var xxx_messageInfo_GetTransactionByIndexRequest proto.InternalMessageInfo -func (x *GetTransactionByIndexRequest) GetBlockId() []byte { - if x != nil { - return x.BlockId +func (m *GetTransactionByIndexRequest) GetBlockId() []byte { + if m != nil { + return m.BlockId } return nil } -func (x *GetTransactionByIndexRequest) GetIndex() uint32 { - if x != nil { - return x.Index +func (m *GetTransactionByIndexRequest) GetIndex() uint32 { + if m != nil { + return m.Index } return 0 } type GetTransactionResultResponse struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - StatusCode uint32 `protobuf:"varint,1,opt,name=status_code,json=statusCode,proto3" json:"status_code,omitempty"` ErrorMessage string `protobuf:"bytes,2,opt,name=error_message,json=errorMessage,proto3" json:"error_message,omitempty"` Events []*entities.Event `protobuf:"bytes,3,rep,name=events,proto3" json:"events,omitempty"` EventEncodingVersion EventEncodingVersion `protobuf:"varint,4,opt,name=event_encoding_version,json=eventEncodingVersion,proto3,enum=flow.execution.EventEncodingVersion" json:"event_encoding_version,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (x *GetTransactionResultResponse) Reset() { - *x = GetTransactionResultResponse{} - if protoimpl.UnsafeEnabled { - mi := &file_flow_execution_execution_proto_msgTypes[10] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } +func (m *GetTransactionResultResponse) Reset() { *m = GetTransactionResultResponse{} } +func (m *GetTransactionResultResponse) String() string { return proto.CompactTextString(m) } +func (*GetTransactionResultResponse) ProtoMessage() {} +func (*GetTransactionResultResponse) Descriptor() ([]byte, []int) { + return fileDescriptor_699624211ed46c53, []int{10} } -func (x *GetTransactionResultResponse) String() string { - return protoimpl.X.MessageStringOf(x) +func (m *GetTransactionResultResponse) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_GetTransactionResultResponse.Unmarshal(m, b) } - -func (*GetTransactionResultResponse) ProtoMessage() {} - -func (x *GetTransactionResultResponse) ProtoReflect() protoreflect.Message { - mi := &file_flow_execution_execution_proto_msgTypes[10] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) +func (m *GetTransactionResultResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_GetTransactionResultResponse.Marshal(b, m, deterministic) } - -// Deprecated: Use GetTransactionResultResponse.ProtoReflect.Descriptor instead. -func (*GetTransactionResultResponse) Descriptor() ([]byte, []int) { - return file_flow_execution_execution_proto_rawDescGZIP(), []int{10} +func (m *GetTransactionResultResponse) XXX_Merge(src proto.Message) { + xxx_messageInfo_GetTransactionResultResponse.Merge(m, src) +} +func (m *GetTransactionResultResponse) XXX_Size() int { + return xxx_messageInfo_GetTransactionResultResponse.Size(m) +} +func (m *GetTransactionResultResponse) XXX_DiscardUnknown() { + xxx_messageInfo_GetTransactionResultResponse.DiscardUnknown(m) } -func (x *GetTransactionResultResponse) GetStatusCode() uint32 { - if x != nil { - return x.StatusCode +var xxx_messageInfo_GetTransactionResultResponse proto.InternalMessageInfo + +func (m *GetTransactionResultResponse) GetStatusCode() uint32 { + if m != nil { + return m.StatusCode } return 0 } -func (x *GetTransactionResultResponse) GetErrorMessage() string { - if x != nil { - return x.ErrorMessage +func (m *GetTransactionResultResponse) GetErrorMessage() string { + if m != nil { + return m.ErrorMessage } return "" } -func (x *GetTransactionResultResponse) GetEvents() []*entities.Event { - if x != nil { - return x.Events +func (m *GetTransactionResultResponse) GetEvents() []*entities.Event { + if m != nil { + return m.Events } return nil } -func (x *GetTransactionResultResponse) GetEventEncodingVersion() EventEncodingVersion { - if x != nil { - return x.EventEncodingVersion +func (m *GetTransactionResultResponse) GetEventEncodingVersion() EventEncodingVersion { + if m != nil { + return m.EventEncodingVersion } return EventEncodingVersion_JSON_CDC_V0 } type GetTransactionsByBlockIDRequest struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - BlockId []byte `protobuf:"bytes,1,opt,name=block_id,json=blockId,proto3" json:"block_id,omitempty"` + BlockId []byte `protobuf:"bytes,1,opt,name=block_id,json=blockId,proto3" json:"block_id,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (x *GetTransactionsByBlockIDRequest) Reset() { - *x = GetTransactionsByBlockIDRequest{} - if protoimpl.UnsafeEnabled { - mi := &file_flow_execution_execution_proto_msgTypes[11] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } +func (m *GetTransactionsByBlockIDRequest) Reset() { *m = GetTransactionsByBlockIDRequest{} } +func (m *GetTransactionsByBlockIDRequest) String() string { return proto.CompactTextString(m) } +func (*GetTransactionsByBlockIDRequest) ProtoMessage() {} +func (*GetTransactionsByBlockIDRequest) Descriptor() ([]byte, []int) { + return fileDescriptor_699624211ed46c53, []int{11} } -func (x *GetTransactionsByBlockIDRequest) String() string { - return protoimpl.X.MessageStringOf(x) +func (m *GetTransactionsByBlockIDRequest) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_GetTransactionsByBlockIDRequest.Unmarshal(m, b) } - -func (*GetTransactionsByBlockIDRequest) ProtoMessage() {} - -func (x *GetTransactionsByBlockIDRequest) ProtoReflect() protoreflect.Message { - mi := &file_flow_execution_execution_proto_msgTypes[11] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) +func (m *GetTransactionsByBlockIDRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_GetTransactionsByBlockIDRequest.Marshal(b, m, deterministic) } - -// Deprecated: Use GetTransactionsByBlockIDRequest.ProtoReflect.Descriptor instead. -func (*GetTransactionsByBlockIDRequest) Descriptor() ([]byte, []int) { - return file_flow_execution_execution_proto_rawDescGZIP(), []int{11} +func (m *GetTransactionsByBlockIDRequest) XXX_Merge(src proto.Message) { + xxx_messageInfo_GetTransactionsByBlockIDRequest.Merge(m, src) +} +func (m *GetTransactionsByBlockIDRequest) XXX_Size() int { + return xxx_messageInfo_GetTransactionsByBlockIDRequest.Size(m) +} +func (m *GetTransactionsByBlockIDRequest) XXX_DiscardUnknown() { + xxx_messageInfo_GetTransactionsByBlockIDRequest.DiscardUnknown(m) } -func (x *GetTransactionsByBlockIDRequest) GetBlockId() []byte { - if x != nil { - return x.BlockId +var xxx_messageInfo_GetTransactionsByBlockIDRequest proto.InternalMessageInfo + +func (m *GetTransactionsByBlockIDRequest) GetBlockId() []byte { + if m != nil { + return m.BlockId } return nil } type GetTransactionResultsResponse struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - TransactionResults []*GetTransactionResultResponse `protobuf:"bytes,1,rep,name=transaction_results,json=transactionResults,proto3" json:"transaction_results,omitempty"` EventEncodingVersion EventEncodingVersion `protobuf:"varint,2,opt,name=event_encoding_version,json=eventEncodingVersion,proto3,enum=flow.execution.EventEncodingVersion" json:"event_encoding_version,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (x *GetTransactionResultsResponse) Reset() { - *x = GetTransactionResultsResponse{} - if protoimpl.UnsafeEnabled { - mi := &file_flow_execution_execution_proto_msgTypes[12] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } +func (m *GetTransactionResultsResponse) Reset() { *m = GetTransactionResultsResponse{} } +func (m *GetTransactionResultsResponse) String() string { return proto.CompactTextString(m) } +func (*GetTransactionResultsResponse) ProtoMessage() {} +func (*GetTransactionResultsResponse) Descriptor() ([]byte, []int) { + return fileDescriptor_699624211ed46c53, []int{12} } -func (x *GetTransactionResultsResponse) String() string { - return protoimpl.X.MessageStringOf(x) +func (m *GetTransactionResultsResponse) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_GetTransactionResultsResponse.Unmarshal(m, b) } - -func (*GetTransactionResultsResponse) ProtoMessage() {} - -func (x *GetTransactionResultsResponse) ProtoReflect() protoreflect.Message { - mi := &file_flow_execution_execution_proto_msgTypes[12] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) +func (m *GetTransactionResultsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_GetTransactionResultsResponse.Marshal(b, m, deterministic) } - -// Deprecated: Use GetTransactionResultsResponse.ProtoReflect.Descriptor instead. -func (*GetTransactionResultsResponse) Descriptor() ([]byte, []int) { - return file_flow_execution_execution_proto_rawDescGZIP(), []int{12} +func (m *GetTransactionResultsResponse) XXX_Merge(src proto.Message) { + xxx_messageInfo_GetTransactionResultsResponse.Merge(m, src) +} +func (m *GetTransactionResultsResponse) XXX_Size() int { + return xxx_messageInfo_GetTransactionResultsResponse.Size(m) } +func (m *GetTransactionResultsResponse) XXX_DiscardUnknown() { + xxx_messageInfo_GetTransactionResultsResponse.DiscardUnknown(m) +} + +var xxx_messageInfo_GetTransactionResultsResponse proto.InternalMessageInfo -func (x *GetTransactionResultsResponse) GetTransactionResults() []*GetTransactionResultResponse { - if x != nil { - return x.TransactionResults +func (m *GetTransactionResultsResponse) GetTransactionResults() []*GetTransactionResultResponse { + if m != nil { + return m.TransactionResults } return nil } -func (x *GetTransactionResultsResponse) GetEventEncodingVersion() EventEncodingVersion { - if x != nil { - return x.EventEncodingVersion +func (m *GetTransactionResultsResponse) GetEventEncodingVersion() EventEncodingVersion { + if m != nil { + return m.EventEncodingVersion } return EventEncodingVersion_JSON_CDC_V0 } type GetRegisterAtBlockIDRequest struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - BlockId []byte `protobuf:"bytes,1,opt,name=block_id,json=blockId,proto3" json:"block_id,omitempty"` RegisterOwner []byte `protobuf:"bytes,2,opt,name=register_owner,json=registerOwner,proto3" json:"register_owner,omitempty"` // bytes register_controller = 3; @deprecated - RegisterKey []byte `protobuf:"bytes,4,opt,name=register_key,json=registerKey,proto3" json:"register_key,omitempty"` + RegisterKey []byte `protobuf:"bytes,4,opt,name=register_key,json=registerKey,proto3" json:"register_key,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (x *GetRegisterAtBlockIDRequest) Reset() { - *x = GetRegisterAtBlockIDRequest{} - if protoimpl.UnsafeEnabled { - mi := &file_flow_execution_execution_proto_msgTypes[13] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } +func (m *GetRegisterAtBlockIDRequest) Reset() { *m = GetRegisterAtBlockIDRequest{} } +func (m *GetRegisterAtBlockIDRequest) String() string { return proto.CompactTextString(m) } +func (*GetRegisterAtBlockIDRequest) ProtoMessage() {} +func (*GetRegisterAtBlockIDRequest) Descriptor() ([]byte, []int) { + return fileDescriptor_699624211ed46c53, []int{13} } -func (x *GetRegisterAtBlockIDRequest) String() string { - return protoimpl.X.MessageStringOf(x) +func (m *GetRegisterAtBlockIDRequest) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_GetRegisterAtBlockIDRequest.Unmarshal(m, b) } - -func (*GetRegisterAtBlockIDRequest) ProtoMessage() {} - -func (x *GetRegisterAtBlockIDRequest) ProtoReflect() protoreflect.Message { - mi := &file_flow_execution_execution_proto_msgTypes[13] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) +func (m *GetRegisterAtBlockIDRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_GetRegisterAtBlockIDRequest.Marshal(b, m, deterministic) } - -// Deprecated: Use GetRegisterAtBlockIDRequest.ProtoReflect.Descriptor instead. -func (*GetRegisterAtBlockIDRequest) Descriptor() ([]byte, []int) { - return file_flow_execution_execution_proto_rawDescGZIP(), []int{13} +func (m *GetRegisterAtBlockIDRequest) XXX_Merge(src proto.Message) { + xxx_messageInfo_GetRegisterAtBlockIDRequest.Merge(m, src) +} +func (m *GetRegisterAtBlockIDRequest) XXX_Size() int { + return xxx_messageInfo_GetRegisterAtBlockIDRequest.Size(m) } +func (m *GetRegisterAtBlockIDRequest) XXX_DiscardUnknown() { + xxx_messageInfo_GetRegisterAtBlockIDRequest.DiscardUnknown(m) +} + +var xxx_messageInfo_GetRegisterAtBlockIDRequest proto.InternalMessageInfo -func (x *GetRegisterAtBlockIDRequest) GetBlockId() []byte { - if x != nil { - return x.BlockId +func (m *GetRegisterAtBlockIDRequest) GetBlockId() []byte { + if m != nil { + return m.BlockId } return nil } -func (x *GetRegisterAtBlockIDRequest) GetRegisterOwner() []byte { - if x != nil { - return x.RegisterOwner +func (m *GetRegisterAtBlockIDRequest) GetRegisterOwner() []byte { + if m != nil { + return m.RegisterOwner } return nil } -func (x *GetRegisterAtBlockIDRequest) GetRegisterKey() []byte { - if x != nil { - return x.RegisterKey +func (m *GetRegisterAtBlockIDRequest) GetRegisterKey() []byte { + if m != nil { + return m.RegisterKey } return nil } type GetRegisterAtBlockIDResponse struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Value []byte `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"` + Value []byte `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (x *GetRegisterAtBlockIDResponse) Reset() { - *x = GetRegisterAtBlockIDResponse{} - if protoimpl.UnsafeEnabled { - mi := &file_flow_execution_execution_proto_msgTypes[14] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } +func (m *GetRegisterAtBlockIDResponse) Reset() { *m = GetRegisterAtBlockIDResponse{} } +func (m *GetRegisterAtBlockIDResponse) String() string { return proto.CompactTextString(m) } +func (*GetRegisterAtBlockIDResponse) ProtoMessage() {} +func (*GetRegisterAtBlockIDResponse) Descriptor() ([]byte, []int) { + return fileDescriptor_699624211ed46c53, []int{14} } -func (x *GetRegisterAtBlockIDResponse) String() string { - return protoimpl.X.MessageStringOf(x) +func (m *GetRegisterAtBlockIDResponse) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_GetRegisterAtBlockIDResponse.Unmarshal(m, b) } - -func (*GetRegisterAtBlockIDResponse) ProtoMessage() {} - -func (x *GetRegisterAtBlockIDResponse) ProtoReflect() protoreflect.Message { - mi := &file_flow_execution_execution_proto_msgTypes[14] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) +func (m *GetRegisterAtBlockIDResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_GetRegisterAtBlockIDResponse.Marshal(b, m, deterministic) } - -// Deprecated: Use GetRegisterAtBlockIDResponse.ProtoReflect.Descriptor instead. -func (*GetRegisterAtBlockIDResponse) Descriptor() ([]byte, []int) { - return file_flow_execution_execution_proto_rawDescGZIP(), []int{14} +func (m *GetRegisterAtBlockIDResponse) XXX_Merge(src proto.Message) { + xxx_messageInfo_GetRegisterAtBlockIDResponse.Merge(m, src) +} +func (m *GetRegisterAtBlockIDResponse) XXX_Size() int { + return xxx_messageInfo_GetRegisterAtBlockIDResponse.Size(m) } +func (m *GetRegisterAtBlockIDResponse) XXX_DiscardUnknown() { + xxx_messageInfo_GetRegisterAtBlockIDResponse.DiscardUnknown(m) +} + +var xxx_messageInfo_GetRegisterAtBlockIDResponse proto.InternalMessageInfo -func (x *GetRegisterAtBlockIDResponse) GetValue() []byte { - if x != nil { - return x.Value +func (m *GetRegisterAtBlockIDResponse) GetValue() []byte { + if m != nil { + return m.Value } return nil } type GetLatestBlockHeaderRequest struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - IsSealed bool `protobuf:"varint,1,opt,name=is_sealed,json=isSealed,proto3" json:"is_sealed,omitempty"` + IsSealed bool `protobuf:"varint,1,opt,name=is_sealed,json=isSealed,proto3" json:"is_sealed,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (x *GetLatestBlockHeaderRequest) Reset() { - *x = GetLatestBlockHeaderRequest{} - if protoimpl.UnsafeEnabled { - mi := &file_flow_execution_execution_proto_msgTypes[15] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } +func (m *GetLatestBlockHeaderRequest) Reset() { *m = GetLatestBlockHeaderRequest{} } +func (m *GetLatestBlockHeaderRequest) String() string { return proto.CompactTextString(m) } +func (*GetLatestBlockHeaderRequest) ProtoMessage() {} +func (*GetLatestBlockHeaderRequest) Descriptor() ([]byte, []int) { + return fileDescriptor_699624211ed46c53, []int{15} } -func (x *GetLatestBlockHeaderRequest) String() string { - return protoimpl.X.MessageStringOf(x) +func (m *GetLatestBlockHeaderRequest) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_GetLatestBlockHeaderRequest.Unmarshal(m, b) } - -func (*GetLatestBlockHeaderRequest) ProtoMessage() {} - -func (x *GetLatestBlockHeaderRequest) ProtoReflect() protoreflect.Message { - mi := &file_flow_execution_execution_proto_msgTypes[15] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) +func (m *GetLatestBlockHeaderRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_GetLatestBlockHeaderRequest.Marshal(b, m, deterministic) } - -// Deprecated: Use GetLatestBlockHeaderRequest.ProtoReflect.Descriptor instead. -func (*GetLatestBlockHeaderRequest) Descriptor() ([]byte, []int) { - return file_flow_execution_execution_proto_rawDescGZIP(), []int{15} +func (m *GetLatestBlockHeaderRequest) XXX_Merge(src proto.Message) { + xxx_messageInfo_GetLatestBlockHeaderRequest.Merge(m, src) } - -func (x *GetLatestBlockHeaderRequest) GetIsSealed() bool { - if x != nil { - return x.IsSealed - } - return false +func (m *GetLatestBlockHeaderRequest) XXX_Size() int { + return xxx_messageInfo_GetLatestBlockHeaderRequest.Size(m) } - -type GetBlockHeaderByIDRequest struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Id []byte `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` +func (m *GetLatestBlockHeaderRequest) XXX_DiscardUnknown() { + xxx_messageInfo_GetLatestBlockHeaderRequest.DiscardUnknown(m) } -func (x *GetBlockHeaderByIDRequest) Reset() { - *x = GetBlockHeaderByIDRequest{} - if protoimpl.UnsafeEnabled { - mi := &file_flow_execution_execution_proto_msgTypes[16] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} +var xxx_messageInfo_GetLatestBlockHeaderRequest proto.InternalMessageInfo -func (x *GetBlockHeaderByIDRequest) String() string { - return protoimpl.X.MessageStringOf(x) +func (m *GetLatestBlockHeaderRequest) GetIsSealed() bool { + if m != nil { + return m.IsSealed + } + return false } -func (*GetBlockHeaderByIDRequest) ProtoMessage() {} - -func (x *GetBlockHeaderByIDRequest) ProtoReflect() protoreflect.Message { - mi := &file_flow_execution_execution_proto_msgTypes[16] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) +type GetBlockHeaderByIDRequest struct { + Id []byte `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -// Deprecated: Use GetBlockHeaderByIDRequest.ProtoReflect.Descriptor instead. +func (m *GetBlockHeaderByIDRequest) Reset() { *m = GetBlockHeaderByIDRequest{} } +func (m *GetBlockHeaderByIDRequest) String() string { return proto.CompactTextString(m) } +func (*GetBlockHeaderByIDRequest) ProtoMessage() {} func (*GetBlockHeaderByIDRequest) Descriptor() ([]byte, []int) { - return file_flow_execution_execution_proto_rawDescGZIP(), []int{16} + return fileDescriptor_699624211ed46c53, []int{16} } -func (x *GetBlockHeaderByIDRequest) GetId() []byte { - if x != nil { - return x.Id - } - return nil +func (m *GetBlockHeaderByIDRequest) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_GetBlockHeaderByIDRequest.Unmarshal(m, b) } - -type BlockHeaderResponse struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Block *entities.BlockHeader `protobuf:"bytes,1,opt,name=block,proto3" json:"block,omitempty"` +func (m *GetBlockHeaderByIDRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_GetBlockHeaderByIDRequest.Marshal(b, m, deterministic) } - -func (x *BlockHeaderResponse) Reset() { - *x = BlockHeaderResponse{} - if protoimpl.UnsafeEnabled { - mi := &file_flow_execution_execution_proto_msgTypes[17] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } +func (m *GetBlockHeaderByIDRequest) XXX_Merge(src proto.Message) { + xxx_messageInfo_GetBlockHeaderByIDRequest.Merge(m, src) } - -func (x *BlockHeaderResponse) String() string { - return protoimpl.X.MessageStringOf(x) +func (m *GetBlockHeaderByIDRequest) XXX_Size() int { + return xxx_messageInfo_GetBlockHeaderByIDRequest.Size(m) } - -func (*BlockHeaderResponse) ProtoMessage() {} - -func (x *BlockHeaderResponse) ProtoReflect() protoreflect.Message { - mi := &file_flow_execution_execution_proto_msgTypes[17] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) +func (m *GetBlockHeaderByIDRequest) XXX_DiscardUnknown() { + xxx_messageInfo_GetBlockHeaderByIDRequest.DiscardUnknown(m) } -// Deprecated: Use BlockHeaderResponse.ProtoReflect.Descriptor instead. -func (*BlockHeaderResponse) Descriptor() ([]byte, []int) { - return file_flow_execution_execution_proto_rawDescGZIP(), []int{17} -} +var xxx_messageInfo_GetBlockHeaderByIDRequest proto.InternalMessageInfo -func (x *BlockHeaderResponse) GetBlock() *entities.BlockHeader { - if x != nil { - return x.Block +func (m *GetBlockHeaderByIDRequest) GetId() []byte { + if m != nil { + return m.Id } return nil } -type GetEventsForBlockIDsResponse_Result struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - BlockId []byte `protobuf:"bytes,1,opt,name=block_id,json=blockId,proto3" json:"block_id,omitempty"` - BlockHeight uint64 `protobuf:"varint,2,opt,name=block_height,json=blockHeight,proto3" json:"block_height,omitempty"` - Events []*entities.Event `protobuf:"bytes,3,rep,name=events,proto3" json:"events,omitempty"` +type BlockHeaderResponse struct { + Block *entities.BlockHeader `protobuf:"bytes,1,opt,name=block,proto3" json:"block,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (x *GetEventsForBlockIDsResponse_Result) Reset() { - *x = GetEventsForBlockIDsResponse_Result{} - if protoimpl.UnsafeEnabled { - mi := &file_flow_execution_execution_proto_msgTypes[18] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } +func (m *BlockHeaderResponse) Reset() { *m = BlockHeaderResponse{} } +func (m *BlockHeaderResponse) String() string { return proto.CompactTextString(m) } +func (*BlockHeaderResponse) ProtoMessage() {} +func (*BlockHeaderResponse) Descriptor() ([]byte, []int) { + return fileDescriptor_699624211ed46c53, []int{17} } -func (x *GetEventsForBlockIDsResponse_Result) String() string { - return protoimpl.X.MessageStringOf(x) +func (m *BlockHeaderResponse) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_BlockHeaderResponse.Unmarshal(m, b) } - -func (*GetEventsForBlockIDsResponse_Result) ProtoMessage() {} - -func (x *GetEventsForBlockIDsResponse_Result) ProtoReflect() protoreflect.Message { - mi := &file_flow_execution_execution_proto_msgTypes[18] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) +func (m *BlockHeaderResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_BlockHeaderResponse.Marshal(b, m, deterministic) } - -// Deprecated: Use GetEventsForBlockIDsResponse_Result.ProtoReflect.Descriptor instead. -func (*GetEventsForBlockIDsResponse_Result) Descriptor() ([]byte, []int) { - return file_flow_execution_execution_proto_rawDescGZIP(), []int{6, 0} +func (m *BlockHeaderResponse) XXX_Merge(src proto.Message) { + xxx_messageInfo_BlockHeaderResponse.Merge(m, src) } - -func (x *GetEventsForBlockIDsResponse_Result) GetBlockId() []byte { - if x != nil { - return x.BlockId - } - return nil +func (m *BlockHeaderResponse) XXX_Size() int { + return xxx_messageInfo_BlockHeaderResponse.Size(m) } - -func (x *GetEventsForBlockIDsResponse_Result) GetBlockHeight() uint64 { - if x != nil { - return x.BlockHeight - } - return 0 +func (m *BlockHeaderResponse) XXX_DiscardUnknown() { + xxx_messageInfo_BlockHeaderResponse.DiscardUnknown(m) } -func (x *GetEventsForBlockIDsResponse_Result) GetEvents() []*entities.Event { - if x != nil { - return x.Events +var xxx_messageInfo_BlockHeaderResponse proto.InternalMessageInfo + +func (m *BlockHeaderResponse) GetBlock() *entities.BlockHeader { + if m != nil { + return m.Block } return nil } -var File_flow_execution_execution_proto protoreflect.FileDescriptor - -var file_flow_execution_execution_proto_rawDesc = []byte{ - 0x0a, 0x1e, 0x66, 0x6c, 0x6f, 0x77, 0x2f, 0x65, 0x78, 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, 0x6e, - 0x2f, 0x65, 0x78, 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, - 0x12, 0x0e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x65, 0x78, 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, 0x6e, - 0x1a, 0x1b, 0x66, 0x6c, 0x6f, 0x77, 0x2f, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x2f, - 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x20, 0x66, - 0x6c, 0x6f, 0x77, 0x2f, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x2f, 0x62, 0x6c, 0x6f, - 0x63, 0x6b, 0x5f, 0x68, 0x65, 0x61, 0x64, 0x65, 0x72, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, - 0x19, 0x66, 0x6c, 0x6f, 0x77, 0x2f, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x2f, 0x65, - 0x76, 0x65, 0x6e, 0x74, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x1f, 0x66, 0x6c, 0x6f, 0x77, - 0x2f, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x2f, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x61, - 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0x0d, 0x0a, 0x0b, 0x50, - 0x69, 0x6e, 0x67, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x22, 0x0e, 0x0a, 0x0c, 0x50, 0x69, - 0x6e, 0x67, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x51, 0x0a, 0x1a, 0x47, 0x65, - 0x74, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x41, 0x74, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x49, - 0x44, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x19, 0x0a, 0x08, 0x62, 0x6c, 0x6f, 0x63, - 0x6b, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x07, 0x62, 0x6c, 0x6f, 0x63, - 0x6b, 0x49, 0x64, 0x12, 0x18, 0x0a, 0x07, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x18, 0x02, - 0x20, 0x01, 0x28, 0x0c, 0x52, 0x07, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x22, 0x4f, 0x0a, - 0x1b, 0x47, 0x65, 0x74, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x41, 0x74, 0x42, 0x6c, 0x6f, - 0x63, 0x6b, 0x49, 0x44, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x30, 0x0a, 0x07, - 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x16, 0x2e, - 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x2e, 0x41, 0x63, - 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x52, 0x07, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x22, 0x70, - 0x0a, 0x1d, 0x45, 0x78, 0x65, 0x63, 0x75, 0x74, 0x65, 0x53, 0x63, 0x72, 0x69, 0x70, 0x74, 0x41, - 0x74, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x49, 0x44, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, - 0x19, 0x0a, 0x08, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, - 0x0c, 0x52, 0x07, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x49, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x73, 0x63, - 0x72, 0x69, 0x70, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x06, 0x73, 0x63, 0x72, 0x69, - 0x70, 0x74, 0x12, 0x1c, 0x0a, 0x09, 0x61, 0x72, 0x67, 0x75, 0x6d, 0x65, 0x6e, 0x74, 0x73, 0x18, - 0x03, 0x20, 0x03, 0x28, 0x0c, 0x52, 0x09, 0x61, 0x72, 0x67, 0x75, 0x6d, 0x65, 0x6e, 0x74, 0x73, - 0x22, 0x36, 0x0a, 0x1e, 0x45, 0x78, 0x65, 0x63, 0x75, 0x74, 0x65, 0x53, 0x63, 0x72, 0x69, 0x70, - 0x74, 0x41, 0x74, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x49, 0x44, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, - 0x73, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, - 0x0c, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x22, 0xbf, 0x02, 0x0a, 0x1c, 0x47, 0x65, 0x74, - 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x46, 0x6f, 0x72, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x49, 0x44, - 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x4d, 0x0a, 0x07, 0x72, 0x65, 0x73, - 0x75, 0x6c, 0x74, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x33, 0x2e, 0x66, 0x6c, 0x6f, - 0x77, 0x2e, 0x65, 0x78, 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x47, 0x65, 0x74, 0x45, - 0x76, 0x65, 0x6e, 0x74, 0x73, 0x46, 0x6f, 0x72, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x49, 0x44, 0x73, - 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x52, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x52, - 0x07, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x73, 0x12, 0x5a, 0x0a, 0x16, 0x65, 0x76, 0x65, 0x6e, - 0x74, 0x5f, 0x65, 0x6e, 0x63, 0x6f, 0x64, 0x69, 0x6e, 0x67, 0x5f, 0x76, 0x65, 0x72, 0x73, 0x69, - 0x6f, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x24, 0x2e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, - 0x65, 0x78, 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x45, - 0x6e, 0x63, 0x6f, 0x64, 0x69, 0x6e, 0x67, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x52, 0x14, - 0x65, 0x76, 0x65, 0x6e, 0x74, 0x45, 0x6e, 0x63, 0x6f, 0x64, 0x69, 0x6e, 0x67, 0x56, 0x65, 0x72, - 0x73, 0x69, 0x6f, 0x6e, 0x1a, 0x74, 0x0a, 0x06, 0x52, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x12, 0x19, - 0x0a, 0x08, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, - 0x52, 0x07, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x49, 0x64, 0x12, 0x21, 0x0a, 0x0c, 0x62, 0x6c, 0x6f, - 0x63, 0x6b, 0x5f, 0x68, 0x65, 0x69, 0x67, 0x68, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x04, 0x52, - 0x0b, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x48, 0x65, 0x69, 0x67, 0x68, 0x74, 0x12, 0x2c, 0x0a, 0x06, - 0x65, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x03, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x14, 0x2e, 0x66, - 0x6c, 0x6f, 0x77, 0x2e, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x2e, 0x45, 0x76, 0x65, - 0x6e, 0x74, 0x52, 0x06, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x22, 0x4e, 0x0a, 0x1b, 0x47, 0x65, - 0x74, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x46, 0x6f, 0x72, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x49, - 0x44, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x74, 0x79, 0x70, - 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x74, 0x79, 0x70, 0x65, 0x12, 0x1b, 0x0a, - 0x09, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x5f, 0x69, 0x64, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0c, - 0x52, 0x08, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x49, 0x64, 0x73, 0x22, 0x5f, 0x0a, 0x1b, 0x47, 0x65, - 0x74, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x75, - 0x6c, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x19, 0x0a, 0x08, 0x62, 0x6c, 0x6f, - 0x63, 0x6b, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x07, 0x62, 0x6c, 0x6f, - 0x63, 0x6b, 0x49, 0x64, 0x12, 0x25, 0x0a, 0x0e, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, - 0x69, 0x6f, 0x6e, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x0d, 0x74, 0x72, - 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x64, 0x22, 0x4f, 0x0a, 0x1c, 0x47, - 0x65, 0x74, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x79, 0x49, - 0x6e, 0x64, 0x65, 0x78, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x19, 0x0a, 0x08, 0x62, - 0x6c, 0x6f, 0x63, 0x6b, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x07, 0x62, - 0x6c, 0x6f, 0x63, 0x6b, 0x49, 0x64, 0x12, 0x14, 0x0a, 0x05, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x18, - 0x02, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x05, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x22, 0xee, 0x01, 0x0a, - 0x1c, 0x47, 0x65, 0x74, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x52, - 0x65, 0x73, 0x75, 0x6c, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x1f, 0x0a, - 0x0b, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x5f, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, - 0x28, 0x0d, 0x52, 0x0a, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x23, - 0x0a, 0x0d, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x5f, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x18, - 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x4d, 0x65, 0x73, 0x73, - 0x61, 0x67, 0x65, 0x12, 0x2c, 0x0a, 0x06, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x03, 0x20, - 0x03, 0x28, 0x0b, 0x32, 0x14, 0x2e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x65, 0x6e, 0x74, 0x69, 0x74, - 0x69, 0x65, 0x73, 0x2e, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x52, 0x06, 0x65, 0x76, 0x65, 0x6e, 0x74, - 0x73, 0x12, 0x5a, 0x0a, 0x16, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x5f, 0x65, 0x6e, 0x63, 0x6f, 0x64, - 0x69, 0x6e, 0x67, 0x5f, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, - 0x0e, 0x32, 0x24, 0x2e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x65, 0x78, 0x65, 0x63, 0x75, 0x74, 0x69, - 0x6f, 0x6e, 0x2e, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x45, 0x6e, 0x63, 0x6f, 0x64, 0x69, 0x6e, 0x67, - 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x52, 0x14, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x45, 0x6e, - 0x63, 0x6f, 0x64, 0x69, 0x6e, 0x67, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x22, 0x3c, 0x0a, - 0x1f, 0x47, 0x65, 0x74, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x73, - 0x42, 0x79, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x49, 0x44, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, - 0x12, 0x19, 0x0a, 0x08, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, - 0x28, 0x0c, 0x52, 0x07, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x49, 0x64, 0x22, 0xda, 0x01, 0x0a, 0x1d, - 0x47, 0x65, 0x74, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, - 0x73, 0x75, 0x6c, 0x74, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x5d, 0x0a, - 0x13, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x72, 0x65, 0x73, - 0x75, 0x6c, 0x74, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x2c, 0x2e, 0x66, 0x6c, 0x6f, - 0x77, 0x2e, 0x65, 0x78, 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x47, 0x65, 0x74, 0x54, - 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x75, 0x6c, 0x74, - 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x52, 0x12, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x61, - 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x73, 0x12, 0x5a, 0x0a, 0x16, - 0x65, 0x76, 0x65, 0x6e, 0x74, 0x5f, 0x65, 0x6e, 0x63, 0x6f, 0x64, 0x69, 0x6e, 0x67, 0x5f, 0x76, - 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x24, 0x2e, 0x66, - 0x6c, 0x6f, 0x77, 0x2e, 0x65, 0x78, 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x45, 0x76, - 0x65, 0x6e, 0x74, 0x45, 0x6e, 0x63, 0x6f, 0x64, 0x69, 0x6e, 0x67, 0x56, 0x65, 0x72, 0x73, 0x69, - 0x6f, 0x6e, 0x52, 0x14, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x45, 0x6e, 0x63, 0x6f, 0x64, 0x69, 0x6e, - 0x67, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x22, 0x88, 0x01, 0x0a, 0x1b, 0x47, 0x65, 0x74, - 0x52, 0x65, 0x67, 0x69, 0x73, 0x74, 0x65, 0x72, 0x41, 0x74, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x49, - 0x44, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x19, 0x0a, 0x08, 0x62, 0x6c, 0x6f, 0x63, - 0x6b, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x07, 0x62, 0x6c, 0x6f, 0x63, - 0x6b, 0x49, 0x64, 0x12, 0x25, 0x0a, 0x0e, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x65, 0x72, 0x5f, - 0x6f, 0x77, 0x6e, 0x65, 0x72, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x0d, 0x72, 0x65, 0x67, - 0x69, 0x73, 0x74, 0x65, 0x72, 0x4f, 0x77, 0x6e, 0x65, 0x72, 0x12, 0x21, 0x0a, 0x0c, 0x72, 0x65, - 0x67, 0x69, 0x73, 0x74, 0x65, 0x72, 0x5f, 0x6b, 0x65, 0x79, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0c, - 0x52, 0x0b, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x65, 0x72, 0x4b, 0x65, 0x79, 0x4a, 0x04, 0x08, - 0x03, 0x10, 0x04, 0x22, 0x34, 0x0a, 0x1c, 0x47, 0x65, 0x74, 0x52, 0x65, 0x67, 0x69, 0x73, 0x74, - 0x65, 0x72, 0x41, 0x74, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x49, 0x44, 0x52, 0x65, 0x73, 0x70, 0x6f, - 0x6e, 0x73, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x01, 0x20, 0x01, - 0x28, 0x0c, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x22, 0x3a, 0x0a, 0x1b, 0x47, 0x65, 0x74, - 0x4c, 0x61, 0x74, 0x65, 0x73, 0x74, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x48, 0x65, 0x61, 0x64, 0x65, - 0x72, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x1b, 0x0a, 0x09, 0x69, 0x73, 0x5f, 0x73, - 0x65, 0x61, 0x6c, 0x65, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x08, 0x69, 0x73, 0x53, - 0x65, 0x61, 0x6c, 0x65, 0x64, 0x22, 0x2b, 0x0a, 0x19, 0x47, 0x65, 0x74, 0x42, 0x6c, 0x6f, 0x63, - 0x6b, 0x48, 0x65, 0x61, 0x64, 0x65, 0x72, 0x42, 0x79, 0x49, 0x44, 0x52, 0x65, 0x71, 0x75, 0x65, - 0x73, 0x74, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x02, - 0x69, 0x64, 0x22, 0x47, 0x0a, 0x13, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x48, 0x65, 0x61, 0x64, 0x65, - 0x72, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x30, 0x0a, 0x05, 0x62, 0x6c, 0x6f, - 0x63, 0x6b, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, - 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x2e, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x48, 0x65, - 0x61, 0x64, 0x65, 0x72, 0x52, 0x05, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x2a, 0x33, 0x0a, 0x14, 0x45, - 0x76, 0x65, 0x6e, 0x74, 0x45, 0x6e, 0x63, 0x6f, 0x64, 0x69, 0x6e, 0x67, 0x56, 0x65, 0x72, 0x73, - 0x69, 0x6f, 0x6e, 0x12, 0x0f, 0x0a, 0x0b, 0x4a, 0x53, 0x4f, 0x4e, 0x5f, 0x43, 0x44, 0x43, 0x5f, - 0x56, 0x30, 0x10, 0x00, 0x12, 0x0a, 0x0a, 0x06, 0x43, 0x43, 0x46, 0x5f, 0x56, 0x30, 0x10, 0x01, - 0x32, 0xe1, 0x08, 0x0a, 0x0c, 0x45, 0x78, 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x41, 0x50, - 0x49, 0x12, 0x41, 0x0a, 0x04, 0x50, 0x69, 0x6e, 0x67, 0x12, 0x1b, 0x2e, 0x66, 0x6c, 0x6f, 0x77, - 0x2e, 0x65, 0x78, 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x50, 0x69, 0x6e, 0x67, 0x52, - 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1c, 0x2e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x65, 0x78, - 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x50, 0x69, 0x6e, 0x67, 0x52, 0x65, 0x73, 0x70, - 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x6e, 0x0a, 0x13, 0x47, 0x65, 0x74, 0x41, 0x63, 0x63, 0x6f, 0x75, - 0x6e, 0x74, 0x41, 0x74, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x49, 0x44, 0x12, 0x2a, 0x2e, 0x66, 0x6c, - 0x6f, 0x77, 0x2e, 0x65, 0x78, 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x47, 0x65, 0x74, - 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x41, 0x74, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x49, 0x44, - 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x2b, 0x2e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x65, - 0x78, 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x47, 0x65, 0x74, 0x41, 0x63, 0x63, 0x6f, - 0x75, 0x6e, 0x74, 0x41, 0x74, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x49, 0x44, 0x52, 0x65, 0x73, 0x70, - 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x77, 0x0a, 0x16, 0x45, 0x78, 0x65, 0x63, 0x75, 0x74, 0x65, 0x53, - 0x63, 0x72, 0x69, 0x70, 0x74, 0x41, 0x74, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x49, 0x44, 0x12, 0x2d, - 0x2e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x65, 0x78, 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x2e, - 0x45, 0x78, 0x65, 0x63, 0x75, 0x74, 0x65, 0x53, 0x63, 0x72, 0x69, 0x70, 0x74, 0x41, 0x74, 0x42, - 0x6c, 0x6f, 0x63, 0x6b, 0x49, 0x44, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x2e, 0x2e, - 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x65, 0x78, 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x45, - 0x78, 0x65, 0x63, 0x75, 0x74, 0x65, 0x53, 0x63, 0x72, 0x69, 0x70, 0x74, 0x41, 0x74, 0x42, 0x6c, - 0x6f, 0x63, 0x6b, 0x49, 0x44, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x71, 0x0a, - 0x14, 0x47, 0x65, 0x74, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x46, 0x6f, 0x72, 0x42, 0x6c, 0x6f, - 0x63, 0x6b, 0x49, 0x44, 0x73, 0x12, 0x2b, 0x2e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x65, 0x78, 0x65, - 0x63, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x47, 0x65, 0x74, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, - 0x46, 0x6f, 0x72, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x49, 0x44, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, - 0x73, 0x74, 0x1a, 0x2c, 0x2e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x65, 0x78, 0x65, 0x63, 0x75, 0x74, - 0x69, 0x6f, 0x6e, 0x2e, 0x47, 0x65, 0x74, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x46, 0x6f, 0x72, - 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x49, 0x44, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, - 0x12, 0x71, 0x0a, 0x14, 0x47, 0x65, 0x74, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, - 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x12, 0x2b, 0x2e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, - 0x65, 0x78, 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x47, 0x65, 0x74, 0x54, 0x72, 0x61, - 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x52, 0x65, - 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x2c, 0x2e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x65, 0x78, 0x65, - 0x63, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x47, 0x65, 0x74, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, - 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, - 0x6e, 0x73, 0x65, 0x12, 0x79, 0x0a, 0x1b, 0x47, 0x65, 0x74, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, - 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x42, 0x79, 0x49, 0x6e, 0x64, - 0x65, 0x78, 0x12, 0x2c, 0x2e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x65, 0x78, 0x65, 0x63, 0x75, 0x74, - 0x69, 0x6f, 0x6e, 0x2e, 0x47, 0x65, 0x74, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, - 0x6f, 0x6e, 0x42, 0x79, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, - 0x1a, 0x2c, 0x2e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x65, 0x78, 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, - 0x6e, 0x2e, 0x47, 0x65, 0x74, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, - 0x52, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x80, - 0x01, 0x0a, 0x1e, 0x47, 0x65, 0x74, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, - 0x6e, 0x52, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x73, 0x42, 0x79, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x49, - 0x44, 0x12, 0x2f, 0x2e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x65, 0x78, 0x65, 0x63, 0x75, 0x74, 0x69, - 0x6f, 0x6e, 0x2e, 0x47, 0x65, 0x74, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, - 0x6e, 0x73, 0x42, 0x79, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x49, 0x44, 0x52, 0x65, 0x71, 0x75, 0x65, - 0x73, 0x74, 0x1a, 0x2d, 0x2e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x65, 0x78, 0x65, 0x63, 0x75, 0x74, - 0x69, 0x6f, 0x6e, 0x2e, 0x47, 0x65, 0x74, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, - 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, - 0x65, 0x12, 0x71, 0x0a, 0x14, 0x47, 0x65, 0x74, 0x52, 0x65, 0x67, 0x69, 0x73, 0x74, 0x65, 0x72, - 0x41, 0x74, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x49, 0x44, 0x12, 0x2b, 0x2e, 0x66, 0x6c, 0x6f, 0x77, - 0x2e, 0x65, 0x78, 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x47, 0x65, 0x74, 0x52, 0x65, - 0x67, 0x69, 0x73, 0x74, 0x65, 0x72, 0x41, 0x74, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x49, 0x44, 0x52, - 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x2c, 0x2e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x65, 0x78, - 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x47, 0x65, 0x74, 0x52, 0x65, 0x67, 0x69, 0x73, - 0x74, 0x65, 0x72, 0x41, 0x74, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x49, 0x44, 0x52, 0x65, 0x73, 0x70, - 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x68, 0x0a, 0x14, 0x47, 0x65, 0x74, 0x4c, 0x61, 0x74, 0x65, 0x73, - 0x74, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x48, 0x65, 0x61, 0x64, 0x65, 0x72, 0x12, 0x2b, 0x2e, 0x66, - 0x6c, 0x6f, 0x77, 0x2e, 0x65, 0x78, 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x47, 0x65, - 0x74, 0x4c, 0x61, 0x74, 0x65, 0x73, 0x74, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x48, 0x65, 0x61, 0x64, - 0x65, 0x72, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x23, 0x2e, 0x66, 0x6c, 0x6f, 0x77, - 0x2e, 0x65, 0x78, 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x42, 0x6c, 0x6f, 0x63, 0x6b, - 0x48, 0x65, 0x61, 0x64, 0x65, 0x72, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x64, - 0x0a, 0x12, 0x47, 0x65, 0x74, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x48, 0x65, 0x61, 0x64, 0x65, 0x72, - 0x42, 0x79, 0x49, 0x44, 0x12, 0x29, 0x2e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x65, 0x78, 0x65, 0x63, - 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x47, 0x65, 0x74, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x48, 0x65, - 0x61, 0x64, 0x65, 0x72, 0x42, 0x79, 0x49, 0x44, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, - 0x23, 0x2e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x65, 0x78, 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, 0x6e, - 0x2e, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x48, 0x65, 0x61, 0x64, 0x65, 0x72, 0x52, 0x65, 0x73, 0x70, - 0x6f, 0x6e, 0x73, 0x65, 0x42, 0x52, 0x0a, 0x1d, 0x6f, 0x72, 0x67, 0x2e, 0x6f, 0x6e, 0x66, 0x6c, - 0x6f, 0x77, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x65, 0x78, 0x65, 0x63, - 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x5a, 0x31, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, - 0x6d, 0x2f, 0x6f, 0x6e, 0x66, 0x6c, 0x6f, 0x77, 0x2f, 0x66, 0x6c, 0x6f, 0x77, 0x2f, 0x70, 0x72, - 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x67, 0x6f, 0x2f, 0x66, 0x6c, 0x6f, 0x77, 0x2f, 0x65, - 0x78, 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, -} - -var ( - file_flow_execution_execution_proto_rawDescOnce sync.Once - file_flow_execution_execution_proto_rawDescData = file_flow_execution_execution_proto_rawDesc -) - -func file_flow_execution_execution_proto_rawDescGZIP() []byte { - file_flow_execution_execution_proto_rawDescOnce.Do(func() { - file_flow_execution_execution_proto_rawDescData = protoimpl.X.CompressGZIP(file_flow_execution_execution_proto_rawDescData) - }) - return file_flow_execution_execution_proto_rawDescData -} - -var file_flow_execution_execution_proto_enumTypes = make([]protoimpl.EnumInfo, 1) -var file_flow_execution_execution_proto_msgTypes = make([]protoimpl.MessageInfo, 19) -var file_flow_execution_execution_proto_goTypes = []interface{}{ - (EventEncodingVersion)(0), // 0: flow.execution.EventEncodingVersion - (*PingRequest)(nil), // 1: flow.execution.PingRequest - (*PingResponse)(nil), // 2: flow.execution.PingResponse - (*GetAccountAtBlockIDRequest)(nil), // 3: flow.execution.GetAccountAtBlockIDRequest - (*GetAccountAtBlockIDResponse)(nil), // 4: flow.execution.GetAccountAtBlockIDResponse - (*ExecuteScriptAtBlockIDRequest)(nil), // 5: flow.execution.ExecuteScriptAtBlockIDRequest - (*ExecuteScriptAtBlockIDResponse)(nil), // 6: flow.execution.ExecuteScriptAtBlockIDResponse - (*GetEventsForBlockIDsResponse)(nil), // 7: flow.execution.GetEventsForBlockIDsResponse - (*GetEventsForBlockIDsRequest)(nil), // 8: flow.execution.GetEventsForBlockIDsRequest - (*GetTransactionResultRequest)(nil), // 9: flow.execution.GetTransactionResultRequest - (*GetTransactionByIndexRequest)(nil), // 10: flow.execution.GetTransactionByIndexRequest - (*GetTransactionResultResponse)(nil), // 11: flow.execution.GetTransactionResultResponse - (*GetTransactionsByBlockIDRequest)(nil), // 12: flow.execution.GetTransactionsByBlockIDRequest - (*GetTransactionResultsResponse)(nil), // 13: flow.execution.GetTransactionResultsResponse - (*GetRegisterAtBlockIDRequest)(nil), // 14: flow.execution.GetRegisterAtBlockIDRequest - (*GetRegisterAtBlockIDResponse)(nil), // 15: flow.execution.GetRegisterAtBlockIDResponse - (*GetLatestBlockHeaderRequest)(nil), // 16: flow.execution.GetLatestBlockHeaderRequest - (*GetBlockHeaderByIDRequest)(nil), // 17: flow.execution.GetBlockHeaderByIDRequest - (*BlockHeaderResponse)(nil), // 18: flow.execution.BlockHeaderResponse - (*GetEventsForBlockIDsResponse_Result)(nil), // 19: flow.execution.GetEventsForBlockIDsResponse.Result - (*entities.Account)(nil), // 20: flow.entities.Account - (*entities.Event)(nil), // 21: flow.entities.Event - (*entities.BlockHeader)(nil), // 22: flow.entities.BlockHeader -} -var file_flow_execution_execution_proto_depIdxs = []int32{ - 20, // 0: flow.execution.GetAccountAtBlockIDResponse.account:type_name -> flow.entities.Account - 19, // 1: flow.execution.GetEventsForBlockIDsResponse.results:type_name -> flow.execution.GetEventsForBlockIDsResponse.Result - 0, // 2: flow.execution.GetEventsForBlockIDsResponse.event_encoding_version:type_name -> flow.execution.EventEncodingVersion - 21, // 3: flow.execution.GetTransactionResultResponse.events:type_name -> flow.entities.Event - 0, // 4: flow.execution.GetTransactionResultResponse.event_encoding_version:type_name -> flow.execution.EventEncodingVersion - 11, // 5: flow.execution.GetTransactionResultsResponse.transaction_results:type_name -> flow.execution.GetTransactionResultResponse - 0, // 6: flow.execution.GetTransactionResultsResponse.event_encoding_version:type_name -> flow.execution.EventEncodingVersion - 22, // 7: flow.execution.BlockHeaderResponse.block:type_name -> flow.entities.BlockHeader - 21, // 8: flow.execution.GetEventsForBlockIDsResponse.Result.events:type_name -> flow.entities.Event - 1, // 9: flow.execution.ExecutionAPI.Ping:input_type -> flow.execution.PingRequest - 3, // 10: flow.execution.ExecutionAPI.GetAccountAtBlockID:input_type -> flow.execution.GetAccountAtBlockIDRequest - 5, // 11: flow.execution.ExecutionAPI.ExecuteScriptAtBlockID:input_type -> flow.execution.ExecuteScriptAtBlockIDRequest - 8, // 12: flow.execution.ExecutionAPI.GetEventsForBlockIDs:input_type -> flow.execution.GetEventsForBlockIDsRequest - 9, // 13: flow.execution.ExecutionAPI.GetTransactionResult:input_type -> flow.execution.GetTransactionResultRequest - 10, // 14: flow.execution.ExecutionAPI.GetTransactionResultByIndex:input_type -> flow.execution.GetTransactionByIndexRequest - 12, // 15: flow.execution.ExecutionAPI.GetTransactionResultsByBlockID:input_type -> flow.execution.GetTransactionsByBlockIDRequest - 14, // 16: flow.execution.ExecutionAPI.GetRegisterAtBlockID:input_type -> flow.execution.GetRegisterAtBlockIDRequest - 16, // 17: flow.execution.ExecutionAPI.GetLatestBlockHeader:input_type -> flow.execution.GetLatestBlockHeaderRequest - 17, // 18: flow.execution.ExecutionAPI.GetBlockHeaderByID:input_type -> flow.execution.GetBlockHeaderByIDRequest - 2, // 19: flow.execution.ExecutionAPI.Ping:output_type -> flow.execution.PingResponse - 4, // 20: flow.execution.ExecutionAPI.GetAccountAtBlockID:output_type -> flow.execution.GetAccountAtBlockIDResponse - 6, // 21: flow.execution.ExecutionAPI.ExecuteScriptAtBlockID:output_type -> flow.execution.ExecuteScriptAtBlockIDResponse - 7, // 22: flow.execution.ExecutionAPI.GetEventsForBlockIDs:output_type -> flow.execution.GetEventsForBlockIDsResponse - 11, // 23: flow.execution.ExecutionAPI.GetTransactionResult:output_type -> flow.execution.GetTransactionResultResponse - 11, // 24: flow.execution.ExecutionAPI.GetTransactionResultByIndex:output_type -> flow.execution.GetTransactionResultResponse - 13, // 25: flow.execution.ExecutionAPI.GetTransactionResultsByBlockID:output_type -> flow.execution.GetTransactionResultsResponse - 15, // 26: flow.execution.ExecutionAPI.GetRegisterAtBlockID:output_type -> flow.execution.GetRegisterAtBlockIDResponse - 18, // 27: flow.execution.ExecutionAPI.GetLatestBlockHeader:output_type -> flow.execution.BlockHeaderResponse - 18, // 28: flow.execution.ExecutionAPI.GetBlockHeaderByID:output_type -> flow.execution.BlockHeaderResponse - 19, // [19:29] is the sub-list for method output_type - 9, // [9:19] is the sub-list for method input_type - 9, // [9:9] is the sub-list for extension type_name - 9, // [9:9] is the sub-list for extension extendee - 0, // [0:9] is the sub-list for field type_name -} - -func init() { file_flow_execution_execution_proto_init() } -func file_flow_execution_execution_proto_init() { - if File_flow_execution_execution_proto != nil { - return - } - if !protoimpl.UnsafeEnabled { - file_flow_execution_execution_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*PingRequest); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_flow_execution_execution_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*PingResponse); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_flow_execution_execution_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GetAccountAtBlockIDRequest); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_flow_execution_execution_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GetAccountAtBlockIDResponse); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_flow_execution_execution_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ExecuteScriptAtBlockIDRequest); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_flow_execution_execution_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ExecuteScriptAtBlockIDResponse); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_flow_execution_execution_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GetEventsForBlockIDsResponse); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_flow_execution_execution_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GetEventsForBlockIDsRequest); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_flow_execution_execution_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GetTransactionResultRequest); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_flow_execution_execution_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GetTransactionByIndexRequest); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_flow_execution_execution_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GetTransactionResultResponse); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_flow_execution_execution_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GetTransactionsByBlockIDRequest); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_flow_execution_execution_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GetTransactionResultsResponse); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_flow_execution_execution_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GetRegisterAtBlockIDRequest); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_flow_execution_execution_proto_msgTypes[14].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GetRegisterAtBlockIDResponse); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_flow_execution_execution_proto_msgTypes[15].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GetLatestBlockHeaderRequest); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_flow_execution_execution_proto_msgTypes[16].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GetBlockHeaderByIDRequest); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_flow_execution_execution_proto_msgTypes[17].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*BlockHeaderResponse); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_flow_execution_execution_proto_msgTypes[18].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GetEventsForBlockIDsResponse_Result); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - } - type x struct{} - out := protoimpl.TypeBuilder{ - File: protoimpl.DescBuilder{ - GoPackagePath: reflect.TypeOf(x{}).PkgPath(), - RawDescriptor: file_flow_execution_execution_proto_rawDesc, - NumEnums: 1, - NumMessages: 19, - NumExtensions: 0, - NumServices: 1, - }, - GoTypes: file_flow_execution_execution_proto_goTypes, - DependencyIndexes: file_flow_execution_execution_proto_depIdxs, - EnumInfos: file_flow_execution_execution_proto_enumTypes, - MessageInfos: file_flow_execution_execution_proto_msgTypes, - }.Build() - File_flow_execution_execution_proto = out.File - file_flow_execution_execution_proto_rawDesc = nil - file_flow_execution_execution_proto_goTypes = nil - file_flow_execution_execution_proto_depIdxs = nil +func init() { + proto.RegisterEnum("flow.execution.EventEncodingVersion", EventEncodingVersion_name, EventEncodingVersion_value) + proto.RegisterType((*PingRequest)(nil), "flow.execution.PingRequest") + proto.RegisterType((*PingResponse)(nil), "flow.execution.PingResponse") + proto.RegisterType((*GetAccountAtBlockIDRequest)(nil), "flow.execution.GetAccountAtBlockIDRequest") + proto.RegisterType((*GetAccountAtBlockIDResponse)(nil), "flow.execution.GetAccountAtBlockIDResponse") + proto.RegisterType((*ExecuteScriptAtBlockIDRequest)(nil), "flow.execution.ExecuteScriptAtBlockIDRequest") + proto.RegisterType((*ExecuteScriptAtBlockIDResponse)(nil), "flow.execution.ExecuteScriptAtBlockIDResponse") + proto.RegisterType((*GetEventsForBlockIDsResponse)(nil), "flow.execution.GetEventsForBlockIDsResponse") + proto.RegisterType((*GetEventsForBlockIDsResponse_Result)(nil), "flow.execution.GetEventsForBlockIDsResponse.Result") + proto.RegisterType((*GetEventsForBlockIDsRequest)(nil), "flow.execution.GetEventsForBlockIDsRequest") + proto.RegisterType((*GetTransactionResultRequest)(nil), "flow.execution.GetTransactionResultRequest") + proto.RegisterType((*GetTransactionByIndexRequest)(nil), "flow.execution.GetTransactionByIndexRequest") + proto.RegisterType((*GetTransactionResultResponse)(nil), "flow.execution.GetTransactionResultResponse") + proto.RegisterType((*GetTransactionsByBlockIDRequest)(nil), "flow.execution.GetTransactionsByBlockIDRequest") + proto.RegisterType((*GetTransactionResultsResponse)(nil), "flow.execution.GetTransactionResultsResponse") + proto.RegisterType((*GetRegisterAtBlockIDRequest)(nil), "flow.execution.GetRegisterAtBlockIDRequest") + proto.RegisterType((*GetRegisterAtBlockIDResponse)(nil), "flow.execution.GetRegisterAtBlockIDResponse") + proto.RegisterType((*GetLatestBlockHeaderRequest)(nil), "flow.execution.GetLatestBlockHeaderRequest") + proto.RegisterType((*GetBlockHeaderByIDRequest)(nil), "flow.execution.GetBlockHeaderByIDRequest") + proto.RegisterType((*BlockHeaderResponse)(nil), "flow.execution.BlockHeaderResponse") +} + +func init() { proto.RegisterFile("flow/execution/execution.proto", fileDescriptor_699624211ed46c53) } + +var fileDescriptor_699624211ed46c53 = []byte{ + // 987 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xb4, 0x57, 0xdd, 0x6e, 0xdb, 0x36, + 0x14, 0x9e, 0x13, 0xc7, 0xb1, 0x8f, 0x7f, 0x56, 0x30, 0x46, 0xe0, 0xc8, 0xf9, 0x9b, 0xba, 0x02, + 0x59, 0x93, 0xca, 0x9d, 0x33, 0xec, 0x62, 0xd8, 0x4d, 0xec, 0xa6, 0xa9, 0xbb, 0xb5, 0xe9, 0x98, + 0xa1, 0x17, 0x05, 0x06, 0x41, 0x91, 0x58, 0x45, 0xa8, 0x23, 0xba, 0x22, 0x95, 0xd4, 0x77, 0xbb, + 0xdc, 0x5b, 0xed, 0x3d, 0x76, 0xb7, 0x17, 0xd8, 0x33, 0x0c, 0x22, 0x29, 0xdb, 0xb2, 0x69, 0xd7, + 0xc6, 0xb0, 0x9b, 0x40, 0x3c, 0xfc, 0xce, 0xf9, 0x0e, 0xcf, 0x6f, 0x0c, 0xfb, 0xef, 0xfb, 0xf4, + 0xbe, 0x45, 0x3e, 0x11, 0x37, 0xe6, 0x01, 0x0d, 0xc7, 0x5f, 0xd6, 0x20, 0xa2, 0x9c, 0xa2, 0x5a, + 0x72, 0x6f, 0x8d, 0xa4, 0x46, 0x53, 0xe2, 0x43, 0x1e, 0xf0, 0x80, 0xb0, 0x96, 0xe3, 0xba, 0x34, + 0x0e, 0xb9, 0x04, 0x1b, 0x87, 0xd9, 0xcb, 0xeb, 0x3e, 0x75, 0x3f, 0xd8, 0x37, 0xc4, 0xf1, 0x48, + 0xa4, 0x10, 0x3b, 0x59, 0x04, 0xb9, 0x23, 0x23, 0xe5, 0x83, 0xec, 0x15, 0x8f, 0x9c, 0x90, 0x39, + 0xee, 0xd8, 0x15, 0xb3, 0x0a, 0xe5, 0x37, 0x41, 0xe8, 0x63, 0xf2, 0x31, 0x26, 0x8c, 0x9b, 0x35, + 0xa8, 0xc8, 0x23, 0x1b, 0xd0, 0x90, 0x11, 0xf3, 0x17, 0x30, 0x2e, 0x08, 0x3f, 0x93, 0x0e, 0x9d, + 0xf1, 0x4e, 0x42, 0xde, 0x7b, 0xa6, 0xd0, 0x68, 0x07, 0x8a, 0xd2, 0x9d, 0xc0, 0x6b, 0xe4, 0x0e, + 0x73, 0x47, 0x15, 0xbc, 0x29, 0xce, 0x3d, 0x0f, 0x35, 0x60, 0xd3, 0xf1, 0xbc, 0x88, 0x30, 0xd6, + 0x58, 0x93, 0x37, 0xea, 0x68, 0x5e, 0x42, 0x53, 0x6b, 0x52, 0x32, 0xa2, 0xa7, 0xb0, 0xa9, 0xde, + 0x2f, 0x4c, 0x96, 0xdb, 0xdb, 0x96, 0x8c, 0x96, 0x7a, 0x83, 0xa5, 0x34, 0x71, 0x0a, 0x33, 0x07, + 0xb0, 0x77, 0x2e, 0x42, 0x49, 0xae, 0xdc, 0x28, 0x18, 0xac, 0xe4, 0xe6, 0x36, 0x14, 0x98, 0x50, + 0x52, 0x5e, 0xaa, 0x13, 0xda, 0x85, 0x92, 0x13, 0xf9, 0xf1, 0x2d, 0x09, 0x39, 0x6b, 0xac, 0x1f, + 0xae, 0x1f, 0x55, 0xf0, 0x58, 0x60, 0x7e, 0x0f, 0xfb, 0xf3, 0x18, 0xd5, 0x2b, 0xea, 0xb0, 0x71, + 0xe7, 0xf4, 0x63, 0xa2, 0xf8, 0xe4, 0xc1, 0xfc, 0x73, 0x0d, 0x76, 0x2f, 0x08, 0x3f, 0x4f, 0x12, + 0xc4, 0x9e, 0xd3, 0x48, 0x69, 0xb1, 0x91, 0xda, 0x2b, 0xd8, 0x8c, 0x08, 0x8b, 0xfb, 0x9c, 0x35, + 0x72, 0x87, 0xeb, 0x47, 0xe5, 0xf6, 0xa9, 0x95, 0x2d, 0x15, 0x6b, 0x91, 0xba, 0x85, 0x85, 0x2e, + 0x4e, 0x6d, 0xa0, 0x77, 0xb0, 0x2d, 0x8a, 0xc1, 0x26, 0xa1, 0x4b, 0xbd, 0x20, 0xf4, 0xed, 0x3b, + 0x12, 0xb1, 0x80, 0x86, 0xe2, 0xb5, 0xb5, 0xf6, 0xd7, 0xd3, 0xd6, 0x85, 0xe9, 0x73, 0x05, 0x7e, + 0x2b, 0xb1, 0xb8, 0x4e, 0x34, 0x52, 0x83, 0x43, 0x41, 0xd2, 0x2d, 0x0a, 0xef, 0x57, 0x50, 0x49, + 0xeb, 0x35, 0xf0, 0x6f, 0x64, 0x90, 0xf3, 0xb8, 0x2c, 0x64, 0x2f, 0x84, 0x08, 0x9d, 0x40, 0x41, + 0xd8, 0x97, 0x61, 0x2e, 0xb7, 0xeb, 0x53, 0xe9, 0x16, 0x2e, 0x61, 0x85, 0x31, 0x5f, 0x8b, 0xe2, + 0xd1, 0x44, 0x40, 0x66, 0x1a, 0x41, 0x9e, 0x0f, 0x07, 0x32, 0xea, 0x25, 0x2c, 0xbe, 0x51, 0x13, + 0x4a, 0xa9, 0x7b, 0x49, 0x2d, 0x26, 0xa9, 0x2c, 0x2a, 0xff, 0x98, 0x69, 0x0b, 0x7b, 0xbf, 0x8e, + 0xdb, 0x42, 0x85, 0xf0, 0xf3, 0x95, 0xf3, 0x08, 0x6a, 0x13, 0xdd, 0x94, 0x00, 0x64, 0x05, 0x55, + 0x27, 0xa4, 0x3d, 0xcf, 0xbc, 0x14, 0x19, 0x9f, 0x20, 0xe8, 0x0c, 0x7b, 0xa1, 0x47, 0x3e, 0x2d, + 0xc1, 0x50, 0x87, 0x8d, 0x20, 0x81, 0x0a, 0xc3, 0x55, 0x2c, 0x0f, 0xe6, 0x3f, 0xb9, 0x69, 0x8b, + 0xa9, 0xcb, 0xaa, 0x86, 0x0e, 0xa0, 0xcc, 0xb8, 0xc3, 0x63, 0x66, 0xbb, 0xd4, 0x93, 0xa1, 0xa8, + 0x62, 0x90, 0xa2, 0x2e, 0xf5, 0x08, 0x7a, 0x08, 0x55, 0x12, 0x45, 0x34, 0xb2, 0x6f, 0x09, 0x63, + 0x8e, 0x4f, 0x84, 0xfd, 0x12, 0xae, 0x08, 0xe1, 0x2b, 0x29, 0x5b, 0x2d, 0x2d, 0x0b, 0x0a, 0x2d, + 0xff, 0x5f, 0x0b, 0xcd, 0xfc, 0x11, 0x0e, 0xb2, 0xef, 0x65, 0x9d, 0xe1, 0xd2, 0x0d, 0x6e, 0xfe, + 0x95, 0x83, 0x3d, 0x5d, 0xb8, 0xc6, 0x3d, 0xf7, 0x1b, 0x6c, 0x4d, 0x26, 0x32, 0xdb, 0x7f, 0x27, + 0x9a, 0xfe, 0x9b, 0x1b, 0x7a, 0x8c, 0xf8, 0x0c, 0xcd, 0xff, 0xd9, 0x83, 0xe6, 0x1f, 0x39, 0x51, + 0xbe, 0x98, 0xf8, 0x01, 0xe3, 0x24, 0x5a, 0x65, 0xf0, 0x3d, 0x82, 0x5a, 0xa4, 0xd4, 0x6c, 0x7a, + 0x1f, 0x92, 0x28, 0x2d, 0xdf, 0x54, 0x7a, 0x99, 0x08, 0x93, 0x06, 0x1e, 0xc1, 0x3e, 0x90, 0xa1, + 0x48, 0x67, 0x05, 0x97, 0x53, 0xd9, 0x4f, 0x64, 0xf8, 0x32, 0x5f, 0x5c, 0x7f, 0x90, 0x37, 0xbf, + 0x13, 0x55, 0xa9, 0xf1, 0x64, 0xe1, 0x40, 0xfc, 0x41, 0xf8, 0xff, 0xb3, 0xc3, 0x09, 0x93, 0x1a, + 0x2f, 0xc4, 0x5e, 0x4b, 0xfd, 0x6f, 0x42, 0x29, 0x60, 0x36, 0x23, 0x4e, 0x9f, 0xc8, 0x07, 0x14, + 0x71, 0x31, 0x60, 0x57, 0xe2, 0x6c, 0x1e, 0xc3, 0xce, 0x05, 0x99, 0xd4, 0xea, 0x0c, 0xc7, 0x2f, + 0xaf, 0xc1, 0xda, 0xe8, 0xcd, 0x6b, 0x81, 0x67, 0x5e, 0xc0, 0x56, 0xc6, 0xfe, 0x68, 0xd9, 0x6c, + 0x88, 0x80, 0xa8, 0x55, 0x63, 0x4c, 0x15, 0xf9, 0xa4, 0x8a, 0x04, 0x3e, 0x3e, 0x85, 0xba, 0x2e, + 0x41, 0xe8, 0x4b, 0x28, 0xbf, 0xbc, 0xba, 0x7c, 0x6d, 0x77, 0x9f, 0x75, 0xed, 0xb7, 0x4f, 0x1f, + 0x7c, 0x81, 0x00, 0x0a, 0xdd, 0xee, 0xf3, 0xe4, 0x3b, 0xd7, 0xfe, 0xbb, 0x08, 0x95, 0xf3, 0x34, + 0xc1, 0x67, 0x6f, 0x7a, 0xe8, 0x0c, 0xf2, 0xc9, 0x9a, 0x45, 0xcd, 0xe9, 0xe4, 0x4f, 0xec, 0x62, + 0x63, 0x57, 0x7f, 0xa9, 0x5c, 0x0f, 0x61, 0x4b, 0xb3, 0x46, 0xd1, 0x63, 0x4d, 0xc1, 0xce, 0x59, + 0xdf, 0xc6, 0xf1, 0x52, 0x58, 0xc5, 0x77, 0x0f, 0xdb, 0xfa, 0x9d, 0x87, 0x9e, 0xcc, 0x54, 0xf0, + 0xa2, 0x6d, 0x6c, 0x58, 0xcb, 0xc2, 0x15, 0xf1, 0x47, 0xa8, 0xeb, 0x46, 0x3e, 0x3a, 0x5e, 0x6e, + 0x35, 0x4a, 0xd2, 0x93, 0x55, 0xf6, 0xa8, 0xa2, 0x9c, 0xe9, 0x73, 0x2d, 0xe5, 0xbc, 0xdd, 0x61, + 0xac, 0x34, 0x3a, 0xd0, 0x50, 0xbf, 0x88, 0xd4, 0xb6, 0x40, 0x9f, 0x31, 0x96, 0x5d, 0x2a, 0x2b, + 0x52, 0xff, 0x9e, 0x83, 0x7d, 0xed, 0x88, 0x1c, 0xcd, 0x59, 0xd4, 0x5a, 0x6c, 0x70, 0x66, 0x22, + 0x1b, 0x4f, 0x96, 0xf1, 0x60, 0x3a, 0xe0, 0x33, 0xd3, 0x43, 0x1b, 0xf0, 0x79, 0xd3, 0x4e, 0xfb, + 0xea, 0xf9, 0x03, 0xe9, 0x46, 0x50, 0xce, 0x8c, 0x1e, 0x2d, 0xe5, 0xbc, 0x01, 0x65, 0x3c, 0x9c, + 0x06, 0xeb, 0x86, 0x8c, 0x07, 0x68, 0x76, 0x50, 0xa1, 0x6f, 0x34, 0x3c, 0xfa, 0x61, 0xb6, 0x14, + 0x4b, 0x07, 0xc3, 0x1e, 0x8d, 0x7c, 0x8b, 0x86, 0x02, 0x2b, 0xfe, 0xb9, 0xbf, 0x8e, 0xdf, 0x8f, + 0x95, 0xde, 0x7d, 0xeb, 0x07, 0xfc, 0x26, 0xbe, 0xb6, 0x5c, 0x7a, 0xdb, 0x92, 0xa8, 0x96, 0xf8, + 0x93, 0x42, 0x5b, 0x3e, 0x6d, 0x65, 0x7f, 0xb7, 0x5c, 0x17, 0xc4, 0xdd, 0xe9, 0xbf, 0x01, 0x00, + 0x00, 0xff, 0xff, 0x6b, 0x77, 0x39, 0x67, 0xd0, 0x0c, 0x00, 0x00, } diff --git a/protobuf/go/flow/executiondata/executiondata.pb.go b/protobuf/go/flow/executiondata/executiondata.pb.go index 14d9cdc3b..c3f110e3f 100644 --- a/protobuf/go/flow/executiondata/executiondata.pb.go +++ b/protobuf/go/flow/executiondata/executiondata.pb.go @@ -1,131 +1,111 @@ // Code generated by protoc-gen-go. DO NOT EDIT. -// versions: -// protoc-gen-go v1.28.1 -// protoc (unknown) // source: flow/executiondata/executiondata.proto package executiondata import ( + fmt "fmt" + proto "github.com/golang/protobuf/proto" entities "github.com/onflow/flow/protobuf/go/flow/entities" - protoreflect "google.golang.org/protobuf/reflect/protoreflect" - protoimpl "google.golang.org/protobuf/runtime/protoimpl" timestamppb "google.golang.org/protobuf/types/known/timestamppb" - reflect "reflect" - sync "sync" + math "math" ) -const ( - // Verify that this generated code is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) - // Verify that runtime/protoimpl is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) -) +// Reference imports to suppress errors if they are not otherwise used. +var _ = proto.Marshal +var _ = fmt.Errorf +var _ = math.Inf + +// This is a compile-time assertion to ensure that this generated file +// is compatible with the proto package it is being compiled against. +// A compilation error at this line likely means your copy of the +// proto package needs to be updated. +const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package // The request for GetExecutionDataByBlockID type GetExecutionDataByBlockIDRequest struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - // Block ID of the block to get execution data for. - BlockId []byte `protobuf:"bytes,1,opt,name=block_id,json=blockId,proto3" json:"block_id,omitempty"` + BlockId []byte `protobuf:"bytes,1,opt,name=block_id,json=blockId,proto3" json:"block_id,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (x *GetExecutionDataByBlockIDRequest) Reset() { - *x = GetExecutionDataByBlockIDRequest{} - if protoimpl.UnsafeEnabled { - mi := &file_flow_executiondata_executiondata_proto_msgTypes[0] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } +func (m *GetExecutionDataByBlockIDRequest) Reset() { *m = GetExecutionDataByBlockIDRequest{} } +func (m *GetExecutionDataByBlockIDRequest) String() string { return proto.CompactTextString(m) } +func (*GetExecutionDataByBlockIDRequest) ProtoMessage() {} +func (*GetExecutionDataByBlockIDRequest) Descriptor() ([]byte, []int) { + return fileDescriptor_da469632570513fb, []int{0} } -func (x *GetExecutionDataByBlockIDRequest) String() string { - return protoimpl.X.MessageStringOf(x) +func (m *GetExecutionDataByBlockIDRequest) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_GetExecutionDataByBlockIDRequest.Unmarshal(m, b) } - -func (*GetExecutionDataByBlockIDRequest) ProtoMessage() {} - -func (x *GetExecutionDataByBlockIDRequest) ProtoReflect() protoreflect.Message { - mi := &file_flow_executiondata_executiondata_proto_msgTypes[0] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) +func (m *GetExecutionDataByBlockIDRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_GetExecutionDataByBlockIDRequest.Marshal(b, m, deterministic) } - -// Deprecated: Use GetExecutionDataByBlockIDRequest.ProtoReflect.Descriptor instead. -func (*GetExecutionDataByBlockIDRequest) Descriptor() ([]byte, []int) { - return file_flow_executiondata_executiondata_proto_rawDescGZIP(), []int{0} +func (m *GetExecutionDataByBlockIDRequest) XXX_Merge(src proto.Message) { + xxx_messageInfo_GetExecutionDataByBlockIDRequest.Merge(m, src) } +func (m *GetExecutionDataByBlockIDRequest) XXX_Size() int { + return xxx_messageInfo_GetExecutionDataByBlockIDRequest.Size(m) +} +func (m *GetExecutionDataByBlockIDRequest) XXX_DiscardUnknown() { + xxx_messageInfo_GetExecutionDataByBlockIDRequest.DiscardUnknown(m) +} + +var xxx_messageInfo_GetExecutionDataByBlockIDRequest proto.InternalMessageInfo -func (x *GetExecutionDataByBlockIDRequest) GetBlockId() []byte { - if x != nil { - return x.BlockId +func (m *GetExecutionDataByBlockIDRequest) GetBlockId() []byte { + if m != nil { + return m.BlockId } return nil } // The response for GetExecutionDataByBlockID type GetExecutionDataByBlockIDResponse struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - // BlockExecutionData for the block. - BlockExecutionData *entities.BlockExecutionData `protobuf:"bytes,1,opt,name=block_execution_data,json=blockExecutionData,proto3" json:"block_execution_data,omitempty"` + BlockExecutionData *entities.BlockExecutionData `protobuf:"bytes,1,opt,name=block_execution_data,json=blockExecutionData,proto3" json:"block_execution_data,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (x *GetExecutionDataByBlockIDResponse) Reset() { - *x = GetExecutionDataByBlockIDResponse{} - if protoimpl.UnsafeEnabled { - mi := &file_flow_executiondata_executiondata_proto_msgTypes[1] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } +func (m *GetExecutionDataByBlockIDResponse) Reset() { *m = GetExecutionDataByBlockIDResponse{} } +func (m *GetExecutionDataByBlockIDResponse) String() string { return proto.CompactTextString(m) } +func (*GetExecutionDataByBlockIDResponse) ProtoMessage() {} +func (*GetExecutionDataByBlockIDResponse) Descriptor() ([]byte, []int) { + return fileDescriptor_da469632570513fb, []int{1} } -func (x *GetExecutionDataByBlockIDResponse) String() string { - return protoimpl.X.MessageStringOf(x) +func (m *GetExecutionDataByBlockIDResponse) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_GetExecutionDataByBlockIDResponse.Unmarshal(m, b) } - -func (*GetExecutionDataByBlockIDResponse) ProtoMessage() {} - -func (x *GetExecutionDataByBlockIDResponse) ProtoReflect() protoreflect.Message { - mi := &file_flow_executiondata_executiondata_proto_msgTypes[1] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) +func (m *GetExecutionDataByBlockIDResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_GetExecutionDataByBlockIDResponse.Marshal(b, m, deterministic) } - -// Deprecated: Use GetExecutionDataByBlockIDResponse.ProtoReflect.Descriptor instead. -func (*GetExecutionDataByBlockIDResponse) Descriptor() ([]byte, []int) { - return file_flow_executiondata_executiondata_proto_rawDescGZIP(), []int{1} +func (m *GetExecutionDataByBlockIDResponse) XXX_Merge(src proto.Message) { + xxx_messageInfo_GetExecutionDataByBlockIDResponse.Merge(m, src) +} +func (m *GetExecutionDataByBlockIDResponse) XXX_Size() int { + return xxx_messageInfo_GetExecutionDataByBlockIDResponse.Size(m) +} +func (m *GetExecutionDataByBlockIDResponse) XXX_DiscardUnknown() { + xxx_messageInfo_GetExecutionDataByBlockIDResponse.DiscardUnknown(m) } -func (x *GetExecutionDataByBlockIDResponse) GetBlockExecutionData() *entities.BlockExecutionData { - if x != nil { - return x.BlockExecutionData +var xxx_messageInfo_GetExecutionDataByBlockIDResponse proto.InternalMessageInfo + +func (m *GetExecutionDataByBlockIDResponse) GetBlockExecutionData() *entities.BlockExecutionData { + if m != nil { + return m.BlockExecutionData } return nil } // The request for SubscribeExecutionData type SubscribeExecutionDataRequest struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - // Block ID of the first block to get execution data for. // Only one of start_block_id and start_block_height may be provided, // otherwise an InvalidArgument error is returned. If neither are provided, @@ -135,129 +115,113 @@ type SubscribeExecutionDataRequest struct { // Only one of start_block_id and start_block_height may be provided, // otherwise an InvalidArgument error is returned. If neither are provided, // the latest sealed block is used. - StartBlockHeight uint64 `protobuf:"varint,2,opt,name=start_block_height,json=startBlockHeight,proto3" json:"start_block_height,omitempty"` + StartBlockHeight uint64 `protobuf:"varint,2,opt,name=start_block_height,json=startBlockHeight,proto3" json:"start_block_height,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (x *SubscribeExecutionDataRequest) Reset() { - *x = SubscribeExecutionDataRequest{} - if protoimpl.UnsafeEnabled { - mi := &file_flow_executiondata_executiondata_proto_msgTypes[2] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } +func (m *SubscribeExecutionDataRequest) Reset() { *m = SubscribeExecutionDataRequest{} } +func (m *SubscribeExecutionDataRequest) String() string { return proto.CompactTextString(m) } +func (*SubscribeExecutionDataRequest) ProtoMessage() {} +func (*SubscribeExecutionDataRequest) Descriptor() ([]byte, []int) { + return fileDescriptor_da469632570513fb, []int{2} } -func (x *SubscribeExecutionDataRequest) String() string { - return protoimpl.X.MessageStringOf(x) +func (m *SubscribeExecutionDataRequest) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_SubscribeExecutionDataRequest.Unmarshal(m, b) } - -func (*SubscribeExecutionDataRequest) ProtoMessage() {} - -func (x *SubscribeExecutionDataRequest) ProtoReflect() protoreflect.Message { - mi := &file_flow_executiondata_executiondata_proto_msgTypes[2] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) +func (m *SubscribeExecutionDataRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_SubscribeExecutionDataRequest.Marshal(b, m, deterministic) } - -// Deprecated: Use SubscribeExecutionDataRequest.ProtoReflect.Descriptor instead. -func (*SubscribeExecutionDataRequest) Descriptor() ([]byte, []int) { - return file_flow_executiondata_executiondata_proto_rawDescGZIP(), []int{2} +func (m *SubscribeExecutionDataRequest) XXX_Merge(src proto.Message) { + xxx_messageInfo_SubscribeExecutionDataRequest.Merge(m, src) +} +func (m *SubscribeExecutionDataRequest) XXX_Size() int { + return xxx_messageInfo_SubscribeExecutionDataRequest.Size(m) +} +func (m *SubscribeExecutionDataRequest) XXX_DiscardUnknown() { + xxx_messageInfo_SubscribeExecutionDataRequest.DiscardUnknown(m) } -func (x *SubscribeExecutionDataRequest) GetStartBlockId() []byte { - if x != nil { - return x.StartBlockId +var xxx_messageInfo_SubscribeExecutionDataRequest proto.InternalMessageInfo + +func (m *SubscribeExecutionDataRequest) GetStartBlockId() []byte { + if m != nil { + return m.StartBlockId } return nil } -func (x *SubscribeExecutionDataRequest) GetStartBlockHeight() uint64 { - if x != nil { - return x.StartBlockHeight +func (m *SubscribeExecutionDataRequest) GetStartBlockHeight() uint64 { + if m != nil { + return m.StartBlockHeight } return 0 } // The response for SubscribeExecutionData type SubscribeExecutionDataResponse struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - // Block height of the block containing the execution data. BlockHeight uint64 `protobuf:"varint,1,opt,name=block_height,json=blockHeight,proto3" json:"block_height,omitempty"` // BlockExecutionData for the block. // Note: The block's ID is included within the BlockExecutionData. BlockExecutionData *entities.BlockExecutionData `protobuf:"bytes,2,opt,name=block_execution_data,json=blockExecutionData,proto3" json:"block_execution_data,omitempty"` // Timestamp from the block containing the execution data. - BlockTimestamp *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=block_timestamp,json=blockTimestamp,proto3" json:"block_timestamp,omitempty"` + BlockTimestamp *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=block_timestamp,json=blockTimestamp,proto3" json:"block_timestamp,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (x *SubscribeExecutionDataResponse) Reset() { - *x = SubscribeExecutionDataResponse{} - if protoimpl.UnsafeEnabled { - mi := &file_flow_executiondata_executiondata_proto_msgTypes[3] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } +func (m *SubscribeExecutionDataResponse) Reset() { *m = SubscribeExecutionDataResponse{} } +func (m *SubscribeExecutionDataResponse) String() string { return proto.CompactTextString(m) } +func (*SubscribeExecutionDataResponse) ProtoMessage() {} +func (*SubscribeExecutionDataResponse) Descriptor() ([]byte, []int) { + return fileDescriptor_da469632570513fb, []int{3} } -func (x *SubscribeExecutionDataResponse) String() string { - return protoimpl.X.MessageStringOf(x) +func (m *SubscribeExecutionDataResponse) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_SubscribeExecutionDataResponse.Unmarshal(m, b) } - -func (*SubscribeExecutionDataResponse) ProtoMessage() {} - -func (x *SubscribeExecutionDataResponse) ProtoReflect() protoreflect.Message { - mi := &file_flow_executiondata_executiondata_proto_msgTypes[3] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) +func (m *SubscribeExecutionDataResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_SubscribeExecutionDataResponse.Marshal(b, m, deterministic) } - -// Deprecated: Use SubscribeExecutionDataResponse.ProtoReflect.Descriptor instead. -func (*SubscribeExecutionDataResponse) Descriptor() ([]byte, []int) { - return file_flow_executiondata_executiondata_proto_rawDescGZIP(), []int{3} +func (m *SubscribeExecutionDataResponse) XXX_Merge(src proto.Message) { + xxx_messageInfo_SubscribeExecutionDataResponse.Merge(m, src) } +func (m *SubscribeExecutionDataResponse) XXX_Size() int { + return xxx_messageInfo_SubscribeExecutionDataResponse.Size(m) +} +func (m *SubscribeExecutionDataResponse) XXX_DiscardUnknown() { + xxx_messageInfo_SubscribeExecutionDataResponse.DiscardUnknown(m) +} + +var xxx_messageInfo_SubscribeExecutionDataResponse proto.InternalMessageInfo -func (x *SubscribeExecutionDataResponse) GetBlockHeight() uint64 { - if x != nil { - return x.BlockHeight +func (m *SubscribeExecutionDataResponse) GetBlockHeight() uint64 { + if m != nil { + return m.BlockHeight } return 0 } -func (x *SubscribeExecutionDataResponse) GetBlockExecutionData() *entities.BlockExecutionData { - if x != nil { - return x.BlockExecutionData +func (m *SubscribeExecutionDataResponse) GetBlockExecutionData() *entities.BlockExecutionData { + if m != nil { + return m.BlockExecutionData } return nil } -func (x *SubscribeExecutionDataResponse) GetBlockTimestamp() *timestamppb.Timestamp { - if x != nil { - return x.BlockTimestamp +func (m *SubscribeExecutionDataResponse) GetBlockTimestamp() *timestamppb.Timestamp { + if m != nil { + return m.BlockTimestamp } return nil } // The request for SubscribeEvents type SubscribeEventsRequest struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - // Block ID of the first block to search for events. // Only one of start_block_id and start_block_height may be provided, // otherwise an InvalidArgument error is returned. If neither are provided, @@ -279,75 +243,67 @@ type SubscribeEventsRequest struct { // // The interval is calculated from the last response returned, which could be // either another heartbeat or a response containing events. - HeartbeatInterval uint64 `protobuf:"varint,4,opt,name=heartbeat_interval,json=heartbeatInterval,proto3" json:"heartbeat_interval,omitempty"` + HeartbeatInterval uint64 `protobuf:"varint,4,opt,name=heartbeat_interval,json=heartbeatInterval,proto3" json:"heartbeat_interval,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (x *SubscribeEventsRequest) Reset() { - *x = SubscribeEventsRequest{} - if protoimpl.UnsafeEnabled { - mi := &file_flow_executiondata_executiondata_proto_msgTypes[4] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } +func (m *SubscribeEventsRequest) Reset() { *m = SubscribeEventsRequest{} } +func (m *SubscribeEventsRequest) String() string { return proto.CompactTextString(m) } +func (*SubscribeEventsRequest) ProtoMessage() {} +func (*SubscribeEventsRequest) Descriptor() ([]byte, []int) { + return fileDescriptor_da469632570513fb, []int{4} } -func (x *SubscribeEventsRequest) String() string { - return protoimpl.X.MessageStringOf(x) +func (m *SubscribeEventsRequest) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_SubscribeEventsRequest.Unmarshal(m, b) } - -func (*SubscribeEventsRequest) ProtoMessage() {} - -func (x *SubscribeEventsRequest) ProtoReflect() protoreflect.Message { - mi := &file_flow_executiondata_executiondata_proto_msgTypes[4] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) +func (m *SubscribeEventsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_SubscribeEventsRequest.Marshal(b, m, deterministic) } - -// Deprecated: Use SubscribeEventsRequest.ProtoReflect.Descriptor instead. -func (*SubscribeEventsRequest) Descriptor() ([]byte, []int) { - return file_flow_executiondata_executiondata_proto_rawDescGZIP(), []int{4} +func (m *SubscribeEventsRequest) XXX_Merge(src proto.Message) { + xxx_messageInfo_SubscribeEventsRequest.Merge(m, src) +} +func (m *SubscribeEventsRequest) XXX_Size() int { + return xxx_messageInfo_SubscribeEventsRequest.Size(m) +} +func (m *SubscribeEventsRequest) XXX_DiscardUnknown() { + xxx_messageInfo_SubscribeEventsRequest.DiscardUnknown(m) } -func (x *SubscribeEventsRequest) GetStartBlockId() []byte { - if x != nil { - return x.StartBlockId +var xxx_messageInfo_SubscribeEventsRequest proto.InternalMessageInfo + +func (m *SubscribeEventsRequest) GetStartBlockId() []byte { + if m != nil { + return m.StartBlockId } return nil } -func (x *SubscribeEventsRequest) GetStartBlockHeight() uint64 { - if x != nil { - return x.StartBlockHeight +func (m *SubscribeEventsRequest) GetStartBlockHeight() uint64 { + if m != nil { + return m.StartBlockHeight } return 0 } -func (x *SubscribeEventsRequest) GetFilter() *EventFilter { - if x != nil { - return x.Filter +func (m *SubscribeEventsRequest) GetFilter() *EventFilter { + if m != nil { + return m.Filter } return nil } -func (x *SubscribeEventsRequest) GetHeartbeatInterval() uint64 { - if x != nil { - return x.HeartbeatInterval +func (m *SubscribeEventsRequest) GetHeartbeatInterval() uint64 { + if m != nil { + return m.HeartbeatInterval } return 0 } // The response for SubscribeEvents type SubscribeEventsResponse struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - // Block ID of the block containing the events. BlockId []byte `protobuf:"bytes,1,opt,name=block_id,json=blockId,proto3" json:"block_id,omitempty"` // Block height of the block containing the events. @@ -358,65 +314,61 @@ type SubscribeEventsResponse struct { // information to determine which block to start from when reconnecting. Events []*entities.Event `protobuf:"bytes,3,rep,name=events,proto3" json:"events,omitempty"` // Timestamp from the block containing the events. - BlockTimestamp *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=block_timestamp,json=blockTimestamp,proto3" json:"block_timestamp,omitempty"` + BlockTimestamp *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=block_timestamp,json=blockTimestamp,proto3" json:"block_timestamp,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (x *SubscribeEventsResponse) Reset() { - *x = SubscribeEventsResponse{} - if protoimpl.UnsafeEnabled { - mi := &file_flow_executiondata_executiondata_proto_msgTypes[5] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } +func (m *SubscribeEventsResponse) Reset() { *m = SubscribeEventsResponse{} } +func (m *SubscribeEventsResponse) String() string { return proto.CompactTextString(m) } +func (*SubscribeEventsResponse) ProtoMessage() {} +func (*SubscribeEventsResponse) Descriptor() ([]byte, []int) { + return fileDescriptor_da469632570513fb, []int{5} } -func (x *SubscribeEventsResponse) String() string { - return protoimpl.X.MessageStringOf(x) +func (m *SubscribeEventsResponse) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_SubscribeEventsResponse.Unmarshal(m, b) } - -func (*SubscribeEventsResponse) ProtoMessage() {} - -func (x *SubscribeEventsResponse) ProtoReflect() protoreflect.Message { - mi := &file_flow_executiondata_executiondata_proto_msgTypes[5] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) +func (m *SubscribeEventsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_SubscribeEventsResponse.Marshal(b, m, deterministic) } - -// Deprecated: Use SubscribeEventsResponse.ProtoReflect.Descriptor instead. -func (*SubscribeEventsResponse) Descriptor() ([]byte, []int) { - return file_flow_executiondata_executiondata_proto_rawDescGZIP(), []int{5} +func (m *SubscribeEventsResponse) XXX_Merge(src proto.Message) { + xxx_messageInfo_SubscribeEventsResponse.Merge(m, src) +} +func (m *SubscribeEventsResponse) XXX_Size() int { + return xxx_messageInfo_SubscribeEventsResponse.Size(m) } +func (m *SubscribeEventsResponse) XXX_DiscardUnknown() { + xxx_messageInfo_SubscribeEventsResponse.DiscardUnknown(m) +} + +var xxx_messageInfo_SubscribeEventsResponse proto.InternalMessageInfo -func (x *SubscribeEventsResponse) GetBlockId() []byte { - if x != nil { - return x.BlockId +func (m *SubscribeEventsResponse) GetBlockId() []byte { + if m != nil { + return m.BlockId } return nil } -func (x *SubscribeEventsResponse) GetBlockHeight() uint64 { - if x != nil { - return x.BlockHeight +func (m *SubscribeEventsResponse) GetBlockHeight() uint64 { + if m != nil { + return m.BlockHeight } return 0 } -func (x *SubscribeEventsResponse) GetEvents() []*entities.Event { - if x != nil { - return x.Events +func (m *SubscribeEventsResponse) GetEvents() []*entities.Event { + if m != nil { + return m.Events } return nil } -func (x *SubscribeEventsResponse) GetBlockTimestamp() *timestamppb.Timestamp { - if x != nil { - return x.BlockTimestamp +func (m *SubscribeEventsResponse) GetBlockTimestamp() *timestamppb.Timestamp { + if m != nil { + return m.BlockTimestamp } return nil } @@ -426,10 +378,6 @@ func (x *SubscribeEventsResponse) GetBlockTimestamp() *timestamppb.Timestamp { // filters is returned. If no filters are provided, all events are returned. If // there are any invalid filters, the API will return an InvalidArgument error. type EventFilter struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - // A list of full event types to include. // // All events exactly matching any of the provided event types will be @@ -462,478 +410,207 @@ type EventFilter struct { // Addresses must be Flow account addresses in hex format and valid for the // network the node is connected to. i.e. only a mainnet address is valid for // a mainnet node. Addresses may optionally include the 0x prefix. - Address []string `protobuf:"bytes,3,rep,name=address,proto3" json:"address,omitempty"` + Address []string `protobuf:"bytes,3,rep,name=address,proto3" json:"address,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (x *EventFilter) Reset() { - *x = EventFilter{} - if protoimpl.UnsafeEnabled { - mi := &file_flow_executiondata_executiondata_proto_msgTypes[6] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } +func (m *EventFilter) Reset() { *m = EventFilter{} } +func (m *EventFilter) String() string { return proto.CompactTextString(m) } +func (*EventFilter) ProtoMessage() {} +func (*EventFilter) Descriptor() ([]byte, []int) { + return fileDescriptor_da469632570513fb, []int{6} } -func (x *EventFilter) String() string { - return protoimpl.X.MessageStringOf(x) +func (m *EventFilter) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_EventFilter.Unmarshal(m, b) } - -func (*EventFilter) ProtoMessage() {} - -func (x *EventFilter) ProtoReflect() protoreflect.Message { - mi := &file_flow_executiondata_executiondata_proto_msgTypes[6] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) +func (m *EventFilter) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_EventFilter.Marshal(b, m, deterministic) } - -// Deprecated: Use EventFilter.ProtoReflect.Descriptor instead. -func (*EventFilter) Descriptor() ([]byte, []int) { - return file_flow_executiondata_executiondata_proto_rawDescGZIP(), []int{6} +func (m *EventFilter) XXX_Merge(src proto.Message) { + xxx_messageInfo_EventFilter.Merge(m, src) } +func (m *EventFilter) XXX_Size() int { + return xxx_messageInfo_EventFilter.Size(m) +} +func (m *EventFilter) XXX_DiscardUnknown() { + xxx_messageInfo_EventFilter.DiscardUnknown(m) +} + +var xxx_messageInfo_EventFilter proto.InternalMessageInfo -func (x *EventFilter) GetEventType() []string { - if x != nil { - return x.EventType +func (m *EventFilter) GetEventType() []string { + if m != nil { + return m.EventType } return nil } -func (x *EventFilter) GetContract() []string { - if x != nil { - return x.Contract +func (m *EventFilter) GetContract() []string { + if m != nil { + return m.Contract } return nil } -func (x *EventFilter) GetAddress() []string { - if x != nil { - return x.Address +func (m *EventFilter) GetAddress() []string { + if m != nil { + return m.Address } return nil } // request for GetRegisterValues type GetRegisterValuesRequest struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - // Block height of the execution state being queried. BlockHeight uint64 `protobuf:"varint,1,opt,name=block_height,json=blockHeight,proto3" json:"block_height,omitempty"` // Register IDs of the Ledger.RegisterID format with an owner and key. - RegisterIds [][]byte `protobuf:"bytes,2,rep,name=register_ids,json=registerIds,proto3" json:"register_ids,omitempty"` + RegisterIds [][]byte `protobuf:"bytes,2,rep,name=register_ids,json=registerIds,proto3" json:"register_ids,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (x *GetRegisterValuesRequest) Reset() { - *x = GetRegisterValuesRequest{} - if protoimpl.UnsafeEnabled { - mi := &file_flow_executiondata_executiondata_proto_msgTypes[7] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } +func (m *GetRegisterValuesRequest) Reset() { *m = GetRegisterValuesRequest{} } +func (m *GetRegisterValuesRequest) String() string { return proto.CompactTextString(m) } +func (*GetRegisterValuesRequest) ProtoMessage() {} +func (*GetRegisterValuesRequest) Descriptor() ([]byte, []int) { + return fileDescriptor_da469632570513fb, []int{7} } -func (x *GetRegisterValuesRequest) String() string { - return protoimpl.X.MessageStringOf(x) +func (m *GetRegisterValuesRequest) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_GetRegisterValuesRequest.Unmarshal(m, b) } - -func (*GetRegisterValuesRequest) ProtoMessage() {} - -func (x *GetRegisterValuesRequest) ProtoReflect() protoreflect.Message { - mi := &file_flow_executiondata_executiondata_proto_msgTypes[7] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) +func (m *GetRegisterValuesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_GetRegisterValuesRequest.Marshal(b, m, deterministic) } - -// Deprecated: Use GetRegisterValuesRequest.ProtoReflect.Descriptor instead. -func (*GetRegisterValuesRequest) Descriptor() ([]byte, []int) { - return file_flow_executiondata_executiondata_proto_rawDescGZIP(), []int{7} +func (m *GetRegisterValuesRequest) XXX_Merge(src proto.Message) { + xxx_messageInfo_GetRegisterValuesRequest.Merge(m, src) +} +func (m *GetRegisterValuesRequest) XXX_Size() int { + return xxx_messageInfo_GetRegisterValuesRequest.Size(m) +} +func (m *GetRegisterValuesRequest) XXX_DiscardUnknown() { + xxx_messageInfo_GetRegisterValuesRequest.DiscardUnknown(m) } -func (x *GetRegisterValuesRequest) GetBlockHeight() uint64 { - if x != nil { - return x.BlockHeight +var xxx_messageInfo_GetRegisterValuesRequest proto.InternalMessageInfo + +func (m *GetRegisterValuesRequest) GetBlockHeight() uint64 { + if m != nil { + return m.BlockHeight } return 0 } -func (x *GetRegisterValuesRequest) GetRegisterIds() [][]byte { - if x != nil { - return x.RegisterIds +func (m *GetRegisterValuesRequest) GetRegisterIds() [][]byte { + if m != nil { + return m.RegisterIds } return nil } // response for GetRegisterValues type GetRegisterValuesResponse struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - // raw register values at the given height. - Values [][]byte `protobuf:"bytes,1,rep,name=values,proto3" json:"values,omitempty"` + Values [][]byte `protobuf:"bytes,1,rep,name=values,proto3" json:"values,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (x *GetRegisterValuesResponse) Reset() { - *x = GetRegisterValuesResponse{} - if protoimpl.UnsafeEnabled { - mi := &file_flow_executiondata_executiondata_proto_msgTypes[8] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } +func (m *GetRegisterValuesResponse) Reset() { *m = GetRegisterValuesResponse{} } +func (m *GetRegisterValuesResponse) String() string { return proto.CompactTextString(m) } +func (*GetRegisterValuesResponse) ProtoMessage() {} +func (*GetRegisterValuesResponse) Descriptor() ([]byte, []int) { + return fileDescriptor_da469632570513fb, []int{8} } -func (x *GetRegisterValuesResponse) String() string { - return protoimpl.X.MessageStringOf(x) +func (m *GetRegisterValuesResponse) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_GetRegisterValuesResponse.Unmarshal(m, b) } - -func (*GetRegisterValuesResponse) ProtoMessage() {} - -func (x *GetRegisterValuesResponse) ProtoReflect() protoreflect.Message { - mi := &file_flow_executiondata_executiondata_proto_msgTypes[8] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) +func (m *GetRegisterValuesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_GetRegisterValuesResponse.Marshal(b, m, deterministic) } - -// Deprecated: Use GetRegisterValuesResponse.ProtoReflect.Descriptor instead. -func (*GetRegisterValuesResponse) Descriptor() ([]byte, []int) { - return file_flow_executiondata_executiondata_proto_rawDescGZIP(), []int{8} +func (m *GetRegisterValuesResponse) XXX_Merge(src proto.Message) { + xxx_messageInfo_GetRegisterValuesResponse.Merge(m, src) +} +func (m *GetRegisterValuesResponse) XXX_Size() int { + return xxx_messageInfo_GetRegisterValuesResponse.Size(m) } +func (m *GetRegisterValuesResponse) XXX_DiscardUnknown() { + xxx_messageInfo_GetRegisterValuesResponse.DiscardUnknown(m) +} + +var xxx_messageInfo_GetRegisterValuesResponse proto.InternalMessageInfo -func (x *GetRegisterValuesResponse) GetValues() [][]byte { - if x != nil { - return x.Values +func (m *GetRegisterValuesResponse) GetValues() [][]byte { + if m != nil { + return m.Values } return nil } -var File_flow_executiondata_executiondata_proto protoreflect.FileDescriptor - -var file_flow_executiondata_executiondata_proto_rawDesc = []byte{ - 0x0a, 0x26, 0x66, 0x6c, 0x6f, 0x77, 0x2f, 0x65, 0x78, 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, 0x6e, - 0x64, 0x61, 0x74, 0x61, 0x2f, 0x65, 0x78, 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x64, 0x61, - 0x74, 0x61, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x12, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x65, - 0x78, 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x64, 0x61, 0x74, 0x61, 0x1a, 0x28, 0x66, 0x6c, - 0x6f, 0x77, 0x2f, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x2f, 0x62, 0x6c, 0x6f, 0x63, - 0x6b, 0x5f, 0x65, 0x78, 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x64, 0x61, 0x74, 0x61, - 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x19, 0x66, 0x6c, 0x6f, 0x77, 0x2f, 0x65, 0x6e, 0x74, - 0x69, 0x74, 0x69, 0x65, 0x73, 0x2f, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x2e, 0x70, 0x72, 0x6f, 0x74, - 0x6f, 0x1a, 0x1f, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, - 0x75, 0x66, 0x2f, 0x74, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x2e, 0x70, 0x72, 0x6f, - 0x74, 0x6f, 0x22, 0x3d, 0x0a, 0x20, 0x47, 0x65, 0x74, 0x45, 0x78, 0x65, 0x63, 0x75, 0x74, 0x69, - 0x6f, 0x6e, 0x44, 0x61, 0x74, 0x61, 0x42, 0x79, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x49, 0x44, 0x52, - 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x19, 0x0a, 0x08, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x5f, - 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x07, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x49, - 0x64, 0x22, 0x78, 0x0a, 0x21, 0x47, 0x65, 0x74, 0x45, 0x78, 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, - 0x6e, 0x44, 0x61, 0x74, 0x61, 0x42, 0x79, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x49, 0x44, 0x52, 0x65, - 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x53, 0x0a, 0x14, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x5f, - 0x65, 0x78, 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x64, 0x61, 0x74, 0x61, 0x18, 0x01, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x21, 0x2e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x65, 0x6e, 0x74, 0x69, - 0x74, 0x69, 0x65, 0x73, 0x2e, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x45, 0x78, 0x65, 0x63, 0x75, 0x74, - 0x69, 0x6f, 0x6e, 0x44, 0x61, 0x74, 0x61, 0x52, 0x12, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x45, 0x78, - 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x44, 0x61, 0x74, 0x61, 0x22, 0x73, 0x0a, 0x1d, 0x53, - 0x75, 0x62, 0x73, 0x63, 0x72, 0x69, 0x62, 0x65, 0x45, 0x78, 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, - 0x6e, 0x44, 0x61, 0x74, 0x61, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x24, 0x0a, 0x0e, - 0x73, 0x74, 0x61, 0x72, 0x74, 0x5f, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x5f, 0x69, 0x64, 0x18, 0x01, - 0x20, 0x01, 0x28, 0x0c, 0x52, 0x0c, 0x73, 0x74, 0x61, 0x72, 0x74, 0x42, 0x6c, 0x6f, 0x63, 0x6b, - 0x49, 0x64, 0x12, 0x2c, 0x0a, 0x12, 0x73, 0x74, 0x61, 0x72, 0x74, 0x5f, 0x62, 0x6c, 0x6f, 0x63, - 0x6b, 0x5f, 0x68, 0x65, 0x69, 0x67, 0x68, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x04, 0x52, 0x10, - 0x73, 0x74, 0x61, 0x72, 0x74, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x48, 0x65, 0x69, 0x67, 0x68, 0x74, - 0x22, 0xdd, 0x01, 0x0a, 0x1e, 0x53, 0x75, 0x62, 0x73, 0x63, 0x72, 0x69, 0x62, 0x65, 0x45, 0x78, - 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x44, 0x61, 0x74, 0x61, 0x52, 0x65, 0x73, 0x70, 0x6f, - 0x6e, 0x73, 0x65, 0x12, 0x21, 0x0a, 0x0c, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x5f, 0x68, 0x65, 0x69, - 0x67, 0x68, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x0b, 0x62, 0x6c, 0x6f, 0x63, 0x6b, - 0x48, 0x65, 0x69, 0x67, 0x68, 0x74, 0x12, 0x53, 0x0a, 0x14, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x5f, - 0x65, 0x78, 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x64, 0x61, 0x74, 0x61, 0x18, 0x02, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x21, 0x2e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x65, 0x6e, 0x74, 0x69, - 0x74, 0x69, 0x65, 0x73, 0x2e, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x45, 0x78, 0x65, 0x63, 0x75, 0x74, - 0x69, 0x6f, 0x6e, 0x44, 0x61, 0x74, 0x61, 0x52, 0x12, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x45, 0x78, - 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x44, 0x61, 0x74, 0x61, 0x12, 0x43, 0x0a, 0x0f, 0x62, - 0x6c, 0x6f, 0x63, 0x6b, 0x5f, 0x74, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x18, 0x03, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, - 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x54, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, - 0x52, 0x0e, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x54, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, - 0x22, 0xd4, 0x01, 0x0a, 0x16, 0x53, 0x75, 0x62, 0x73, 0x63, 0x72, 0x69, 0x62, 0x65, 0x45, 0x76, - 0x65, 0x6e, 0x74, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x24, 0x0a, 0x0e, 0x73, - 0x74, 0x61, 0x72, 0x74, 0x5f, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, - 0x01, 0x28, 0x0c, 0x52, 0x0c, 0x73, 0x74, 0x61, 0x72, 0x74, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x49, - 0x64, 0x12, 0x2c, 0x0a, 0x12, 0x73, 0x74, 0x61, 0x72, 0x74, 0x5f, 0x62, 0x6c, 0x6f, 0x63, 0x6b, - 0x5f, 0x68, 0x65, 0x69, 0x67, 0x68, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x04, 0x52, 0x10, 0x73, - 0x74, 0x61, 0x72, 0x74, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x48, 0x65, 0x69, 0x67, 0x68, 0x74, 0x12, - 0x37, 0x0a, 0x06, 0x66, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, - 0x1f, 0x2e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x65, 0x78, 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, 0x6e, - 0x64, 0x61, 0x74, 0x61, 0x2e, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x46, 0x69, 0x6c, 0x74, 0x65, 0x72, - 0x52, 0x06, 0x66, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x12, 0x2d, 0x0a, 0x12, 0x68, 0x65, 0x61, 0x72, - 0x74, 0x62, 0x65, 0x61, 0x74, 0x5f, 0x69, 0x6e, 0x74, 0x65, 0x72, 0x76, 0x61, 0x6c, 0x18, 0x04, - 0x20, 0x01, 0x28, 0x04, 0x52, 0x11, 0x68, 0x65, 0x61, 0x72, 0x74, 0x62, 0x65, 0x61, 0x74, 0x49, - 0x6e, 0x74, 0x65, 0x72, 0x76, 0x61, 0x6c, 0x22, 0xca, 0x01, 0x0a, 0x17, 0x53, 0x75, 0x62, 0x73, - 0x63, 0x72, 0x69, 0x62, 0x65, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, - 0x6e, 0x73, 0x65, 0x12, 0x19, 0x0a, 0x08, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x5f, 0x69, 0x64, 0x18, - 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x07, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x49, 0x64, 0x12, 0x21, - 0x0a, 0x0c, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x5f, 0x68, 0x65, 0x69, 0x67, 0x68, 0x74, 0x18, 0x02, - 0x20, 0x01, 0x28, 0x04, 0x52, 0x0b, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x48, 0x65, 0x69, 0x67, 0x68, - 0x74, 0x12, 0x2c, 0x0a, 0x06, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x03, 0x20, 0x03, 0x28, - 0x0b, 0x32, 0x14, 0x2e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, - 0x73, 0x2e, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x52, 0x06, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, - 0x43, 0x0a, 0x0f, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x5f, 0x74, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, - 0x6d, 0x70, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, - 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x54, 0x69, 0x6d, 0x65, 0x73, - 0x74, 0x61, 0x6d, 0x70, 0x52, 0x0e, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x54, 0x69, 0x6d, 0x65, 0x73, - 0x74, 0x61, 0x6d, 0x70, 0x22, 0x62, 0x0a, 0x0b, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x46, 0x69, 0x6c, - 0x74, 0x65, 0x72, 0x12, 0x1d, 0x0a, 0x0a, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x5f, 0x74, 0x79, 0x70, - 0x65, 0x18, 0x01, 0x20, 0x03, 0x28, 0x09, 0x52, 0x09, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x54, 0x79, - 0x70, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x61, 0x63, 0x74, 0x18, 0x02, - 0x20, 0x03, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x61, 0x63, 0x74, 0x12, 0x18, - 0x0a, 0x07, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x18, 0x03, 0x20, 0x03, 0x28, 0x09, 0x52, - 0x07, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x22, 0x60, 0x0a, 0x18, 0x47, 0x65, 0x74, 0x52, - 0x65, 0x67, 0x69, 0x73, 0x74, 0x65, 0x72, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x73, 0x52, 0x65, 0x71, - 0x75, 0x65, 0x73, 0x74, 0x12, 0x21, 0x0a, 0x0c, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x5f, 0x68, 0x65, - 0x69, 0x67, 0x68, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x0b, 0x62, 0x6c, 0x6f, 0x63, - 0x6b, 0x48, 0x65, 0x69, 0x67, 0x68, 0x74, 0x12, 0x21, 0x0a, 0x0c, 0x72, 0x65, 0x67, 0x69, 0x73, - 0x74, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0c, 0x52, 0x0b, 0x72, - 0x65, 0x67, 0x69, 0x73, 0x74, 0x65, 0x72, 0x49, 0x64, 0x73, 0x22, 0x33, 0x0a, 0x19, 0x47, 0x65, - 0x74, 0x52, 0x65, 0x67, 0x69, 0x73, 0x74, 0x65, 0x72, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x73, 0x52, - 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, - 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0c, 0x52, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x73, 0x32, - 0x81, 0x04, 0x0a, 0x10, 0x45, 0x78, 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x44, 0x61, 0x74, - 0x61, 0x41, 0x50, 0x49, 0x12, 0x88, 0x01, 0x0a, 0x19, 0x47, 0x65, 0x74, 0x45, 0x78, 0x65, 0x63, - 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x44, 0x61, 0x74, 0x61, 0x42, 0x79, 0x42, 0x6c, 0x6f, 0x63, 0x6b, - 0x49, 0x44, 0x12, 0x34, 0x2e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x65, 0x78, 0x65, 0x63, 0x75, 0x74, - 0x69, 0x6f, 0x6e, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x47, 0x65, 0x74, 0x45, 0x78, 0x65, 0x63, 0x75, - 0x74, 0x69, 0x6f, 0x6e, 0x44, 0x61, 0x74, 0x61, 0x42, 0x79, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x49, - 0x44, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x35, 0x2e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, - 0x65, 0x78, 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x47, 0x65, - 0x74, 0x45, 0x78, 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x44, 0x61, 0x74, 0x61, 0x42, 0x79, - 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x49, 0x44, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, - 0x81, 0x01, 0x0a, 0x16, 0x53, 0x75, 0x62, 0x73, 0x63, 0x72, 0x69, 0x62, 0x65, 0x45, 0x78, 0x65, - 0x63, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x44, 0x61, 0x74, 0x61, 0x12, 0x31, 0x2e, 0x66, 0x6c, 0x6f, - 0x77, 0x2e, 0x65, 0x78, 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x64, 0x61, 0x74, 0x61, 0x2e, - 0x53, 0x75, 0x62, 0x73, 0x63, 0x72, 0x69, 0x62, 0x65, 0x45, 0x78, 0x65, 0x63, 0x75, 0x74, 0x69, - 0x6f, 0x6e, 0x44, 0x61, 0x74, 0x61, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x32, 0x2e, - 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x65, 0x78, 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x64, 0x61, - 0x74, 0x61, 0x2e, 0x53, 0x75, 0x62, 0x73, 0x63, 0x72, 0x69, 0x62, 0x65, 0x45, 0x78, 0x65, 0x63, - 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x44, 0x61, 0x74, 0x61, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, - 0x65, 0x30, 0x01, 0x12, 0x6c, 0x0a, 0x0f, 0x53, 0x75, 0x62, 0x73, 0x63, 0x72, 0x69, 0x62, 0x65, - 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x2a, 0x2e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x65, 0x78, - 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x53, 0x75, 0x62, 0x73, - 0x63, 0x72, 0x69, 0x62, 0x65, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, - 0x73, 0x74, 0x1a, 0x2b, 0x2e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x65, 0x78, 0x65, 0x63, 0x75, 0x74, - 0x69, 0x6f, 0x6e, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x53, 0x75, 0x62, 0x73, 0x63, 0x72, 0x69, 0x62, - 0x65, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x30, - 0x01, 0x12, 0x70, 0x0a, 0x11, 0x47, 0x65, 0x74, 0x52, 0x65, 0x67, 0x69, 0x73, 0x74, 0x65, 0x72, - 0x56, 0x61, 0x6c, 0x75, 0x65, 0x73, 0x12, 0x2c, 0x2e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x65, 0x78, - 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x47, 0x65, 0x74, 0x52, - 0x65, 0x67, 0x69, 0x73, 0x74, 0x65, 0x72, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x73, 0x52, 0x65, 0x71, - 0x75, 0x65, 0x73, 0x74, 0x1a, 0x2d, 0x2e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x65, 0x78, 0x65, 0x63, - 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x47, 0x65, 0x74, 0x52, 0x65, 0x67, - 0x69, 0x73, 0x74, 0x65, 0x72, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, - 0x6e, 0x73, 0x65, 0x42, 0x5a, 0x0a, 0x21, 0x6f, 0x72, 0x67, 0x2e, 0x6f, 0x6e, 0x66, 0x6c, 0x6f, - 0x77, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x65, 0x78, 0x65, 0x63, 0x75, - 0x74, 0x69, 0x6f, 0x6e, 0x64, 0x61, 0x74, 0x61, 0x5a, 0x35, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, - 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x6f, 0x6e, 0x66, 0x6c, 0x6f, 0x77, 0x2f, 0x66, 0x6c, 0x6f, 0x77, - 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x67, 0x6f, 0x2f, 0x66, 0x6c, 0x6f, - 0x77, 0x2f, 0x65, 0x78, 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x64, 0x61, 0x74, 0x61, 0x62, - 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, -} - -var ( - file_flow_executiondata_executiondata_proto_rawDescOnce sync.Once - file_flow_executiondata_executiondata_proto_rawDescData = file_flow_executiondata_executiondata_proto_rawDesc -) - -func file_flow_executiondata_executiondata_proto_rawDescGZIP() []byte { - file_flow_executiondata_executiondata_proto_rawDescOnce.Do(func() { - file_flow_executiondata_executiondata_proto_rawDescData = protoimpl.X.CompressGZIP(file_flow_executiondata_executiondata_proto_rawDescData) - }) - return file_flow_executiondata_executiondata_proto_rawDescData -} - -var file_flow_executiondata_executiondata_proto_msgTypes = make([]protoimpl.MessageInfo, 9) -var file_flow_executiondata_executiondata_proto_goTypes = []interface{}{ - (*GetExecutionDataByBlockIDRequest)(nil), // 0: flow.executiondata.GetExecutionDataByBlockIDRequest - (*GetExecutionDataByBlockIDResponse)(nil), // 1: flow.executiondata.GetExecutionDataByBlockIDResponse - (*SubscribeExecutionDataRequest)(nil), // 2: flow.executiondata.SubscribeExecutionDataRequest - (*SubscribeExecutionDataResponse)(nil), // 3: flow.executiondata.SubscribeExecutionDataResponse - (*SubscribeEventsRequest)(nil), // 4: flow.executiondata.SubscribeEventsRequest - (*SubscribeEventsResponse)(nil), // 5: flow.executiondata.SubscribeEventsResponse - (*EventFilter)(nil), // 6: flow.executiondata.EventFilter - (*GetRegisterValuesRequest)(nil), // 7: flow.executiondata.GetRegisterValuesRequest - (*GetRegisterValuesResponse)(nil), // 8: flow.executiondata.GetRegisterValuesResponse - (*entities.BlockExecutionData)(nil), // 9: flow.entities.BlockExecutionData - (*timestamppb.Timestamp)(nil), // 10: google.protobuf.Timestamp - (*entities.Event)(nil), // 11: flow.entities.Event -} -var file_flow_executiondata_executiondata_proto_depIdxs = []int32{ - 9, // 0: flow.executiondata.GetExecutionDataByBlockIDResponse.block_execution_data:type_name -> flow.entities.BlockExecutionData - 9, // 1: flow.executiondata.SubscribeExecutionDataResponse.block_execution_data:type_name -> flow.entities.BlockExecutionData - 10, // 2: flow.executiondata.SubscribeExecutionDataResponse.block_timestamp:type_name -> google.protobuf.Timestamp - 6, // 3: flow.executiondata.SubscribeEventsRequest.filter:type_name -> flow.executiondata.EventFilter - 11, // 4: flow.executiondata.SubscribeEventsResponse.events:type_name -> flow.entities.Event - 10, // 5: flow.executiondata.SubscribeEventsResponse.block_timestamp:type_name -> google.protobuf.Timestamp - 0, // 6: flow.executiondata.ExecutionDataAPI.GetExecutionDataByBlockID:input_type -> flow.executiondata.GetExecutionDataByBlockIDRequest - 2, // 7: flow.executiondata.ExecutionDataAPI.SubscribeExecutionData:input_type -> flow.executiondata.SubscribeExecutionDataRequest - 4, // 8: flow.executiondata.ExecutionDataAPI.SubscribeEvents:input_type -> flow.executiondata.SubscribeEventsRequest - 7, // 9: flow.executiondata.ExecutionDataAPI.GetRegisterValues:input_type -> flow.executiondata.GetRegisterValuesRequest - 1, // 10: flow.executiondata.ExecutionDataAPI.GetExecutionDataByBlockID:output_type -> flow.executiondata.GetExecutionDataByBlockIDResponse - 3, // 11: flow.executiondata.ExecutionDataAPI.SubscribeExecutionData:output_type -> flow.executiondata.SubscribeExecutionDataResponse - 5, // 12: flow.executiondata.ExecutionDataAPI.SubscribeEvents:output_type -> flow.executiondata.SubscribeEventsResponse - 8, // 13: flow.executiondata.ExecutionDataAPI.GetRegisterValues:output_type -> flow.executiondata.GetRegisterValuesResponse - 10, // [10:14] is the sub-list for method output_type - 6, // [6:10] is the sub-list for method input_type - 6, // [6:6] is the sub-list for extension type_name - 6, // [6:6] is the sub-list for extension extendee - 0, // [0:6] is the sub-list for field type_name -} - -func init() { file_flow_executiondata_executiondata_proto_init() } -func file_flow_executiondata_executiondata_proto_init() { - if File_flow_executiondata_executiondata_proto != nil { - return - } - if !protoimpl.UnsafeEnabled { - file_flow_executiondata_executiondata_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GetExecutionDataByBlockIDRequest); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_flow_executiondata_executiondata_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GetExecutionDataByBlockIDResponse); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_flow_executiondata_executiondata_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*SubscribeExecutionDataRequest); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_flow_executiondata_executiondata_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*SubscribeExecutionDataResponse); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_flow_executiondata_executiondata_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*SubscribeEventsRequest); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_flow_executiondata_executiondata_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*SubscribeEventsResponse); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_flow_executiondata_executiondata_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*EventFilter); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_flow_executiondata_executiondata_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GetRegisterValuesRequest); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_flow_executiondata_executiondata_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GetRegisterValuesResponse); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - } - type x struct{} - out := protoimpl.TypeBuilder{ - File: protoimpl.DescBuilder{ - GoPackagePath: reflect.TypeOf(x{}).PkgPath(), - RawDescriptor: file_flow_executiondata_executiondata_proto_rawDesc, - NumEnums: 0, - NumMessages: 9, - NumExtensions: 0, - NumServices: 1, - }, - GoTypes: file_flow_executiondata_executiondata_proto_goTypes, - DependencyIndexes: file_flow_executiondata_executiondata_proto_depIdxs, - MessageInfos: file_flow_executiondata_executiondata_proto_msgTypes, - }.Build() - File_flow_executiondata_executiondata_proto = out.File - file_flow_executiondata_executiondata_proto_rawDesc = nil - file_flow_executiondata_executiondata_proto_goTypes = nil - file_flow_executiondata_executiondata_proto_depIdxs = nil +func init() { + proto.RegisterType((*GetExecutionDataByBlockIDRequest)(nil), "flow.executiondata.GetExecutionDataByBlockIDRequest") + proto.RegisterType((*GetExecutionDataByBlockIDResponse)(nil), "flow.executiondata.GetExecutionDataByBlockIDResponse") + proto.RegisterType((*SubscribeExecutionDataRequest)(nil), "flow.executiondata.SubscribeExecutionDataRequest") + proto.RegisterType((*SubscribeExecutionDataResponse)(nil), "flow.executiondata.SubscribeExecutionDataResponse") + proto.RegisterType((*SubscribeEventsRequest)(nil), "flow.executiondata.SubscribeEventsRequest") + proto.RegisterType((*SubscribeEventsResponse)(nil), "flow.executiondata.SubscribeEventsResponse") + proto.RegisterType((*EventFilter)(nil), "flow.executiondata.EventFilter") + proto.RegisterType((*GetRegisterValuesRequest)(nil), "flow.executiondata.GetRegisterValuesRequest") + proto.RegisterType((*GetRegisterValuesResponse)(nil), "flow.executiondata.GetRegisterValuesResponse") +} + +func init() { + proto.RegisterFile("flow/executiondata/executiondata.proto", fileDescriptor_da469632570513fb) +} + +var fileDescriptor_da469632570513fb = []byte{ + // 662 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xb4, 0x55, 0x4d, 0x6f, 0xd3, 0x40, + 0x10, 0x95, 0x9b, 0x28, 0x6d, 0x27, 0x51, 0x3f, 0x56, 0x55, 0x71, 0x2d, 0x95, 0x26, 0x16, 0x42, + 0x11, 0xb4, 0x36, 0xa4, 0x54, 0x9c, 0x38, 0x50, 0x0a, 0x25, 0x37, 0xe4, 0x56, 0x1c, 0x7a, 0x09, + 0xeb, 0x78, 0xea, 0xac, 0x70, 0xbd, 0xc1, 0xbb, 0x29, 0xed, 0xb1, 0x37, 0x7e, 0x1b, 0x67, 0xae, + 0xfc, 0x17, 0x94, 0xf5, 0xc6, 0xa9, 0x6b, 0xa7, 0x34, 0x42, 0x5c, 0x2c, 0xcd, 0xcc, 0x9b, 0x37, + 0x6f, 0x77, 0x66, 0xd6, 0xf0, 0xf4, 0x3c, 0xe2, 0xdf, 0x5d, 0xbc, 0xc2, 0xfe, 0x48, 0x32, 0x1e, + 0x07, 0x54, 0xd2, 0xbc, 0xe5, 0x0c, 0x13, 0x2e, 0x39, 0x21, 0x63, 0x9c, 0x93, 0x8b, 0x58, 0xed, + 0x34, 0x37, 0x96, 0x4c, 0x32, 0x14, 0xae, 0x1f, 0xf1, 0xfe, 0xd7, 0x5e, 0x06, 0xe9, 0x4d, 0xb3, + 0xad, 0xad, 0x3c, 0x12, 0x2f, 0x31, 0x96, 0x3a, 0xb4, 0x13, 0x72, 0x1e, 0x46, 0xe8, 0x2a, 0xcb, + 0x1f, 0x9d, 0xbb, 0x92, 0x5d, 0xa0, 0x90, 0xf4, 0x62, 0x98, 0x02, 0xec, 0x37, 0xd0, 0x3c, 0x46, + 0xf9, 0x7e, 0x42, 0x7b, 0x44, 0x25, 0x3d, 0xbc, 0x3e, 0x1c, 0xd7, 0xea, 0x1e, 0x79, 0xf8, 0x6d, + 0x84, 0x42, 0x92, 0x2d, 0x58, 0x4a, 0xab, 0xb3, 0xc0, 0x34, 0x9a, 0x46, 0xbb, 0xe1, 0x2d, 0x2a, + 0xbb, 0x1b, 0xd8, 0x57, 0xd0, 0xba, 0x27, 0x5d, 0x0c, 0x79, 0x2c, 0x90, 0x9c, 0xc0, 0x46, 0x99, + 0x7a, 0xc5, 0x55, 0xef, 0xb4, 0x9c, 0xf4, 0xf0, 0x5a, 0xbe, 0xa3, 0xb2, 0x73, 0x8c, 0x1e, 0xf1, + 0x0b, 0x3e, 0x5b, 0xc0, 0xf6, 0xc9, 0xc8, 0x17, 0xfd, 0x84, 0xf9, 0x98, 0x47, 0x6b, 0xd5, 0x4f, + 0x60, 0x45, 0x48, 0x9a, 0xc8, 0xde, 0x1d, 0xed, 0x0d, 0xe5, 0x4d, 0x35, 0x06, 0x64, 0x17, 0xc8, + 0x6d, 0xd4, 0x00, 0x59, 0x38, 0x90, 0xe6, 0x42, 0xd3, 0x68, 0x57, 0xbd, 0xb5, 0x29, 0xf2, 0xa3, + 0xf2, 0xdb, 0xbf, 0x0d, 0x78, 0x3c, 0xab, 0xaa, 0x3e, 0x6c, 0x0b, 0x1a, 0x39, 0x2a, 0x43, 0x51, + 0xd5, 0xfd, 0x29, 0xcb, 0xcc, 0xfb, 0x58, 0xf8, 0x87, 0xfb, 0x20, 0xef, 0x60, 0x35, 0x25, 0xcd, + 0x3a, 0x6c, 0x56, 0x14, 0x9f, 0xe5, 0xa4, 0x33, 0xe0, 0x4c, 0x66, 0xc0, 0x39, 0x9d, 0x20, 0xbc, + 0x15, 0x95, 0x92, 0xd9, 0xf6, 0x2f, 0x03, 0x36, 0xa7, 0xe7, 0x1b, 0xcf, 0x91, 0xf8, 0x8f, 0xd7, + 0x49, 0x5e, 0x43, 0xed, 0x9c, 0x45, 0x12, 0x13, 0x2d, 0x75, 0xc7, 0x29, 0xee, 0x81, 0xa3, 0x64, + 0x7c, 0x50, 0x30, 0x4f, 0xc3, 0xc9, 0x1e, 0x90, 0x01, 0xd2, 0x44, 0xfa, 0x48, 0x65, 0x8f, 0xc5, + 0x12, 0x93, 0x4b, 0x1a, 0x99, 0x55, 0x55, 0x66, 0x3d, 0x8b, 0x74, 0x75, 0xc0, 0xfe, 0x69, 0xc0, + 0xa3, 0xc2, 0xb1, 0x74, 0xbf, 0x66, 0x0f, 0x77, 0xa1, 0x95, 0x0b, 0xc5, 0x56, 0xee, 0x42, 0x4d, + 0xad, 0x9b, 0x30, 0x2b, 0xcd, 0x4a, 0xbb, 0xde, 0xd9, 0xb8, 0xd3, 0x3c, 0x55, 0xcc, 0xd3, 0x98, + 0xb2, 0x1e, 0x55, 0xe7, 0xee, 0x91, 0x0f, 0xf5, 0x5b, 0x57, 0x42, 0xb6, 0x01, 0x14, 0x7b, 0x4f, + 0x5e, 0x0f, 0xd1, 0x34, 0x9a, 0x95, 0xf6, 0xb2, 0xb7, 0xac, 0x3c, 0xa7, 0xd7, 0x43, 0x24, 0x16, + 0x2c, 0xf5, 0x79, 0x2c, 0x13, 0xda, 0x1f, 0xeb, 0x1f, 0x07, 0x33, 0x9b, 0x98, 0xb0, 0x48, 0x83, + 0x20, 0x41, 0x91, 0xaa, 0x5f, 0xf6, 0x26, 0xa6, 0xfd, 0x05, 0xcc, 0x63, 0x94, 0x1e, 0x86, 0x4c, + 0x48, 0x4c, 0x3e, 0xd3, 0x68, 0x84, 0xd9, 0x20, 0x3c, 0x60, 0xc0, 0x5b, 0xd0, 0x48, 0x74, 0x6e, + 0x8f, 0x05, 0x42, 0x15, 0x6e, 0x78, 0xf5, 0x89, 0xaf, 0x1b, 0x08, 0x7b, 0x1f, 0xb6, 0x4a, 0x2a, + 0xe8, 0x9e, 0x6c, 0x42, 0xed, 0x52, 0x79, 0xd4, 0x79, 0x1a, 0x9e, 0xb6, 0x3a, 0x37, 0x55, 0x58, + 0xcb, 0x4d, 0xfd, 0xdb, 0x4f, 0x5d, 0xf2, 0xc3, 0x50, 0x54, 0xe5, 0x6f, 0x10, 0x79, 0x55, 0x36, + 0x52, 0x7f, 0x7b, 0xf1, 0xac, 0x83, 0x39, 0xb3, 0xb4, 0xee, 0x9b, 0xdc, 0xfa, 0xe4, 0xd6, 0xf3, + 0x65, 0x19, 0xe3, 0xbd, 0x0f, 0x98, 0xd5, 0x99, 0x27, 0x25, 0x55, 0xf0, 0xc2, 0x20, 0x11, 0xac, + 0xde, 0x19, 0x75, 0xf2, 0xec, 0x7e, 0xa2, 0xdb, 0x6b, 0x6e, 0x3d, 0x7f, 0x10, 0x36, 0xab, 0x36, + 0x84, 0xf5, 0x42, 0x1b, 0xc9, 0xee, 0x8c, 0xdb, 0x2b, 0x9d, 0x27, 0x6b, 0xef, 0x81, 0xe8, 0xb4, + 0xe6, 0xe1, 0x19, 0xb4, 0x78, 0x12, 0x3a, 0x3c, 0x56, 0x59, 0xd9, 0xbe, 0xe4, 0xd2, 0xcf, 0x0e, + 0x42, 0x26, 0x07, 0x23, 0xdf, 0xe9, 0xf3, 0x0b, 0x37, 0x45, 0xba, 0xea, 0x93, 0xfd, 0x06, 0x43, + 0xee, 0x16, 0x7f, 0xcd, 0x7e, 0x4d, 0xc5, 0xf7, 0xff, 0x04, 0x00, 0x00, 0xff, 0xff, 0xb3, 0x91, + 0x63, 0x3b, 0xb7, 0x07, 0x00, 0x00, } diff --git a/protobuf/go/flow/legacy/access/access.pb.go b/protobuf/go/flow/legacy/access/access.pb.go index e93ddcdca..2f26acaf3 100644 --- a/protobuf/go/flow/legacy/access/access.pb.go +++ b/protobuf/go/flow/legacy/access/access.pb.go @@ -1,2409 +1,1474 @@ // Code generated by protoc-gen-go. DO NOT EDIT. -// versions: -// protoc-gen-go v1.28.1 -// protoc (unknown) // source: flow/legacy/access/access.proto package access import ( + fmt "fmt" + proto "github.com/golang/protobuf/proto" entities "github.com/onflow/flow/protobuf/go/flow/legacy/entities" - protoreflect "google.golang.org/protobuf/reflect/protoreflect" - protoimpl "google.golang.org/protobuf/runtime/protoimpl" - reflect "reflect" - sync "sync" + math "math" ) -const ( - // Verify that this generated code is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) - // Verify that runtime/protoimpl is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) -) +// Reference imports to suppress errors if they are not otherwise used. +var _ = proto.Marshal +var _ = fmt.Errorf +var _ = math.Inf + +// This is a compile-time assertion to ensure that this generated file +// is compatible with the proto package it is being compiled against. +// A compilation error at this line likely means your copy of the +// proto package needs to be updated. +const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package type PingRequest struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (x *PingRequest) Reset() { - *x = PingRequest{} - if protoimpl.UnsafeEnabled { - mi := &file_flow_legacy_access_access_proto_msgTypes[0] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } +func (m *PingRequest) Reset() { *m = PingRequest{} } +func (m *PingRequest) String() string { return proto.CompactTextString(m) } +func (*PingRequest) ProtoMessage() {} +func (*PingRequest) Descriptor() ([]byte, []int) { + return fileDescriptor_bd1967bd8421cd93, []int{0} } -func (x *PingRequest) String() string { - return protoimpl.X.MessageStringOf(x) +func (m *PingRequest) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_PingRequest.Unmarshal(m, b) } - -func (*PingRequest) ProtoMessage() {} - -func (x *PingRequest) ProtoReflect() protoreflect.Message { - mi := &file_flow_legacy_access_access_proto_msgTypes[0] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) +func (m *PingRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_PingRequest.Marshal(b, m, deterministic) } - -// Deprecated: Use PingRequest.ProtoReflect.Descriptor instead. -func (*PingRequest) Descriptor() ([]byte, []int) { - return file_flow_legacy_access_access_proto_rawDescGZIP(), []int{0} +func (m *PingRequest) XXX_Merge(src proto.Message) { + xxx_messageInfo_PingRequest.Merge(m, src) } - -type PingResponse struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields +func (m *PingRequest) XXX_Size() int { + return xxx_messageInfo_PingRequest.Size(m) } - -func (x *PingResponse) Reset() { - *x = PingResponse{} - if protoimpl.UnsafeEnabled { - mi := &file_flow_legacy_access_access_proto_msgTypes[1] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *PingResponse) String() string { - return protoimpl.X.MessageStringOf(x) +func (m *PingRequest) XXX_DiscardUnknown() { + xxx_messageInfo_PingRequest.DiscardUnknown(m) } -func (*PingResponse) ProtoMessage() {} +var xxx_messageInfo_PingRequest proto.InternalMessageInfo -func (x *PingResponse) ProtoReflect() protoreflect.Message { - mi := &file_flow_legacy_access_access_proto_msgTypes[1] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) +type PingResponse struct { + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -// Deprecated: Use PingResponse.ProtoReflect.Descriptor instead. +func (m *PingResponse) Reset() { *m = PingResponse{} } +func (m *PingResponse) String() string { return proto.CompactTextString(m) } +func (*PingResponse) ProtoMessage() {} func (*PingResponse) Descriptor() ([]byte, []int) { - return file_flow_legacy_access_access_proto_rawDescGZIP(), []int{1} + return fileDescriptor_bd1967bd8421cd93, []int{1} } -type GetLatestBlockHeaderRequest struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - IsSealed bool `protobuf:"varint,1,opt,name=is_sealed,json=isSealed,proto3" json:"is_sealed,omitempty"` +func (m *PingResponse) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_PingResponse.Unmarshal(m, b) } - -func (x *GetLatestBlockHeaderRequest) Reset() { - *x = GetLatestBlockHeaderRequest{} - if protoimpl.UnsafeEnabled { - mi := &file_flow_legacy_access_access_proto_msgTypes[2] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } +func (m *PingResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_PingResponse.Marshal(b, m, deterministic) } - -func (x *GetLatestBlockHeaderRequest) String() string { - return protoimpl.X.MessageStringOf(x) +func (m *PingResponse) XXX_Merge(src proto.Message) { + xxx_messageInfo_PingResponse.Merge(m, src) +} +func (m *PingResponse) XXX_Size() int { + return xxx_messageInfo_PingResponse.Size(m) +} +func (m *PingResponse) XXX_DiscardUnknown() { + xxx_messageInfo_PingResponse.DiscardUnknown(m) } -func (*GetLatestBlockHeaderRequest) ProtoMessage() {} +var xxx_messageInfo_PingResponse proto.InternalMessageInfo -func (x *GetLatestBlockHeaderRequest) ProtoReflect() protoreflect.Message { - mi := &file_flow_legacy_access_access_proto_msgTypes[2] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) +type GetLatestBlockHeaderRequest struct { + IsSealed bool `protobuf:"varint,1,opt,name=is_sealed,json=isSealed,proto3" json:"is_sealed,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -// Deprecated: Use GetLatestBlockHeaderRequest.ProtoReflect.Descriptor instead. +func (m *GetLatestBlockHeaderRequest) Reset() { *m = GetLatestBlockHeaderRequest{} } +func (m *GetLatestBlockHeaderRequest) String() string { return proto.CompactTextString(m) } +func (*GetLatestBlockHeaderRequest) ProtoMessage() {} func (*GetLatestBlockHeaderRequest) Descriptor() ([]byte, []int) { - return file_flow_legacy_access_access_proto_rawDescGZIP(), []int{2} + return fileDescriptor_bd1967bd8421cd93, []int{2} +} + +func (m *GetLatestBlockHeaderRequest) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_GetLatestBlockHeaderRequest.Unmarshal(m, b) +} +func (m *GetLatestBlockHeaderRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_GetLatestBlockHeaderRequest.Marshal(b, m, deterministic) +} +func (m *GetLatestBlockHeaderRequest) XXX_Merge(src proto.Message) { + xxx_messageInfo_GetLatestBlockHeaderRequest.Merge(m, src) +} +func (m *GetLatestBlockHeaderRequest) XXX_Size() int { + return xxx_messageInfo_GetLatestBlockHeaderRequest.Size(m) +} +func (m *GetLatestBlockHeaderRequest) XXX_DiscardUnknown() { + xxx_messageInfo_GetLatestBlockHeaderRequest.DiscardUnknown(m) } -func (x *GetLatestBlockHeaderRequest) GetIsSealed() bool { - if x != nil { - return x.IsSealed +var xxx_messageInfo_GetLatestBlockHeaderRequest proto.InternalMessageInfo + +func (m *GetLatestBlockHeaderRequest) GetIsSealed() bool { + if m != nil { + return m.IsSealed } return false } type GetBlockHeaderByIDRequest struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Id []byte `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` + Id []byte `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (x *GetBlockHeaderByIDRequest) Reset() { - *x = GetBlockHeaderByIDRequest{} - if protoimpl.UnsafeEnabled { - mi := &file_flow_legacy_access_access_proto_msgTypes[3] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } +func (m *GetBlockHeaderByIDRequest) Reset() { *m = GetBlockHeaderByIDRequest{} } +func (m *GetBlockHeaderByIDRequest) String() string { return proto.CompactTextString(m) } +func (*GetBlockHeaderByIDRequest) ProtoMessage() {} +func (*GetBlockHeaderByIDRequest) Descriptor() ([]byte, []int) { + return fileDescriptor_bd1967bd8421cd93, []int{3} } -func (x *GetBlockHeaderByIDRequest) String() string { - return protoimpl.X.MessageStringOf(x) +func (m *GetBlockHeaderByIDRequest) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_GetBlockHeaderByIDRequest.Unmarshal(m, b) } - -func (*GetBlockHeaderByIDRequest) ProtoMessage() {} - -func (x *GetBlockHeaderByIDRequest) ProtoReflect() protoreflect.Message { - mi := &file_flow_legacy_access_access_proto_msgTypes[3] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) +func (m *GetBlockHeaderByIDRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_GetBlockHeaderByIDRequest.Marshal(b, m, deterministic) } - -// Deprecated: Use GetBlockHeaderByIDRequest.ProtoReflect.Descriptor instead. -func (*GetBlockHeaderByIDRequest) Descriptor() ([]byte, []int) { - return file_flow_legacy_access_access_proto_rawDescGZIP(), []int{3} +func (m *GetBlockHeaderByIDRequest) XXX_Merge(src proto.Message) { + xxx_messageInfo_GetBlockHeaderByIDRequest.Merge(m, src) } +func (m *GetBlockHeaderByIDRequest) XXX_Size() int { + return xxx_messageInfo_GetBlockHeaderByIDRequest.Size(m) +} +func (m *GetBlockHeaderByIDRequest) XXX_DiscardUnknown() { + xxx_messageInfo_GetBlockHeaderByIDRequest.DiscardUnknown(m) +} + +var xxx_messageInfo_GetBlockHeaderByIDRequest proto.InternalMessageInfo -func (x *GetBlockHeaderByIDRequest) GetId() []byte { - if x != nil { - return x.Id +func (m *GetBlockHeaderByIDRequest) GetId() []byte { + if m != nil { + return m.Id } return nil } type GetBlockHeaderByHeightRequest struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Height uint64 `protobuf:"varint,1,opt,name=height,proto3" json:"height,omitempty"` + Height uint64 `protobuf:"varint,1,opt,name=height,proto3" json:"height,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (x *GetBlockHeaderByHeightRequest) Reset() { - *x = GetBlockHeaderByHeightRequest{} - if protoimpl.UnsafeEnabled { - mi := &file_flow_legacy_access_access_proto_msgTypes[4] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } +func (m *GetBlockHeaderByHeightRequest) Reset() { *m = GetBlockHeaderByHeightRequest{} } +func (m *GetBlockHeaderByHeightRequest) String() string { return proto.CompactTextString(m) } +func (*GetBlockHeaderByHeightRequest) ProtoMessage() {} +func (*GetBlockHeaderByHeightRequest) Descriptor() ([]byte, []int) { + return fileDescriptor_bd1967bd8421cd93, []int{4} } -func (x *GetBlockHeaderByHeightRequest) String() string { - return protoimpl.X.MessageStringOf(x) +func (m *GetBlockHeaderByHeightRequest) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_GetBlockHeaderByHeightRequest.Unmarshal(m, b) } - -func (*GetBlockHeaderByHeightRequest) ProtoMessage() {} - -func (x *GetBlockHeaderByHeightRequest) ProtoReflect() protoreflect.Message { - mi := &file_flow_legacy_access_access_proto_msgTypes[4] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) +func (m *GetBlockHeaderByHeightRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_GetBlockHeaderByHeightRequest.Marshal(b, m, deterministic) } - -// Deprecated: Use GetBlockHeaderByHeightRequest.ProtoReflect.Descriptor instead. -func (*GetBlockHeaderByHeightRequest) Descriptor() ([]byte, []int) { - return file_flow_legacy_access_access_proto_rawDescGZIP(), []int{4} +func (m *GetBlockHeaderByHeightRequest) XXX_Merge(src proto.Message) { + xxx_messageInfo_GetBlockHeaderByHeightRequest.Merge(m, src) } +func (m *GetBlockHeaderByHeightRequest) XXX_Size() int { + return xxx_messageInfo_GetBlockHeaderByHeightRequest.Size(m) +} +func (m *GetBlockHeaderByHeightRequest) XXX_DiscardUnknown() { + xxx_messageInfo_GetBlockHeaderByHeightRequest.DiscardUnknown(m) +} + +var xxx_messageInfo_GetBlockHeaderByHeightRequest proto.InternalMessageInfo -func (x *GetBlockHeaderByHeightRequest) GetHeight() uint64 { - if x != nil { - return x.Height +func (m *GetBlockHeaderByHeightRequest) GetHeight() uint64 { + if m != nil { + return m.Height } return 0 } type BlockHeaderResponse struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Block *entities.BlockHeader `protobuf:"bytes,1,opt,name=block,proto3" json:"block,omitempty"` + Block *entities.BlockHeader `protobuf:"bytes,1,opt,name=block,proto3" json:"block,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (x *BlockHeaderResponse) Reset() { - *x = BlockHeaderResponse{} - if protoimpl.UnsafeEnabled { - mi := &file_flow_legacy_access_access_proto_msgTypes[5] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } +func (m *BlockHeaderResponse) Reset() { *m = BlockHeaderResponse{} } +func (m *BlockHeaderResponse) String() string { return proto.CompactTextString(m) } +func (*BlockHeaderResponse) ProtoMessage() {} +func (*BlockHeaderResponse) Descriptor() ([]byte, []int) { + return fileDescriptor_bd1967bd8421cd93, []int{5} } -func (x *BlockHeaderResponse) String() string { - return protoimpl.X.MessageStringOf(x) +func (m *BlockHeaderResponse) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_BlockHeaderResponse.Unmarshal(m, b) } - -func (*BlockHeaderResponse) ProtoMessage() {} - -func (x *BlockHeaderResponse) ProtoReflect() protoreflect.Message { - mi := &file_flow_legacy_access_access_proto_msgTypes[5] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) +func (m *BlockHeaderResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_BlockHeaderResponse.Marshal(b, m, deterministic) } - -// Deprecated: Use BlockHeaderResponse.ProtoReflect.Descriptor instead. -func (*BlockHeaderResponse) Descriptor() ([]byte, []int) { - return file_flow_legacy_access_access_proto_rawDescGZIP(), []int{5} +func (m *BlockHeaderResponse) XXX_Merge(src proto.Message) { + xxx_messageInfo_BlockHeaderResponse.Merge(m, src) +} +func (m *BlockHeaderResponse) XXX_Size() int { + return xxx_messageInfo_BlockHeaderResponse.Size(m) } +func (m *BlockHeaderResponse) XXX_DiscardUnknown() { + xxx_messageInfo_BlockHeaderResponse.DiscardUnknown(m) +} + +var xxx_messageInfo_BlockHeaderResponse proto.InternalMessageInfo -func (x *BlockHeaderResponse) GetBlock() *entities.BlockHeader { - if x != nil { - return x.Block +func (m *BlockHeaderResponse) GetBlock() *entities.BlockHeader { + if m != nil { + return m.Block } return nil } type GetLatestBlockRequest struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - IsSealed bool `protobuf:"varint,1,opt,name=is_sealed,json=isSealed,proto3" json:"is_sealed,omitempty"` + IsSealed bool `protobuf:"varint,1,opt,name=is_sealed,json=isSealed,proto3" json:"is_sealed,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (x *GetLatestBlockRequest) Reset() { - *x = GetLatestBlockRequest{} - if protoimpl.UnsafeEnabled { - mi := &file_flow_legacy_access_access_proto_msgTypes[6] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } +func (m *GetLatestBlockRequest) Reset() { *m = GetLatestBlockRequest{} } +func (m *GetLatestBlockRequest) String() string { return proto.CompactTextString(m) } +func (*GetLatestBlockRequest) ProtoMessage() {} +func (*GetLatestBlockRequest) Descriptor() ([]byte, []int) { + return fileDescriptor_bd1967bd8421cd93, []int{6} } -func (x *GetLatestBlockRequest) String() string { - return protoimpl.X.MessageStringOf(x) +func (m *GetLatestBlockRequest) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_GetLatestBlockRequest.Unmarshal(m, b) } - -func (*GetLatestBlockRequest) ProtoMessage() {} - -func (x *GetLatestBlockRequest) ProtoReflect() protoreflect.Message { - mi := &file_flow_legacy_access_access_proto_msgTypes[6] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) +func (m *GetLatestBlockRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_GetLatestBlockRequest.Marshal(b, m, deterministic) } - -// Deprecated: Use GetLatestBlockRequest.ProtoReflect.Descriptor instead. -func (*GetLatestBlockRequest) Descriptor() ([]byte, []int) { - return file_flow_legacy_access_access_proto_rawDescGZIP(), []int{6} +func (m *GetLatestBlockRequest) XXX_Merge(src proto.Message) { + xxx_messageInfo_GetLatestBlockRequest.Merge(m, src) +} +func (m *GetLatestBlockRequest) XXX_Size() int { + return xxx_messageInfo_GetLatestBlockRequest.Size(m) } +func (m *GetLatestBlockRequest) XXX_DiscardUnknown() { + xxx_messageInfo_GetLatestBlockRequest.DiscardUnknown(m) +} + +var xxx_messageInfo_GetLatestBlockRequest proto.InternalMessageInfo -func (x *GetLatestBlockRequest) GetIsSealed() bool { - if x != nil { - return x.IsSealed +func (m *GetLatestBlockRequest) GetIsSealed() bool { + if m != nil { + return m.IsSealed } return false } type GetBlockByIDRequest struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Id []byte `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` + Id []byte `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (x *GetBlockByIDRequest) Reset() { - *x = GetBlockByIDRequest{} - if protoimpl.UnsafeEnabled { - mi := &file_flow_legacy_access_access_proto_msgTypes[7] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } +func (m *GetBlockByIDRequest) Reset() { *m = GetBlockByIDRequest{} } +func (m *GetBlockByIDRequest) String() string { return proto.CompactTextString(m) } +func (*GetBlockByIDRequest) ProtoMessage() {} +func (*GetBlockByIDRequest) Descriptor() ([]byte, []int) { + return fileDescriptor_bd1967bd8421cd93, []int{7} } -func (x *GetBlockByIDRequest) String() string { - return protoimpl.X.MessageStringOf(x) +func (m *GetBlockByIDRequest) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_GetBlockByIDRequest.Unmarshal(m, b) } - -func (*GetBlockByIDRequest) ProtoMessage() {} - -func (x *GetBlockByIDRequest) ProtoReflect() protoreflect.Message { - mi := &file_flow_legacy_access_access_proto_msgTypes[7] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) +func (m *GetBlockByIDRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_GetBlockByIDRequest.Marshal(b, m, deterministic) } - -// Deprecated: Use GetBlockByIDRequest.ProtoReflect.Descriptor instead. -func (*GetBlockByIDRequest) Descriptor() ([]byte, []int) { - return file_flow_legacy_access_access_proto_rawDescGZIP(), []int{7} +func (m *GetBlockByIDRequest) XXX_Merge(src proto.Message) { + xxx_messageInfo_GetBlockByIDRequest.Merge(m, src) +} +func (m *GetBlockByIDRequest) XXX_Size() int { + return xxx_messageInfo_GetBlockByIDRequest.Size(m) +} +func (m *GetBlockByIDRequest) XXX_DiscardUnknown() { + xxx_messageInfo_GetBlockByIDRequest.DiscardUnknown(m) } -func (x *GetBlockByIDRequest) GetId() []byte { - if x != nil { - return x.Id +var xxx_messageInfo_GetBlockByIDRequest proto.InternalMessageInfo + +func (m *GetBlockByIDRequest) GetId() []byte { + if m != nil { + return m.Id } return nil } type GetBlockByHeightRequest struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Height uint64 `protobuf:"varint,1,opt,name=height,proto3" json:"height,omitempty"` + Height uint64 `protobuf:"varint,1,opt,name=height,proto3" json:"height,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (x *GetBlockByHeightRequest) Reset() { - *x = GetBlockByHeightRequest{} - if protoimpl.UnsafeEnabled { - mi := &file_flow_legacy_access_access_proto_msgTypes[8] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } +func (m *GetBlockByHeightRequest) Reset() { *m = GetBlockByHeightRequest{} } +func (m *GetBlockByHeightRequest) String() string { return proto.CompactTextString(m) } +func (*GetBlockByHeightRequest) ProtoMessage() {} +func (*GetBlockByHeightRequest) Descriptor() ([]byte, []int) { + return fileDescriptor_bd1967bd8421cd93, []int{8} } -func (x *GetBlockByHeightRequest) String() string { - return protoimpl.X.MessageStringOf(x) +func (m *GetBlockByHeightRequest) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_GetBlockByHeightRequest.Unmarshal(m, b) } - -func (*GetBlockByHeightRequest) ProtoMessage() {} - -func (x *GetBlockByHeightRequest) ProtoReflect() protoreflect.Message { - mi := &file_flow_legacy_access_access_proto_msgTypes[8] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) +func (m *GetBlockByHeightRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_GetBlockByHeightRequest.Marshal(b, m, deterministic) } - -// Deprecated: Use GetBlockByHeightRequest.ProtoReflect.Descriptor instead. -func (*GetBlockByHeightRequest) Descriptor() ([]byte, []int) { - return file_flow_legacy_access_access_proto_rawDescGZIP(), []int{8} +func (m *GetBlockByHeightRequest) XXX_Merge(src proto.Message) { + xxx_messageInfo_GetBlockByHeightRequest.Merge(m, src) +} +func (m *GetBlockByHeightRequest) XXX_Size() int { + return xxx_messageInfo_GetBlockByHeightRequest.Size(m) +} +func (m *GetBlockByHeightRequest) XXX_DiscardUnknown() { + xxx_messageInfo_GetBlockByHeightRequest.DiscardUnknown(m) } -func (x *GetBlockByHeightRequest) GetHeight() uint64 { - if x != nil { - return x.Height +var xxx_messageInfo_GetBlockByHeightRequest proto.InternalMessageInfo + +func (m *GetBlockByHeightRequest) GetHeight() uint64 { + if m != nil { + return m.Height } return 0 } type BlockResponse struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Block *entities.Block `protobuf:"bytes,1,opt,name=block,proto3" json:"block,omitempty"` + Block *entities.Block `protobuf:"bytes,1,opt,name=block,proto3" json:"block,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (x *BlockResponse) Reset() { - *x = BlockResponse{} - if protoimpl.UnsafeEnabled { - mi := &file_flow_legacy_access_access_proto_msgTypes[9] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } +func (m *BlockResponse) Reset() { *m = BlockResponse{} } +func (m *BlockResponse) String() string { return proto.CompactTextString(m) } +func (*BlockResponse) ProtoMessage() {} +func (*BlockResponse) Descriptor() ([]byte, []int) { + return fileDescriptor_bd1967bd8421cd93, []int{9} } -func (x *BlockResponse) String() string { - return protoimpl.X.MessageStringOf(x) +func (m *BlockResponse) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_BlockResponse.Unmarshal(m, b) } - -func (*BlockResponse) ProtoMessage() {} - -func (x *BlockResponse) ProtoReflect() protoreflect.Message { - mi := &file_flow_legacy_access_access_proto_msgTypes[9] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) +func (m *BlockResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_BlockResponse.Marshal(b, m, deterministic) } - -// Deprecated: Use BlockResponse.ProtoReflect.Descriptor instead. -func (*BlockResponse) Descriptor() ([]byte, []int) { - return file_flow_legacy_access_access_proto_rawDescGZIP(), []int{9} +func (m *BlockResponse) XXX_Merge(src proto.Message) { + xxx_messageInfo_BlockResponse.Merge(m, src) } +func (m *BlockResponse) XXX_Size() int { + return xxx_messageInfo_BlockResponse.Size(m) +} +func (m *BlockResponse) XXX_DiscardUnknown() { + xxx_messageInfo_BlockResponse.DiscardUnknown(m) +} + +var xxx_messageInfo_BlockResponse proto.InternalMessageInfo -func (x *BlockResponse) GetBlock() *entities.Block { - if x != nil { - return x.Block +func (m *BlockResponse) GetBlock() *entities.Block { + if m != nil { + return m.Block } return nil } type GetCollectionByIDRequest struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Id []byte `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` + Id []byte `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (x *GetCollectionByIDRequest) Reset() { - *x = GetCollectionByIDRequest{} - if protoimpl.UnsafeEnabled { - mi := &file_flow_legacy_access_access_proto_msgTypes[10] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } +func (m *GetCollectionByIDRequest) Reset() { *m = GetCollectionByIDRequest{} } +func (m *GetCollectionByIDRequest) String() string { return proto.CompactTextString(m) } +func (*GetCollectionByIDRequest) ProtoMessage() {} +func (*GetCollectionByIDRequest) Descriptor() ([]byte, []int) { + return fileDescriptor_bd1967bd8421cd93, []int{10} } -func (x *GetCollectionByIDRequest) String() string { - return protoimpl.X.MessageStringOf(x) +func (m *GetCollectionByIDRequest) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_GetCollectionByIDRequest.Unmarshal(m, b) } - -func (*GetCollectionByIDRequest) ProtoMessage() {} - -func (x *GetCollectionByIDRequest) ProtoReflect() protoreflect.Message { - mi := &file_flow_legacy_access_access_proto_msgTypes[10] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) +func (m *GetCollectionByIDRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_GetCollectionByIDRequest.Marshal(b, m, deterministic) } - -// Deprecated: Use GetCollectionByIDRequest.ProtoReflect.Descriptor instead. -func (*GetCollectionByIDRequest) Descriptor() ([]byte, []int) { - return file_flow_legacy_access_access_proto_rawDescGZIP(), []int{10} +func (m *GetCollectionByIDRequest) XXX_Merge(src proto.Message) { + xxx_messageInfo_GetCollectionByIDRequest.Merge(m, src) } +func (m *GetCollectionByIDRequest) XXX_Size() int { + return xxx_messageInfo_GetCollectionByIDRequest.Size(m) +} +func (m *GetCollectionByIDRequest) XXX_DiscardUnknown() { + xxx_messageInfo_GetCollectionByIDRequest.DiscardUnknown(m) +} + +var xxx_messageInfo_GetCollectionByIDRequest proto.InternalMessageInfo -func (x *GetCollectionByIDRequest) GetId() []byte { - if x != nil { - return x.Id +func (m *GetCollectionByIDRequest) GetId() []byte { + if m != nil { + return m.Id } return nil } type CollectionResponse struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Collection *entities.Collection `protobuf:"bytes,1,opt,name=collection,proto3" json:"collection,omitempty"` + Collection *entities.Collection `protobuf:"bytes,1,opt,name=collection,proto3" json:"collection,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (x *CollectionResponse) Reset() { - *x = CollectionResponse{} - if protoimpl.UnsafeEnabled { - mi := &file_flow_legacy_access_access_proto_msgTypes[11] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } +func (m *CollectionResponse) Reset() { *m = CollectionResponse{} } +func (m *CollectionResponse) String() string { return proto.CompactTextString(m) } +func (*CollectionResponse) ProtoMessage() {} +func (*CollectionResponse) Descriptor() ([]byte, []int) { + return fileDescriptor_bd1967bd8421cd93, []int{11} } -func (x *CollectionResponse) String() string { - return protoimpl.X.MessageStringOf(x) +func (m *CollectionResponse) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_CollectionResponse.Unmarshal(m, b) } - -func (*CollectionResponse) ProtoMessage() {} - -func (x *CollectionResponse) ProtoReflect() protoreflect.Message { - mi := &file_flow_legacy_access_access_proto_msgTypes[11] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) +func (m *CollectionResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_CollectionResponse.Marshal(b, m, deterministic) } - -// Deprecated: Use CollectionResponse.ProtoReflect.Descriptor instead. -func (*CollectionResponse) Descriptor() ([]byte, []int) { - return file_flow_legacy_access_access_proto_rawDescGZIP(), []int{11} +func (m *CollectionResponse) XXX_Merge(src proto.Message) { + xxx_messageInfo_CollectionResponse.Merge(m, src) +} +func (m *CollectionResponse) XXX_Size() int { + return xxx_messageInfo_CollectionResponse.Size(m) } +func (m *CollectionResponse) XXX_DiscardUnknown() { + xxx_messageInfo_CollectionResponse.DiscardUnknown(m) +} + +var xxx_messageInfo_CollectionResponse proto.InternalMessageInfo -func (x *CollectionResponse) GetCollection() *entities.Collection { - if x != nil { - return x.Collection +func (m *CollectionResponse) GetCollection() *entities.Collection { + if m != nil { + return m.Collection } return nil } type SendTransactionRequest struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Transaction *entities.Transaction `protobuf:"bytes,1,opt,name=transaction,proto3" json:"transaction,omitempty"` + Transaction *entities.Transaction `protobuf:"bytes,1,opt,name=transaction,proto3" json:"transaction,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (x *SendTransactionRequest) Reset() { - *x = SendTransactionRequest{} - if protoimpl.UnsafeEnabled { - mi := &file_flow_legacy_access_access_proto_msgTypes[12] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } +func (m *SendTransactionRequest) Reset() { *m = SendTransactionRequest{} } +func (m *SendTransactionRequest) String() string { return proto.CompactTextString(m) } +func (*SendTransactionRequest) ProtoMessage() {} +func (*SendTransactionRequest) Descriptor() ([]byte, []int) { + return fileDescriptor_bd1967bd8421cd93, []int{12} } -func (x *SendTransactionRequest) String() string { - return protoimpl.X.MessageStringOf(x) +func (m *SendTransactionRequest) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_SendTransactionRequest.Unmarshal(m, b) } - -func (*SendTransactionRequest) ProtoMessage() {} - -func (x *SendTransactionRequest) ProtoReflect() protoreflect.Message { - mi := &file_flow_legacy_access_access_proto_msgTypes[12] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) +func (m *SendTransactionRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_SendTransactionRequest.Marshal(b, m, deterministic) } - -// Deprecated: Use SendTransactionRequest.ProtoReflect.Descriptor instead. -func (*SendTransactionRequest) Descriptor() ([]byte, []int) { - return file_flow_legacy_access_access_proto_rawDescGZIP(), []int{12} +func (m *SendTransactionRequest) XXX_Merge(src proto.Message) { + xxx_messageInfo_SendTransactionRequest.Merge(m, src) +} +func (m *SendTransactionRequest) XXX_Size() int { + return xxx_messageInfo_SendTransactionRequest.Size(m) } +func (m *SendTransactionRequest) XXX_DiscardUnknown() { + xxx_messageInfo_SendTransactionRequest.DiscardUnknown(m) +} + +var xxx_messageInfo_SendTransactionRequest proto.InternalMessageInfo -func (x *SendTransactionRequest) GetTransaction() *entities.Transaction { - if x != nil { - return x.Transaction +func (m *SendTransactionRequest) GetTransaction() *entities.Transaction { + if m != nil { + return m.Transaction } return nil } type SendTransactionResponse struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Id []byte `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` + Id []byte `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (x *SendTransactionResponse) Reset() { - *x = SendTransactionResponse{} - if protoimpl.UnsafeEnabled { - mi := &file_flow_legacy_access_access_proto_msgTypes[13] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } +func (m *SendTransactionResponse) Reset() { *m = SendTransactionResponse{} } +func (m *SendTransactionResponse) String() string { return proto.CompactTextString(m) } +func (*SendTransactionResponse) ProtoMessage() {} +func (*SendTransactionResponse) Descriptor() ([]byte, []int) { + return fileDescriptor_bd1967bd8421cd93, []int{13} } -func (x *SendTransactionResponse) String() string { - return protoimpl.X.MessageStringOf(x) +func (m *SendTransactionResponse) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_SendTransactionResponse.Unmarshal(m, b) } - -func (*SendTransactionResponse) ProtoMessage() {} - -func (x *SendTransactionResponse) ProtoReflect() protoreflect.Message { - mi := &file_flow_legacy_access_access_proto_msgTypes[13] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) +func (m *SendTransactionResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_SendTransactionResponse.Marshal(b, m, deterministic) } - -// Deprecated: Use SendTransactionResponse.ProtoReflect.Descriptor instead. -func (*SendTransactionResponse) Descriptor() ([]byte, []int) { - return file_flow_legacy_access_access_proto_rawDescGZIP(), []int{13} +func (m *SendTransactionResponse) XXX_Merge(src proto.Message) { + xxx_messageInfo_SendTransactionResponse.Merge(m, src) +} +func (m *SendTransactionResponse) XXX_Size() int { + return xxx_messageInfo_SendTransactionResponse.Size(m) +} +func (m *SendTransactionResponse) XXX_DiscardUnknown() { + xxx_messageInfo_SendTransactionResponse.DiscardUnknown(m) } -func (x *SendTransactionResponse) GetId() []byte { - if x != nil { - return x.Id +var xxx_messageInfo_SendTransactionResponse proto.InternalMessageInfo + +func (m *SendTransactionResponse) GetId() []byte { + if m != nil { + return m.Id } return nil } type GetTransactionRequest struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Id []byte `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` + Id []byte `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (x *GetTransactionRequest) Reset() { - *x = GetTransactionRequest{} - if protoimpl.UnsafeEnabled { - mi := &file_flow_legacy_access_access_proto_msgTypes[14] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } +func (m *GetTransactionRequest) Reset() { *m = GetTransactionRequest{} } +func (m *GetTransactionRequest) String() string { return proto.CompactTextString(m) } +func (*GetTransactionRequest) ProtoMessage() {} +func (*GetTransactionRequest) Descriptor() ([]byte, []int) { + return fileDescriptor_bd1967bd8421cd93, []int{14} } -func (x *GetTransactionRequest) String() string { - return protoimpl.X.MessageStringOf(x) +func (m *GetTransactionRequest) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_GetTransactionRequest.Unmarshal(m, b) } - -func (*GetTransactionRequest) ProtoMessage() {} - -func (x *GetTransactionRequest) ProtoReflect() protoreflect.Message { - mi := &file_flow_legacy_access_access_proto_msgTypes[14] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) +func (m *GetTransactionRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_GetTransactionRequest.Marshal(b, m, deterministic) } - -// Deprecated: Use GetTransactionRequest.ProtoReflect.Descriptor instead. -func (*GetTransactionRequest) Descriptor() ([]byte, []int) { - return file_flow_legacy_access_access_proto_rawDescGZIP(), []int{14} +func (m *GetTransactionRequest) XXX_Merge(src proto.Message) { + xxx_messageInfo_GetTransactionRequest.Merge(m, src) +} +func (m *GetTransactionRequest) XXX_Size() int { + return xxx_messageInfo_GetTransactionRequest.Size(m) +} +func (m *GetTransactionRequest) XXX_DiscardUnknown() { + xxx_messageInfo_GetTransactionRequest.DiscardUnknown(m) } -func (x *GetTransactionRequest) GetId() []byte { - if x != nil { - return x.Id +var xxx_messageInfo_GetTransactionRequest proto.InternalMessageInfo + +func (m *GetTransactionRequest) GetId() []byte { + if m != nil { + return m.Id } return nil } type TransactionResponse struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Transaction *entities.Transaction `protobuf:"bytes,1,opt,name=transaction,proto3" json:"transaction,omitempty"` + Transaction *entities.Transaction `protobuf:"bytes,1,opt,name=transaction,proto3" json:"transaction,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (x *TransactionResponse) Reset() { - *x = TransactionResponse{} - if protoimpl.UnsafeEnabled { - mi := &file_flow_legacy_access_access_proto_msgTypes[15] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } +func (m *TransactionResponse) Reset() { *m = TransactionResponse{} } +func (m *TransactionResponse) String() string { return proto.CompactTextString(m) } +func (*TransactionResponse) ProtoMessage() {} +func (*TransactionResponse) Descriptor() ([]byte, []int) { + return fileDescriptor_bd1967bd8421cd93, []int{15} } -func (x *TransactionResponse) String() string { - return protoimpl.X.MessageStringOf(x) +func (m *TransactionResponse) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_TransactionResponse.Unmarshal(m, b) } - -func (*TransactionResponse) ProtoMessage() {} - -func (x *TransactionResponse) ProtoReflect() protoreflect.Message { - mi := &file_flow_legacy_access_access_proto_msgTypes[15] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) +func (m *TransactionResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_TransactionResponse.Marshal(b, m, deterministic) } - -// Deprecated: Use TransactionResponse.ProtoReflect.Descriptor instead. -func (*TransactionResponse) Descriptor() ([]byte, []int) { - return file_flow_legacy_access_access_proto_rawDescGZIP(), []int{15} +func (m *TransactionResponse) XXX_Merge(src proto.Message) { + xxx_messageInfo_TransactionResponse.Merge(m, src) } +func (m *TransactionResponse) XXX_Size() int { + return xxx_messageInfo_TransactionResponse.Size(m) +} +func (m *TransactionResponse) XXX_DiscardUnknown() { + xxx_messageInfo_TransactionResponse.DiscardUnknown(m) +} + +var xxx_messageInfo_TransactionResponse proto.InternalMessageInfo -func (x *TransactionResponse) GetTransaction() *entities.Transaction { - if x != nil { - return x.Transaction +func (m *TransactionResponse) GetTransaction() *entities.Transaction { + if m != nil { + return m.Transaction } return nil } type TransactionResultResponse struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Status entities.TransactionStatus `protobuf:"varint,1,opt,name=status,proto3,enum=entities.TransactionStatus" json:"status,omitempty"` - StatusCode uint32 `protobuf:"varint,2,opt,name=status_code,json=statusCode,proto3" json:"status_code,omitempty"` - ErrorMessage string `protobuf:"bytes,3,opt,name=error_message,json=errorMessage,proto3" json:"error_message,omitempty"` - Events []*entities.Event `protobuf:"bytes,4,rep,name=events,proto3" json:"events,omitempty"` -} - -func (x *TransactionResultResponse) Reset() { - *x = TransactionResultResponse{} - if protoimpl.UnsafeEnabled { - mi := &file_flow_legacy_access_access_proto_msgTypes[16] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } + Status entities.TransactionStatus `protobuf:"varint,1,opt,name=status,proto3,enum=entities.TransactionStatus" json:"status,omitempty"` + StatusCode uint32 `protobuf:"varint,2,opt,name=status_code,json=statusCode,proto3" json:"status_code,omitempty"` + ErrorMessage string `protobuf:"bytes,3,opt,name=error_message,json=errorMessage,proto3" json:"error_message,omitempty"` + Events []*entities.Event `protobuf:"bytes,4,rep,name=events,proto3" json:"events,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *TransactionResultResponse) Reset() { *m = TransactionResultResponse{} } +func (m *TransactionResultResponse) String() string { return proto.CompactTextString(m) } +func (*TransactionResultResponse) ProtoMessage() {} +func (*TransactionResultResponse) Descriptor() ([]byte, []int) { + return fileDescriptor_bd1967bd8421cd93, []int{16} } -func (x *TransactionResultResponse) String() string { - return protoimpl.X.MessageStringOf(x) +func (m *TransactionResultResponse) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_TransactionResultResponse.Unmarshal(m, b) } - -func (*TransactionResultResponse) ProtoMessage() {} - -func (x *TransactionResultResponse) ProtoReflect() protoreflect.Message { - mi := &file_flow_legacy_access_access_proto_msgTypes[16] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) +func (m *TransactionResultResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_TransactionResultResponse.Marshal(b, m, deterministic) } - -// Deprecated: Use TransactionResultResponse.ProtoReflect.Descriptor instead. -func (*TransactionResultResponse) Descriptor() ([]byte, []int) { - return file_flow_legacy_access_access_proto_rawDescGZIP(), []int{16} +func (m *TransactionResultResponse) XXX_Merge(src proto.Message) { + xxx_messageInfo_TransactionResultResponse.Merge(m, src) +} +func (m *TransactionResultResponse) XXX_Size() int { + return xxx_messageInfo_TransactionResultResponse.Size(m) } +func (m *TransactionResultResponse) XXX_DiscardUnknown() { + xxx_messageInfo_TransactionResultResponse.DiscardUnknown(m) +} + +var xxx_messageInfo_TransactionResultResponse proto.InternalMessageInfo -func (x *TransactionResultResponse) GetStatus() entities.TransactionStatus { - if x != nil { - return x.Status +func (m *TransactionResultResponse) GetStatus() entities.TransactionStatus { + if m != nil { + return m.Status } - return entities.TransactionStatus(0) + return entities.TransactionStatus_UNKNOWN } -func (x *TransactionResultResponse) GetStatusCode() uint32 { - if x != nil { - return x.StatusCode +func (m *TransactionResultResponse) GetStatusCode() uint32 { + if m != nil { + return m.StatusCode } return 0 } -func (x *TransactionResultResponse) GetErrorMessage() string { - if x != nil { - return x.ErrorMessage +func (m *TransactionResultResponse) GetErrorMessage() string { + if m != nil { + return m.ErrorMessage } return "" } -func (x *TransactionResultResponse) GetEvents() []*entities.Event { - if x != nil { - return x.Events +func (m *TransactionResultResponse) GetEvents() []*entities.Event { + if m != nil { + return m.Events } return nil } type GetAccountRequest struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Address []byte `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"` + Address []byte `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (x *GetAccountRequest) Reset() { - *x = GetAccountRequest{} - if protoimpl.UnsafeEnabled { - mi := &file_flow_legacy_access_access_proto_msgTypes[17] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } +func (m *GetAccountRequest) Reset() { *m = GetAccountRequest{} } +func (m *GetAccountRequest) String() string { return proto.CompactTextString(m) } +func (*GetAccountRequest) ProtoMessage() {} +func (*GetAccountRequest) Descriptor() ([]byte, []int) { + return fileDescriptor_bd1967bd8421cd93, []int{17} } -func (x *GetAccountRequest) String() string { - return protoimpl.X.MessageStringOf(x) +func (m *GetAccountRequest) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_GetAccountRequest.Unmarshal(m, b) } - -func (*GetAccountRequest) ProtoMessage() {} - -func (x *GetAccountRequest) ProtoReflect() protoreflect.Message { - mi := &file_flow_legacy_access_access_proto_msgTypes[17] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) +func (m *GetAccountRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_GetAccountRequest.Marshal(b, m, deterministic) } - -// Deprecated: Use GetAccountRequest.ProtoReflect.Descriptor instead. -func (*GetAccountRequest) Descriptor() ([]byte, []int) { - return file_flow_legacy_access_access_proto_rawDescGZIP(), []int{17} +func (m *GetAccountRequest) XXX_Merge(src proto.Message) { + xxx_messageInfo_GetAccountRequest.Merge(m, src) +} +func (m *GetAccountRequest) XXX_Size() int { + return xxx_messageInfo_GetAccountRequest.Size(m) +} +func (m *GetAccountRequest) XXX_DiscardUnknown() { + xxx_messageInfo_GetAccountRequest.DiscardUnknown(m) } -func (x *GetAccountRequest) GetAddress() []byte { - if x != nil { - return x.Address +var xxx_messageInfo_GetAccountRequest proto.InternalMessageInfo + +func (m *GetAccountRequest) GetAddress() []byte { + if m != nil { + return m.Address } return nil } type GetAccountResponse struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Account *entities.Account `protobuf:"bytes,1,opt,name=account,proto3" json:"account,omitempty"` + Account *entities.Account `protobuf:"bytes,1,opt,name=account,proto3" json:"account,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (x *GetAccountResponse) Reset() { - *x = GetAccountResponse{} - if protoimpl.UnsafeEnabled { - mi := &file_flow_legacy_access_access_proto_msgTypes[18] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } +func (m *GetAccountResponse) Reset() { *m = GetAccountResponse{} } +func (m *GetAccountResponse) String() string { return proto.CompactTextString(m) } +func (*GetAccountResponse) ProtoMessage() {} +func (*GetAccountResponse) Descriptor() ([]byte, []int) { + return fileDescriptor_bd1967bd8421cd93, []int{18} } -func (x *GetAccountResponse) String() string { - return protoimpl.X.MessageStringOf(x) +func (m *GetAccountResponse) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_GetAccountResponse.Unmarshal(m, b) } - -func (*GetAccountResponse) ProtoMessage() {} - -func (x *GetAccountResponse) ProtoReflect() protoreflect.Message { - mi := &file_flow_legacy_access_access_proto_msgTypes[18] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) +func (m *GetAccountResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_GetAccountResponse.Marshal(b, m, deterministic) } - -// Deprecated: Use GetAccountResponse.ProtoReflect.Descriptor instead. -func (*GetAccountResponse) Descriptor() ([]byte, []int) { - return file_flow_legacy_access_access_proto_rawDescGZIP(), []int{18} +func (m *GetAccountResponse) XXX_Merge(src proto.Message) { + xxx_messageInfo_GetAccountResponse.Merge(m, src) +} +func (m *GetAccountResponse) XXX_Size() int { + return xxx_messageInfo_GetAccountResponse.Size(m) +} +func (m *GetAccountResponse) XXX_DiscardUnknown() { + xxx_messageInfo_GetAccountResponse.DiscardUnknown(m) } -func (x *GetAccountResponse) GetAccount() *entities.Account { - if x != nil { - return x.Account +var xxx_messageInfo_GetAccountResponse proto.InternalMessageInfo + +func (m *GetAccountResponse) GetAccount() *entities.Account { + if m != nil { + return m.Account } return nil } type GetAccountAtLatestBlockRequest struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Address []byte `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"` + Address []byte `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (x *GetAccountAtLatestBlockRequest) Reset() { - *x = GetAccountAtLatestBlockRequest{} - if protoimpl.UnsafeEnabled { - mi := &file_flow_legacy_access_access_proto_msgTypes[19] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } +func (m *GetAccountAtLatestBlockRequest) Reset() { *m = GetAccountAtLatestBlockRequest{} } +func (m *GetAccountAtLatestBlockRequest) String() string { return proto.CompactTextString(m) } +func (*GetAccountAtLatestBlockRequest) ProtoMessage() {} +func (*GetAccountAtLatestBlockRequest) Descriptor() ([]byte, []int) { + return fileDescriptor_bd1967bd8421cd93, []int{19} } -func (x *GetAccountAtLatestBlockRequest) String() string { - return protoimpl.X.MessageStringOf(x) +func (m *GetAccountAtLatestBlockRequest) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_GetAccountAtLatestBlockRequest.Unmarshal(m, b) } - -func (*GetAccountAtLatestBlockRequest) ProtoMessage() {} - -func (x *GetAccountAtLatestBlockRequest) ProtoReflect() protoreflect.Message { - mi := &file_flow_legacy_access_access_proto_msgTypes[19] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) +func (m *GetAccountAtLatestBlockRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_GetAccountAtLatestBlockRequest.Marshal(b, m, deterministic) } - -// Deprecated: Use GetAccountAtLatestBlockRequest.ProtoReflect.Descriptor instead. -func (*GetAccountAtLatestBlockRequest) Descriptor() ([]byte, []int) { - return file_flow_legacy_access_access_proto_rawDescGZIP(), []int{19} +func (m *GetAccountAtLatestBlockRequest) XXX_Merge(src proto.Message) { + xxx_messageInfo_GetAccountAtLatestBlockRequest.Merge(m, src) } +func (m *GetAccountAtLatestBlockRequest) XXX_Size() int { + return xxx_messageInfo_GetAccountAtLatestBlockRequest.Size(m) +} +func (m *GetAccountAtLatestBlockRequest) XXX_DiscardUnknown() { + xxx_messageInfo_GetAccountAtLatestBlockRequest.DiscardUnknown(m) +} + +var xxx_messageInfo_GetAccountAtLatestBlockRequest proto.InternalMessageInfo -func (x *GetAccountAtLatestBlockRequest) GetAddress() []byte { - if x != nil { - return x.Address +func (m *GetAccountAtLatestBlockRequest) GetAddress() []byte { + if m != nil { + return m.Address } return nil } type AccountResponse struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Account *entities.Account `protobuf:"bytes,1,opt,name=account,proto3" json:"account,omitempty"` + Account *entities.Account `protobuf:"bytes,1,opt,name=account,proto3" json:"account,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (x *AccountResponse) Reset() { - *x = AccountResponse{} - if protoimpl.UnsafeEnabled { - mi := &file_flow_legacy_access_access_proto_msgTypes[20] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } +func (m *AccountResponse) Reset() { *m = AccountResponse{} } +func (m *AccountResponse) String() string { return proto.CompactTextString(m) } +func (*AccountResponse) ProtoMessage() {} +func (*AccountResponse) Descriptor() ([]byte, []int) { + return fileDescriptor_bd1967bd8421cd93, []int{20} } -func (x *AccountResponse) String() string { - return protoimpl.X.MessageStringOf(x) +func (m *AccountResponse) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_AccountResponse.Unmarshal(m, b) } - -func (*AccountResponse) ProtoMessage() {} - -func (x *AccountResponse) ProtoReflect() protoreflect.Message { - mi := &file_flow_legacy_access_access_proto_msgTypes[20] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) +func (m *AccountResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_AccountResponse.Marshal(b, m, deterministic) } - -// Deprecated: Use AccountResponse.ProtoReflect.Descriptor instead. -func (*AccountResponse) Descriptor() ([]byte, []int) { - return file_flow_legacy_access_access_proto_rawDescGZIP(), []int{20} +func (m *AccountResponse) XXX_Merge(src proto.Message) { + xxx_messageInfo_AccountResponse.Merge(m, src) +} +func (m *AccountResponse) XXX_Size() int { + return xxx_messageInfo_AccountResponse.Size(m) } +func (m *AccountResponse) XXX_DiscardUnknown() { + xxx_messageInfo_AccountResponse.DiscardUnknown(m) +} + +var xxx_messageInfo_AccountResponse proto.InternalMessageInfo -func (x *AccountResponse) GetAccount() *entities.Account { - if x != nil { - return x.Account +func (m *AccountResponse) GetAccount() *entities.Account { + if m != nil { + return m.Account } return nil } type GetAccountAtBlockHeightRequest struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Address []byte `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"` - BlockHeight uint64 `protobuf:"varint,2,opt,name=block_height,json=blockHeight,proto3" json:"block_height,omitempty"` + Address []byte `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"` + BlockHeight uint64 `protobuf:"varint,2,opt,name=block_height,json=blockHeight,proto3" json:"block_height,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (x *GetAccountAtBlockHeightRequest) Reset() { - *x = GetAccountAtBlockHeightRequest{} - if protoimpl.UnsafeEnabled { - mi := &file_flow_legacy_access_access_proto_msgTypes[21] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } +func (m *GetAccountAtBlockHeightRequest) Reset() { *m = GetAccountAtBlockHeightRequest{} } +func (m *GetAccountAtBlockHeightRequest) String() string { return proto.CompactTextString(m) } +func (*GetAccountAtBlockHeightRequest) ProtoMessage() {} +func (*GetAccountAtBlockHeightRequest) Descriptor() ([]byte, []int) { + return fileDescriptor_bd1967bd8421cd93, []int{21} } -func (x *GetAccountAtBlockHeightRequest) String() string { - return protoimpl.X.MessageStringOf(x) +func (m *GetAccountAtBlockHeightRequest) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_GetAccountAtBlockHeightRequest.Unmarshal(m, b) } - -func (*GetAccountAtBlockHeightRequest) ProtoMessage() {} - -func (x *GetAccountAtBlockHeightRequest) ProtoReflect() protoreflect.Message { - mi := &file_flow_legacy_access_access_proto_msgTypes[21] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) +func (m *GetAccountAtBlockHeightRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_GetAccountAtBlockHeightRequest.Marshal(b, m, deterministic) } - -// Deprecated: Use GetAccountAtBlockHeightRequest.ProtoReflect.Descriptor instead. -func (*GetAccountAtBlockHeightRequest) Descriptor() ([]byte, []int) { - return file_flow_legacy_access_access_proto_rawDescGZIP(), []int{21} +func (m *GetAccountAtBlockHeightRequest) XXX_Merge(src proto.Message) { + xxx_messageInfo_GetAccountAtBlockHeightRequest.Merge(m, src) +} +func (m *GetAccountAtBlockHeightRequest) XXX_Size() int { + return xxx_messageInfo_GetAccountAtBlockHeightRequest.Size(m) } +func (m *GetAccountAtBlockHeightRequest) XXX_DiscardUnknown() { + xxx_messageInfo_GetAccountAtBlockHeightRequest.DiscardUnknown(m) +} + +var xxx_messageInfo_GetAccountAtBlockHeightRequest proto.InternalMessageInfo -func (x *GetAccountAtBlockHeightRequest) GetAddress() []byte { - if x != nil { - return x.Address +func (m *GetAccountAtBlockHeightRequest) GetAddress() []byte { + if m != nil { + return m.Address } return nil } -func (x *GetAccountAtBlockHeightRequest) GetBlockHeight() uint64 { - if x != nil { - return x.BlockHeight +func (m *GetAccountAtBlockHeightRequest) GetBlockHeight() uint64 { + if m != nil { + return m.BlockHeight } return 0 } type ExecuteScriptAtLatestBlockRequest struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Script []byte `protobuf:"bytes,1,opt,name=script,proto3" json:"script,omitempty"` - Arguments [][]byte `protobuf:"bytes,2,rep,name=arguments,proto3" json:"arguments,omitempty"` + Script []byte `protobuf:"bytes,1,opt,name=script,proto3" json:"script,omitempty"` + Arguments [][]byte `protobuf:"bytes,2,rep,name=arguments,proto3" json:"arguments,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (x *ExecuteScriptAtLatestBlockRequest) Reset() { - *x = ExecuteScriptAtLatestBlockRequest{} - if protoimpl.UnsafeEnabled { - mi := &file_flow_legacy_access_access_proto_msgTypes[22] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } +func (m *ExecuteScriptAtLatestBlockRequest) Reset() { *m = ExecuteScriptAtLatestBlockRequest{} } +func (m *ExecuteScriptAtLatestBlockRequest) String() string { return proto.CompactTextString(m) } +func (*ExecuteScriptAtLatestBlockRequest) ProtoMessage() {} +func (*ExecuteScriptAtLatestBlockRequest) Descriptor() ([]byte, []int) { + return fileDescriptor_bd1967bd8421cd93, []int{22} } -func (x *ExecuteScriptAtLatestBlockRequest) String() string { - return protoimpl.X.MessageStringOf(x) +func (m *ExecuteScriptAtLatestBlockRequest) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_ExecuteScriptAtLatestBlockRequest.Unmarshal(m, b) } - -func (*ExecuteScriptAtLatestBlockRequest) ProtoMessage() {} - -func (x *ExecuteScriptAtLatestBlockRequest) ProtoReflect() protoreflect.Message { - mi := &file_flow_legacy_access_access_proto_msgTypes[22] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) +func (m *ExecuteScriptAtLatestBlockRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_ExecuteScriptAtLatestBlockRequest.Marshal(b, m, deterministic) } - -// Deprecated: Use ExecuteScriptAtLatestBlockRequest.ProtoReflect.Descriptor instead. -func (*ExecuteScriptAtLatestBlockRequest) Descriptor() ([]byte, []int) { - return file_flow_legacy_access_access_proto_rawDescGZIP(), []int{22} +func (m *ExecuteScriptAtLatestBlockRequest) XXX_Merge(src proto.Message) { + xxx_messageInfo_ExecuteScriptAtLatestBlockRequest.Merge(m, src) +} +func (m *ExecuteScriptAtLatestBlockRequest) XXX_Size() int { + return xxx_messageInfo_ExecuteScriptAtLatestBlockRequest.Size(m) +} +func (m *ExecuteScriptAtLatestBlockRequest) XXX_DiscardUnknown() { + xxx_messageInfo_ExecuteScriptAtLatestBlockRequest.DiscardUnknown(m) } -func (x *ExecuteScriptAtLatestBlockRequest) GetScript() []byte { - if x != nil { - return x.Script +var xxx_messageInfo_ExecuteScriptAtLatestBlockRequest proto.InternalMessageInfo + +func (m *ExecuteScriptAtLatestBlockRequest) GetScript() []byte { + if m != nil { + return m.Script } return nil } -func (x *ExecuteScriptAtLatestBlockRequest) GetArguments() [][]byte { - if x != nil { - return x.Arguments +func (m *ExecuteScriptAtLatestBlockRequest) GetArguments() [][]byte { + if m != nil { + return m.Arguments } return nil } type ExecuteScriptAtBlockIDRequest struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - BlockId []byte `protobuf:"bytes,1,opt,name=block_id,json=blockId,proto3" json:"block_id,omitempty"` - Script []byte `protobuf:"bytes,2,opt,name=script,proto3" json:"script,omitempty"` - Arguments [][]byte `protobuf:"bytes,3,rep,name=arguments,proto3" json:"arguments,omitempty"` + BlockId []byte `protobuf:"bytes,1,opt,name=block_id,json=blockId,proto3" json:"block_id,omitempty"` + Script []byte `protobuf:"bytes,2,opt,name=script,proto3" json:"script,omitempty"` + Arguments [][]byte `protobuf:"bytes,3,rep,name=arguments,proto3" json:"arguments,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (x *ExecuteScriptAtBlockIDRequest) Reset() { - *x = ExecuteScriptAtBlockIDRequest{} - if protoimpl.UnsafeEnabled { - mi := &file_flow_legacy_access_access_proto_msgTypes[23] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } +func (m *ExecuteScriptAtBlockIDRequest) Reset() { *m = ExecuteScriptAtBlockIDRequest{} } +func (m *ExecuteScriptAtBlockIDRequest) String() string { return proto.CompactTextString(m) } +func (*ExecuteScriptAtBlockIDRequest) ProtoMessage() {} +func (*ExecuteScriptAtBlockIDRequest) Descriptor() ([]byte, []int) { + return fileDescriptor_bd1967bd8421cd93, []int{23} } -func (x *ExecuteScriptAtBlockIDRequest) String() string { - return protoimpl.X.MessageStringOf(x) +func (m *ExecuteScriptAtBlockIDRequest) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_ExecuteScriptAtBlockIDRequest.Unmarshal(m, b) } - -func (*ExecuteScriptAtBlockIDRequest) ProtoMessage() {} - -func (x *ExecuteScriptAtBlockIDRequest) ProtoReflect() protoreflect.Message { - mi := &file_flow_legacy_access_access_proto_msgTypes[23] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) +func (m *ExecuteScriptAtBlockIDRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_ExecuteScriptAtBlockIDRequest.Marshal(b, m, deterministic) } - -// Deprecated: Use ExecuteScriptAtBlockIDRequest.ProtoReflect.Descriptor instead. -func (*ExecuteScriptAtBlockIDRequest) Descriptor() ([]byte, []int) { - return file_flow_legacy_access_access_proto_rawDescGZIP(), []int{23} +func (m *ExecuteScriptAtBlockIDRequest) XXX_Merge(src proto.Message) { + xxx_messageInfo_ExecuteScriptAtBlockIDRequest.Merge(m, src) +} +func (m *ExecuteScriptAtBlockIDRequest) XXX_Size() int { + return xxx_messageInfo_ExecuteScriptAtBlockIDRequest.Size(m) +} +func (m *ExecuteScriptAtBlockIDRequest) XXX_DiscardUnknown() { + xxx_messageInfo_ExecuteScriptAtBlockIDRequest.DiscardUnknown(m) } -func (x *ExecuteScriptAtBlockIDRequest) GetBlockId() []byte { - if x != nil { - return x.BlockId +var xxx_messageInfo_ExecuteScriptAtBlockIDRequest proto.InternalMessageInfo + +func (m *ExecuteScriptAtBlockIDRequest) GetBlockId() []byte { + if m != nil { + return m.BlockId } return nil } -func (x *ExecuteScriptAtBlockIDRequest) GetScript() []byte { - if x != nil { - return x.Script +func (m *ExecuteScriptAtBlockIDRequest) GetScript() []byte { + if m != nil { + return m.Script } return nil } -func (x *ExecuteScriptAtBlockIDRequest) GetArguments() [][]byte { - if x != nil { - return x.Arguments +func (m *ExecuteScriptAtBlockIDRequest) GetArguments() [][]byte { + if m != nil { + return m.Arguments } return nil } type ExecuteScriptAtBlockHeightRequest struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - BlockHeight uint64 `protobuf:"varint,1,opt,name=block_height,json=blockHeight,proto3" json:"block_height,omitempty"` - Script []byte `protobuf:"bytes,2,opt,name=script,proto3" json:"script,omitempty"` - Arguments [][]byte `protobuf:"bytes,3,rep,name=arguments,proto3" json:"arguments,omitempty"` + BlockHeight uint64 `protobuf:"varint,1,opt,name=block_height,json=blockHeight,proto3" json:"block_height,omitempty"` + Script []byte `protobuf:"bytes,2,opt,name=script,proto3" json:"script,omitempty"` + Arguments [][]byte `protobuf:"bytes,3,rep,name=arguments,proto3" json:"arguments,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (x *ExecuteScriptAtBlockHeightRequest) Reset() { - *x = ExecuteScriptAtBlockHeightRequest{} - if protoimpl.UnsafeEnabled { - mi := &file_flow_legacy_access_access_proto_msgTypes[24] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } +func (m *ExecuteScriptAtBlockHeightRequest) Reset() { *m = ExecuteScriptAtBlockHeightRequest{} } +func (m *ExecuteScriptAtBlockHeightRequest) String() string { return proto.CompactTextString(m) } +func (*ExecuteScriptAtBlockHeightRequest) ProtoMessage() {} +func (*ExecuteScriptAtBlockHeightRequest) Descriptor() ([]byte, []int) { + return fileDescriptor_bd1967bd8421cd93, []int{24} } -func (x *ExecuteScriptAtBlockHeightRequest) String() string { - return protoimpl.X.MessageStringOf(x) +func (m *ExecuteScriptAtBlockHeightRequest) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_ExecuteScriptAtBlockHeightRequest.Unmarshal(m, b) } - -func (*ExecuteScriptAtBlockHeightRequest) ProtoMessage() {} - -func (x *ExecuteScriptAtBlockHeightRequest) ProtoReflect() protoreflect.Message { - mi := &file_flow_legacy_access_access_proto_msgTypes[24] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) +func (m *ExecuteScriptAtBlockHeightRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_ExecuteScriptAtBlockHeightRequest.Marshal(b, m, deterministic) } - -// Deprecated: Use ExecuteScriptAtBlockHeightRequest.ProtoReflect.Descriptor instead. -func (*ExecuteScriptAtBlockHeightRequest) Descriptor() ([]byte, []int) { - return file_flow_legacy_access_access_proto_rawDescGZIP(), []int{24} +func (m *ExecuteScriptAtBlockHeightRequest) XXX_Merge(src proto.Message) { + xxx_messageInfo_ExecuteScriptAtBlockHeightRequest.Merge(m, src) } +func (m *ExecuteScriptAtBlockHeightRequest) XXX_Size() int { + return xxx_messageInfo_ExecuteScriptAtBlockHeightRequest.Size(m) +} +func (m *ExecuteScriptAtBlockHeightRequest) XXX_DiscardUnknown() { + xxx_messageInfo_ExecuteScriptAtBlockHeightRequest.DiscardUnknown(m) +} + +var xxx_messageInfo_ExecuteScriptAtBlockHeightRequest proto.InternalMessageInfo -func (x *ExecuteScriptAtBlockHeightRequest) GetBlockHeight() uint64 { - if x != nil { - return x.BlockHeight +func (m *ExecuteScriptAtBlockHeightRequest) GetBlockHeight() uint64 { + if m != nil { + return m.BlockHeight } return 0 } -func (x *ExecuteScriptAtBlockHeightRequest) GetScript() []byte { - if x != nil { - return x.Script +func (m *ExecuteScriptAtBlockHeightRequest) GetScript() []byte { + if m != nil { + return m.Script } return nil } -func (x *ExecuteScriptAtBlockHeightRequest) GetArguments() [][]byte { - if x != nil { - return x.Arguments +func (m *ExecuteScriptAtBlockHeightRequest) GetArguments() [][]byte { + if m != nil { + return m.Arguments } return nil } type ExecuteScriptResponse struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Value []byte `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"` + Value []byte `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (x *ExecuteScriptResponse) Reset() { - *x = ExecuteScriptResponse{} - if protoimpl.UnsafeEnabled { - mi := &file_flow_legacy_access_access_proto_msgTypes[25] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } +func (m *ExecuteScriptResponse) Reset() { *m = ExecuteScriptResponse{} } +func (m *ExecuteScriptResponse) String() string { return proto.CompactTextString(m) } +func (*ExecuteScriptResponse) ProtoMessage() {} +func (*ExecuteScriptResponse) Descriptor() ([]byte, []int) { + return fileDescriptor_bd1967bd8421cd93, []int{25} } -func (x *ExecuteScriptResponse) String() string { - return protoimpl.X.MessageStringOf(x) +func (m *ExecuteScriptResponse) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_ExecuteScriptResponse.Unmarshal(m, b) } - -func (*ExecuteScriptResponse) ProtoMessage() {} - -func (x *ExecuteScriptResponse) ProtoReflect() protoreflect.Message { - mi := &file_flow_legacy_access_access_proto_msgTypes[25] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) +func (m *ExecuteScriptResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_ExecuteScriptResponse.Marshal(b, m, deterministic) } - -// Deprecated: Use ExecuteScriptResponse.ProtoReflect.Descriptor instead. -func (*ExecuteScriptResponse) Descriptor() ([]byte, []int) { - return file_flow_legacy_access_access_proto_rawDescGZIP(), []int{25} +func (m *ExecuteScriptResponse) XXX_Merge(src proto.Message) { + xxx_messageInfo_ExecuteScriptResponse.Merge(m, src) } +func (m *ExecuteScriptResponse) XXX_Size() int { + return xxx_messageInfo_ExecuteScriptResponse.Size(m) +} +func (m *ExecuteScriptResponse) XXX_DiscardUnknown() { + xxx_messageInfo_ExecuteScriptResponse.DiscardUnknown(m) +} + +var xxx_messageInfo_ExecuteScriptResponse proto.InternalMessageInfo -func (x *ExecuteScriptResponse) GetValue() []byte { - if x != nil { - return x.Value +func (m *ExecuteScriptResponse) GetValue() []byte { + if m != nil { + return m.Value } return nil } type GetEventsForHeightRangeRequest struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Type string `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"` - StartHeight uint64 `protobuf:"varint,2,opt,name=start_height,json=startHeight,proto3" json:"start_height,omitempty"` - EndHeight uint64 `protobuf:"varint,3,opt,name=end_height,json=endHeight,proto3" json:"end_height,omitempty"` + Type string `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"` + StartHeight uint64 `protobuf:"varint,2,opt,name=start_height,json=startHeight,proto3" json:"start_height,omitempty"` + EndHeight uint64 `protobuf:"varint,3,opt,name=end_height,json=endHeight,proto3" json:"end_height,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (x *GetEventsForHeightRangeRequest) Reset() { - *x = GetEventsForHeightRangeRequest{} - if protoimpl.UnsafeEnabled { - mi := &file_flow_legacy_access_access_proto_msgTypes[26] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } +func (m *GetEventsForHeightRangeRequest) Reset() { *m = GetEventsForHeightRangeRequest{} } +func (m *GetEventsForHeightRangeRequest) String() string { return proto.CompactTextString(m) } +func (*GetEventsForHeightRangeRequest) ProtoMessage() {} +func (*GetEventsForHeightRangeRequest) Descriptor() ([]byte, []int) { + return fileDescriptor_bd1967bd8421cd93, []int{26} } -func (x *GetEventsForHeightRangeRequest) String() string { - return protoimpl.X.MessageStringOf(x) +func (m *GetEventsForHeightRangeRequest) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_GetEventsForHeightRangeRequest.Unmarshal(m, b) } - -func (*GetEventsForHeightRangeRequest) ProtoMessage() {} - -func (x *GetEventsForHeightRangeRequest) ProtoReflect() protoreflect.Message { - mi := &file_flow_legacy_access_access_proto_msgTypes[26] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) +func (m *GetEventsForHeightRangeRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_GetEventsForHeightRangeRequest.Marshal(b, m, deterministic) } - -// Deprecated: Use GetEventsForHeightRangeRequest.ProtoReflect.Descriptor instead. -func (*GetEventsForHeightRangeRequest) Descriptor() ([]byte, []int) { - return file_flow_legacy_access_access_proto_rawDescGZIP(), []int{26} +func (m *GetEventsForHeightRangeRequest) XXX_Merge(src proto.Message) { + xxx_messageInfo_GetEventsForHeightRangeRequest.Merge(m, src) +} +func (m *GetEventsForHeightRangeRequest) XXX_Size() int { + return xxx_messageInfo_GetEventsForHeightRangeRequest.Size(m) } +func (m *GetEventsForHeightRangeRequest) XXX_DiscardUnknown() { + xxx_messageInfo_GetEventsForHeightRangeRequest.DiscardUnknown(m) +} + +var xxx_messageInfo_GetEventsForHeightRangeRequest proto.InternalMessageInfo -func (x *GetEventsForHeightRangeRequest) GetType() string { - if x != nil { - return x.Type +func (m *GetEventsForHeightRangeRequest) GetType() string { + if m != nil { + return m.Type } return "" } -func (x *GetEventsForHeightRangeRequest) GetStartHeight() uint64 { - if x != nil { - return x.StartHeight +func (m *GetEventsForHeightRangeRequest) GetStartHeight() uint64 { + if m != nil { + return m.StartHeight } return 0 } -func (x *GetEventsForHeightRangeRequest) GetEndHeight() uint64 { - if x != nil { - return x.EndHeight +func (m *GetEventsForHeightRangeRequest) GetEndHeight() uint64 { + if m != nil { + return m.EndHeight } return 0 } type GetEventsForBlockIDsRequest struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Type string `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"` - BlockIds [][]byte `protobuf:"bytes,2,rep,name=block_ids,json=blockIds,proto3" json:"block_ids,omitempty"` + Type string `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"` + BlockIds [][]byte `protobuf:"bytes,2,rep,name=block_ids,json=blockIds,proto3" json:"block_ids,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (x *GetEventsForBlockIDsRequest) Reset() { - *x = GetEventsForBlockIDsRequest{} - if protoimpl.UnsafeEnabled { - mi := &file_flow_legacy_access_access_proto_msgTypes[27] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } +func (m *GetEventsForBlockIDsRequest) Reset() { *m = GetEventsForBlockIDsRequest{} } +func (m *GetEventsForBlockIDsRequest) String() string { return proto.CompactTextString(m) } +func (*GetEventsForBlockIDsRequest) ProtoMessage() {} +func (*GetEventsForBlockIDsRequest) Descriptor() ([]byte, []int) { + return fileDescriptor_bd1967bd8421cd93, []int{27} } -func (x *GetEventsForBlockIDsRequest) String() string { - return protoimpl.X.MessageStringOf(x) +func (m *GetEventsForBlockIDsRequest) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_GetEventsForBlockIDsRequest.Unmarshal(m, b) } - -func (*GetEventsForBlockIDsRequest) ProtoMessage() {} - -func (x *GetEventsForBlockIDsRequest) ProtoReflect() protoreflect.Message { - mi := &file_flow_legacy_access_access_proto_msgTypes[27] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) +func (m *GetEventsForBlockIDsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_GetEventsForBlockIDsRequest.Marshal(b, m, deterministic) } - -// Deprecated: Use GetEventsForBlockIDsRequest.ProtoReflect.Descriptor instead. -func (*GetEventsForBlockIDsRequest) Descriptor() ([]byte, []int) { - return file_flow_legacy_access_access_proto_rawDescGZIP(), []int{27} +func (m *GetEventsForBlockIDsRequest) XXX_Merge(src proto.Message) { + xxx_messageInfo_GetEventsForBlockIDsRequest.Merge(m, src) +} +func (m *GetEventsForBlockIDsRequest) XXX_Size() int { + return xxx_messageInfo_GetEventsForBlockIDsRequest.Size(m) } +func (m *GetEventsForBlockIDsRequest) XXX_DiscardUnknown() { + xxx_messageInfo_GetEventsForBlockIDsRequest.DiscardUnknown(m) +} + +var xxx_messageInfo_GetEventsForBlockIDsRequest proto.InternalMessageInfo -func (x *GetEventsForBlockIDsRequest) GetType() string { - if x != nil { - return x.Type +func (m *GetEventsForBlockIDsRequest) GetType() string { + if m != nil { + return m.Type } return "" } -func (x *GetEventsForBlockIDsRequest) GetBlockIds() [][]byte { - if x != nil { - return x.BlockIds +func (m *GetEventsForBlockIDsRequest) GetBlockIds() [][]byte { + if m != nil { + return m.BlockIds } return nil } type EventsResponse struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Results []*EventsResponse_Result `protobuf:"bytes,1,rep,name=results,proto3" json:"results,omitempty"` + Results []*EventsResponse_Result `protobuf:"bytes,1,rep,name=results,proto3" json:"results,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (x *EventsResponse) Reset() { - *x = EventsResponse{} - if protoimpl.UnsafeEnabled { - mi := &file_flow_legacy_access_access_proto_msgTypes[28] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } +func (m *EventsResponse) Reset() { *m = EventsResponse{} } +func (m *EventsResponse) String() string { return proto.CompactTextString(m) } +func (*EventsResponse) ProtoMessage() {} +func (*EventsResponse) Descriptor() ([]byte, []int) { + return fileDescriptor_bd1967bd8421cd93, []int{28} } -func (x *EventsResponse) String() string { - return protoimpl.X.MessageStringOf(x) +func (m *EventsResponse) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_EventsResponse.Unmarshal(m, b) } - -func (*EventsResponse) ProtoMessage() {} - -func (x *EventsResponse) ProtoReflect() protoreflect.Message { - mi := &file_flow_legacy_access_access_proto_msgTypes[28] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) +func (m *EventsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_EventsResponse.Marshal(b, m, deterministic) } - -// Deprecated: Use EventsResponse.ProtoReflect.Descriptor instead. -func (*EventsResponse) Descriptor() ([]byte, []int) { - return file_flow_legacy_access_access_proto_rawDescGZIP(), []int{28} +func (m *EventsResponse) XXX_Merge(src proto.Message) { + xxx_messageInfo_EventsResponse.Merge(m, src) } - -func (x *EventsResponse) GetResults() []*EventsResponse_Result { - if x != nil { - return x.Results - } - return nil +func (m *EventsResponse) XXX_Size() int { + return xxx_messageInfo_EventsResponse.Size(m) } - -type GetNetworkParametersRequest struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields +func (m *EventsResponse) XXX_DiscardUnknown() { + xxx_messageInfo_EventsResponse.DiscardUnknown(m) } -func (x *GetNetworkParametersRequest) Reset() { - *x = GetNetworkParametersRequest{} - if protoimpl.UnsafeEnabled { - mi := &file_flow_legacy_access_access_proto_msgTypes[29] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) +var xxx_messageInfo_EventsResponse proto.InternalMessageInfo + +func (m *EventsResponse) GetResults() []*EventsResponse_Result { + if m != nil { + return m.Results } + return nil } -func (x *GetNetworkParametersRequest) String() string { - return protoimpl.X.MessageStringOf(x) +type EventsResponse_Result struct { + BlockId []byte `protobuf:"bytes,1,opt,name=block_id,json=blockId,proto3" json:"block_id,omitempty"` + BlockHeight uint64 `protobuf:"varint,2,opt,name=block_height,json=blockHeight,proto3" json:"block_height,omitempty"` + Events []*entities.Event `protobuf:"bytes,3,rep,name=events,proto3" json:"events,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (*GetNetworkParametersRequest) ProtoMessage() {} - -func (x *GetNetworkParametersRequest) ProtoReflect() protoreflect.Message { - mi := &file_flow_legacy_access_access_proto_msgTypes[29] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) +func (m *EventsResponse_Result) Reset() { *m = EventsResponse_Result{} } +func (m *EventsResponse_Result) String() string { return proto.CompactTextString(m) } +func (*EventsResponse_Result) ProtoMessage() {} +func (*EventsResponse_Result) Descriptor() ([]byte, []int) { + return fileDescriptor_bd1967bd8421cd93, []int{28, 0} } -// Deprecated: Use GetNetworkParametersRequest.ProtoReflect.Descriptor instead. -func (*GetNetworkParametersRequest) Descriptor() ([]byte, []int) { - return file_flow_legacy_access_access_proto_rawDescGZIP(), []int{29} +func (m *EventsResponse_Result) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_EventsResponse_Result.Unmarshal(m, b) } - -type GetNetworkParametersResponse struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - ChainId string `protobuf:"bytes,1,opt,name=chain_id,json=chainId,proto3" json:"chain_id,omitempty"` +func (m *EventsResponse_Result) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_EventsResponse_Result.Marshal(b, m, deterministic) } - -func (x *GetNetworkParametersResponse) Reset() { - *x = GetNetworkParametersResponse{} - if protoimpl.UnsafeEnabled { - mi := &file_flow_legacy_access_access_proto_msgTypes[30] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } +func (m *EventsResponse_Result) XXX_Merge(src proto.Message) { + xxx_messageInfo_EventsResponse_Result.Merge(m, src) } - -func (x *GetNetworkParametersResponse) String() string { - return protoimpl.X.MessageStringOf(x) +func (m *EventsResponse_Result) XXX_Size() int { + return xxx_messageInfo_EventsResponse_Result.Size(m) +} +func (m *EventsResponse_Result) XXX_DiscardUnknown() { + xxx_messageInfo_EventsResponse_Result.DiscardUnknown(m) } -func (*GetNetworkParametersResponse) ProtoMessage() {} +var xxx_messageInfo_EventsResponse_Result proto.InternalMessageInfo -func (x *GetNetworkParametersResponse) ProtoReflect() protoreflect.Message { - mi := &file_flow_legacy_access_access_proto_msgTypes[30] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms +func (m *EventsResponse_Result) GetBlockId() []byte { + if m != nil { + return m.BlockId } - return mi.MessageOf(x) + return nil } -// Deprecated: Use GetNetworkParametersResponse.ProtoReflect.Descriptor instead. -func (*GetNetworkParametersResponse) Descriptor() ([]byte, []int) { - return file_flow_legacy_access_access_proto_rawDescGZIP(), []int{30} +func (m *EventsResponse_Result) GetBlockHeight() uint64 { + if m != nil { + return m.BlockHeight + } + return 0 } -func (x *GetNetworkParametersResponse) GetChainId() string { - if x != nil { - return x.ChainId +func (m *EventsResponse_Result) GetEvents() []*entities.Event { + if m != nil { + return m.Events } - return "" + return nil } -type EventsResponse_Result struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - BlockId []byte `protobuf:"bytes,1,opt,name=block_id,json=blockId,proto3" json:"block_id,omitempty"` - BlockHeight uint64 `protobuf:"varint,2,opt,name=block_height,json=blockHeight,proto3" json:"block_height,omitempty"` - Events []*entities.Event `protobuf:"bytes,3,rep,name=events,proto3" json:"events,omitempty"` +type GetNetworkParametersRequest struct { + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (x *EventsResponse_Result) Reset() { - *x = EventsResponse_Result{} - if protoimpl.UnsafeEnabled { - mi := &file_flow_legacy_access_access_proto_msgTypes[31] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } +func (m *GetNetworkParametersRequest) Reset() { *m = GetNetworkParametersRequest{} } +func (m *GetNetworkParametersRequest) String() string { return proto.CompactTextString(m) } +func (*GetNetworkParametersRequest) ProtoMessage() {} +func (*GetNetworkParametersRequest) Descriptor() ([]byte, []int) { + return fileDescriptor_bd1967bd8421cd93, []int{29} } -func (x *EventsResponse_Result) String() string { - return protoimpl.X.MessageStringOf(x) +func (m *GetNetworkParametersRequest) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_GetNetworkParametersRequest.Unmarshal(m, b) +} +func (m *GetNetworkParametersRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_GetNetworkParametersRequest.Marshal(b, m, deterministic) +} +func (m *GetNetworkParametersRequest) XXX_Merge(src proto.Message) { + xxx_messageInfo_GetNetworkParametersRequest.Merge(m, src) +} +func (m *GetNetworkParametersRequest) XXX_Size() int { + return xxx_messageInfo_GetNetworkParametersRequest.Size(m) +} +func (m *GetNetworkParametersRequest) XXX_DiscardUnknown() { + xxx_messageInfo_GetNetworkParametersRequest.DiscardUnknown(m) } -func (*EventsResponse_Result) ProtoMessage() {} +var xxx_messageInfo_GetNetworkParametersRequest proto.InternalMessageInfo -func (x *EventsResponse_Result) ProtoReflect() protoreflect.Message { - mi := &file_flow_legacy_access_access_proto_msgTypes[31] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) +type GetNetworkParametersResponse struct { + ChainId string `protobuf:"bytes,1,opt,name=chain_id,json=chainId,proto3" json:"chain_id,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -// Deprecated: Use EventsResponse_Result.ProtoReflect.Descriptor instead. -func (*EventsResponse_Result) Descriptor() ([]byte, []int) { - return file_flow_legacy_access_access_proto_rawDescGZIP(), []int{28, 0} +func (m *GetNetworkParametersResponse) Reset() { *m = GetNetworkParametersResponse{} } +func (m *GetNetworkParametersResponse) String() string { return proto.CompactTextString(m) } +func (*GetNetworkParametersResponse) ProtoMessage() {} +func (*GetNetworkParametersResponse) Descriptor() ([]byte, []int) { + return fileDescriptor_bd1967bd8421cd93, []int{30} } -func (x *EventsResponse_Result) GetBlockId() []byte { - if x != nil { - return x.BlockId - } - return nil +func (m *GetNetworkParametersResponse) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_GetNetworkParametersResponse.Unmarshal(m, b) } - -func (x *EventsResponse_Result) GetBlockHeight() uint64 { - if x != nil { - return x.BlockHeight - } - return 0 +func (m *GetNetworkParametersResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_GetNetworkParametersResponse.Marshal(b, m, deterministic) } - -func (x *EventsResponse_Result) GetEvents() []*entities.Event { - if x != nil { - return x.Events - } - return nil +func (m *GetNetworkParametersResponse) XXX_Merge(src proto.Message) { + xxx_messageInfo_GetNetworkParametersResponse.Merge(m, src) +} +func (m *GetNetworkParametersResponse) XXX_Size() int { + return xxx_messageInfo_GetNetworkParametersResponse.Size(m) +} +func (m *GetNetworkParametersResponse) XXX_DiscardUnknown() { + xxx_messageInfo_GetNetworkParametersResponse.DiscardUnknown(m) } -var File_flow_legacy_access_access_proto protoreflect.FileDescriptor - -var file_flow_legacy_access_access_proto_rawDesc = []byte{ - 0x0a, 0x1f, 0x66, 0x6c, 0x6f, 0x77, 0x2f, 0x6c, 0x65, 0x67, 0x61, 0x63, 0x79, 0x2f, 0x61, 0x63, - 0x63, 0x65, 0x73, 0x73, 0x2f, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, - 0x6f, 0x12, 0x06, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x1a, 0x22, 0x66, 0x6c, 0x6f, 0x77, 0x2f, - 0x6c, 0x65, 0x67, 0x61, 0x63, 0x79, 0x2f, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x2f, - 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x27, 0x66, - 0x6c, 0x6f, 0x77, 0x2f, 0x6c, 0x65, 0x67, 0x61, 0x63, 0x79, 0x2f, 0x65, 0x6e, 0x74, 0x69, 0x74, - 0x69, 0x65, 0x73, 0x2f, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x5f, 0x68, 0x65, 0x61, 0x64, 0x65, 0x72, - 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x20, 0x66, 0x6c, 0x6f, 0x77, 0x2f, 0x6c, 0x65, 0x67, - 0x61, 0x63, 0x79, 0x2f, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x2f, 0x62, 0x6c, 0x6f, - 0x63, 0x6b, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x25, 0x66, 0x6c, 0x6f, 0x77, 0x2f, 0x6c, - 0x65, 0x67, 0x61, 0x63, 0x79, 0x2f, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x2f, 0x63, - 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, - 0x20, 0x66, 0x6c, 0x6f, 0x77, 0x2f, 0x6c, 0x65, 0x67, 0x61, 0x63, 0x79, 0x2f, 0x65, 0x6e, 0x74, - 0x69, 0x74, 0x69, 0x65, 0x73, 0x2f, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x2e, 0x70, 0x72, 0x6f, 0x74, - 0x6f, 0x1a, 0x26, 0x66, 0x6c, 0x6f, 0x77, 0x2f, 0x6c, 0x65, 0x67, 0x61, 0x63, 0x79, 0x2f, 0x65, - 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x2f, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, - 0x69, 0x6f, 0x6e, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0x0d, 0x0a, 0x0b, 0x50, 0x69, 0x6e, - 0x67, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x22, 0x0e, 0x0a, 0x0c, 0x50, 0x69, 0x6e, 0x67, - 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x3a, 0x0a, 0x1b, 0x47, 0x65, 0x74, 0x4c, - 0x61, 0x74, 0x65, 0x73, 0x74, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x48, 0x65, 0x61, 0x64, 0x65, 0x72, - 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x1b, 0x0a, 0x09, 0x69, 0x73, 0x5f, 0x73, 0x65, - 0x61, 0x6c, 0x65, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x08, 0x69, 0x73, 0x53, 0x65, - 0x61, 0x6c, 0x65, 0x64, 0x22, 0x2b, 0x0a, 0x19, 0x47, 0x65, 0x74, 0x42, 0x6c, 0x6f, 0x63, 0x6b, - 0x48, 0x65, 0x61, 0x64, 0x65, 0x72, 0x42, 0x79, 0x49, 0x44, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, - 0x74, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x02, 0x69, - 0x64, 0x22, 0x37, 0x0a, 0x1d, 0x47, 0x65, 0x74, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x48, 0x65, 0x61, - 0x64, 0x65, 0x72, 0x42, 0x79, 0x48, 0x65, 0x69, 0x67, 0x68, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, - 0x73, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x68, 0x65, 0x69, 0x67, 0x68, 0x74, 0x18, 0x01, 0x20, 0x01, - 0x28, 0x04, 0x52, 0x06, 0x68, 0x65, 0x69, 0x67, 0x68, 0x74, 0x22, 0x42, 0x0a, 0x13, 0x42, 0x6c, - 0x6f, 0x63, 0x6b, 0x48, 0x65, 0x61, 0x64, 0x65, 0x72, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, - 0x65, 0x12, 0x2b, 0x0a, 0x05, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, - 0x32, 0x15, 0x2e, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x2e, 0x42, 0x6c, 0x6f, 0x63, - 0x6b, 0x48, 0x65, 0x61, 0x64, 0x65, 0x72, 0x52, 0x05, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x22, 0x34, - 0x0a, 0x15, 0x47, 0x65, 0x74, 0x4c, 0x61, 0x74, 0x65, 0x73, 0x74, 0x42, 0x6c, 0x6f, 0x63, 0x6b, - 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x1b, 0x0a, 0x09, 0x69, 0x73, 0x5f, 0x73, 0x65, - 0x61, 0x6c, 0x65, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x08, 0x69, 0x73, 0x53, 0x65, - 0x61, 0x6c, 0x65, 0x64, 0x22, 0x25, 0x0a, 0x13, 0x47, 0x65, 0x74, 0x42, 0x6c, 0x6f, 0x63, 0x6b, - 0x42, 0x79, 0x49, 0x44, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x0e, 0x0a, 0x02, 0x69, - 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x02, 0x69, 0x64, 0x22, 0x31, 0x0a, 0x17, 0x47, - 0x65, 0x74, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x42, 0x79, 0x48, 0x65, 0x69, 0x67, 0x68, 0x74, 0x52, - 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x68, 0x65, 0x69, 0x67, 0x68, 0x74, - 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x06, 0x68, 0x65, 0x69, 0x67, 0x68, 0x74, 0x22, 0x36, - 0x0a, 0x0d, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, - 0x25, 0x0a, 0x05, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0f, - 0x2e, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x2e, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x52, - 0x05, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x22, 0x2a, 0x0a, 0x18, 0x47, 0x65, 0x74, 0x43, 0x6f, 0x6c, - 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x79, 0x49, 0x44, 0x52, 0x65, 0x71, 0x75, 0x65, - 0x73, 0x74, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x02, - 0x69, 0x64, 0x22, 0x4a, 0x0a, 0x12, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, - 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x34, 0x0a, 0x0a, 0x63, 0x6f, 0x6c, 0x6c, - 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x14, 0x2e, 0x65, - 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x2e, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, - 0x6f, 0x6e, 0x52, 0x0a, 0x63, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x22, 0x51, - 0x0a, 0x16, 0x53, 0x65, 0x6e, 0x64, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, - 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x37, 0x0a, 0x0b, 0x74, 0x72, 0x61, 0x6e, - 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x15, 0x2e, - 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x2e, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, - 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x0b, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, - 0x6e, 0x22, 0x29, 0x0a, 0x17, 0x53, 0x65, 0x6e, 0x64, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, - 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x0e, 0x0a, 0x02, - 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x02, 0x69, 0x64, 0x22, 0x27, 0x0a, 0x15, - 0x47, 0x65, 0x74, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, - 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, - 0x0c, 0x52, 0x02, 0x69, 0x64, 0x22, 0x4e, 0x0a, 0x13, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, - 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x37, 0x0a, 0x0b, - 0x74, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, - 0x0b, 0x32, 0x15, 0x2e, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x2e, 0x54, 0x72, 0x61, - 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x0b, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x61, - 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x22, 0xbf, 0x01, 0x0a, 0x19, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, - 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, - 0x6e, 0x73, 0x65, 0x12, 0x33, 0x0a, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x01, 0x20, - 0x01, 0x28, 0x0e, 0x32, 0x1b, 0x2e, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x2e, 0x54, - 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, - 0x52, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x1f, 0x0a, 0x0b, 0x73, 0x74, 0x61, 0x74, - 0x75, 0x73, 0x5f, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0a, 0x73, - 0x74, 0x61, 0x74, 0x75, 0x73, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x23, 0x0a, 0x0d, 0x65, 0x72, 0x72, - 0x6f, 0x72, 0x5f, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, - 0x52, 0x0c, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x12, 0x27, - 0x0a, 0x06, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x04, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x0f, - 0x2e, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x2e, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x52, - 0x06, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x22, 0x2d, 0x0a, 0x11, 0x47, 0x65, 0x74, 0x41, 0x63, - 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x18, 0x0a, 0x07, - 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x07, 0x61, - 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x22, 0x41, 0x0a, 0x12, 0x47, 0x65, 0x74, 0x41, 0x63, 0x63, - 0x6f, 0x75, 0x6e, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x2b, 0x0a, 0x07, - 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x11, 0x2e, - 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x2e, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, - 0x52, 0x07, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x22, 0x3a, 0x0a, 0x1e, 0x47, 0x65, 0x74, - 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x41, 0x74, 0x4c, 0x61, 0x74, 0x65, 0x73, 0x74, 0x42, - 0x6c, 0x6f, 0x63, 0x6b, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x18, 0x0a, 0x07, 0x61, - 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x07, 0x61, 0x64, - 0x64, 0x72, 0x65, 0x73, 0x73, 0x22, 0x3e, 0x0a, 0x0f, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, - 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x2b, 0x0a, 0x07, 0x61, 0x63, 0x63, 0x6f, - 0x75, 0x6e, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x11, 0x2e, 0x65, 0x6e, 0x74, 0x69, - 0x74, 0x69, 0x65, 0x73, 0x2e, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x52, 0x07, 0x61, 0x63, - 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x22, 0x5d, 0x0a, 0x1e, 0x47, 0x65, 0x74, 0x41, 0x63, 0x63, 0x6f, - 0x75, 0x6e, 0x74, 0x41, 0x74, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x48, 0x65, 0x69, 0x67, 0x68, 0x74, - 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x18, 0x0a, 0x07, 0x61, 0x64, 0x64, 0x72, 0x65, - 0x73, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x07, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, - 0x73, 0x12, 0x21, 0x0a, 0x0c, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x5f, 0x68, 0x65, 0x69, 0x67, 0x68, - 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x04, 0x52, 0x0b, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x48, 0x65, - 0x69, 0x67, 0x68, 0x74, 0x22, 0x59, 0x0a, 0x21, 0x45, 0x78, 0x65, 0x63, 0x75, 0x74, 0x65, 0x53, - 0x63, 0x72, 0x69, 0x70, 0x74, 0x41, 0x74, 0x4c, 0x61, 0x74, 0x65, 0x73, 0x74, 0x42, 0x6c, 0x6f, - 0x63, 0x6b, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x73, 0x63, 0x72, - 0x69, 0x70, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x06, 0x73, 0x63, 0x72, 0x69, 0x70, - 0x74, 0x12, 0x1c, 0x0a, 0x09, 0x61, 0x72, 0x67, 0x75, 0x6d, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x02, - 0x20, 0x03, 0x28, 0x0c, 0x52, 0x09, 0x61, 0x72, 0x67, 0x75, 0x6d, 0x65, 0x6e, 0x74, 0x73, 0x22, - 0x70, 0x0a, 0x1d, 0x45, 0x78, 0x65, 0x63, 0x75, 0x74, 0x65, 0x53, 0x63, 0x72, 0x69, 0x70, 0x74, - 0x41, 0x74, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x49, 0x44, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, - 0x12, 0x19, 0x0a, 0x08, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, - 0x28, 0x0c, 0x52, 0x07, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x49, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x73, - 0x63, 0x72, 0x69, 0x70, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x06, 0x73, 0x63, 0x72, - 0x69, 0x70, 0x74, 0x12, 0x1c, 0x0a, 0x09, 0x61, 0x72, 0x67, 0x75, 0x6d, 0x65, 0x6e, 0x74, 0x73, - 0x18, 0x03, 0x20, 0x03, 0x28, 0x0c, 0x52, 0x09, 0x61, 0x72, 0x67, 0x75, 0x6d, 0x65, 0x6e, 0x74, - 0x73, 0x22, 0x7c, 0x0a, 0x21, 0x45, 0x78, 0x65, 0x63, 0x75, 0x74, 0x65, 0x53, 0x63, 0x72, 0x69, - 0x70, 0x74, 0x41, 0x74, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x48, 0x65, 0x69, 0x67, 0x68, 0x74, 0x52, - 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x21, 0x0a, 0x0c, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x5f, - 0x68, 0x65, 0x69, 0x67, 0x68, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x0b, 0x62, 0x6c, - 0x6f, 0x63, 0x6b, 0x48, 0x65, 0x69, 0x67, 0x68, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x73, 0x63, 0x72, - 0x69, 0x70, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x06, 0x73, 0x63, 0x72, 0x69, 0x70, - 0x74, 0x12, 0x1c, 0x0a, 0x09, 0x61, 0x72, 0x67, 0x75, 0x6d, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x03, - 0x20, 0x03, 0x28, 0x0c, 0x52, 0x09, 0x61, 0x72, 0x67, 0x75, 0x6d, 0x65, 0x6e, 0x74, 0x73, 0x22, - 0x2d, 0x0a, 0x15, 0x45, 0x78, 0x65, 0x63, 0x75, 0x74, 0x65, 0x53, 0x63, 0x72, 0x69, 0x70, 0x74, - 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, - 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x22, 0x76, - 0x0a, 0x1e, 0x47, 0x65, 0x74, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x46, 0x6f, 0x72, 0x48, 0x65, - 0x69, 0x67, 0x68, 0x74, 0x52, 0x61, 0x6e, 0x67, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, - 0x12, 0x12, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, - 0x74, 0x79, 0x70, 0x65, 0x12, 0x21, 0x0a, 0x0c, 0x73, 0x74, 0x61, 0x72, 0x74, 0x5f, 0x68, 0x65, - 0x69, 0x67, 0x68, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x04, 0x52, 0x0b, 0x73, 0x74, 0x61, 0x72, - 0x74, 0x48, 0x65, 0x69, 0x67, 0x68, 0x74, 0x12, 0x1d, 0x0a, 0x0a, 0x65, 0x6e, 0x64, 0x5f, 0x68, - 0x65, 0x69, 0x67, 0x68, 0x74, 0x18, 0x03, 0x20, 0x01, 0x28, 0x04, 0x52, 0x09, 0x65, 0x6e, 0x64, - 0x48, 0x65, 0x69, 0x67, 0x68, 0x74, 0x22, 0x4e, 0x0a, 0x1b, 0x47, 0x65, 0x74, 0x45, 0x76, 0x65, - 0x6e, 0x74, 0x73, 0x46, 0x6f, 0x72, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x49, 0x44, 0x73, 0x52, 0x65, - 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x18, 0x01, 0x20, - 0x01, 0x28, 0x09, 0x52, 0x04, 0x74, 0x79, 0x70, 0x65, 0x12, 0x1b, 0x0a, 0x09, 0x62, 0x6c, 0x6f, - 0x63, 0x6b, 0x5f, 0x69, 0x64, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0c, 0x52, 0x08, 0x62, 0x6c, - 0x6f, 0x63, 0x6b, 0x49, 0x64, 0x73, 0x22, 0xba, 0x01, 0x0a, 0x0e, 0x45, 0x76, 0x65, 0x6e, 0x74, - 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x37, 0x0a, 0x07, 0x72, 0x65, 0x73, - 0x75, 0x6c, 0x74, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x1d, 0x2e, 0x61, 0x63, 0x63, - 0x65, 0x73, 0x73, 0x2e, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, - 0x73, 0x65, 0x2e, 0x52, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x52, 0x07, 0x72, 0x65, 0x73, 0x75, 0x6c, - 0x74, 0x73, 0x1a, 0x6f, 0x0a, 0x06, 0x52, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x12, 0x19, 0x0a, 0x08, - 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x07, - 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x49, 0x64, 0x12, 0x21, 0x0a, 0x0c, 0x62, 0x6c, 0x6f, 0x63, 0x6b, - 0x5f, 0x68, 0x65, 0x69, 0x67, 0x68, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x04, 0x52, 0x0b, 0x62, - 0x6c, 0x6f, 0x63, 0x6b, 0x48, 0x65, 0x69, 0x67, 0x68, 0x74, 0x12, 0x27, 0x0a, 0x06, 0x65, 0x76, - 0x65, 0x6e, 0x74, 0x73, 0x18, 0x03, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x0f, 0x2e, 0x65, 0x6e, 0x74, - 0x69, 0x74, 0x69, 0x65, 0x73, 0x2e, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x52, 0x06, 0x65, 0x76, 0x65, - 0x6e, 0x74, 0x73, 0x22, 0x1d, 0x0a, 0x1b, 0x47, 0x65, 0x74, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, - 0x6b, 0x50, 0x61, 0x72, 0x61, 0x6d, 0x65, 0x74, 0x65, 0x72, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, - 0x73, 0x74, 0x22, 0x39, 0x0a, 0x1c, 0x47, 0x65, 0x74, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, - 0x50, 0x61, 0x72, 0x61, 0x6d, 0x65, 0x74, 0x65, 0x72, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, - 0x73, 0x65, 0x12, 0x19, 0x0a, 0x08, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x5f, 0x69, 0x64, 0x18, 0x01, - 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x49, 0x64, 0x32, 0xb3, 0x0d, - 0x0a, 0x09, 0x41, 0x63, 0x63, 0x65, 0x73, 0x73, 0x41, 0x50, 0x49, 0x12, 0x31, 0x0a, 0x04, 0x50, - 0x69, 0x6e, 0x67, 0x12, 0x13, 0x2e, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x2e, 0x50, 0x69, 0x6e, - 0x67, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x14, 0x2e, 0x61, 0x63, 0x63, 0x65, 0x73, - 0x73, 0x2e, 0x50, 0x69, 0x6e, 0x67, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x58, - 0x0a, 0x14, 0x47, 0x65, 0x74, 0x4c, 0x61, 0x74, 0x65, 0x73, 0x74, 0x42, 0x6c, 0x6f, 0x63, 0x6b, - 0x48, 0x65, 0x61, 0x64, 0x65, 0x72, 0x12, 0x23, 0x2e, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x2e, - 0x47, 0x65, 0x74, 0x4c, 0x61, 0x74, 0x65, 0x73, 0x74, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x48, 0x65, - 0x61, 0x64, 0x65, 0x72, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1b, 0x2e, 0x61, 0x63, - 0x63, 0x65, 0x73, 0x73, 0x2e, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x48, 0x65, 0x61, 0x64, 0x65, 0x72, - 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x54, 0x0a, 0x12, 0x47, 0x65, 0x74, 0x42, - 0x6c, 0x6f, 0x63, 0x6b, 0x48, 0x65, 0x61, 0x64, 0x65, 0x72, 0x42, 0x79, 0x49, 0x44, 0x12, 0x21, - 0x2e, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x2e, 0x47, 0x65, 0x74, 0x42, 0x6c, 0x6f, 0x63, 0x6b, - 0x48, 0x65, 0x61, 0x64, 0x65, 0x72, 0x42, 0x79, 0x49, 0x44, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, - 0x74, 0x1a, 0x1b, 0x2e, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x2e, 0x42, 0x6c, 0x6f, 0x63, 0x6b, - 0x48, 0x65, 0x61, 0x64, 0x65, 0x72, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x5c, - 0x0a, 0x16, 0x47, 0x65, 0x74, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x48, 0x65, 0x61, 0x64, 0x65, 0x72, - 0x42, 0x79, 0x48, 0x65, 0x69, 0x67, 0x68, 0x74, 0x12, 0x25, 0x2e, 0x61, 0x63, 0x63, 0x65, 0x73, - 0x73, 0x2e, 0x47, 0x65, 0x74, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x48, 0x65, 0x61, 0x64, 0x65, 0x72, - 0x42, 0x79, 0x48, 0x65, 0x69, 0x67, 0x68, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, - 0x1b, 0x2e, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x2e, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x48, 0x65, - 0x61, 0x64, 0x65, 0x72, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x46, 0x0a, 0x0e, - 0x47, 0x65, 0x74, 0x4c, 0x61, 0x74, 0x65, 0x73, 0x74, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x12, 0x1d, - 0x2e, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x2e, 0x47, 0x65, 0x74, 0x4c, 0x61, 0x74, 0x65, 0x73, - 0x74, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x15, 0x2e, - 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x2e, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x52, 0x65, 0x73, 0x70, - 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x42, 0x0a, 0x0c, 0x47, 0x65, 0x74, 0x42, 0x6c, 0x6f, 0x63, 0x6b, - 0x42, 0x79, 0x49, 0x44, 0x12, 0x1b, 0x2e, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x2e, 0x47, 0x65, - 0x74, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x42, 0x79, 0x49, 0x44, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, - 0x74, 0x1a, 0x15, 0x2e, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x2e, 0x42, 0x6c, 0x6f, 0x63, 0x6b, - 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x4a, 0x0a, 0x10, 0x47, 0x65, 0x74, 0x42, - 0x6c, 0x6f, 0x63, 0x6b, 0x42, 0x79, 0x48, 0x65, 0x69, 0x67, 0x68, 0x74, 0x12, 0x1f, 0x2e, 0x61, - 0x63, 0x63, 0x65, 0x73, 0x73, 0x2e, 0x47, 0x65, 0x74, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x42, 0x79, - 0x48, 0x65, 0x69, 0x67, 0x68, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x15, 0x2e, - 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x2e, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x52, 0x65, 0x73, 0x70, - 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x51, 0x0a, 0x11, 0x47, 0x65, 0x74, 0x43, 0x6f, 0x6c, 0x6c, 0x65, - 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x79, 0x49, 0x44, 0x12, 0x20, 0x2e, 0x61, 0x63, 0x63, 0x65, - 0x73, 0x73, 0x2e, 0x47, 0x65, 0x74, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, - 0x42, 0x79, 0x49, 0x44, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1a, 0x2e, 0x61, 0x63, - 0x63, 0x65, 0x73, 0x73, 0x2e, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x52, - 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x52, 0x0a, 0x0f, 0x53, 0x65, 0x6e, 0x64, 0x54, - 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x1e, 0x2e, 0x61, 0x63, 0x63, - 0x65, 0x73, 0x73, 0x2e, 0x53, 0x65, 0x6e, 0x64, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, - 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1f, 0x2e, 0x61, 0x63, 0x63, - 0x65, 0x73, 0x73, 0x2e, 0x53, 0x65, 0x6e, 0x64, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, - 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x4c, 0x0a, 0x0e, 0x47, - 0x65, 0x74, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x1d, 0x2e, - 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x2e, 0x47, 0x65, 0x74, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, - 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1b, 0x2e, 0x61, - 0x63, 0x63, 0x65, 0x73, 0x73, 0x2e, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, - 0x6e, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x58, 0x0a, 0x14, 0x47, 0x65, 0x74, - 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x75, 0x6c, - 0x74, 0x12, 0x1d, 0x2e, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x2e, 0x47, 0x65, 0x74, 0x54, 0x72, - 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, - 0x1a, 0x21, 0x2e, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x2e, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, - 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, - 0x6e, 0x73, 0x65, 0x12, 0x43, 0x0a, 0x0a, 0x47, 0x65, 0x74, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, - 0x74, 0x12, 0x19, 0x2e, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x2e, 0x47, 0x65, 0x74, 0x41, 0x63, - 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1a, 0x2e, 0x61, - 0x63, 0x63, 0x65, 0x73, 0x73, 0x2e, 0x47, 0x65, 0x74, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, - 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x5a, 0x0a, 0x17, 0x47, 0x65, 0x74, 0x41, - 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x41, 0x74, 0x4c, 0x61, 0x74, 0x65, 0x73, 0x74, 0x42, 0x6c, - 0x6f, 0x63, 0x6b, 0x12, 0x26, 0x2e, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x2e, 0x47, 0x65, 0x74, - 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x41, 0x74, 0x4c, 0x61, 0x74, 0x65, 0x73, 0x74, 0x42, - 0x6c, 0x6f, 0x63, 0x6b, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x17, 0x2e, 0x61, 0x63, - 0x63, 0x65, 0x73, 0x73, 0x2e, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x52, 0x65, 0x73, 0x70, - 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x5a, 0x0a, 0x17, 0x47, 0x65, 0x74, 0x41, 0x63, 0x63, 0x6f, 0x75, - 0x6e, 0x74, 0x41, 0x74, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x48, 0x65, 0x69, 0x67, 0x68, 0x74, 0x12, - 0x26, 0x2e, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x2e, 0x47, 0x65, 0x74, 0x41, 0x63, 0x63, 0x6f, - 0x75, 0x6e, 0x74, 0x41, 0x74, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x48, 0x65, 0x69, 0x67, 0x68, 0x74, - 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x17, 0x2e, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, - 0x2e, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, - 0x12, 0x66, 0x0a, 0x1a, 0x45, 0x78, 0x65, 0x63, 0x75, 0x74, 0x65, 0x53, 0x63, 0x72, 0x69, 0x70, - 0x74, 0x41, 0x74, 0x4c, 0x61, 0x74, 0x65, 0x73, 0x74, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x12, 0x29, - 0x2e, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x2e, 0x45, 0x78, 0x65, 0x63, 0x75, 0x74, 0x65, 0x53, - 0x63, 0x72, 0x69, 0x70, 0x74, 0x41, 0x74, 0x4c, 0x61, 0x74, 0x65, 0x73, 0x74, 0x42, 0x6c, 0x6f, - 0x63, 0x6b, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1d, 0x2e, 0x61, 0x63, 0x63, 0x65, - 0x73, 0x73, 0x2e, 0x45, 0x78, 0x65, 0x63, 0x75, 0x74, 0x65, 0x53, 0x63, 0x72, 0x69, 0x70, 0x74, - 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x5e, 0x0a, 0x16, 0x45, 0x78, 0x65, 0x63, - 0x75, 0x74, 0x65, 0x53, 0x63, 0x72, 0x69, 0x70, 0x74, 0x41, 0x74, 0x42, 0x6c, 0x6f, 0x63, 0x6b, - 0x49, 0x44, 0x12, 0x25, 0x2e, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x2e, 0x45, 0x78, 0x65, 0x63, - 0x75, 0x74, 0x65, 0x53, 0x63, 0x72, 0x69, 0x70, 0x74, 0x41, 0x74, 0x42, 0x6c, 0x6f, 0x63, 0x6b, - 0x49, 0x44, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1d, 0x2e, 0x61, 0x63, 0x63, 0x65, - 0x73, 0x73, 0x2e, 0x45, 0x78, 0x65, 0x63, 0x75, 0x74, 0x65, 0x53, 0x63, 0x72, 0x69, 0x70, 0x74, - 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x66, 0x0a, 0x1a, 0x45, 0x78, 0x65, 0x63, - 0x75, 0x74, 0x65, 0x53, 0x63, 0x72, 0x69, 0x70, 0x74, 0x41, 0x74, 0x42, 0x6c, 0x6f, 0x63, 0x6b, - 0x48, 0x65, 0x69, 0x67, 0x68, 0x74, 0x12, 0x29, 0x2e, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x2e, - 0x45, 0x78, 0x65, 0x63, 0x75, 0x74, 0x65, 0x53, 0x63, 0x72, 0x69, 0x70, 0x74, 0x41, 0x74, 0x42, - 0x6c, 0x6f, 0x63, 0x6b, 0x48, 0x65, 0x69, 0x67, 0x68, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, - 0x74, 0x1a, 0x1d, 0x2e, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x2e, 0x45, 0x78, 0x65, 0x63, 0x75, - 0x74, 0x65, 0x53, 0x63, 0x72, 0x69, 0x70, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, - 0x12, 0x59, 0x0a, 0x17, 0x47, 0x65, 0x74, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x46, 0x6f, 0x72, - 0x48, 0x65, 0x69, 0x67, 0x68, 0x74, 0x52, 0x61, 0x6e, 0x67, 0x65, 0x12, 0x26, 0x2e, 0x61, 0x63, - 0x63, 0x65, 0x73, 0x73, 0x2e, 0x47, 0x65, 0x74, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x46, 0x6f, - 0x72, 0x48, 0x65, 0x69, 0x67, 0x68, 0x74, 0x52, 0x61, 0x6e, 0x67, 0x65, 0x52, 0x65, 0x71, 0x75, - 0x65, 0x73, 0x74, 0x1a, 0x16, 0x2e, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x2e, 0x45, 0x76, 0x65, - 0x6e, 0x74, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x53, 0x0a, 0x14, 0x47, - 0x65, 0x74, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x46, 0x6f, 0x72, 0x42, 0x6c, 0x6f, 0x63, 0x6b, - 0x49, 0x44, 0x73, 0x12, 0x23, 0x2e, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x2e, 0x47, 0x65, 0x74, - 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x46, 0x6f, 0x72, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x49, 0x44, - 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x16, 0x2e, 0x61, 0x63, 0x63, 0x65, 0x73, - 0x73, 0x2e, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, - 0x12, 0x61, 0x0a, 0x14, 0x47, 0x65, 0x74, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x50, 0x61, - 0x72, 0x61, 0x6d, 0x65, 0x74, 0x65, 0x72, 0x73, 0x12, 0x23, 0x2e, 0x61, 0x63, 0x63, 0x65, 0x73, - 0x73, 0x2e, 0x47, 0x65, 0x74, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x50, 0x61, 0x72, 0x61, - 0x6d, 0x65, 0x74, 0x65, 0x72, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x24, 0x2e, - 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x2e, 0x47, 0x65, 0x74, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, - 0x6b, 0x50, 0x61, 0x72, 0x61, 0x6d, 0x65, 0x74, 0x65, 0x72, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, - 0x6e, 0x73, 0x65, 0x42, 0x5a, 0x0a, 0x21, 0x6f, 0x72, 0x67, 0x2e, 0x6f, 0x6e, 0x66, 0x6c, 0x6f, - 0x77, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x6c, 0x65, 0x67, 0x61, 0x63, - 0x79, 0x2e, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x5a, 0x35, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, - 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x6f, 0x6e, 0x66, 0x6c, 0x6f, 0x77, 0x2f, 0x66, 0x6c, 0x6f, 0x77, - 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x67, 0x6f, 0x2f, 0x66, 0x6c, 0x6f, - 0x77, 0x2f, 0x6c, 0x65, 0x67, 0x61, 0x63, 0x79, 0x2f, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x62, - 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, -} - -var ( - file_flow_legacy_access_access_proto_rawDescOnce sync.Once - file_flow_legacy_access_access_proto_rawDescData = file_flow_legacy_access_access_proto_rawDesc -) +var xxx_messageInfo_GetNetworkParametersResponse proto.InternalMessageInfo -func file_flow_legacy_access_access_proto_rawDescGZIP() []byte { - file_flow_legacy_access_access_proto_rawDescOnce.Do(func() { - file_flow_legacy_access_access_proto_rawDescData = protoimpl.X.CompressGZIP(file_flow_legacy_access_access_proto_rawDescData) - }) - return file_flow_legacy_access_access_proto_rawDescData -} - -var file_flow_legacy_access_access_proto_msgTypes = make([]protoimpl.MessageInfo, 32) -var file_flow_legacy_access_access_proto_goTypes = []interface{}{ - (*PingRequest)(nil), // 0: access.PingRequest - (*PingResponse)(nil), // 1: access.PingResponse - (*GetLatestBlockHeaderRequest)(nil), // 2: access.GetLatestBlockHeaderRequest - (*GetBlockHeaderByIDRequest)(nil), // 3: access.GetBlockHeaderByIDRequest - (*GetBlockHeaderByHeightRequest)(nil), // 4: access.GetBlockHeaderByHeightRequest - (*BlockHeaderResponse)(nil), // 5: access.BlockHeaderResponse - (*GetLatestBlockRequest)(nil), // 6: access.GetLatestBlockRequest - (*GetBlockByIDRequest)(nil), // 7: access.GetBlockByIDRequest - (*GetBlockByHeightRequest)(nil), // 8: access.GetBlockByHeightRequest - (*BlockResponse)(nil), // 9: access.BlockResponse - (*GetCollectionByIDRequest)(nil), // 10: access.GetCollectionByIDRequest - (*CollectionResponse)(nil), // 11: access.CollectionResponse - (*SendTransactionRequest)(nil), // 12: access.SendTransactionRequest - (*SendTransactionResponse)(nil), // 13: access.SendTransactionResponse - (*GetTransactionRequest)(nil), // 14: access.GetTransactionRequest - (*TransactionResponse)(nil), // 15: access.TransactionResponse - (*TransactionResultResponse)(nil), // 16: access.TransactionResultResponse - (*GetAccountRequest)(nil), // 17: access.GetAccountRequest - (*GetAccountResponse)(nil), // 18: access.GetAccountResponse - (*GetAccountAtLatestBlockRequest)(nil), // 19: access.GetAccountAtLatestBlockRequest - (*AccountResponse)(nil), // 20: access.AccountResponse - (*GetAccountAtBlockHeightRequest)(nil), // 21: access.GetAccountAtBlockHeightRequest - (*ExecuteScriptAtLatestBlockRequest)(nil), // 22: access.ExecuteScriptAtLatestBlockRequest - (*ExecuteScriptAtBlockIDRequest)(nil), // 23: access.ExecuteScriptAtBlockIDRequest - (*ExecuteScriptAtBlockHeightRequest)(nil), // 24: access.ExecuteScriptAtBlockHeightRequest - (*ExecuteScriptResponse)(nil), // 25: access.ExecuteScriptResponse - (*GetEventsForHeightRangeRequest)(nil), // 26: access.GetEventsForHeightRangeRequest - (*GetEventsForBlockIDsRequest)(nil), // 27: access.GetEventsForBlockIDsRequest - (*EventsResponse)(nil), // 28: access.EventsResponse - (*GetNetworkParametersRequest)(nil), // 29: access.GetNetworkParametersRequest - (*GetNetworkParametersResponse)(nil), // 30: access.GetNetworkParametersResponse - (*EventsResponse_Result)(nil), // 31: access.EventsResponse.Result - (*entities.BlockHeader)(nil), // 32: entities.BlockHeader - (*entities.Block)(nil), // 33: entities.Block - (*entities.Collection)(nil), // 34: entities.Collection - (*entities.Transaction)(nil), // 35: entities.Transaction - (entities.TransactionStatus)(0), // 36: entities.TransactionStatus - (*entities.Event)(nil), // 37: entities.Event - (*entities.Account)(nil), // 38: entities.Account -} -var file_flow_legacy_access_access_proto_depIdxs = []int32{ - 32, // 0: access.BlockHeaderResponse.block:type_name -> entities.BlockHeader - 33, // 1: access.BlockResponse.block:type_name -> entities.Block - 34, // 2: access.CollectionResponse.collection:type_name -> entities.Collection - 35, // 3: access.SendTransactionRequest.transaction:type_name -> entities.Transaction - 35, // 4: access.TransactionResponse.transaction:type_name -> entities.Transaction - 36, // 5: access.TransactionResultResponse.status:type_name -> entities.TransactionStatus - 37, // 6: access.TransactionResultResponse.events:type_name -> entities.Event - 38, // 7: access.GetAccountResponse.account:type_name -> entities.Account - 38, // 8: access.AccountResponse.account:type_name -> entities.Account - 31, // 9: access.EventsResponse.results:type_name -> access.EventsResponse.Result - 37, // 10: access.EventsResponse.Result.events:type_name -> entities.Event - 0, // 11: access.AccessAPI.Ping:input_type -> access.PingRequest - 2, // 12: access.AccessAPI.GetLatestBlockHeader:input_type -> access.GetLatestBlockHeaderRequest - 3, // 13: access.AccessAPI.GetBlockHeaderByID:input_type -> access.GetBlockHeaderByIDRequest - 4, // 14: access.AccessAPI.GetBlockHeaderByHeight:input_type -> access.GetBlockHeaderByHeightRequest - 6, // 15: access.AccessAPI.GetLatestBlock:input_type -> access.GetLatestBlockRequest - 7, // 16: access.AccessAPI.GetBlockByID:input_type -> access.GetBlockByIDRequest - 8, // 17: access.AccessAPI.GetBlockByHeight:input_type -> access.GetBlockByHeightRequest - 10, // 18: access.AccessAPI.GetCollectionByID:input_type -> access.GetCollectionByIDRequest - 12, // 19: access.AccessAPI.SendTransaction:input_type -> access.SendTransactionRequest - 14, // 20: access.AccessAPI.GetTransaction:input_type -> access.GetTransactionRequest - 14, // 21: access.AccessAPI.GetTransactionResult:input_type -> access.GetTransactionRequest - 17, // 22: access.AccessAPI.GetAccount:input_type -> access.GetAccountRequest - 19, // 23: access.AccessAPI.GetAccountAtLatestBlock:input_type -> access.GetAccountAtLatestBlockRequest - 21, // 24: access.AccessAPI.GetAccountAtBlockHeight:input_type -> access.GetAccountAtBlockHeightRequest - 22, // 25: access.AccessAPI.ExecuteScriptAtLatestBlock:input_type -> access.ExecuteScriptAtLatestBlockRequest - 23, // 26: access.AccessAPI.ExecuteScriptAtBlockID:input_type -> access.ExecuteScriptAtBlockIDRequest - 24, // 27: access.AccessAPI.ExecuteScriptAtBlockHeight:input_type -> access.ExecuteScriptAtBlockHeightRequest - 26, // 28: access.AccessAPI.GetEventsForHeightRange:input_type -> access.GetEventsForHeightRangeRequest - 27, // 29: access.AccessAPI.GetEventsForBlockIDs:input_type -> access.GetEventsForBlockIDsRequest - 29, // 30: access.AccessAPI.GetNetworkParameters:input_type -> access.GetNetworkParametersRequest - 1, // 31: access.AccessAPI.Ping:output_type -> access.PingResponse - 5, // 32: access.AccessAPI.GetLatestBlockHeader:output_type -> access.BlockHeaderResponse - 5, // 33: access.AccessAPI.GetBlockHeaderByID:output_type -> access.BlockHeaderResponse - 5, // 34: access.AccessAPI.GetBlockHeaderByHeight:output_type -> access.BlockHeaderResponse - 9, // 35: access.AccessAPI.GetLatestBlock:output_type -> access.BlockResponse - 9, // 36: access.AccessAPI.GetBlockByID:output_type -> access.BlockResponse - 9, // 37: access.AccessAPI.GetBlockByHeight:output_type -> access.BlockResponse - 11, // 38: access.AccessAPI.GetCollectionByID:output_type -> access.CollectionResponse - 13, // 39: access.AccessAPI.SendTransaction:output_type -> access.SendTransactionResponse - 15, // 40: access.AccessAPI.GetTransaction:output_type -> access.TransactionResponse - 16, // 41: access.AccessAPI.GetTransactionResult:output_type -> access.TransactionResultResponse - 18, // 42: access.AccessAPI.GetAccount:output_type -> access.GetAccountResponse - 20, // 43: access.AccessAPI.GetAccountAtLatestBlock:output_type -> access.AccountResponse - 20, // 44: access.AccessAPI.GetAccountAtBlockHeight:output_type -> access.AccountResponse - 25, // 45: access.AccessAPI.ExecuteScriptAtLatestBlock:output_type -> access.ExecuteScriptResponse - 25, // 46: access.AccessAPI.ExecuteScriptAtBlockID:output_type -> access.ExecuteScriptResponse - 25, // 47: access.AccessAPI.ExecuteScriptAtBlockHeight:output_type -> access.ExecuteScriptResponse - 28, // 48: access.AccessAPI.GetEventsForHeightRange:output_type -> access.EventsResponse - 28, // 49: access.AccessAPI.GetEventsForBlockIDs:output_type -> access.EventsResponse - 30, // 50: access.AccessAPI.GetNetworkParameters:output_type -> access.GetNetworkParametersResponse - 31, // [31:51] is the sub-list for method output_type - 11, // [11:31] is the sub-list for method input_type - 11, // [11:11] is the sub-list for extension type_name - 11, // [11:11] is the sub-list for extension extendee - 0, // [0:11] is the sub-list for field type_name -} - -func init() { file_flow_legacy_access_access_proto_init() } -func file_flow_legacy_access_access_proto_init() { - if File_flow_legacy_access_access_proto != nil { - return - } - if !protoimpl.UnsafeEnabled { - file_flow_legacy_access_access_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*PingRequest); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_flow_legacy_access_access_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*PingResponse); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_flow_legacy_access_access_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GetLatestBlockHeaderRequest); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_flow_legacy_access_access_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GetBlockHeaderByIDRequest); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_flow_legacy_access_access_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GetBlockHeaderByHeightRequest); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_flow_legacy_access_access_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*BlockHeaderResponse); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_flow_legacy_access_access_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GetLatestBlockRequest); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_flow_legacy_access_access_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GetBlockByIDRequest); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_flow_legacy_access_access_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GetBlockByHeightRequest); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_flow_legacy_access_access_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*BlockResponse); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_flow_legacy_access_access_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GetCollectionByIDRequest); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_flow_legacy_access_access_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*CollectionResponse); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_flow_legacy_access_access_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*SendTransactionRequest); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_flow_legacy_access_access_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*SendTransactionResponse); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_flow_legacy_access_access_proto_msgTypes[14].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GetTransactionRequest); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_flow_legacy_access_access_proto_msgTypes[15].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*TransactionResponse); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_flow_legacy_access_access_proto_msgTypes[16].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*TransactionResultResponse); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_flow_legacy_access_access_proto_msgTypes[17].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GetAccountRequest); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_flow_legacy_access_access_proto_msgTypes[18].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GetAccountResponse); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_flow_legacy_access_access_proto_msgTypes[19].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GetAccountAtLatestBlockRequest); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_flow_legacy_access_access_proto_msgTypes[20].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*AccountResponse); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_flow_legacy_access_access_proto_msgTypes[21].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GetAccountAtBlockHeightRequest); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_flow_legacy_access_access_proto_msgTypes[22].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ExecuteScriptAtLatestBlockRequest); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_flow_legacy_access_access_proto_msgTypes[23].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ExecuteScriptAtBlockIDRequest); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_flow_legacy_access_access_proto_msgTypes[24].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ExecuteScriptAtBlockHeightRequest); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_flow_legacy_access_access_proto_msgTypes[25].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ExecuteScriptResponse); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_flow_legacy_access_access_proto_msgTypes[26].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GetEventsForHeightRangeRequest); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_flow_legacy_access_access_proto_msgTypes[27].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GetEventsForBlockIDsRequest); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_flow_legacy_access_access_proto_msgTypes[28].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*EventsResponse); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_flow_legacy_access_access_proto_msgTypes[29].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GetNetworkParametersRequest); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_flow_legacy_access_access_proto_msgTypes[30].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GetNetworkParametersResponse); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_flow_legacy_access_access_proto_msgTypes[31].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*EventsResponse_Result); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } +func (m *GetNetworkParametersResponse) GetChainId() string { + if m != nil { + return m.ChainId } - type x struct{} - out := protoimpl.TypeBuilder{ - File: protoimpl.DescBuilder{ - GoPackagePath: reflect.TypeOf(x{}).PkgPath(), - RawDescriptor: file_flow_legacy_access_access_proto_rawDesc, - NumEnums: 0, - NumMessages: 32, - NumExtensions: 0, - NumServices: 1, - }, - GoTypes: file_flow_legacy_access_access_proto_goTypes, - DependencyIndexes: file_flow_legacy_access_access_proto_depIdxs, - MessageInfos: file_flow_legacy_access_access_proto_msgTypes, - }.Build() - File_flow_legacy_access_access_proto = out.File - file_flow_legacy_access_access_proto_rawDesc = nil - file_flow_legacy_access_access_proto_goTypes = nil - file_flow_legacy_access_access_proto_depIdxs = nil + return "" +} + +func init() { + proto.RegisterType((*PingRequest)(nil), "access.PingRequest") + proto.RegisterType((*PingResponse)(nil), "access.PingResponse") + proto.RegisterType((*GetLatestBlockHeaderRequest)(nil), "access.GetLatestBlockHeaderRequest") + proto.RegisterType((*GetBlockHeaderByIDRequest)(nil), "access.GetBlockHeaderByIDRequest") + proto.RegisterType((*GetBlockHeaderByHeightRequest)(nil), "access.GetBlockHeaderByHeightRequest") + proto.RegisterType((*BlockHeaderResponse)(nil), "access.BlockHeaderResponse") + proto.RegisterType((*GetLatestBlockRequest)(nil), "access.GetLatestBlockRequest") + proto.RegisterType((*GetBlockByIDRequest)(nil), "access.GetBlockByIDRequest") + proto.RegisterType((*GetBlockByHeightRequest)(nil), "access.GetBlockByHeightRequest") + proto.RegisterType((*BlockResponse)(nil), "access.BlockResponse") + proto.RegisterType((*GetCollectionByIDRequest)(nil), "access.GetCollectionByIDRequest") + proto.RegisterType((*CollectionResponse)(nil), "access.CollectionResponse") + proto.RegisterType((*SendTransactionRequest)(nil), "access.SendTransactionRequest") + proto.RegisterType((*SendTransactionResponse)(nil), "access.SendTransactionResponse") + proto.RegisterType((*GetTransactionRequest)(nil), "access.GetTransactionRequest") + proto.RegisterType((*TransactionResponse)(nil), "access.TransactionResponse") + proto.RegisterType((*TransactionResultResponse)(nil), "access.TransactionResultResponse") + proto.RegisterType((*GetAccountRequest)(nil), "access.GetAccountRequest") + proto.RegisterType((*GetAccountResponse)(nil), "access.GetAccountResponse") + proto.RegisterType((*GetAccountAtLatestBlockRequest)(nil), "access.GetAccountAtLatestBlockRequest") + proto.RegisterType((*AccountResponse)(nil), "access.AccountResponse") + proto.RegisterType((*GetAccountAtBlockHeightRequest)(nil), "access.GetAccountAtBlockHeightRequest") + proto.RegisterType((*ExecuteScriptAtLatestBlockRequest)(nil), "access.ExecuteScriptAtLatestBlockRequest") + proto.RegisterType((*ExecuteScriptAtBlockIDRequest)(nil), "access.ExecuteScriptAtBlockIDRequest") + proto.RegisterType((*ExecuteScriptAtBlockHeightRequest)(nil), "access.ExecuteScriptAtBlockHeightRequest") + proto.RegisterType((*ExecuteScriptResponse)(nil), "access.ExecuteScriptResponse") + proto.RegisterType((*GetEventsForHeightRangeRequest)(nil), "access.GetEventsForHeightRangeRequest") + proto.RegisterType((*GetEventsForBlockIDsRequest)(nil), "access.GetEventsForBlockIDsRequest") + proto.RegisterType((*EventsResponse)(nil), "access.EventsResponse") + proto.RegisterType((*EventsResponse_Result)(nil), "access.EventsResponse.Result") + proto.RegisterType((*GetNetworkParametersRequest)(nil), "access.GetNetworkParametersRequest") + proto.RegisterType((*GetNetworkParametersResponse)(nil), "access.GetNetworkParametersResponse") +} + +func init() { proto.RegisterFile("flow/legacy/access/access.proto", fileDescriptor_bd1967bd8421cd93) } + +var fileDescriptor_bd1967bd8421cd93 = []byte{ + // 1188 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x58, 0xdd, 0x52, 0xdb, 0x46, + 0x14, 0x1e, 0xdb, 0xc4, 0xe0, 0x83, 0x81, 0x66, 0x01, 0x63, 0xe4, 0x38, 0x18, 0xa5, 0x04, 0x68, + 0x26, 0xf6, 0x84, 0xa4, 0xcd, 0x34, 0x17, 0x9d, 0x01, 0x9a, 0x10, 0x32, 0x29, 0x43, 0x44, 0x2e, + 0x1a, 0xa6, 0x2d, 0x23, 0xa4, 0xc5, 0xd6, 0xc4, 0x48, 0xae, 0x76, 0x4d, 0xca, 0x4c, 0xdf, 0xaa, + 0x77, 0xbd, 0xe9, 0xab, 0x75, 0xbc, 0x3f, 0xd2, 0x4a, 0x5a, 0xc9, 0x99, 0xe4, 0x26, 0xf1, 0xee, + 0x7e, 0xfb, 0x9d, 0xdf, 0x3d, 0xe7, 0x08, 0xd8, 0xb8, 0x1a, 0x06, 0x9f, 0x7a, 0x43, 0xdc, 0xb7, + 0x9d, 0xdb, 0x9e, 0xed, 0x38, 0x98, 0x10, 0xf1, 0x5f, 0x77, 0x14, 0x06, 0x34, 0x40, 0x55, 0xbe, + 0x32, 0x4c, 0x15, 0x88, 0x7d, 0xea, 0x51, 0x0f, 0x33, 0x68, 0x30, 0xf6, 0x29, 0xc7, 0x1a, 0xdb, + 0x5a, 0xcc, 0xe5, 0x30, 0x70, 0x3e, 0x5e, 0x0c, 0xb0, 0xed, 0xe2, 0x50, 0x00, 0x3b, 0xf9, 0x40, + 0x81, 0xd8, 0xd2, 0x22, 0x9c, 0x60, 0x38, 0xc4, 0x0e, 0xf5, 0x02, 0xbf, 0x90, 0x08, 0xdf, 0xe0, + 0x48, 0xa7, 0x87, 0x5a, 0x04, 0x0d, 0x6d, 0x9f, 0xd8, 0x0a, 0x93, 0xb9, 0x00, 0xf3, 0xa7, 0x9e, + 0xdf, 0xb7, 0xf0, 0x9f, 0x63, 0x4c, 0xa8, 0xb9, 0x08, 0x75, 0xbe, 0x24, 0xa3, 0xc0, 0x27, 0xd8, + 0x7c, 0x01, 0xad, 0x23, 0x4c, 0xdf, 0xda, 0x14, 0x13, 0x7a, 0x30, 0xd1, 0xf3, 0x35, 0xb3, 0x47, + 0xc0, 0x51, 0x0b, 0x6a, 0x1e, 0xb9, 0x20, 0xd8, 0x1e, 0x62, 0xb7, 0x59, 0xea, 0x94, 0x76, 0xe6, + 0xac, 0x39, 0x8f, 0x9c, 0xb1, 0xb5, 0xf9, 0x08, 0xd6, 0x8f, 0xb0, 0x7a, 0xeb, 0xe0, 0xf6, 0xf8, + 0x67, 0x79, 0x73, 0x11, 0xca, 0x1e, 0xbf, 0x52, 0xb7, 0xca, 0x9e, 0x6b, 0x3e, 0x87, 0x76, 0x1a, + 0xfc, 0x1a, 0x7b, 0xfd, 0x01, 0x95, 0x17, 0x1a, 0x50, 0x1d, 0xb0, 0x0d, 0x76, 0x69, 0xc6, 0x12, + 0x2b, 0xf3, 0x00, 0x96, 0x13, 0x8a, 0x71, 0xc5, 0xd1, 0x23, 0xb8, 0xc3, 0xfc, 0xca, 0xd0, 0xf3, + 0x7b, 0xab, 0x5d, 0xe9, 0x83, 0xae, 0x8a, 0xe6, 0x18, 0xf3, 0x19, 0xac, 0x26, 0xad, 0xfc, 0x2c, + 0xfb, 0xb6, 0x60, 0x59, 0xaa, 0x5c, 0x64, 0xd9, 0x13, 0x58, 0x8b, 0x61, 0x9f, 0x67, 0xd3, 0x0f, + 0xb0, 0x20, 0xd4, 0x10, 0xd6, 0x6c, 0x25, 0xad, 0x59, 0x4a, 0x59, 0x23, 0xed, 0xf8, 0x0e, 0x9a, + 0x47, 0x98, 0x1e, 0x46, 0xd9, 0x52, 0xa4, 0xd6, 0x1b, 0x40, 0x31, 0x30, 0x12, 0xf4, 0x0c, 0x20, + 0x4e, 0x36, 0x21, 0x6d, 0x25, 0x96, 0xa6, 0xdc, 0x50, 0x70, 0xe6, 0x3b, 0x68, 0x9c, 0x61, 0xdf, + 0x7d, 0x1f, 0x67, 0x97, 0x94, 0xfa, 0x1c, 0xe6, 0x95, 0x9c, 0xcb, 0x06, 0x43, 0xbd, 0xa2, 0x22, + 0xcd, 0x5d, 0x58, 0xcb, 0x50, 0x0a, 0x1d, 0xd3, 0x96, 0x6c, 0xb3, 0xe8, 0x69, 0x84, 0xa7, 0x81, + 0x27, 0xb0, 0xac, 0xe3, 0xfb, 0x62, 0x1d, 0xff, 0x2b, 0xc1, 0x7a, 0x92, 0x70, 0x3c, 0xa4, 0x11, + 0xed, 0x53, 0xa8, 0x12, 0x6a, 0xd3, 0x31, 0x61, 0x8c, 0x8b, 0x7b, 0x2d, 0x2d, 0xe3, 0x19, 0x83, + 0x58, 0x02, 0x8a, 0x36, 0x60, 0x9e, 0xff, 0xba, 0x70, 0x02, 0x17, 0x37, 0xcb, 0x9d, 0xd2, 0xce, + 0x82, 0x05, 0x7c, 0xeb, 0x30, 0x70, 0x31, 0x7a, 0x00, 0x0b, 0x38, 0x0c, 0x83, 0xf0, 0xe2, 0x1a, + 0x13, 0x62, 0xf7, 0x71, 0xb3, 0xd2, 0x29, 0xed, 0xd4, 0xac, 0x3a, 0xdb, 0xfc, 0x85, 0xef, 0xa1, + 0x6d, 0xa8, 0xb2, 0x5a, 0x40, 0x9a, 0x33, 0x9d, 0x4a, 0x32, 0x5f, 0x5e, 0x4e, 0xf6, 0x2d, 0x71, + 0x6c, 0x3e, 0x86, 0xbb, 0x47, 0x98, 0xee, 0xf3, 0x6a, 0x26, 0xdd, 0xd6, 0x84, 0x59, 0xdb, 0x75, + 0x43, 0x4c, 0x88, 0xf0, 0x9d, 0x5c, 0x9a, 0xfb, 0x80, 0x54, 0x78, 0xf4, 0xd4, 0x66, 0x45, 0x3d, + 0x14, 0xbe, 0xbb, 0x1b, 0x8b, 0x93, 0x58, 0x89, 0x30, 0x5f, 0xc0, 0xfd, 0x98, 0x62, 0x5f, 0xf7, + 0xe6, 0xf2, 0xc5, 0xff, 0x04, 0x4b, 0x5f, 0x25, 0xfb, 0xf7, 0xa4, 0x6c, 0x51, 0x08, 0xd4, 0x07, + 0x99, 0x2b, 0x1b, 0x6d, 0x42, 0x5d, 0x16, 0x74, 0xf6, 0x60, 0xcb, 0xec, 0xc1, 0xce, 0x5f, 0xc6, + 0x1c, 0xe6, 0x07, 0xd8, 0x7c, 0xf9, 0x17, 0x76, 0xc6, 0x14, 0x9f, 0x39, 0xa1, 0x37, 0xd2, 0x5b, + 0xd7, 0x80, 0x2a, 0x61, 0xa7, 0x42, 0x80, 0x58, 0xa1, 0x7b, 0x50, 0xb3, 0xc3, 0xfe, 0xf8, 0x9a, + 0x45, 0xad, 0xdc, 0xa9, 0xec, 0xd4, 0xad, 0x78, 0xc3, 0x1c, 0x41, 0x3b, 0x45, 0xcd, 0x48, 0xe3, + 0xd7, 0xbd, 0x0e, 0x73, 0x5c, 0xbd, 0x28, 0xe1, 0x67, 0xd9, 0xfa, 0xd8, 0x55, 0x24, 0x96, 0xf3, + 0x25, 0x56, 0xd2, 0x12, 0xff, 0xce, 0x18, 0xa3, 0x71, 0x57, 0xda, 0x29, 0xa5, 0x8c, 0x53, 0xbe, + 0x50, 0xfa, 0x63, 0x58, 0x4d, 0x48, 0x8f, 0xe2, 0xbd, 0x02, 0x77, 0x6e, 0xec, 0xe1, 0x18, 0x0b, + 0x23, 0xf9, 0xc2, 0xbc, 0x61, 0x81, 0x65, 0xa9, 0x4d, 0x5e, 0x05, 0xa1, 0x50, 0xd2, 0xf6, 0xfb, + 0x58, 0x6a, 0x8a, 0x60, 0x86, 0xde, 0x8e, 0xf8, 0xb5, 0x9a, 0xc5, 0x7e, 0x4f, 0xb4, 0x27, 0xd4, + 0x0e, 0x69, 0x2a, 0xa4, 0x6c, 0x4f, 0x68, 0xdf, 0x06, 0xc0, 0xbe, 0x2b, 0x01, 0x15, 0x06, 0xa8, + 0x61, 0xdf, 0x15, 0x11, 0x3f, 0x61, 0xdd, 0x31, 0x92, 0x2b, 0x62, 0x42, 0x8a, 0x84, 0xb6, 0xa0, + 0x26, 0x03, 0x25, 0xe3, 0x3c, 0x27, 0x22, 0x45, 0xcc, 0x7f, 0x4b, 0xb0, 0xc8, 0xd9, 0x94, 0xe2, + 0x34, 0x1b, 0xb2, 0xba, 0x32, 0xc9, 0xc8, 0xc9, 0x5b, 0x6e, 0x77, 0xc5, 0x9c, 0x92, 0x04, 0x76, + 0x45, 0xf5, 0x91, 0x68, 0x23, 0x80, 0x2a, 0xdf, 0x2a, 0xca, 0x8d, 0xe9, 0x59, 0xad, 0xd4, 0x92, + 0x4a, 0x71, 0x2d, 0x69, 0x33, 0x67, 0x9c, 0x60, 0xfa, 0x29, 0x08, 0x3f, 0x9e, 0xda, 0xa1, 0x7d, + 0x8d, 0x29, 0x0e, 0xa5, 0x33, 0xcc, 0x1f, 0xe1, 0x9e, 0xfe, 0x58, 0x18, 0xba, 0x0e, 0x73, 0xce, + 0xc0, 0xf6, 0x7c, 0xa9, 0x65, 0xcd, 0x9a, 0x65, 0xeb, 0x63, 0x77, 0xef, 0x9f, 0x05, 0xa8, 0xed, + 0x33, 0xa3, 0xf7, 0x4f, 0x8f, 0xd1, 0x13, 0x98, 0x99, 0x8c, 0x28, 0x68, 0x59, 0x3a, 0x42, 0x99, + 0x5f, 0x8c, 0x95, 0xe4, 0xa6, 0xe0, 0xfe, 0x15, 0x56, 0x74, 0x53, 0x0c, 0x7a, 0x20, 0xd1, 0x05, + 0x33, 0x8e, 0xd1, 0x92, 0x20, 0xdd, 0x98, 0xf1, 0x9e, 0x55, 0xc4, 0xd4, 0x8c, 0x83, 0x36, 0x15, + 0x5e, 0xfd, 0xfc, 0x53, 0xcc, 0xfa, 0x1b, 0x34, 0xf4, 0xc3, 0x10, 0xda, 0xca, 0x63, 0x4e, 0x3c, + 0xcc, 0x62, 0xf6, 0x57, 0xb0, 0x98, 0xb4, 0x17, 0xb5, 0xf5, 0x7e, 0x90, 0x6c, 0xab, 0x09, 0xb6, + 0x88, 0xe7, 0x00, 0xea, 0xea, 0xfc, 0x83, 0x5a, 0x69, 0xdd, 0x54, 0x7b, 0x73, 0x38, 0xde, 0xc0, + 0x37, 0xe9, 0xe1, 0x08, 0x6d, 0x64, 0x79, 0x92, 0xd6, 0xe5, 0x70, 0xbd, 0x63, 0xcd, 0x2c, 0x39, + 0xfd, 0xa0, 0x8e, 0x42, 0xa6, 0x1d, 0x8c, 0x0c, 0x43, 0x22, 0x34, 0xe3, 0x90, 0x05, 0x4b, 0xa9, + 0x29, 0x04, 0xdd, 0x97, 0x70, 0xfd, 0xc4, 0x63, 0x6c, 0xe4, 0x9e, 0x0b, 0xce, 0xb7, 0xcc, 0xfd, + 0x2a, 0xa5, 0xea, 0x7e, 0x0d, 0x63, 0xe4, 0x57, 0x1d, 0x1b, 0x4f, 0xed, 0xcc, 0x14, 0x32, 0x8d, + 0x73, 0x53, 0xcf, 0xa9, 0xce, 0x2f, 0x87, 0x00, 0x71, 0xb7, 0x44, 0xeb, 0x0a, 0x5f, 0x72, 0x5e, + 0x88, 0x1d, 0xa8, 0x99, 0x0d, 0xce, 0xd9, 0xf0, 0xab, 0x6b, 0xf7, 0xe8, 0x61, 0xf6, 0x9a, 0xae, + 0x63, 0x1a, 0x6b, 0x12, 0x37, 0x85, 0x5b, 0xe9, 0x4f, 0x7a, 0xee, 0x6c, 0x03, 0xcb, 0xe7, 0xbe, + 0x02, 0x23, 0xbf, 0x97, 0xa3, 0xdd, 0xa8, 0x06, 0x4f, 0xeb, 0xf7, 0x46, 0x5b, 0x0b, 0x8d, 0xe4, + 0xfc, 0x01, 0x0d, 0x7d, 0x63, 0x8f, 0x5f, 0x7a, 0x61, 0xe3, 0x9f, 0xc6, 0x9f, 0xb5, 0x43, 0x75, + 0xd3, 0x6e, 0x91, 0x8c, 0xa4, 0xa7, 0xa6, 0xc8, 0xf9, 0xc0, 0x62, 0xa1, 0xeb, 0xc0, 0x89, 0x58, + 0x14, 0xb4, 0x68, 0xa3, 0xa1, 0x6f, 0x6c, 0xe8, 0x8c, 0x65, 0x78, 0xa6, 0xc9, 0x26, 0x8a, 0x77, + 0x5e, 0x0b, 0xce, 0x25, 0xb5, 0x19, 0x69, 0xa6, 0x1b, 0x25, 0x48, 0xf3, 0x5a, 0x99, 0xf1, 0x6d, + 0x31, 0x88, 0x8b, 0x38, 0x38, 0x87, 0xcd, 0x20, 0xec, 0x77, 0x03, 0x7f, 0xf2, 0x25, 0xce, 0xbf, + 0xb6, 0x2f, 0xc7, 0x57, 0x5d, 0xfe, 0x49, 0x2e, 0x18, 0xce, 0xbf, 0xef, 0x7b, 0x74, 0x30, 0xbe, + 0xec, 0x3a, 0xc1, 0x75, 0x8f, 0x23, 0x7b, 0xec, 0x1f, 0x09, 0xef, 0xf5, 0x83, 0x5e, 0xf6, 0x4f, + 0x15, 0x97, 0x55, 0x76, 0xfe, 0xf4, 0xff, 0x00, 0x00, 0x00, 0xff, 0xff, 0x31, 0xbb, 0xa4, 0x7d, + 0xc7, 0x10, 0x00, 0x00, } diff --git a/protobuf/go/flow/legacy/entities/account.pb.go b/protobuf/go/flow/legacy/entities/account.pb.go index 737c2fded..48dad4492 100644 --- a/protobuf/go/flow/legacy/entities/account.pb.go +++ b/protobuf/go/flow/legacy/entities/account.pb.go @@ -1,291 +1,196 @@ // Code generated by protoc-gen-go. DO NOT EDIT. -// versions: -// protoc-gen-go v1.28.1 -// protoc (unknown) // source: flow/legacy/entities/account.proto package entities import ( - protoreflect "google.golang.org/protobuf/reflect/protoreflect" - protoimpl "google.golang.org/protobuf/runtime/protoimpl" - reflect "reflect" - sync "sync" + fmt "fmt" + proto "github.com/golang/protobuf/proto" + math "math" ) -const ( - // Verify that this generated code is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) - // Verify that runtime/protoimpl is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) -) +// Reference imports to suppress errors if they are not otherwise used. +var _ = proto.Marshal +var _ = fmt.Errorf +var _ = math.Inf -type Account struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields +// This is a compile-time assertion to ensure that this generated file +// is compatible with the proto package it is being compiled against. +// A compilation error at this line likely means your copy of the +// proto package needs to be updated. +const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package - Address []byte `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"` - Balance uint64 `protobuf:"varint,2,opt,name=balance,proto3" json:"balance,omitempty"` - Code []byte `protobuf:"bytes,3,opt,name=code,proto3" json:"code,omitempty"` - Keys []*AccountKey `protobuf:"bytes,4,rep,name=keys,proto3" json:"keys,omitempty"` +type Account struct { + Address []byte `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"` + Balance uint64 `protobuf:"varint,2,opt,name=balance,proto3" json:"balance,omitempty"` + Code []byte `protobuf:"bytes,3,opt,name=code,proto3" json:"code,omitempty"` + Keys []*AccountKey `protobuf:"bytes,4,rep,name=keys,proto3" json:"keys,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *Account) Reset() { *m = Account{} } +func (m *Account) String() string { return proto.CompactTextString(m) } +func (*Account) ProtoMessage() {} +func (*Account) Descriptor() ([]byte, []int) { + return fileDescriptor_a4aab70d5e0d112b, []int{0} } -func (x *Account) Reset() { - *x = Account{} - if protoimpl.UnsafeEnabled { - mi := &file_flow_legacy_entities_account_proto_msgTypes[0] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } +func (m *Account) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_Account.Unmarshal(m, b) } - -func (x *Account) String() string { - return protoimpl.X.MessageStringOf(x) +func (m *Account) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_Account.Marshal(b, m, deterministic) } - -func (*Account) ProtoMessage() {} - -func (x *Account) ProtoReflect() protoreflect.Message { - mi := &file_flow_legacy_entities_account_proto_msgTypes[0] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) +func (m *Account) XXX_Merge(src proto.Message) { + xxx_messageInfo_Account.Merge(m, src) } - -// Deprecated: Use Account.ProtoReflect.Descriptor instead. -func (*Account) Descriptor() ([]byte, []int) { - return file_flow_legacy_entities_account_proto_rawDescGZIP(), []int{0} +func (m *Account) XXX_Size() int { + return xxx_messageInfo_Account.Size(m) +} +func (m *Account) XXX_DiscardUnknown() { + xxx_messageInfo_Account.DiscardUnknown(m) } -func (x *Account) GetAddress() []byte { - if x != nil { - return x.Address +var xxx_messageInfo_Account proto.InternalMessageInfo + +func (m *Account) GetAddress() []byte { + if m != nil { + return m.Address } return nil } -func (x *Account) GetBalance() uint64 { - if x != nil { - return x.Balance +func (m *Account) GetBalance() uint64 { + if m != nil { + return m.Balance } return 0 } -func (x *Account) GetCode() []byte { - if x != nil { - return x.Code +func (m *Account) GetCode() []byte { + if m != nil { + return m.Code } return nil } -func (x *Account) GetKeys() []*AccountKey { - if x != nil { - return x.Keys +func (m *Account) GetKeys() []*AccountKey { + if m != nil { + return m.Keys } return nil } type AccountKey struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Index uint32 `protobuf:"varint,1,opt,name=index,proto3" json:"index,omitempty"` - PublicKey []byte `protobuf:"bytes,2,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty"` - SignAlgo uint32 `protobuf:"varint,3,opt,name=sign_algo,json=signAlgo,proto3" json:"sign_algo,omitempty"` - HashAlgo uint32 `protobuf:"varint,4,opt,name=hash_algo,json=hashAlgo,proto3" json:"hash_algo,omitempty"` - Weight uint32 `protobuf:"varint,5,opt,name=weight,proto3" json:"weight,omitempty"` - SequenceNumber uint32 `protobuf:"varint,6,opt,name=sequence_number,json=sequenceNumber,proto3" json:"sequence_number,omitempty"` + Index uint32 `protobuf:"varint,1,opt,name=index,proto3" json:"index,omitempty"` + PublicKey []byte `protobuf:"bytes,2,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty"` + SignAlgo uint32 `protobuf:"varint,3,opt,name=sign_algo,json=signAlgo,proto3" json:"sign_algo,omitempty"` + HashAlgo uint32 `protobuf:"varint,4,opt,name=hash_algo,json=hashAlgo,proto3" json:"hash_algo,omitempty"` + Weight uint32 `protobuf:"varint,5,opt,name=weight,proto3" json:"weight,omitempty"` + SequenceNumber uint32 `protobuf:"varint,6,opt,name=sequence_number,json=sequenceNumber,proto3" json:"sequence_number,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *AccountKey) Reset() { *m = AccountKey{} } +func (m *AccountKey) String() string { return proto.CompactTextString(m) } +func (*AccountKey) ProtoMessage() {} +func (*AccountKey) Descriptor() ([]byte, []int) { + return fileDescriptor_a4aab70d5e0d112b, []int{1} } -func (x *AccountKey) Reset() { - *x = AccountKey{} - if protoimpl.UnsafeEnabled { - mi := &file_flow_legacy_entities_account_proto_msgTypes[1] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } +func (m *AccountKey) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_AccountKey.Unmarshal(m, b) } - -func (x *AccountKey) String() string { - return protoimpl.X.MessageStringOf(x) +func (m *AccountKey) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_AccountKey.Marshal(b, m, deterministic) } - -func (*AccountKey) ProtoMessage() {} - -func (x *AccountKey) ProtoReflect() protoreflect.Message { - mi := &file_flow_legacy_entities_account_proto_msgTypes[1] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) +func (m *AccountKey) XXX_Merge(src proto.Message) { + xxx_messageInfo_AccountKey.Merge(m, src) } - -// Deprecated: Use AccountKey.ProtoReflect.Descriptor instead. -func (*AccountKey) Descriptor() ([]byte, []int) { - return file_flow_legacy_entities_account_proto_rawDescGZIP(), []int{1} +func (m *AccountKey) XXX_Size() int { + return xxx_messageInfo_AccountKey.Size(m) +} +func (m *AccountKey) XXX_DiscardUnknown() { + xxx_messageInfo_AccountKey.DiscardUnknown(m) } -func (x *AccountKey) GetIndex() uint32 { - if x != nil { - return x.Index +var xxx_messageInfo_AccountKey proto.InternalMessageInfo + +func (m *AccountKey) GetIndex() uint32 { + if m != nil { + return m.Index } return 0 } -func (x *AccountKey) GetPublicKey() []byte { - if x != nil { - return x.PublicKey +func (m *AccountKey) GetPublicKey() []byte { + if m != nil { + return m.PublicKey } return nil } -func (x *AccountKey) GetSignAlgo() uint32 { - if x != nil { - return x.SignAlgo +func (m *AccountKey) GetSignAlgo() uint32 { + if m != nil { + return m.SignAlgo } return 0 } -func (x *AccountKey) GetHashAlgo() uint32 { - if x != nil { - return x.HashAlgo +func (m *AccountKey) GetHashAlgo() uint32 { + if m != nil { + return m.HashAlgo } return 0 } -func (x *AccountKey) GetWeight() uint32 { - if x != nil { - return x.Weight +func (m *AccountKey) GetWeight() uint32 { + if m != nil { + return m.Weight } return 0 } -func (x *AccountKey) GetSequenceNumber() uint32 { - if x != nil { - return x.SequenceNumber +func (m *AccountKey) GetSequenceNumber() uint32 { + if m != nil { + return m.SequenceNumber } return 0 } -var File_flow_legacy_entities_account_proto protoreflect.FileDescriptor - -var file_flow_legacy_entities_account_proto_rawDesc = []byte{ - 0x0a, 0x22, 0x66, 0x6c, 0x6f, 0x77, 0x2f, 0x6c, 0x65, 0x67, 0x61, 0x63, 0x79, 0x2f, 0x65, 0x6e, - 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x2f, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x2e, 0x70, - 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x08, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x22, 0x7b, - 0x0a, 0x07, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x18, 0x0a, 0x07, 0x61, 0x64, 0x64, - 0x72, 0x65, 0x73, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x07, 0x61, 0x64, 0x64, 0x72, - 0x65, 0x73, 0x73, 0x12, 0x18, 0x0a, 0x07, 0x62, 0x61, 0x6c, 0x61, 0x6e, 0x63, 0x65, 0x18, 0x02, - 0x20, 0x01, 0x28, 0x04, 0x52, 0x07, 0x62, 0x61, 0x6c, 0x61, 0x6e, 0x63, 0x65, 0x12, 0x12, 0x0a, - 0x04, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x04, 0x63, 0x6f, 0x64, - 0x65, 0x12, 0x28, 0x0a, 0x04, 0x6b, 0x65, 0x79, 0x73, 0x18, 0x04, 0x20, 0x03, 0x28, 0x0b, 0x32, - 0x14, 0x2e, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x2e, 0x41, 0x63, 0x63, 0x6f, 0x75, - 0x6e, 0x74, 0x4b, 0x65, 0x79, 0x52, 0x04, 0x6b, 0x65, 0x79, 0x73, 0x22, 0xbc, 0x01, 0x0a, 0x0a, - 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x4b, 0x65, 0x79, 0x12, 0x14, 0x0a, 0x05, 0x69, 0x6e, - 0x64, 0x65, 0x78, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x05, 0x69, 0x6e, 0x64, 0x65, 0x78, - 0x12, 0x1d, 0x0a, 0x0a, 0x70, 0x75, 0x62, 0x6c, 0x69, 0x63, 0x5f, 0x6b, 0x65, 0x79, 0x18, 0x02, - 0x20, 0x01, 0x28, 0x0c, 0x52, 0x09, 0x70, 0x75, 0x62, 0x6c, 0x69, 0x63, 0x4b, 0x65, 0x79, 0x12, - 0x1b, 0x0a, 0x09, 0x73, 0x69, 0x67, 0x6e, 0x5f, 0x61, 0x6c, 0x67, 0x6f, 0x18, 0x03, 0x20, 0x01, - 0x28, 0x0d, 0x52, 0x08, 0x73, 0x69, 0x67, 0x6e, 0x41, 0x6c, 0x67, 0x6f, 0x12, 0x1b, 0x0a, 0x09, - 0x68, 0x61, 0x73, 0x68, 0x5f, 0x61, 0x6c, 0x67, 0x6f, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0d, 0x52, - 0x08, 0x68, 0x61, 0x73, 0x68, 0x41, 0x6c, 0x67, 0x6f, 0x12, 0x16, 0x0a, 0x06, 0x77, 0x65, 0x69, - 0x67, 0x68, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x06, 0x77, 0x65, 0x69, 0x67, 0x68, - 0x74, 0x12, 0x27, 0x0a, 0x0f, 0x73, 0x65, 0x71, 0x75, 0x65, 0x6e, 0x63, 0x65, 0x5f, 0x6e, 0x75, - 0x6d, 0x62, 0x65, 0x72, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0e, 0x73, 0x65, 0x71, 0x75, - 0x65, 0x6e, 0x63, 0x65, 0x4e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x42, 0x5e, 0x0a, 0x23, 0x6f, 0x72, - 0x67, 0x2e, 0x6f, 0x6e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, - 0x66, 0x2e, 0x6c, 0x65, 0x67, 0x61, 0x63, 0x79, 0x2e, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, - 0x73, 0x5a, 0x37, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x6f, 0x6e, - 0x66, 0x6c, 0x6f, 0x77, 0x2f, 0x66, 0x6c, 0x6f, 0x77, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, - 0x75, 0x66, 0x2f, 0x67, 0x6f, 0x2f, 0x66, 0x6c, 0x6f, 0x77, 0x2f, 0x6c, 0x65, 0x67, 0x61, 0x63, - 0x79, 0x2f, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, - 0x6f, 0x33, -} - -var ( - file_flow_legacy_entities_account_proto_rawDescOnce sync.Once - file_flow_legacy_entities_account_proto_rawDescData = file_flow_legacy_entities_account_proto_rawDesc -) - -func file_flow_legacy_entities_account_proto_rawDescGZIP() []byte { - file_flow_legacy_entities_account_proto_rawDescOnce.Do(func() { - file_flow_legacy_entities_account_proto_rawDescData = protoimpl.X.CompressGZIP(file_flow_legacy_entities_account_proto_rawDescData) - }) - return file_flow_legacy_entities_account_proto_rawDescData -} - -var file_flow_legacy_entities_account_proto_msgTypes = make([]protoimpl.MessageInfo, 2) -var file_flow_legacy_entities_account_proto_goTypes = []interface{}{ - (*Account)(nil), // 0: entities.Account - (*AccountKey)(nil), // 1: entities.AccountKey -} -var file_flow_legacy_entities_account_proto_depIdxs = []int32{ - 1, // 0: entities.Account.keys:type_name -> entities.AccountKey - 1, // [1:1] is the sub-list for method output_type - 1, // [1:1] is the sub-list for method input_type - 1, // [1:1] is the sub-list for extension type_name - 1, // [1:1] is the sub-list for extension extendee - 0, // [0:1] is the sub-list for field type_name -} - -func init() { file_flow_legacy_entities_account_proto_init() } -func file_flow_legacy_entities_account_proto_init() { - if File_flow_legacy_entities_account_proto != nil { - return - } - if !protoimpl.UnsafeEnabled { - file_flow_legacy_entities_account_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Account); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_flow_legacy_entities_account_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*AccountKey); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - } - type x struct{} - out := protoimpl.TypeBuilder{ - File: protoimpl.DescBuilder{ - GoPackagePath: reflect.TypeOf(x{}).PkgPath(), - RawDescriptor: file_flow_legacy_entities_account_proto_rawDesc, - NumEnums: 0, - NumMessages: 2, - NumExtensions: 0, - NumServices: 0, - }, - GoTypes: file_flow_legacy_entities_account_proto_goTypes, - DependencyIndexes: file_flow_legacy_entities_account_proto_depIdxs, - MessageInfos: file_flow_legacy_entities_account_proto_msgTypes, - }.Build() - File_flow_legacy_entities_account_proto = out.File - file_flow_legacy_entities_account_proto_rawDesc = nil - file_flow_legacy_entities_account_proto_goTypes = nil - file_flow_legacy_entities_account_proto_depIdxs = nil +func init() { + proto.RegisterType((*Account)(nil), "entities.Account") + proto.RegisterType((*AccountKey)(nil), "entities.AccountKey") +} + +func init() { + proto.RegisterFile("flow/legacy/entities/account.proto", fileDescriptor_a4aab70d5e0d112b) +} + +var fileDescriptor_a4aab70d5e0d112b = []byte{ + // 309 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x6c, 0x91, 0xbf, 0x4e, 0xf3, 0x30, + 0x14, 0xc5, 0x95, 0xaf, 0xe9, 0xbf, 0xfb, 0xb5, 0x20, 0x59, 0x15, 0xb2, 0x84, 0x90, 0xaa, 0x32, + 0x90, 0x29, 0x96, 0x60, 0x60, 0x2e, 0x2b, 0x12, 0x43, 0x46, 0x06, 0x22, 0xc7, 0xb9, 0x75, 0xac, + 0xa6, 0x76, 0x89, 0x13, 0x95, 0x88, 0x57, 0xe3, 0xe1, 0x50, 0xec, 0x1a, 0x16, 0x96, 0x28, 0xe7, + 0xfc, 0xce, 0xd5, 0xb1, 0xaf, 0x61, 0xb3, 0xab, 0xcd, 0x89, 0xd5, 0x28, 0xb9, 0xe8, 0x19, 0xea, + 0x56, 0xb5, 0x0a, 0x2d, 0xe3, 0x42, 0x98, 0x4e, 0xb7, 0xe9, 0xb1, 0x31, 0xad, 0x21, 0xb3, 0xe0, + 0x6f, 0x3e, 0x61, 0xba, 0xf5, 0x88, 0x50, 0x98, 0xf2, 0xb2, 0x6c, 0xd0, 0x5a, 0x1a, 0xad, 0xa3, + 0x64, 0x91, 0x05, 0x39, 0x90, 0x82, 0xd7, 0x5c, 0x0b, 0xa4, 0xff, 0xd6, 0x51, 0x12, 0x67, 0x41, + 0x12, 0x02, 0xb1, 0x30, 0x25, 0xd2, 0x91, 0x1b, 0x70, 0xff, 0x24, 0x81, 0x78, 0x8f, 0xbd, 0xa5, + 0xf1, 0x7a, 0x94, 0xfc, 0xbf, 0x5f, 0xa5, 0xa1, 0x2b, 0x3d, 0x17, 0x3d, 0x63, 0x9f, 0xb9, 0xc4, + 0xe6, 0x2b, 0x02, 0xf8, 0x35, 0xc9, 0x0a, 0xc6, 0x4a, 0x97, 0xf8, 0xe1, 0xea, 0x97, 0x99, 0x17, + 0xe4, 0x06, 0xe0, 0xd8, 0x15, 0xb5, 0x12, 0xf9, 0x1e, 0x7b, 0xd7, 0xbf, 0xc8, 0xe6, 0xde, 0x19, + 0x86, 0xae, 0x61, 0x6e, 0x95, 0xd4, 0x39, 0xaf, 0xa5, 0x71, 0xc7, 0x58, 0x66, 0xb3, 0xc1, 0xd8, + 0xd6, 0xd2, 0x0c, 0xb0, 0xe2, 0xb6, 0xf2, 0x30, 0xf6, 0x70, 0x30, 0x1c, 0xbc, 0x82, 0xc9, 0x09, + 0x95, 0xac, 0x5a, 0x3a, 0x76, 0xe4, 0xac, 0xc8, 0x1d, 0x5c, 0x5a, 0x7c, 0xef, 0x50, 0x0b, 0xcc, + 0x75, 0x77, 0x28, 0xb0, 0xa1, 0x13, 0x17, 0xb8, 0x08, 0xf6, 0x8b, 0x73, 0x9f, 0xde, 0xe0, 0xd6, + 0x34, 0x32, 0x35, 0x7a, 0xd8, 0xb8, 0xdf, 0x6c, 0xd1, 0xed, 0x52, 0xbf, 0xfa, 0x9f, 0x6b, 0xbf, + 0x3e, 0x4a, 0xd5, 0x56, 0x5d, 0x91, 0x0a, 0x73, 0x60, 0x3e, 0xcb, 0xdc, 0x27, 0x0c, 0x30, 0x69, + 0xd8, 0x5f, 0x6f, 0x56, 0x4c, 0x5c, 0xe2, 0xe1, 0x3b, 0x00, 0x00, 0xff, 0xff, 0xba, 0x98, 0x95, + 0xff, 0xd2, 0x01, 0x00, 0x00, } diff --git a/protobuf/go/flow/legacy/entities/block.pb.go b/protobuf/go/flow/legacy/entities/block.pb.go index b474b49ac..320a2417d 100644 --- a/protobuf/go/flow/legacy/entities/block.pb.go +++ b/protobuf/go/flow/legacy/entities/block.pb.go @@ -1,31 +1,27 @@ // Code generated by protoc-gen-go. DO NOT EDIT. -// versions: -// protoc-gen-go v1.28.1 -// protoc (unknown) // source: flow/legacy/entities/block.proto package entities import ( - protoreflect "google.golang.org/protobuf/reflect/protoreflect" - protoimpl "google.golang.org/protobuf/runtime/protoimpl" + fmt "fmt" + proto "github.com/golang/protobuf/proto" timestamppb "google.golang.org/protobuf/types/known/timestamppb" - reflect "reflect" - sync "sync" + math "math" ) -const ( - // Verify that this generated code is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) - // Verify that runtime/protoimpl is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) -) +// Reference imports to suppress errors if they are not otherwise used. +var _ = proto.Marshal +var _ = fmt.Errorf +var _ = math.Inf -type Block struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields +// This is a compile-time assertion to ensure that this generated file +// is compatible with the proto package it is being compiled against. +// A compilation error at this line likely means your copy of the +// proto package needs to be updated. +const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package +type Block struct { Id []byte `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` ParentId []byte `protobuf:"bytes,2,opt,name=parent_id,json=parentId,proto3" json:"parent_id,omitempty"` Height uint64 `protobuf:"varint,3,opt,name=height,proto3" json:"height,omitempty"` @@ -33,197 +29,112 @@ type Block struct { CollectionGuarantees []*CollectionGuarantee `protobuf:"bytes,5,rep,name=collection_guarantees,json=collectionGuarantees,proto3" json:"collection_guarantees,omitempty"` BlockSeals []*BlockSeal `protobuf:"bytes,6,rep,name=block_seals,json=blockSeals,proto3" json:"block_seals,omitempty"` Signatures [][]byte `protobuf:"bytes,7,rep,name=signatures,proto3" json:"signatures,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (x *Block) Reset() { - *x = Block{} - if protoimpl.UnsafeEnabled { - mi := &file_flow_legacy_entities_block_proto_msgTypes[0] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } +func (m *Block) Reset() { *m = Block{} } +func (m *Block) String() string { return proto.CompactTextString(m) } +func (*Block) ProtoMessage() {} +func (*Block) Descriptor() ([]byte, []int) { + return fileDescriptor_62d5112242020686, []int{0} } -func (x *Block) String() string { - return protoimpl.X.MessageStringOf(x) +func (m *Block) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_Block.Unmarshal(m, b) } - -func (*Block) ProtoMessage() {} - -func (x *Block) ProtoReflect() protoreflect.Message { - mi := &file_flow_legacy_entities_block_proto_msgTypes[0] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) +func (m *Block) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_Block.Marshal(b, m, deterministic) } - -// Deprecated: Use Block.ProtoReflect.Descriptor instead. -func (*Block) Descriptor() ([]byte, []int) { - return file_flow_legacy_entities_block_proto_rawDescGZIP(), []int{0} +func (m *Block) XXX_Merge(src proto.Message) { + xxx_messageInfo_Block.Merge(m, src) +} +func (m *Block) XXX_Size() int { + return xxx_messageInfo_Block.Size(m) } +func (m *Block) XXX_DiscardUnknown() { + xxx_messageInfo_Block.DiscardUnknown(m) +} + +var xxx_messageInfo_Block proto.InternalMessageInfo -func (x *Block) GetId() []byte { - if x != nil { - return x.Id +func (m *Block) GetId() []byte { + if m != nil { + return m.Id } return nil } -func (x *Block) GetParentId() []byte { - if x != nil { - return x.ParentId +func (m *Block) GetParentId() []byte { + if m != nil { + return m.ParentId } return nil } -func (x *Block) GetHeight() uint64 { - if x != nil { - return x.Height +func (m *Block) GetHeight() uint64 { + if m != nil { + return m.Height } return 0 } -func (x *Block) GetTimestamp() *timestamppb.Timestamp { - if x != nil { - return x.Timestamp +func (m *Block) GetTimestamp() *timestamppb.Timestamp { + if m != nil { + return m.Timestamp } return nil } -func (x *Block) GetCollectionGuarantees() []*CollectionGuarantee { - if x != nil { - return x.CollectionGuarantees +func (m *Block) GetCollectionGuarantees() []*CollectionGuarantee { + if m != nil { + return m.CollectionGuarantees } return nil } -func (x *Block) GetBlockSeals() []*BlockSeal { - if x != nil { - return x.BlockSeals +func (m *Block) GetBlockSeals() []*BlockSeal { + if m != nil { + return m.BlockSeals } return nil } -func (x *Block) GetSignatures() [][]byte { - if x != nil { - return x.Signatures +func (m *Block) GetSignatures() [][]byte { + if m != nil { + return m.Signatures } return nil } -var File_flow_legacy_entities_block_proto protoreflect.FileDescriptor - -var file_flow_legacy_entities_block_proto_rawDesc = []byte{ - 0x0a, 0x20, 0x66, 0x6c, 0x6f, 0x77, 0x2f, 0x6c, 0x65, 0x67, 0x61, 0x63, 0x79, 0x2f, 0x65, 0x6e, - 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x2f, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x2e, 0x70, 0x72, 0x6f, - 0x74, 0x6f, 0x12, 0x08, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x1a, 0x1f, 0x67, 0x6f, - 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x74, 0x69, - 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x25, 0x66, - 0x6c, 0x6f, 0x77, 0x2f, 0x6c, 0x65, 0x67, 0x61, 0x63, 0x79, 0x2f, 0x65, 0x6e, 0x74, 0x69, 0x74, - 0x69, 0x65, 0x73, 0x2f, 0x63, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x70, - 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x25, 0x66, 0x6c, 0x6f, 0x77, 0x2f, 0x6c, 0x65, 0x67, 0x61, 0x63, - 0x79, 0x2f, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x2f, 0x62, 0x6c, 0x6f, 0x63, 0x6b, - 0x5f, 0x73, 0x65, 0x61, 0x6c, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0xb0, 0x02, 0x0a, 0x05, - 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, - 0x0c, 0x52, 0x02, 0x69, 0x64, 0x12, 0x1b, 0x0a, 0x09, 0x70, 0x61, 0x72, 0x65, 0x6e, 0x74, 0x5f, - 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x08, 0x70, 0x61, 0x72, 0x65, 0x6e, 0x74, - 0x49, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x68, 0x65, 0x69, 0x67, 0x68, 0x74, 0x18, 0x03, 0x20, 0x01, - 0x28, 0x04, 0x52, 0x06, 0x68, 0x65, 0x69, 0x67, 0x68, 0x74, 0x12, 0x38, 0x0a, 0x09, 0x74, 0x69, - 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, - 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, - 0x54, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x52, 0x09, 0x74, 0x69, 0x6d, 0x65, 0x73, - 0x74, 0x61, 0x6d, 0x70, 0x12, 0x52, 0x0a, 0x15, 0x63, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, - 0x6f, 0x6e, 0x5f, 0x67, 0x75, 0x61, 0x72, 0x61, 0x6e, 0x74, 0x65, 0x65, 0x73, 0x18, 0x05, 0x20, - 0x03, 0x28, 0x0b, 0x32, 0x1d, 0x2e, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x2e, 0x43, - 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x47, 0x75, 0x61, 0x72, 0x61, 0x6e, 0x74, - 0x65, 0x65, 0x52, 0x14, 0x63, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x47, 0x75, - 0x61, 0x72, 0x61, 0x6e, 0x74, 0x65, 0x65, 0x73, 0x12, 0x34, 0x0a, 0x0b, 0x62, 0x6c, 0x6f, 0x63, - 0x6b, 0x5f, 0x73, 0x65, 0x61, 0x6c, 0x73, 0x18, 0x06, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x13, 0x2e, - 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x2e, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x53, 0x65, - 0x61, 0x6c, 0x52, 0x0a, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x53, 0x65, 0x61, 0x6c, 0x73, 0x12, 0x1e, - 0x0a, 0x0a, 0x73, 0x69, 0x67, 0x6e, 0x61, 0x74, 0x75, 0x72, 0x65, 0x73, 0x18, 0x07, 0x20, 0x03, - 0x28, 0x0c, 0x52, 0x0a, 0x73, 0x69, 0x67, 0x6e, 0x61, 0x74, 0x75, 0x72, 0x65, 0x73, 0x42, 0x5e, - 0x0a, 0x23, 0x6f, 0x72, 0x67, 0x2e, 0x6f, 0x6e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x70, 0x72, 0x6f, - 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x6c, 0x65, 0x67, 0x61, 0x63, 0x79, 0x2e, 0x65, 0x6e, 0x74, - 0x69, 0x74, 0x69, 0x65, 0x73, 0x5a, 0x37, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, - 0x6d, 0x2f, 0x6f, 0x6e, 0x66, 0x6c, 0x6f, 0x77, 0x2f, 0x66, 0x6c, 0x6f, 0x77, 0x2f, 0x70, 0x72, - 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x67, 0x6f, 0x2f, 0x66, 0x6c, 0x6f, 0x77, 0x2f, 0x6c, - 0x65, 0x67, 0x61, 0x63, 0x79, 0x2f, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x62, 0x06, - 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, -} - -var ( - file_flow_legacy_entities_block_proto_rawDescOnce sync.Once - file_flow_legacy_entities_block_proto_rawDescData = file_flow_legacy_entities_block_proto_rawDesc -) - -func file_flow_legacy_entities_block_proto_rawDescGZIP() []byte { - file_flow_legacy_entities_block_proto_rawDescOnce.Do(func() { - file_flow_legacy_entities_block_proto_rawDescData = protoimpl.X.CompressGZIP(file_flow_legacy_entities_block_proto_rawDescData) - }) - return file_flow_legacy_entities_block_proto_rawDescData -} - -var file_flow_legacy_entities_block_proto_msgTypes = make([]protoimpl.MessageInfo, 1) -var file_flow_legacy_entities_block_proto_goTypes = []interface{}{ - (*Block)(nil), // 0: entities.Block - (*timestamppb.Timestamp)(nil), // 1: google.protobuf.Timestamp - (*CollectionGuarantee)(nil), // 2: entities.CollectionGuarantee - (*BlockSeal)(nil), // 3: entities.BlockSeal -} -var file_flow_legacy_entities_block_proto_depIdxs = []int32{ - 1, // 0: entities.Block.timestamp:type_name -> google.protobuf.Timestamp - 2, // 1: entities.Block.collection_guarantees:type_name -> entities.CollectionGuarantee - 3, // 2: entities.Block.block_seals:type_name -> entities.BlockSeal - 3, // [3:3] is the sub-list for method output_type - 3, // [3:3] is the sub-list for method input_type - 3, // [3:3] is the sub-list for extension type_name - 3, // [3:3] is the sub-list for extension extendee - 0, // [0:3] is the sub-list for field type_name -} - -func init() { file_flow_legacy_entities_block_proto_init() } -func file_flow_legacy_entities_block_proto_init() { - if File_flow_legacy_entities_block_proto != nil { - return - } - file_flow_legacy_entities_collection_proto_init() - file_flow_legacy_entities_block_seal_proto_init() - if !protoimpl.UnsafeEnabled { - file_flow_legacy_entities_block_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Block); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - } - type x struct{} - out := protoimpl.TypeBuilder{ - File: protoimpl.DescBuilder{ - GoPackagePath: reflect.TypeOf(x{}).PkgPath(), - RawDescriptor: file_flow_legacy_entities_block_proto_rawDesc, - NumEnums: 0, - NumMessages: 1, - NumExtensions: 0, - NumServices: 0, - }, - GoTypes: file_flow_legacy_entities_block_proto_goTypes, - DependencyIndexes: file_flow_legacy_entities_block_proto_depIdxs, - MessageInfos: file_flow_legacy_entities_block_proto_msgTypes, - }.Build() - File_flow_legacy_entities_block_proto = out.File - file_flow_legacy_entities_block_proto_rawDesc = nil - file_flow_legacy_entities_block_proto_goTypes = nil - file_flow_legacy_entities_block_proto_depIdxs = nil +func init() { + proto.RegisterType((*Block)(nil), "entities.Block") +} + +func init() { proto.RegisterFile("flow/legacy/entities/block.proto", fileDescriptor_62d5112242020686) } + +var fileDescriptor_62d5112242020686 = []byte{ + // 325 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x91, 0x4f, 0x4b, 0xfb, 0x30, + 0x18, 0xc7, 0x69, 0xf7, 0xe7, 0xb7, 0x65, 0xe3, 0x77, 0x88, 0x7f, 0x08, 0x13, 0xb5, 0x28, 0x42, + 0x4f, 0x09, 0x4c, 0x41, 0xcf, 0xf3, 0x20, 0x5e, 0xa3, 0x27, 0x0f, 0x8e, 0xb4, 0x7d, 0x96, 0x05, + 0xb3, 0x66, 0x34, 0x29, 0xe2, 0xbb, 0xf2, 0x25, 0xca, 0x52, 0xd3, 0x0a, 0x0e, 0x2f, 0xa5, 0xf9, + 0xf2, 0xe1, 0x9b, 0x7c, 0x9e, 0x07, 0x25, 0x2b, 0x6d, 0xde, 0x99, 0x06, 0x29, 0xf2, 0x0f, 0x06, + 0xa5, 0x53, 0x4e, 0x81, 0x65, 0x99, 0x36, 0xf9, 0x1b, 0xdd, 0x56, 0xc6, 0x19, 0x3c, 0x0a, 0xe9, + 0xec, 0x5c, 0x1a, 0x23, 0x35, 0x30, 0x9f, 0x67, 0xf5, 0x8a, 0x39, 0xb5, 0x01, 0xeb, 0xc4, 0x66, + 0xdb, 0xa0, 0xb3, 0xab, 0xbd, 0x65, 0xb9, 0xd1, 0x1a, 0x72, 0xa7, 0x4c, 0xf9, 0x27, 0xe6, 0xef, + 0x5c, 0x5a, 0x10, 0xba, 0xc1, 0x2e, 0x3e, 0x63, 0x34, 0x58, 0xec, 0x42, 0xfc, 0x1f, 0xc5, 0xaa, + 0x20, 0x51, 0x12, 0xa5, 0x53, 0x1e, 0xab, 0x02, 0x9f, 0xa0, 0xf1, 0x56, 0x54, 0x50, 0xba, 0xa5, + 0x2a, 0x48, 0xec, 0xe3, 0x51, 0x13, 0x3c, 0x16, 0xf8, 0x18, 0x0d, 0xd7, 0xa0, 0xe4, 0xda, 0x91, + 0x5e, 0x12, 0xa5, 0x7d, 0xfe, 0x7d, 0xc2, 0x77, 0x68, 0xdc, 0xbe, 0x97, 0xf4, 0x93, 0x28, 0x9d, + 0xcc, 0x67, 0xb4, 0x31, 0xa2, 0xc1, 0x88, 0x3e, 0x07, 0x82, 0x77, 0x30, 0xe6, 0xe8, 0xa8, 0x73, + 0x58, 0xca, 0x5a, 0x54, 0xa2, 0x74, 0x00, 0x96, 0x0c, 0x92, 0x5e, 0x3a, 0x99, 0x9f, 0xd2, 0xe0, + 0x40, 0xef, 0x5b, 0xec, 0x21, 0x50, 0xfc, 0x30, 0xff, 0x1d, 0x5a, 0x7c, 0x83, 0x26, 0x9d, 0xb0, + 0x25, 0x43, 0xdf, 0x74, 0xd0, 0x35, 0x79, 0xf1, 0x27, 0x10, 0x9a, 0xa3, 0x2c, 0xfc, 0x5a, 0x7c, + 0x86, 0x90, 0x55, 0xb2, 0x14, 0xae, 0xae, 0xc0, 0x92, 0x7f, 0x49, 0x2f, 0x9d, 0xf2, 0x1f, 0xc9, + 0xe2, 0x15, 0x5d, 0x9a, 0x4a, 0x52, 0x53, 0xee, 0x26, 0xdc, 0x59, 0x35, 0xa3, 0x6e, 0xcb, 0x5f, + 0x6e, 0xa5, 0x72, 0xeb, 0x3a, 0xa3, 0xb9, 0xd9, 0xb0, 0x86, 0x65, 0xfe, 0xd3, 0x2e, 0x56, 0x1a, + 0xb6, 0x6f, 0x47, 0xd9, 0xd0, 0x13, 0xd7, 0x5f, 0x01, 0x00, 0x00, 0xff, 0xff, 0x56, 0xbf, 0xd4, + 0xf2, 0x36, 0x02, 0x00, 0x00, } diff --git a/protobuf/go/flow/legacy/entities/block_header.pb.go b/protobuf/go/flow/legacy/entities/block_header.pb.go index 473ff1b70..b23b57967 100644 --- a/protobuf/go/flow/legacy/entities/block_header.pb.go +++ b/protobuf/go/flow/legacy/entities/block_header.pb.go @@ -1,184 +1,112 @@ // Code generated by protoc-gen-go. DO NOT EDIT. -// versions: -// protoc-gen-go v1.28.1 -// protoc (unknown) // source: flow/legacy/entities/block_header.proto package entities import ( - protoreflect "google.golang.org/protobuf/reflect/protoreflect" - protoimpl "google.golang.org/protobuf/runtime/protoimpl" + fmt "fmt" + proto "github.com/golang/protobuf/proto" timestamppb "google.golang.org/protobuf/types/known/timestamppb" - reflect "reflect" - sync "sync" + math "math" ) -const ( - // Verify that this generated code is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) - // Verify that runtime/protoimpl is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) -) +// Reference imports to suppress errors if they are not otherwise used. +var _ = proto.Marshal +var _ = fmt.Errorf +var _ = math.Inf -type BlockHeader struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields +// This is a compile-time assertion to ensure that this generated file +// is compatible with the proto package it is being compiled against. +// A compilation error at this line likely means your copy of the +// proto package needs to be updated. +const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package - Id []byte `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` - ParentId []byte `protobuf:"bytes,2,opt,name=parent_id,json=parentId,proto3" json:"parent_id,omitempty"` - Height uint64 `protobuf:"varint,3,opt,name=height,proto3" json:"height,omitempty"` - Timestamp *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=timestamp,proto3" json:"timestamp,omitempty"` +type BlockHeader struct { + Id []byte `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` + ParentId []byte `protobuf:"bytes,2,opt,name=parent_id,json=parentId,proto3" json:"parent_id,omitempty"` + Height uint64 `protobuf:"varint,3,opt,name=height,proto3" json:"height,omitempty"` + Timestamp *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=timestamp,proto3" json:"timestamp,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (x *BlockHeader) Reset() { - *x = BlockHeader{} - if protoimpl.UnsafeEnabled { - mi := &file_flow_legacy_entities_block_header_proto_msgTypes[0] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } +func (m *BlockHeader) Reset() { *m = BlockHeader{} } +func (m *BlockHeader) String() string { return proto.CompactTextString(m) } +func (*BlockHeader) ProtoMessage() {} +func (*BlockHeader) Descriptor() ([]byte, []int) { + return fileDescriptor_57ffa47d11182ad6, []int{0} } -func (x *BlockHeader) String() string { - return protoimpl.X.MessageStringOf(x) +func (m *BlockHeader) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_BlockHeader.Unmarshal(m, b) } - -func (*BlockHeader) ProtoMessage() {} - -func (x *BlockHeader) ProtoReflect() protoreflect.Message { - mi := &file_flow_legacy_entities_block_header_proto_msgTypes[0] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) +func (m *BlockHeader) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_BlockHeader.Marshal(b, m, deterministic) } - -// Deprecated: Use BlockHeader.ProtoReflect.Descriptor instead. -func (*BlockHeader) Descriptor() ([]byte, []int) { - return file_flow_legacy_entities_block_header_proto_rawDescGZIP(), []int{0} +func (m *BlockHeader) XXX_Merge(src proto.Message) { + xxx_messageInfo_BlockHeader.Merge(m, src) +} +func (m *BlockHeader) XXX_Size() int { + return xxx_messageInfo_BlockHeader.Size(m) } +func (m *BlockHeader) XXX_DiscardUnknown() { + xxx_messageInfo_BlockHeader.DiscardUnknown(m) +} + +var xxx_messageInfo_BlockHeader proto.InternalMessageInfo -func (x *BlockHeader) GetId() []byte { - if x != nil { - return x.Id +func (m *BlockHeader) GetId() []byte { + if m != nil { + return m.Id } return nil } -func (x *BlockHeader) GetParentId() []byte { - if x != nil { - return x.ParentId +func (m *BlockHeader) GetParentId() []byte { + if m != nil { + return m.ParentId } return nil } -func (x *BlockHeader) GetHeight() uint64 { - if x != nil { - return x.Height +func (m *BlockHeader) GetHeight() uint64 { + if m != nil { + return m.Height } return 0 } -func (x *BlockHeader) GetTimestamp() *timestamppb.Timestamp { - if x != nil { - return x.Timestamp +func (m *BlockHeader) GetTimestamp() *timestamppb.Timestamp { + if m != nil { + return m.Timestamp } return nil } -var File_flow_legacy_entities_block_header_proto protoreflect.FileDescriptor - -var file_flow_legacy_entities_block_header_proto_rawDesc = []byte{ - 0x0a, 0x27, 0x66, 0x6c, 0x6f, 0x77, 0x2f, 0x6c, 0x65, 0x67, 0x61, 0x63, 0x79, 0x2f, 0x65, 0x6e, - 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x2f, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x5f, 0x68, 0x65, 0x61, - 0x64, 0x65, 0x72, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x08, 0x65, 0x6e, 0x74, 0x69, 0x74, - 0x69, 0x65, 0x73, 0x1a, 0x1f, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x70, 0x72, 0x6f, 0x74, - 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x74, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x2e, 0x70, - 0x72, 0x6f, 0x74, 0x6f, 0x22, 0x8c, 0x01, 0x0a, 0x0b, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x48, 0x65, - 0x61, 0x64, 0x65, 0x72, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, - 0x52, 0x02, 0x69, 0x64, 0x12, 0x1b, 0x0a, 0x09, 0x70, 0x61, 0x72, 0x65, 0x6e, 0x74, 0x5f, 0x69, - 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x08, 0x70, 0x61, 0x72, 0x65, 0x6e, 0x74, 0x49, - 0x64, 0x12, 0x16, 0x0a, 0x06, 0x68, 0x65, 0x69, 0x67, 0x68, 0x74, 0x18, 0x03, 0x20, 0x01, 0x28, - 0x04, 0x52, 0x06, 0x68, 0x65, 0x69, 0x67, 0x68, 0x74, 0x12, 0x38, 0x0a, 0x09, 0x74, 0x69, 0x6d, - 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, - 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x54, - 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x52, 0x09, 0x74, 0x69, 0x6d, 0x65, 0x73, 0x74, - 0x61, 0x6d, 0x70, 0x42, 0x5e, 0x0a, 0x23, 0x6f, 0x72, 0x67, 0x2e, 0x6f, 0x6e, 0x66, 0x6c, 0x6f, - 0x77, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x6c, 0x65, 0x67, 0x61, 0x63, - 0x79, 0x2e, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x5a, 0x37, 0x67, 0x69, 0x74, 0x68, - 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x6f, 0x6e, 0x66, 0x6c, 0x6f, 0x77, 0x2f, 0x66, 0x6c, - 0x6f, 0x77, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x67, 0x6f, 0x2f, 0x66, - 0x6c, 0x6f, 0x77, 0x2f, 0x6c, 0x65, 0x67, 0x61, 0x63, 0x79, 0x2f, 0x65, 0x6e, 0x74, 0x69, 0x74, - 0x69, 0x65, 0x73, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, -} - -var ( - file_flow_legacy_entities_block_header_proto_rawDescOnce sync.Once - file_flow_legacy_entities_block_header_proto_rawDescData = file_flow_legacy_entities_block_header_proto_rawDesc -) - -func file_flow_legacy_entities_block_header_proto_rawDescGZIP() []byte { - file_flow_legacy_entities_block_header_proto_rawDescOnce.Do(func() { - file_flow_legacy_entities_block_header_proto_rawDescData = protoimpl.X.CompressGZIP(file_flow_legacy_entities_block_header_proto_rawDescData) - }) - return file_flow_legacy_entities_block_header_proto_rawDescData +func init() { + proto.RegisterType((*BlockHeader)(nil), "entities.BlockHeader") } -var file_flow_legacy_entities_block_header_proto_msgTypes = make([]protoimpl.MessageInfo, 1) -var file_flow_legacy_entities_block_header_proto_goTypes = []interface{}{ - (*BlockHeader)(nil), // 0: entities.BlockHeader - (*timestamppb.Timestamp)(nil), // 1: google.protobuf.Timestamp -} -var file_flow_legacy_entities_block_header_proto_depIdxs = []int32{ - 1, // 0: entities.BlockHeader.timestamp:type_name -> google.protobuf.Timestamp - 1, // [1:1] is the sub-list for method output_type - 1, // [1:1] is the sub-list for method input_type - 1, // [1:1] is the sub-list for extension type_name - 1, // [1:1] is the sub-list for extension extendee - 0, // [0:1] is the sub-list for field type_name +func init() { + proto.RegisterFile("flow/legacy/entities/block_header.proto", fileDescriptor_57ffa47d11182ad6) } -func init() { file_flow_legacy_entities_block_header_proto_init() } -func file_flow_legacy_entities_block_header_proto_init() { - if File_flow_legacy_entities_block_header_proto != nil { - return - } - if !protoimpl.UnsafeEnabled { - file_flow_legacy_entities_block_header_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*BlockHeader); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - } - type x struct{} - out := protoimpl.TypeBuilder{ - File: protoimpl.DescBuilder{ - GoPackagePath: reflect.TypeOf(x{}).PkgPath(), - RawDescriptor: file_flow_legacy_entities_block_header_proto_rawDesc, - NumEnums: 0, - NumMessages: 1, - NumExtensions: 0, - NumServices: 0, - }, - GoTypes: file_flow_legacy_entities_block_header_proto_goTypes, - DependencyIndexes: file_flow_legacy_entities_block_header_proto_depIdxs, - MessageInfos: file_flow_legacy_entities_block_header_proto_msgTypes, - }.Build() - File_flow_legacy_entities_block_header_proto = out.File - file_flow_legacy_entities_block_header_proto_rawDesc = nil - file_flow_legacy_entities_block_header_proto_goTypes = nil - file_flow_legacy_entities_block_header_proto_depIdxs = nil +var fileDescriptor_57ffa47d11182ad6 = []byte{ + // 239 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x6c, 0x90, 0xb1, 0x4e, 0xc3, 0x30, + 0x10, 0x86, 0xe5, 0x50, 0x55, 0xad, 0x8b, 0x18, 0x3c, 0xa0, 0xa8, 0x0c, 0x44, 0x30, 0x90, 0xc9, + 0x96, 0x60, 0x80, 0xb9, 0x13, 0xac, 0x11, 0x13, 0x03, 0x55, 0x12, 0x5f, 0x9d, 0x13, 0x49, 0x2e, + 0x4a, 0xaf, 0x42, 0xbc, 0x03, 0x0f, 0x8d, 0x6a, 0xe3, 0x66, 0xe9, 0x62, 0xc9, 0xbf, 0x3f, 0x9d, + 0xff, 0xef, 0xe4, 0xc3, 0xae, 0xa5, 0x6f, 0xd3, 0x82, 0x2b, 0xeb, 0x1f, 0x03, 0x3d, 0x23, 0x23, + 0xec, 0x4d, 0xd5, 0x52, 0xfd, 0xb5, 0x6d, 0xa0, 0xb4, 0x30, 0xea, 0x61, 0x24, 0x26, 0xb5, 0x88, + 0x8f, 0xeb, 0x5b, 0x47, 0xe4, 0x5a, 0x30, 0x3e, 0xaf, 0x0e, 0x3b, 0xc3, 0xd8, 0xc1, 0x9e, 0xcb, + 0x6e, 0x08, 0xe8, 0xdd, 0xaf, 0x90, 0xab, 0xcd, 0x71, 0xc2, 0xab, 0x1f, 0xa0, 0xae, 0x64, 0x82, + 0x36, 0x15, 0x99, 0xc8, 0x2f, 0x8b, 0x04, 0xad, 0xba, 0x91, 0xcb, 0xa1, 0x1c, 0xa1, 0xe7, 0x2d, + 0xda, 0x34, 0xf1, 0xf1, 0x22, 0x04, 0x6f, 0x56, 0x5d, 0xcb, 0x79, 0x03, 0xe8, 0x1a, 0x4e, 0x2f, + 0x32, 0x91, 0xcf, 0x8a, 0xff, 0x9b, 0x7a, 0x91, 0xcb, 0xd3, 0x3f, 0xe9, 0x2c, 0x13, 0xf9, 0xea, + 0x71, 0xad, 0x43, 0x13, 0x1d, 0x9b, 0xe8, 0xf7, 0x48, 0x14, 0x13, 0xbc, 0xf9, 0x94, 0xf7, 0x34, + 0x3a, 0x4d, 0xfd, 0x51, 0x75, 0x62, 0x83, 0xb3, 0x8e, 0x5a, 0x1f, 0xcf, 0x0e, 0xb9, 0x39, 0x54, + 0xba, 0xa6, 0xce, 0x04, 0xd6, 0xf8, 0xe3, 0xa4, 0xe9, 0xc8, 0x9c, 0x5b, 0x56, 0x35, 0xf7, 0xc4, + 0xd3, 0x5f, 0x00, 0x00, 0x00, 0xff, 0xff, 0xde, 0xe8, 0x2c, 0xcb, 0x4b, 0x01, 0x00, 0x00, } diff --git a/protobuf/go/flow/legacy/entities/block_seal.pb.go b/protobuf/go/flow/legacy/entities/block_seal.pb.go index 8b6c132d7..158bd16a4 100644 --- a/protobuf/go/flow/legacy/entities/block_seal.pb.go +++ b/protobuf/go/flow/legacy/entities/block_seal.pb.go @@ -1,184 +1,112 @@ // Code generated by protoc-gen-go. DO NOT EDIT. -// versions: -// protoc-gen-go v1.28.1 -// protoc (unknown) // source: flow/legacy/entities/block_seal.proto package entities import ( - protoreflect "google.golang.org/protobuf/reflect/protoreflect" - protoimpl "google.golang.org/protobuf/runtime/protoimpl" - reflect "reflect" - sync "sync" + fmt "fmt" + proto "github.com/golang/protobuf/proto" + math "math" ) -const ( - // Verify that this generated code is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) - // Verify that runtime/protoimpl is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) -) +// Reference imports to suppress errors if they are not otherwise used. +var _ = proto.Marshal +var _ = fmt.Errorf +var _ = math.Inf -type BlockSeal struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields +// This is a compile-time assertion to ensure that this generated file +// is compatible with the proto package it is being compiled against. +// A compilation error at this line likely means your copy of the +// proto package needs to be updated. +const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package +type BlockSeal struct { BlockId []byte `protobuf:"bytes,1,opt,name=block_id,json=blockId,proto3" json:"block_id,omitempty"` ExecutionReceiptId []byte `protobuf:"bytes,2,opt,name=execution_receipt_id,json=executionReceiptId,proto3" json:"execution_receipt_id,omitempty"` ExecutionReceiptSignatures [][]byte `protobuf:"bytes,3,rep,name=execution_receipt_signatures,json=executionReceiptSignatures,proto3" json:"execution_receipt_signatures,omitempty"` ResultApprovalSignatures [][]byte `protobuf:"bytes,4,rep,name=result_approval_signatures,json=resultApprovalSignatures,proto3" json:"result_approval_signatures,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (x *BlockSeal) Reset() { - *x = BlockSeal{} - if protoimpl.UnsafeEnabled { - mi := &file_flow_legacy_entities_block_seal_proto_msgTypes[0] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } +func (m *BlockSeal) Reset() { *m = BlockSeal{} } +func (m *BlockSeal) String() string { return proto.CompactTextString(m) } +func (*BlockSeal) ProtoMessage() {} +func (*BlockSeal) Descriptor() ([]byte, []int) { + return fileDescriptor_951535fdf2985bf3, []int{0} } -func (x *BlockSeal) String() string { - return protoimpl.X.MessageStringOf(x) +func (m *BlockSeal) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_BlockSeal.Unmarshal(m, b) } - -func (*BlockSeal) ProtoMessage() {} - -func (x *BlockSeal) ProtoReflect() protoreflect.Message { - mi := &file_flow_legacy_entities_block_seal_proto_msgTypes[0] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) +func (m *BlockSeal) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_BlockSeal.Marshal(b, m, deterministic) } - -// Deprecated: Use BlockSeal.ProtoReflect.Descriptor instead. -func (*BlockSeal) Descriptor() ([]byte, []int) { - return file_flow_legacy_entities_block_seal_proto_rawDescGZIP(), []int{0} +func (m *BlockSeal) XXX_Merge(src proto.Message) { + xxx_messageInfo_BlockSeal.Merge(m, src) +} +func (m *BlockSeal) XXX_Size() int { + return xxx_messageInfo_BlockSeal.Size(m) } +func (m *BlockSeal) XXX_DiscardUnknown() { + xxx_messageInfo_BlockSeal.DiscardUnknown(m) +} + +var xxx_messageInfo_BlockSeal proto.InternalMessageInfo -func (x *BlockSeal) GetBlockId() []byte { - if x != nil { - return x.BlockId +func (m *BlockSeal) GetBlockId() []byte { + if m != nil { + return m.BlockId } return nil } -func (x *BlockSeal) GetExecutionReceiptId() []byte { - if x != nil { - return x.ExecutionReceiptId +func (m *BlockSeal) GetExecutionReceiptId() []byte { + if m != nil { + return m.ExecutionReceiptId } return nil } -func (x *BlockSeal) GetExecutionReceiptSignatures() [][]byte { - if x != nil { - return x.ExecutionReceiptSignatures +func (m *BlockSeal) GetExecutionReceiptSignatures() [][]byte { + if m != nil { + return m.ExecutionReceiptSignatures } return nil } -func (x *BlockSeal) GetResultApprovalSignatures() [][]byte { - if x != nil { - return x.ResultApprovalSignatures +func (m *BlockSeal) GetResultApprovalSignatures() [][]byte { + if m != nil { + return m.ResultApprovalSignatures } return nil } -var File_flow_legacy_entities_block_seal_proto protoreflect.FileDescriptor - -var file_flow_legacy_entities_block_seal_proto_rawDesc = []byte{ - 0x0a, 0x25, 0x66, 0x6c, 0x6f, 0x77, 0x2f, 0x6c, 0x65, 0x67, 0x61, 0x63, 0x79, 0x2f, 0x65, 0x6e, - 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x2f, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x5f, 0x73, 0x65, 0x61, - 0x6c, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x08, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, - 0x73, 0x22, 0xd8, 0x01, 0x0a, 0x09, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x53, 0x65, 0x61, 0x6c, 0x12, - 0x19, 0x0a, 0x08, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, - 0x0c, 0x52, 0x07, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x49, 0x64, 0x12, 0x30, 0x0a, 0x14, 0x65, 0x78, - 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x72, 0x65, 0x63, 0x65, 0x69, 0x70, 0x74, 0x5f, - 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x12, 0x65, 0x78, 0x65, 0x63, 0x75, 0x74, - 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x63, 0x65, 0x69, 0x70, 0x74, 0x49, 0x64, 0x12, 0x40, 0x0a, 0x1c, - 0x65, 0x78, 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x72, 0x65, 0x63, 0x65, 0x69, 0x70, - 0x74, 0x5f, 0x73, 0x69, 0x67, 0x6e, 0x61, 0x74, 0x75, 0x72, 0x65, 0x73, 0x18, 0x03, 0x20, 0x03, - 0x28, 0x0c, 0x52, 0x1a, 0x65, 0x78, 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x63, - 0x65, 0x69, 0x70, 0x74, 0x53, 0x69, 0x67, 0x6e, 0x61, 0x74, 0x75, 0x72, 0x65, 0x73, 0x12, 0x3c, - 0x0a, 0x1a, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x5f, 0x61, 0x70, 0x70, 0x72, 0x6f, 0x76, 0x61, - 0x6c, 0x5f, 0x73, 0x69, 0x67, 0x6e, 0x61, 0x74, 0x75, 0x72, 0x65, 0x73, 0x18, 0x04, 0x20, 0x03, - 0x28, 0x0c, 0x52, 0x18, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x41, 0x70, 0x70, 0x72, 0x6f, 0x76, - 0x61, 0x6c, 0x53, 0x69, 0x67, 0x6e, 0x61, 0x74, 0x75, 0x72, 0x65, 0x73, 0x42, 0x5e, 0x0a, 0x23, - 0x6f, 0x72, 0x67, 0x2e, 0x6f, 0x6e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, - 0x62, 0x75, 0x66, 0x2e, 0x6c, 0x65, 0x67, 0x61, 0x63, 0x79, 0x2e, 0x65, 0x6e, 0x74, 0x69, 0x74, - 0x69, 0x65, 0x73, 0x5a, 0x37, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, - 0x6f, 0x6e, 0x66, 0x6c, 0x6f, 0x77, 0x2f, 0x66, 0x6c, 0x6f, 0x77, 0x2f, 0x70, 0x72, 0x6f, 0x74, - 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x67, 0x6f, 0x2f, 0x66, 0x6c, 0x6f, 0x77, 0x2f, 0x6c, 0x65, 0x67, - 0x61, 0x63, 0x79, 0x2f, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x62, 0x06, 0x70, 0x72, - 0x6f, 0x74, 0x6f, 0x33, -} - -var ( - file_flow_legacy_entities_block_seal_proto_rawDescOnce sync.Once - file_flow_legacy_entities_block_seal_proto_rawDescData = file_flow_legacy_entities_block_seal_proto_rawDesc -) - -func file_flow_legacy_entities_block_seal_proto_rawDescGZIP() []byte { - file_flow_legacy_entities_block_seal_proto_rawDescOnce.Do(func() { - file_flow_legacy_entities_block_seal_proto_rawDescData = protoimpl.X.CompressGZIP(file_flow_legacy_entities_block_seal_proto_rawDescData) - }) - return file_flow_legacy_entities_block_seal_proto_rawDescData +func init() { + proto.RegisterType((*BlockSeal)(nil), "entities.BlockSeal") } -var file_flow_legacy_entities_block_seal_proto_msgTypes = make([]protoimpl.MessageInfo, 1) -var file_flow_legacy_entities_block_seal_proto_goTypes = []interface{}{ - (*BlockSeal)(nil), // 0: entities.BlockSeal -} -var file_flow_legacy_entities_block_seal_proto_depIdxs = []int32{ - 0, // [0:0] is the sub-list for method output_type - 0, // [0:0] is the sub-list for method input_type - 0, // [0:0] is the sub-list for extension type_name - 0, // [0:0] is the sub-list for extension extendee - 0, // [0:0] is the sub-list for field type_name +func init() { + proto.RegisterFile("flow/legacy/entities/block_seal.proto", fileDescriptor_951535fdf2985bf3) } -func init() { file_flow_legacy_entities_block_seal_proto_init() } -func file_flow_legacy_entities_block_seal_proto_init() { - if File_flow_legacy_entities_block_seal_proto != nil { - return - } - if !protoimpl.UnsafeEnabled { - file_flow_legacy_entities_block_seal_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*BlockSeal); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - } - type x struct{} - out := protoimpl.TypeBuilder{ - File: protoimpl.DescBuilder{ - GoPackagePath: reflect.TypeOf(x{}).PkgPath(), - RawDescriptor: file_flow_legacy_entities_block_seal_proto_rawDesc, - NumEnums: 0, - NumMessages: 1, - NumExtensions: 0, - NumServices: 0, - }, - GoTypes: file_flow_legacy_entities_block_seal_proto_goTypes, - DependencyIndexes: file_flow_legacy_entities_block_seal_proto_depIdxs, - MessageInfos: file_flow_legacy_entities_block_seal_proto_msgTypes, - }.Build() - File_flow_legacy_entities_block_seal_proto = out.File - file_flow_legacy_entities_block_seal_proto_rawDesc = nil - file_flow_legacy_entities_block_seal_proto_goTypes = nil - file_flow_legacy_entities_block_seal_proto_depIdxs = nil +var fileDescriptor_951535fdf2985bf3 = []byte{ + // 244 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x6c, 0x90, 0x3f, 0x4f, 0xc3, 0x30, + 0x10, 0x47, 0x15, 0x8a, 0xa0, 0x58, 0x9d, 0x2c, 0x86, 0x50, 0x31, 0x54, 0x20, 0xa4, 0x4e, 0x36, + 0x12, 0x03, 0x0b, 0x03, 0x74, 0xeb, 0x9a, 0x6e, 0x0c, 0x44, 0x8e, 0x73, 0x35, 0x16, 0x26, 0x17, + 0xd9, 0x67, 0xfe, 0x7c, 0x53, 0x3e, 0x0e, 0x8a, 0x4d, 0x0a, 0x02, 0x16, 0x4b, 0xd6, 0xef, 0xbd, + 0xe1, 0x1e, 0xbb, 0xd8, 0x3a, 0x7c, 0x95, 0x0e, 0x8c, 0xd2, 0xef, 0x12, 0x3a, 0xb2, 0x64, 0x21, + 0xc8, 0xc6, 0xa1, 0x7e, 0xaa, 0x03, 0x28, 0x27, 0x7a, 0x8f, 0x84, 0x7c, 0x3a, 0x4e, 0x67, 0x1f, + 0x05, 0x3b, 0x5a, 0x0d, 0xf3, 0x06, 0x94, 0xe3, 0x27, 0x6c, 0x9a, 0x59, 0xdb, 0x96, 0xc5, 0xa2, + 0x58, 0xce, 0xaa, 0xc3, 0xf4, 0x5f, 0xb7, 0xfc, 0x92, 0x1d, 0xc3, 0x1b, 0xe8, 0x48, 0x16, 0xbb, + 0xda, 0x83, 0x06, 0xdb, 0xd3, 0x80, 0xed, 0x25, 0x8c, 0xef, 0xb6, 0x2a, 0x4f, 0xeb, 0x96, 0xdf, + 0xb2, 0xd3, 0xbf, 0x46, 0xb0, 0xa6, 0x53, 0x14, 0x3d, 0x84, 0x72, 0xb2, 0x98, 0x2c, 0x67, 0xd5, + 0xfc, 0xb7, 0xb9, 0xd9, 0x11, 0xfc, 0x86, 0xcd, 0x3d, 0x84, 0xe8, 0xa8, 0x56, 0x7d, 0xef, 0xf1, + 0x45, 0xb9, 0x9f, 0xfe, 0x7e, 0xf2, 0xcb, 0x4c, 0xdc, 0x7d, 0x01, 0xdf, 0xf6, 0xea, 0x81, 0x9d, + 0xa3, 0x37, 0x02, 0xbb, 0xa1, 0x49, 0x3e, 0xbc, 0x89, 0x5b, 0x91, 0xe3, 0x88, 0xb1, 0xc0, 0xfd, + 0xb5, 0xb1, 0xf4, 0x18, 0x1b, 0xa1, 0xf1, 0x59, 0x66, 0x56, 0xa6, 0x67, 0x14, 0xa4, 0x41, 0xf9, + 0x5f, 0xd5, 0xe6, 0x20, 0x11, 0x57, 0x9f, 0x01, 0x00, 0x00, 0xff, 0xff, 0x09, 0xa9, 0x0e, 0x8f, + 0x74, 0x01, 0x00, 0x00, } diff --git a/protobuf/go/flow/legacy/entities/collection.pb.go b/protobuf/go/flow/legacy/entities/collection.pb.go index 87dddb2b4..be387eb60 100644 --- a/protobuf/go/flow/legacy/entities/collection.pb.go +++ b/protobuf/go/flow/legacy/entities/collection.pb.go @@ -1,232 +1,142 @@ // Code generated by protoc-gen-go. DO NOT EDIT. -// versions: -// protoc-gen-go v1.28.1 -// protoc (unknown) // source: flow/legacy/entities/collection.proto package entities import ( - protoreflect "google.golang.org/protobuf/reflect/protoreflect" - protoimpl "google.golang.org/protobuf/runtime/protoimpl" - reflect "reflect" - sync "sync" + fmt "fmt" + proto "github.com/golang/protobuf/proto" + math "math" ) -const ( - // Verify that this generated code is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) - // Verify that runtime/protoimpl is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) -) +// Reference imports to suppress errors if they are not otherwise used. +var _ = proto.Marshal +var _ = fmt.Errorf +var _ = math.Inf -type Collection struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields +// This is a compile-time assertion to ensure that this generated file +// is compatible with the proto package it is being compiled against. +// A compilation error at this line likely means your copy of the +// proto package needs to be updated. +const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package - Id []byte `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` - TransactionIds [][]byte `protobuf:"bytes,2,rep,name=transaction_ids,json=transactionIds,proto3" json:"transaction_ids,omitempty"` +type Collection struct { + Id []byte `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` + TransactionIds [][]byte `protobuf:"bytes,2,rep,name=transaction_ids,json=transactionIds,proto3" json:"transaction_ids,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (x *Collection) Reset() { - *x = Collection{} - if protoimpl.UnsafeEnabled { - mi := &file_flow_legacy_entities_collection_proto_msgTypes[0] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } +func (m *Collection) Reset() { *m = Collection{} } +func (m *Collection) String() string { return proto.CompactTextString(m) } +func (*Collection) ProtoMessage() {} +func (*Collection) Descriptor() ([]byte, []int) { + return fileDescriptor_183c1b49c6bdeaf1, []int{0} } -func (x *Collection) String() string { - return protoimpl.X.MessageStringOf(x) +func (m *Collection) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_Collection.Unmarshal(m, b) } - -func (*Collection) ProtoMessage() {} - -func (x *Collection) ProtoReflect() protoreflect.Message { - mi := &file_flow_legacy_entities_collection_proto_msgTypes[0] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) +func (m *Collection) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_Collection.Marshal(b, m, deterministic) } - -// Deprecated: Use Collection.ProtoReflect.Descriptor instead. -func (*Collection) Descriptor() ([]byte, []int) { - return file_flow_legacy_entities_collection_proto_rawDescGZIP(), []int{0} +func (m *Collection) XXX_Merge(src proto.Message) { + xxx_messageInfo_Collection.Merge(m, src) +} +func (m *Collection) XXX_Size() int { + return xxx_messageInfo_Collection.Size(m) +} +func (m *Collection) XXX_DiscardUnknown() { + xxx_messageInfo_Collection.DiscardUnknown(m) } -func (x *Collection) GetId() []byte { - if x != nil { - return x.Id +var xxx_messageInfo_Collection proto.InternalMessageInfo + +func (m *Collection) GetId() []byte { + if m != nil { + return m.Id } return nil } -func (x *Collection) GetTransactionIds() [][]byte { - if x != nil { - return x.TransactionIds +func (m *Collection) GetTransactionIds() [][]byte { + if m != nil { + return m.TransactionIds } return nil } type CollectionGuarantee struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - CollectionId []byte `protobuf:"bytes,1,opt,name=collection_id,json=collectionId,proto3" json:"collection_id,omitempty"` - Signatures [][]byte `protobuf:"bytes,2,rep,name=signatures,proto3" json:"signatures,omitempty"` + CollectionId []byte `protobuf:"bytes,1,opt,name=collection_id,json=collectionId,proto3" json:"collection_id,omitempty"` + Signatures [][]byte `protobuf:"bytes,2,rep,name=signatures,proto3" json:"signatures,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (x *CollectionGuarantee) Reset() { - *x = CollectionGuarantee{} - if protoimpl.UnsafeEnabled { - mi := &file_flow_legacy_entities_collection_proto_msgTypes[1] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } +func (m *CollectionGuarantee) Reset() { *m = CollectionGuarantee{} } +func (m *CollectionGuarantee) String() string { return proto.CompactTextString(m) } +func (*CollectionGuarantee) ProtoMessage() {} +func (*CollectionGuarantee) Descriptor() ([]byte, []int) { + return fileDescriptor_183c1b49c6bdeaf1, []int{1} } -func (x *CollectionGuarantee) String() string { - return protoimpl.X.MessageStringOf(x) +func (m *CollectionGuarantee) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_CollectionGuarantee.Unmarshal(m, b) } - -func (*CollectionGuarantee) ProtoMessage() {} - -func (x *CollectionGuarantee) ProtoReflect() protoreflect.Message { - mi := &file_flow_legacy_entities_collection_proto_msgTypes[1] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) +func (m *CollectionGuarantee) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_CollectionGuarantee.Marshal(b, m, deterministic) } - -// Deprecated: Use CollectionGuarantee.ProtoReflect.Descriptor instead. -func (*CollectionGuarantee) Descriptor() ([]byte, []int) { - return file_flow_legacy_entities_collection_proto_rawDescGZIP(), []int{1} +func (m *CollectionGuarantee) XXX_Merge(src proto.Message) { + xxx_messageInfo_CollectionGuarantee.Merge(m, src) +} +func (m *CollectionGuarantee) XXX_Size() int { + return xxx_messageInfo_CollectionGuarantee.Size(m) } +func (m *CollectionGuarantee) XXX_DiscardUnknown() { + xxx_messageInfo_CollectionGuarantee.DiscardUnknown(m) +} + +var xxx_messageInfo_CollectionGuarantee proto.InternalMessageInfo -func (x *CollectionGuarantee) GetCollectionId() []byte { - if x != nil { - return x.CollectionId +func (m *CollectionGuarantee) GetCollectionId() []byte { + if m != nil { + return m.CollectionId } return nil } -func (x *CollectionGuarantee) GetSignatures() [][]byte { - if x != nil { - return x.Signatures +func (m *CollectionGuarantee) GetSignatures() [][]byte { + if m != nil { + return m.Signatures } return nil } -var File_flow_legacy_entities_collection_proto protoreflect.FileDescriptor - -var file_flow_legacy_entities_collection_proto_rawDesc = []byte{ - 0x0a, 0x25, 0x66, 0x6c, 0x6f, 0x77, 0x2f, 0x6c, 0x65, 0x67, 0x61, 0x63, 0x79, 0x2f, 0x65, 0x6e, - 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x2f, 0x63, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, - 0x6e, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x08, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, - 0x73, 0x22, 0x45, 0x0a, 0x0a, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x12, - 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x02, 0x69, 0x64, 0x12, - 0x27, 0x0a, 0x0f, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x69, - 0x64, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0c, 0x52, 0x0e, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x61, - 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x64, 0x73, 0x22, 0x5a, 0x0a, 0x13, 0x43, 0x6f, 0x6c, 0x6c, - 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x47, 0x75, 0x61, 0x72, 0x61, 0x6e, 0x74, 0x65, 0x65, 0x12, - 0x23, 0x0a, 0x0d, 0x63, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x69, 0x64, - 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x0c, 0x63, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, - 0x6f, 0x6e, 0x49, 0x64, 0x12, 0x1e, 0x0a, 0x0a, 0x73, 0x69, 0x67, 0x6e, 0x61, 0x74, 0x75, 0x72, - 0x65, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0c, 0x52, 0x0a, 0x73, 0x69, 0x67, 0x6e, 0x61, 0x74, - 0x75, 0x72, 0x65, 0x73, 0x42, 0x5e, 0x0a, 0x23, 0x6f, 0x72, 0x67, 0x2e, 0x6f, 0x6e, 0x66, 0x6c, - 0x6f, 0x77, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x6c, 0x65, 0x67, 0x61, - 0x63, 0x79, 0x2e, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x5a, 0x37, 0x67, 0x69, 0x74, - 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x6f, 0x6e, 0x66, 0x6c, 0x6f, 0x77, 0x2f, 0x66, - 0x6c, 0x6f, 0x77, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x67, 0x6f, 0x2f, - 0x66, 0x6c, 0x6f, 0x77, 0x2f, 0x6c, 0x65, 0x67, 0x61, 0x63, 0x79, 0x2f, 0x65, 0x6e, 0x74, 0x69, - 0x74, 0x69, 0x65, 0x73, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, -} - -var ( - file_flow_legacy_entities_collection_proto_rawDescOnce sync.Once - file_flow_legacy_entities_collection_proto_rawDescData = file_flow_legacy_entities_collection_proto_rawDesc -) - -func file_flow_legacy_entities_collection_proto_rawDescGZIP() []byte { - file_flow_legacy_entities_collection_proto_rawDescOnce.Do(func() { - file_flow_legacy_entities_collection_proto_rawDescData = protoimpl.X.CompressGZIP(file_flow_legacy_entities_collection_proto_rawDescData) - }) - return file_flow_legacy_entities_collection_proto_rawDescData +func init() { + proto.RegisterType((*Collection)(nil), "entities.Collection") + proto.RegisterType((*CollectionGuarantee)(nil), "entities.CollectionGuarantee") } -var file_flow_legacy_entities_collection_proto_msgTypes = make([]protoimpl.MessageInfo, 2) -var file_flow_legacy_entities_collection_proto_goTypes = []interface{}{ - (*Collection)(nil), // 0: entities.Collection - (*CollectionGuarantee)(nil), // 1: entities.CollectionGuarantee -} -var file_flow_legacy_entities_collection_proto_depIdxs = []int32{ - 0, // [0:0] is the sub-list for method output_type - 0, // [0:0] is the sub-list for method input_type - 0, // [0:0] is the sub-list for extension type_name - 0, // [0:0] is the sub-list for extension extendee - 0, // [0:0] is the sub-list for field type_name +func init() { + proto.RegisterFile("flow/legacy/entities/collection.proto", fileDescriptor_183c1b49c6bdeaf1) } -func init() { file_flow_legacy_entities_collection_proto_init() } -func file_flow_legacy_entities_collection_proto_init() { - if File_flow_legacy_entities_collection_proto != nil { - return - } - if !protoimpl.UnsafeEnabled { - file_flow_legacy_entities_collection_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Collection); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_flow_legacy_entities_collection_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*CollectionGuarantee); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - } - type x struct{} - out := protoimpl.TypeBuilder{ - File: protoimpl.DescBuilder{ - GoPackagePath: reflect.TypeOf(x{}).PkgPath(), - RawDescriptor: file_flow_legacy_entities_collection_proto_rawDesc, - NumEnums: 0, - NumMessages: 2, - NumExtensions: 0, - NumServices: 0, - }, - GoTypes: file_flow_legacy_entities_collection_proto_goTypes, - DependencyIndexes: file_flow_legacy_entities_collection_proto_depIdxs, - MessageInfos: file_flow_legacy_entities_collection_proto_msgTypes, - }.Build() - File_flow_legacy_entities_collection_proto = out.File - file_flow_legacy_entities_collection_proto_rawDesc = nil - file_flow_legacy_entities_collection_proto_goTypes = nil - file_flow_legacy_entities_collection_proto_depIdxs = nil +var fileDescriptor_183c1b49c6bdeaf1 = []byte{ + // 218 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x6c, 0x90, 0x31, 0x4b, 0x04, 0x31, + 0x10, 0x85, 0xb9, 0x15, 0x44, 0x86, 0xf5, 0x84, 0xd8, 0x5c, 0x25, 0xc7, 0x1d, 0xe2, 0x55, 0x49, + 0x61, 0x61, 0xaf, 0x88, 0x5c, 0x7b, 0xe5, 0x15, 0x1e, 0xd9, 0x24, 0x17, 0x07, 0x62, 0x46, 0x92, + 0x09, 0xe2, 0xbf, 0x17, 0x77, 0xc9, 0xee, 0x16, 0x36, 0x53, 0xbc, 0xf7, 0xe6, 0x0d, 0xdf, 0xc0, + 0xfd, 0x39, 0xd0, 0xb7, 0x0a, 0xce, 0x6b, 0xf3, 0xa3, 0x5c, 0x64, 0x64, 0x74, 0x59, 0x19, 0x0a, + 0xc1, 0x19, 0x46, 0x8a, 0xf2, 0x2b, 0x11, 0x93, 0xb8, 0xaa, 0xd6, 0xe6, 0x15, 0xe0, 0x65, 0x74, + 0xc5, 0x12, 0x1a, 0xb4, 0xab, 0xc5, 0x7a, 0xb1, 0x6b, 0x0f, 0x0d, 0x5a, 0xf1, 0x00, 0x37, 0x9c, + 0x74, 0xcc, 0xba, 0xb7, 0x4f, 0x68, 0xf3, 0xaa, 0x59, 0x5f, 0xec, 0xda, 0xc3, 0x72, 0x26, 0xef, + 0x6d, 0xde, 0x1c, 0xe1, 0x76, 0xaa, 0x79, 0x2b, 0x3a, 0xe9, 0xc8, 0xce, 0x89, 0x2d, 0x5c, 0x4f, + 0xb7, 0x4f, 0x63, 0x75, 0x3b, 0x89, 0x7b, 0x2b, 0xee, 0x00, 0x32, 0xfa, 0xa8, 0xb9, 0x24, 0x57, + 0xfb, 0x67, 0xca, 0xf3, 0x3b, 0x6c, 0x29, 0x79, 0x49, 0xf1, 0x8f, 0x6d, 0x00, 0xe8, 0xca, 0x59, + 0x0e, 0x90, 0xb2, 0x92, 0x1c, 0x9f, 0x3c, 0xf2, 0x47, 0xe9, 0xa4, 0xa1, 0x4f, 0x35, 0x64, 0x55, + 0x3f, 0xea, 0x82, 0xf2, 0xa4, 0xfe, 0xfb, 0x4e, 0x77, 0xd9, 0x27, 0x1e, 0x7f, 0x03, 0x00, 0x00, + 0xff, 0xff, 0x72, 0x6e, 0x26, 0x3a, 0x3c, 0x01, 0x00, 0x00, } diff --git a/protobuf/go/flow/legacy/entities/event.pb.go b/protobuf/go/flow/legacy/entities/event.pb.go index 668159bf7..b369c7e3f 100644 --- a/protobuf/go/flow/legacy/entities/event.pb.go +++ b/protobuf/go/flow/legacy/entities/event.pb.go @@ -1,189 +1,116 @@ // Code generated by protoc-gen-go. DO NOT EDIT. -// versions: -// protoc-gen-go v1.28.1 -// protoc (unknown) // source: flow/legacy/entities/event.proto package entities import ( - protoreflect "google.golang.org/protobuf/reflect/protoreflect" - protoimpl "google.golang.org/protobuf/runtime/protoimpl" - reflect "reflect" - sync "sync" + fmt "fmt" + proto "github.com/golang/protobuf/proto" + math "math" ) -const ( - // Verify that this generated code is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) - // Verify that runtime/protoimpl is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) -) +// Reference imports to suppress errors if they are not otherwise used. +var _ = proto.Marshal +var _ = fmt.Errorf +var _ = math.Inf + +// This is a compile-time assertion to ensure that this generated file +// is compatible with the proto package it is being compiled against. +// A compilation error at this line likely means your copy of the +// proto package needs to be updated. +const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package type Event struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Type string `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"` - TransactionId []byte `protobuf:"bytes,2,opt,name=transaction_id,json=transactionId,proto3" json:"transaction_id,omitempty"` - TransactionIndex uint32 `protobuf:"varint,3,opt,name=transaction_index,json=transactionIndex,proto3" json:"transaction_index,omitempty"` - EventIndex uint32 `protobuf:"varint,4,opt,name=event_index,json=eventIndex,proto3" json:"event_index,omitempty"` - Payload []byte `protobuf:"bytes,5,opt,name=payload,proto3" json:"payload,omitempty"` + Type string `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"` + TransactionId []byte `protobuf:"bytes,2,opt,name=transaction_id,json=transactionId,proto3" json:"transaction_id,omitempty"` + TransactionIndex uint32 `protobuf:"varint,3,opt,name=transaction_index,json=transactionIndex,proto3" json:"transaction_index,omitempty"` + EventIndex uint32 `protobuf:"varint,4,opt,name=event_index,json=eventIndex,proto3" json:"event_index,omitempty"` + Payload []byte `protobuf:"bytes,5,opt,name=payload,proto3" json:"payload,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (x *Event) Reset() { - *x = Event{} - if protoimpl.UnsafeEnabled { - mi := &file_flow_legacy_entities_event_proto_msgTypes[0] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } +func (m *Event) Reset() { *m = Event{} } +func (m *Event) String() string { return proto.CompactTextString(m) } +func (*Event) ProtoMessage() {} +func (*Event) Descriptor() ([]byte, []int) { + return fileDescriptor_660da12406c4b12a, []int{0} } -func (x *Event) String() string { - return protoimpl.X.MessageStringOf(x) +func (m *Event) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_Event.Unmarshal(m, b) } - -func (*Event) ProtoMessage() {} - -func (x *Event) ProtoReflect() protoreflect.Message { - mi := &file_flow_legacy_entities_event_proto_msgTypes[0] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) +func (m *Event) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_Event.Marshal(b, m, deterministic) } - -// Deprecated: Use Event.ProtoReflect.Descriptor instead. -func (*Event) Descriptor() ([]byte, []int) { - return file_flow_legacy_entities_event_proto_rawDescGZIP(), []int{0} +func (m *Event) XXX_Merge(src proto.Message) { + xxx_messageInfo_Event.Merge(m, src) +} +func (m *Event) XXX_Size() int { + return xxx_messageInfo_Event.Size(m) +} +func (m *Event) XXX_DiscardUnknown() { + xxx_messageInfo_Event.DiscardUnknown(m) } -func (x *Event) GetType() string { - if x != nil { - return x.Type +var xxx_messageInfo_Event proto.InternalMessageInfo + +func (m *Event) GetType() string { + if m != nil { + return m.Type } return "" } -func (x *Event) GetTransactionId() []byte { - if x != nil { - return x.TransactionId +func (m *Event) GetTransactionId() []byte { + if m != nil { + return m.TransactionId } return nil } -func (x *Event) GetTransactionIndex() uint32 { - if x != nil { - return x.TransactionIndex +func (m *Event) GetTransactionIndex() uint32 { + if m != nil { + return m.TransactionIndex } return 0 } -func (x *Event) GetEventIndex() uint32 { - if x != nil { - return x.EventIndex +func (m *Event) GetEventIndex() uint32 { + if m != nil { + return m.EventIndex } return 0 } -func (x *Event) GetPayload() []byte { - if x != nil { - return x.Payload +func (m *Event) GetPayload() []byte { + if m != nil { + return m.Payload } return nil } -var File_flow_legacy_entities_event_proto protoreflect.FileDescriptor - -var file_flow_legacy_entities_event_proto_rawDesc = []byte{ - 0x0a, 0x20, 0x66, 0x6c, 0x6f, 0x77, 0x2f, 0x6c, 0x65, 0x67, 0x61, 0x63, 0x79, 0x2f, 0x65, 0x6e, - 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x2f, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x2e, 0x70, 0x72, 0x6f, - 0x74, 0x6f, 0x12, 0x08, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x22, 0xaa, 0x01, 0x0a, - 0x05, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x18, 0x01, - 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x74, 0x79, 0x70, 0x65, 0x12, 0x25, 0x0a, 0x0e, 0x74, 0x72, - 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, - 0x28, 0x0c, 0x52, 0x0d, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x49, - 0x64, 0x12, 0x2b, 0x0a, 0x11, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, - 0x5f, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x10, 0x74, 0x72, - 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x12, 0x1f, - 0x0a, 0x0b, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x5f, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x18, 0x04, 0x20, - 0x01, 0x28, 0x0d, 0x52, 0x0a, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x12, - 0x18, 0x0a, 0x07, 0x70, 0x61, 0x79, 0x6c, 0x6f, 0x61, 0x64, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0c, - 0x52, 0x07, 0x70, 0x61, 0x79, 0x6c, 0x6f, 0x61, 0x64, 0x42, 0x5e, 0x0a, 0x23, 0x6f, 0x72, 0x67, - 0x2e, 0x6f, 0x6e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, - 0x2e, 0x6c, 0x65, 0x67, 0x61, 0x63, 0x79, 0x2e, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, - 0x5a, 0x37, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x6f, 0x6e, 0x66, - 0x6c, 0x6f, 0x77, 0x2f, 0x66, 0x6c, 0x6f, 0x77, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, - 0x66, 0x2f, 0x67, 0x6f, 0x2f, 0x66, 0x6c, 0x6f, 0x77, 0x2f, 0x6c, 0x65, 0x67, 0x61, 0x63, 0x79, - 0x2f, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, - 0x33, -} - -var ( - file_flow_legacy_entities_event_proto_rawDescOnce sync.Once - file_flow_legacy_entities_event_proto_rawDescData = file_flow_legacy_entities_event_proto_rawDesc -) - -func file_flow_legacy_entities_event_proto_rawDescGZIP() []byte { - file_flow_legacy_entities_event_proto_rawDescOnce.Do(func() { - file_flow_legacy_entities_event_proto_rawDescData = protoimpl.X.CompressGZIP(file_flow_legacy_entities_event_proto_rawDescData) - }) - return file_flow_legacy_entities_event_proto_rawDescData -} - -var file_flow_legacy_entities_event_proto_msgTypes = make([]protoimpl.MessageInfo, 1) -var file_flow_legacy_entities_event_proto_goTypes = []interface{}{ - (*Event)(nil), // 0: entities.Event -} -var file_flow_legacy_entities_event_proto_depIdxs = []int32{ - 0, // [0:0] is the sub-list for method output_type - 0, // [0:0] is the sub-list for method input_type - 0, // [0:0] is the sub-list for extension type_name - 0, // [0:0] is the sub-list for extension extendee - 0, // [0:0] is the sub-list for field type_name +func init() { + proto.RegisterType((*Event)(nil), "entities.Event") } -func init() { file_flow_legacy_entities_event_proto_init() } -func file_flow_legacy_entities_event_proto_init() { - if File_flow_legacy_entities_event_proto != nil { - return - } - if !protoimpl.UnsafeEnabled { - file_flow_legacy_entities_event_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Event); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - } - type x struct{} - out := protoimpl.TypeBuilder{ - File: protoimpl.DescBuilder{ - GoPackagePath: reflect.TypeOf(x{}).PkgPath(), - RawDescriptor: file_flow_legacy_entities_event_proto_rawDesc, - NumEnums: 0, - NumMessages: 1, - NumExtensions: 0, - NumServices: 0, - }, - GoTypes: file_flow_legacy_entities_event_proto_goTypes, - DependencyIndexes: file_flow_legacy_entities_event_proto_depIdxs, - MessageInfos: file_flow_legacy_entities_event_proto_msgTypes, - }.Build() - File_flow_legacy_entities_event_proto = out.File - file_flow_legacy_entities_event_proto_rawDesc = nil - file_flow_legacy_entities_event_proto_goTypes = nil - file_flow_legacy_entities_event_proto_depIdxs = nil +func init() { proto.RegisterFile("flow/legacy/entities/event.proto", fileDescriptor_660da12406c4b12a) } + +var fileDescriptor_660da12406c4b12a = []byte{ + // 224 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x6c, 0x90, 0x4d, 0x4b, 0x05, 0x21, + 0x14, 0x40, 0xb1, 0xde, 0xeb, 0xe3, 0xd6, 0x8b, 0x72, 0xe5, 0x2e, 0x29, 0x82, 0x81, 0x40, 0x17, + 0x2d, 0xda, 0x07, 0x2d, 0xda, 0xce, 0xb2, 0x45, 0xe1, 0x8c, 0x3e, 0x13, 0x26, 0xef, 0x30, 0xef, + 0x4e, 0x35, 0x7f, 0xa9, 0x5f, 0x19, 0xa3, 0x09, 0x13, 0xb4, 0x11, 0x3d, 0x1e, 0xd1, 0x23, 0xc8, + 0x6d, 0x87, 0x9f, 0xba, 0x73, 0xde, 0xb4, 0x93, 0x76, 0x91, 0x02, 0x05, 0xb7, 0xd3, 0xee, 0xc3, + 0x45, 0x52, 0xfd, 0x80, 0x84, 0xfc, 0xa8, 0xd0, 0xab, 0x6f, 0x06, 0xeb, 0xc7, 0x79, 0x87, 0x73, + 0x58, 0xd1, 0xd4, 0x3b, 0xc1, 0x24, 0xab, 0x8e, 0xeb, 0x34, 0xe7, 0x37, 0x70, 0x46, 0x83, 0x89, + 0x3b, 0xd3, 0x52, 0xc0, 0xf8, 0x1a, 0xac, 0xd8, 0x93, 0xac, 0x3a, 0xad, 0x37, 0x0b, 0xfa, 0x64, + 0xf9, 0x2d, 0x5c, 0xfc, 0xd1, 0xa2, 0x75, 0x5f, 0x62, 0x5f, 0xb2, 0x6a, 0x53, 0x9f, 0x2f, 0xcd, + 0x99, 0xf3, 0x4b, 0x38, 0x49, 0x4f, 0xf9, 0xd5, 0x56, 0x49, 0x83, 0x84, 0xb2, 0x20, 0xe0, 0xb0, + 0x37, 0x53, 0x87, 0xc6, 0x8a, 0x75, 0xba, 0xad, 0x2c, 0x1f, 0x5e, 0xe0, 0x1a, 0x07, 0xaf, 0x30, + 0xce, 0x81, 0x39, 0xa5, 0x19, 0xb7, 0x2a, 0x97, 0xaa, 0xd2, 0xf4, 0x7c, 0xef, 0x03, 0xbd, 0x8d, + 0x8d, 0x6a, 0xf1, 0x5d, 0x67, 0x57, 0xa7, 0xa1, 0x1c, 0xd0, 0x1e, 0xf5, 0x7f, 0x5f, 0xd4, 0x1c, + 0x24, 0xe3, 0xee, 0x27, 0x00, 0x00, 0xff, 0xff, 0x7e, 0xcd, 0x17, 0x85, 0x41, 0x01, 0x00, 0x00, } diff --git a/protobuf/go/flow/legacy/entities/transaction.pb.go b/protobuf/go/flow/legacy/entities/transaction.pb.go index c733495ed..a6223212b 100644 --- a/protobuf/go/flow/legacy/entities/transaction.pb.go +++ b/protobuf/go/flow/legacy/entities/transaction.pb.go @@ -1,24 +1,24 @@ // Code generated by protoc-gen-go. DO NOT EDIT. -// versions: -// protoc-gen-go v1.28.1 -// protoc (unknown) // source: flow/legacy/entities/transaction.proto package entities import ( - protoreflect "google.golang.org/protobuf/reflect/protoreflect" - protoimpl "google.golang.org/protobuf/runtime/protoimpl" - reflect "reflect" - sync "sync" + fmt "fmt" + proto "github.com/golang/protobuf/proto" + math "math" ) -const ( - // Verify that this generated code is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) - // Verify that runtime/protoimpl is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) -) +// Reference imports to suppress errors if they are not otherwise used. +var _ = proto.Marshal +var _ = fmt.Errorf +var _ = math.Inf + +// This is a compile-time assertion to ensure that this generated file +// is compatible with the proto package it is being compiled against. +// A compilation error at this line likely means your copy of the +// proto package needs to be updated. +const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package type TransactionStatus int32 @@ -31,442 +31,288 @@ const ( TransactionStatus_EXPIRED TransactionStatus = 5 ) -// Enum value maps for TransactionStatus. -var ( - TransactionStatus_name = map[int32]string{ - 0: "UNKNOWN", - 1: "PENDING", - 2: "FINALIZED", - 3: "EXECUTED", - 4: "SEALED", - 5: "EXPIRED", - } - TransactionStatus_value = map[string]int32{ - "UNKNOWN": 0, - "PENDING": 1, - "FINALIZED": 2, - "EXECUTED": 3, - "SEALED": 4, - "EXPIRED": 5, - } -) +var TransactionStatus_name = map[int32]string{ + 0: "UNKNOWN", + 1: "PENDING", + 2: "FINALIZED", + 3: "EXECUTED", + 4: "SEALED", + 5: "EXPIRED", +} -func (x TransactionStatus) Enum() *TransactionStatus { - p := new(TransactionStatus) - *p = x - return p +var TransactionStatus_value = map[string]int32{ + "UNKNOWN": 0, + "PENDING": 1, + "FINALIZED": 2, + "EXECUTED": 3, + "SEALED": 4, + "EXPIRED": 5, } func (x TransactionStatus) String() string { - return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x)) + return proto.EnumName(TransactionStatus_name, int32(x)) } -func (TransactionStatus) Descriptor() protoreflect.EnumDescriptor { - return file_flow_legacy_entities_transaction_proto_enumTypes[0].Descriptor() +func (TransactionStatus) EnumDescriptor() ([]byte, []int) { + return fileDescriptor_1525bb76cf88cd72, []int{0} } -func (TransactionStatus) Type() protoreflect.EnumType { - return &file_flow_legacy_entities_transaction_proto_enumTypes[0] +type Transaction struct { + Script []byte `protobuf:"bytes,1,opt,name=script,proto3" json:"script,omitempty"` + Arguments [][]byte `protobuf:"bytes,2,rep,name=arguments,proto3" json:"arguments,omitempty"` + ReferenceBlockId []byte `protobuf:"bytes,3,opt,name=reference_block_id,json=referenceBlockId,proto3" json:"reference_block_id,omitempty"` + GasLimit uint64 `protobuf:"varint,4,opt,name=gas_limit,json=gasLimit,proto3" json:"gas_limit,omitempty"` + ProposalKey *Transaction_ProposalKey `protobuf:"bytes,5,opt,name=proposal_key,json=proposalKey,proto3" json:"proposal_key,omitempty"` + Payer []byte `protobuf:"bytes,6,opt,name=payer,proto3" json:"payer,omitempty"` + Authorizers [][]byte `protobuf:"bytes,7,rep,name=authorizers,proto3" json:"authorizers,omitempty"` + PayloadSignatures []*Transaction_Signature `protobuf:"bytes,8,rep,name=payload_signatures,json=payloadSignatures,proto3" json:"payload_signatures,omitempty"` + EnvelopeSignatures []*Transaction_Signature `protobuf:"bytes,9,rep,name=envelope_signatures,json=envelopeSignatures,proto3" json:"envelope_signatures,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *Transaction) Reset() { *m = Transaction{} } +func (m *Transaction) String() string { return proto.CompactTextString(m) } +func (*Transaction) ProtoMessage() {} +func (*Transaction) Descriptor() ([]byte, []int) { + return fileDescriptor_1525bb76cf88cd72, []int{0} } -func (x TransactionStatus) Number() protoreflect.EnumNumber { - return protoreflect.EnumNumber(x) +func (m *Transaction) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_Transaction.Unmarshal(m, b) } - -// Deprecated: Use TransactionStatus.Descriptor instead. -func (TransactionStatus) EnumDescriptor() ([]byte, []int) { - return file_flow_legacy_entities_transaction_proto_rawDescGZIP(), []int{0} +func (m *Transaction) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_Transaction.Marshal(b, m, deterministic) } - -type Transaction struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Script []byte `protobuf:"bytes,1,opt,name=script,proto3" json:"script,omitempty"` - Arguments [][]byte `protobuf:"bytes,2,rep,name=arguments,proto3" json:"arguments,omitempty"` - ReferenceBlockId []byte `protobuf:"bytes,3,opt,name=reference_block_id,json=referenceBlockId,proto3" json:"reference_block_id,omitempty"` - GasLimit uint64 `protobuf:"varint,4,opt,name=gas_limit,json=gasLimit,proto3" json:"gas_limit,omitempty"` - ProposalKey *Transaction_ProposalKey `protobuf:"bytes,5,opt,name=proposal_key,json=proposalKey,proto3" json:"proposal_key,omitempty"` - Payer []byte `protobuf:"bytes,6,opt,name=payer,proto3" json:"payer,omitempty"` - Authorizers [][]byte `protobuf:"bytes,7,rep,name=authorizers,proto3" json:"authorizers,omitempty"` - PayloadSignatures []*Transaction_Signature `protobuf:"bytes,8,rep,name=payload_signatures,json=payloadSignatures,proto3" json:"payload_signatures,omitempty"` - EnvelopeSignatures []*Transaction_Signature `protobuf:"bytes,9,rep,name=envelope_signatures,json=envelopeSignatures,proto3" json:"envelope_signatures,omitempty"` -} - -func (x *Transaction) Reset() { - *x = Transaction{} - if protoimpl.UnsafeEnabled { - mi := &file_flow_legacy_entities_transaction_proto_msgTypes[0] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } +func (m *Transaction) XXX_Merge(src proto.Message) { + xxx_messageInfo_Transaction.Merge(m, src) } - -func (x *Transaction) String() string { - return protoimpl.X.MessageStringOf(x) +func (m *Transaction) XXX_Size() int { + return xxx_messageInfo_Transaction.Size(m) } - -func (*Transaction) ProtoMessage() {} - -func (x *Transaction) ProtoReflect() protoreflect.Message { - mi := &file_flow_legacy_entities_transaction_proto_msgTypes[0] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) +func (m *Transaction) XXX_DiscardUnknown() { + xxx_messageInfo_Transaction.DiscardUnknown(m) } -// Deprecated: Use Transaction.ProtoReflect.Descriptor instead. -func (*Transaction) Descriptor() ([]byte, []int) { - return file_flow_legacy_entities_transaction_proto_rawDescGZIP(), []int{0} -} +var xxx_messageInfo_Transaction proto.InternalMessageInfo -func (x *Transaction) GetScript() []byte { - if x != nil { - return x.Script +func (m *Transaction) GetScript() []byte { + if m != nil { + return m.Script } return nil } -func (x *Transaction) GetArguments() [][]byte { - if x != nil { - return x.Arguments +func (m *Transaction) GetArguments() [][]byte { + if m != nil { + return m.Arguments } return nil } -func (x *Transaction) GetReferenceBlockId() []byte { - if x != nil { - return x.ReferenceBlockId +func (m *Transaction) GetReferenceBlockId() []byte { + if m != nil { + return m.ReferenceBlockId } return nil } -func (x *Transaction) GetGasLimit() uint64 { - if x != nil { - return x.GasLimit +func (m *Transaction) GetGasLimit() uint64 { + if m != nil { + return m.GasLimit } return 0 } -func (x *Transaction) GetProposalKey() *Transaction_ProposalKey { - if x != nil { - return x.ProposalKey +func (m *Transaction) GetProposalKey() *Transaction_ProposalKey { + if m != nil { + return m.ProposalKey } return nil } -func (x *Transaction) GetPayer() []byte { - if x != nil { - return x.Payer +func (m *Transaction) GetPayer() []byte { + if m != nil { + return m.Payer } return nil } -func (x *Transaction) GetAuthorizers() [][]byte { - if x != nil { - return x.Authorizers +func (m *Transaction) GetAuthorizers() [][]byte { + if m != nil { + return m.Authorizers } return nil } -func (x *Transaction) GetPayloadSignatures() []*Transaction_Signature { - if x != nil { - return x.PayloadSignatures +func (m *Transaction) GetPayloadSignatures() []*Transaction_Signature { + if m != nil { + return m.PayloadSignatures } return nil } -func (x *Transaction) GetEnvelopeSignatures() []*Transaction_Signature { - if x != nil { - return x.EnvelopeSignatures +func (m *Transaction) GetEnvelopeSignatures() []*Transaction_Signature { + if m != nil { + return m.EnvelopeSignatures } return nil } type Transaction_ProposalKey struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Address []byte `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"` - KeyId uint32 `protobuf:"varint,2,opt,name=key_id,json=keyId,proto3" json:"key_id,omitempty"` - SequenceNumber uint64 `protobuf:"varint,3,opt,name=sequence_number,json=sequenceNumber,proto3" json:"sequence_number,omitempty"` + Address []byte `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"` + KeyId uint32 `protobuf:"varint,2,opt,name=key_id,json=keyId,proto3" json:"key_id,omitempty"` + SequenceNumber uint64 `protobuf:"varint,3,opt,name=sequence_number,json=sequenceNumber,proto3" json:"sequence_number,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (x *Transaction_ProposalKey) Reset() { - *x = Transaction_ProposalKey{} - if protoimpl.UnsafeEnabled { - mi := &file_flow_legacy_entities_transaction_proto_msgTypes[1] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } +func (m *Transaction_ProposalKey) Reset() { *m = Transaction_ProposalKey{} } +func (m *Transaction_ProposalKey) String() string { return proto.CompactTextString(m) } +func (*Transaction_ProposalKey) ProtoMessage() {} +func (*Transaction_ProposalKey) Descriptor() ([]byte, []int) { + return fileDescriptor_1525bb76cf88cd72, []int{0, 0} } -func (x *Transaction_ProposalKey) String() string { - return protoimpl.X.MessageStringOf(x) +func (m *Transaction_ProposalKey) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_Transaction_ProposalKey.Unmarshal(m, b) } - -func (*Transaction_ProposalKey) ProtoMessage() {} - -func (x *Transaction_ProposalKey) ProtoReflect() protoreflect.Message { - mi := &file_flow_legacy_entities_transaction_proto_msgTypes[1] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) +func (m *Transaction_ProposalKey) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_Transaction_ProposalKey.Marshal(b, m, deterministic) } - -// Deprecated: Use Transaction_ProposalKey.ProtoReflect.Descriptor instead. -func (*Transaction_ProposalKey) Descriptor() ([]byte, []int) { - return file_flow_legacy_entities_transaction_proto_rawDescGZIP(), []int{0, 0} +func (m *Transaction_ProposalKey) XXX_Merge(src proto.Message) { + xxx_messageInfo_Transaction_ProposalKey.Merge(m, src) +} +func (m *Transaction_ProposalKey) XXX_Size() int { + return xxx_messageInfo_Transaction_ProposalKey.Size(m) } +func (m *Transaction_ProposalKey) XXX_DiscardUnknown() { + xxx_messageInfo_Transaction_ProposalKey.DiscardUnknown(m) +} + +var xxx_messageInfo_Transaction_ProposalKey proto.InternalMessageInfo -func (x *Transaction_ProposalKey) GetAddress() []byte { - if x != nil { - return x.Address +func (m *Transaction_ProposalKey) GetAddress() []byte { + if m != nil { + return m.Address } return nil } -func (x *Transaction_ProposalKey) GetKeyId() uint32 { - if x != nil { - return x.KeyId +func (m *Transaction_ProposalKey) GetKeyId() uint32 { + if m != nil { + return m.KeyId } return 0 } -func (x *Transaction_ProposalKey) GetSequenceNumber() uint64 { - if x != nil { - return x.SequenceNumber +func (m *Transaction_ProposalKey) GetSequenceNumber() uint64 { + if m != nil { + return m.SequenceNumber } return 0 } type Transaction_Signature struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Address []byte `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"` - KeyId uint32 `protobuf:"varint,2,opt,name=key_id,json=keyId,proto3" json:"key_id,omitempty"` - Signature []byte `protobuf:"bytes,3,opt,name=signature,proto3" json:"signature,omitempty"` + Address []byte `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"` + KeyId uint32 `protobuf:"varint,2,opt,name=key_id,json=keyId,proto3" json:"key_id,omitempty"` + Signature []byte `protobuf:"bytes,3,opt,name=signature,proto3" json:"signature,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (x *Transaction_Signature) Reset() { - *x = Transaction_Signature{} - if protoimpl.UnsafeEnabled { - mi := &file_flow_legacy_entities_transaction_proto_msgTypes[2] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } +func (m *Transaction_Signature) Reset() { *m = Transaction_Signature{} } +func (m *Transaction_Signature) String() string { return proto.CompactTextString(m) } +func (*Transaction_Signature) ProtoMessage() {} +func (*Transaction_Signature) Descriptor() ([]byte, []int) { + return fileDescriptor_1525bb76cf88cd72, []int{0, 1} } -func (x *Transaction_Signature) String() string { - return protoimpl.X.MessageStringOf(x) +func (m *Transaction_Signature) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_Transaction_Signature.Unmarshal(m, b) } - -func (*Transaction_Signature) ProtoMessage() {} - -func (x *Transaction_Signature) ProtoReflect() protoreflect.Message { - mi := &file_flow_legacy_entities_transaction_proto_msgTypes[2] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) +func (m *Transaction_Signature) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_Transaction_Signature.Marshal(b, m, deterministic) } - -// Deprecated: Use Transaction_Signature.ProtoReflect.Descriptor instead. -func (*Transaction_Signature) Descriptor() ([]byte, []int) { - return file_flow_legacy_entities_transaction_proto_rawDescGZIP(), []int{0, 1} +func (m *Transaction_Signature) XXX_Merge(src proto.Message) { + xxx_messageInfo_Transaction_Signature.Merge(m, src) +} +func (m *Transaction_Signature) XXX_Size() int { + return xxx_messageInfo_Transaction_Signature.Size(m) +} +func (m *Transaction_Signature) XXX_DiscardUnknown() { + xxx_messageInfo_Transaction_Signature.DiscardUnknown(m) } -func (x *Transaction_Signature) GetAddress() []byte { - if x != nil { - return x.Address +var xxx_messageInfo_Transaction_Signature proto.InternalMessageInfo + +func (m *Transaction_Signature) GetAddress() []byte { + if m != nil { + return m.Address } return nil } -func (x *Transaction_Signature) GetKeyId() uint32 { - if x != nil { - return x.KeyId +func (m *Transaction_Signature) GetKeyId() uint32 { + if m != nil { + return m.KeyId } return 0 } -func (x *Transaction_Signature) GetSignature() []byte { - if x != nil { - return x.Signature +func (m *Transaction_Signature) GetSignature() []byte { + if m != nil { + return m.Signature } return nil } -var File_flow_legacy_entities_transaction_proto protoreflect.FileDescriptor - -var file_flow_legacy_entities_transaction_proto_rawDesc = []byte{ - 0x0a, 0x26, 0x66, 0x6c, 0x6f, 0x77, 0x2f, 0x6c, 0x65, 0x67, 0x61, 0x63, 0x79, 0x2f, 0x65, 0x6e, - 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x2f, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, - 0x6f, 0x6e, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x08, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, - 0x65, 0x73, 0x22, 0xf3, 0x04, 0x0a, 0x0b, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, - 0x6f, 0x6e, 0x12, 0x16, 0x0a, 0x06, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x18, 0x01, 0x20, 0x01, - 0x28, 0x0c, 0x52, 0x06, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x12, 0x1c, 0x0a, 0x09, 0x61, 0x72, - 0x67, 0x75, 0x6d, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0c, 0x52, 0x09, 0x61, - 0x72, 0x67, 0x75, 0x6d, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x2c, 0x0a, 0x12, 0x72, 0x65, 0x66, 0x65, - 0x72, 0x65, 0x6e, 0x63, 0x65, 0x5f, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x5f, 0x69, 0x64, 0x18, 0x03, - 0x20, 0x01, 0x28, 0x0c, 0x52, 0x10, 0x72, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, 0x42, - 0x6c, 0x6f, 0x63, 0x6b, 0x49, 0x64, 0x12, 0x1b, 0x0a, 0x09, 0x67, 0x61, 0x73, 0x5f, 0x6c, 0x69, - 0x6d, 0x69, 0x74, 0x18, 0x04, 0x20, 0x01, 0x28, 0x04, 0x52, 0x08, 0x67, 0x61, 0x73, 0x4c, 0x69, - 0x6d, 0x69, 0x74, 0x12, 0x44, 0x0a, 0x0c, 0x70, 0x72, 0x6f, 0x70, 0x6f, 0x73, 0x61, 0x6c, 0x5f, - 0x6b, 0x65, 0x79, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x21, 0x2e, 0x65, 0x6e, 0x74, 0x69, - 0x74, 0x69, 0x65, 0x73, 0x2e, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, - 0x2e, 0x50, 0x72, 0x6f, 0x70, 0x6f, 0x73, 0x61, 0x6c, 0x4b, 0x65, 0x79, 0x52, 0x0b, 0x70, 0x72, - 0x6f, 0x70, 0x6f, 0x73, 0x61, 0x6c, 0x4b, 0x65, 0x79, 0x12, 0x14, 0x0a, 0x05, 0x70, 0x61, 0x79, - 0x65, 0x72, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x05, 0x70, 0x61, 0x79, 0x65, 0x72, 0x12, - 0x20, 0x0a, 0x0b, 0x61, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x65, 0x72, 0x73, 0x18, 0x07, - 0x20, 0x03, 0x28, 0x0c, 0x52, 0x0b, 0x61, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x65, 0x72, - 0x73, 0x12, 0x4e, 0x0a, 0x12, 0x70, 0x61, 0x79, 0x6c, 0x6f, 0x61, 0x64, 0x5f, 0x73, 0x69, 0x67, - 0x6e, 0x61, 0x74, 0x75, 0x72, 0x65, 0x73, 0x18, 0x08, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x1f, 0x2e, - 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x2e, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, - 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x53, 0x69, 0x67, 0x6e, 0x61, 0x74, 0x75, 0x72, 0x65, 0x52, 0x11, - 0x70, 0x61, 0x79, 0x6c, 0x6f, 0x61, 0x64, 0x53, 0x69, 0x67, 0x6e, 0x61, 0x74, 0x75, 0x72, 0x65, - 0x73, 0x12, 0x50, 0x0a, 0x13, 0x65, 0x6e, 0x76, 0x65, 0x6c, 0x6f, 0x70, 0x65, 0x5f, 0x73, 0x69, - 0x67, 0x6e, 0x61, 0x74, 0x75, 0x72, 0x65, 0x73, 0x18, 0x09, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x1f, - 0x2e, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x2e, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, - 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x53, 0x69, 0x67, 0x6e, 0x61, 0x74, 0x75, 0x72, 0x65, 0x52, - 0x12, 0x65, 0x6e, 0x76, 0x65, 0x6c, 0x6f, 0x70, 0x65, 0x53, 0x69, 0x67, 0x6e, 0x61, 0x74, 0x75, - 0x72, 0x65, 0x73, 0x1a, 0x67, 0x0a, 0x0b, 0x50, 0x72, 0x6f, 0x70, 0x6f, 0x73, 0x61, 0x6c, 0x4b, - 0x65, 0x79, 0x12, 0x18, 0x0a, 0x07, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x18, 0x01, 0x20, - 0x01, 0x28, 0x0c, 0x52, 0x07, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x12, 0x15, 0x0a, 0x06, - 0x6b, 0x65, 0x79, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x05, 0x6b, 0x65, - 0x79, 0x49, 0x64, 0x12, 0x27, 0x0a, 0x0f, 0x73, 0x65, 0x71, 0x75, 0x65, 0x6e, 0x63, 0x65, 0x5f, - 0x6e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x04, 0x52, 0x0e, 0x73, 0x65, - 0x71, 0x75, 0x65, 0x6e, 0x63, 0x65, 0x4e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x1a, 0x5a, 0x0a, 0x09, - 0x53, 0x69, 0x67, 0x6e, 0x61, 0x74, 0x75, 0x72, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x61, 0x64, 0x64, - 0x72, 0x65, 0x73, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x07, 0x61, 0x64, 0x64, 0x72, - 0x65, 0x73, 0x73, 0x12, 0x15, 0x0a, 0x06, 0x6b, 0x65, 0x79, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, - 0x01, 0x28, 0x0d, 0x52, 0x05, 0x6b, 0x65, 0x79, 0x49, 0x64, 0x12, 0x1c, 0x0a, 0x09, 0x73, 0x69, - 0x67, 0x6e, 0x61, 0x74, 0x75, 0x72, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x09, 0x73, - 0x69, 0x67, 0x6e, 0x61, 0x74, 0x75, 0x72, 0x65, 0x2a, 0x63, 0x0a, 0x11, 0x54, 0x72, 0x61, 0x6e, - 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x0b, 0x0a, - 0x07, 0x55, 0x4e, 0x4b, 0x4e, 0x4f, 0x57, 0x4e, 0x10, 0x00, 0x12, 0x0b, 0x0a, 0x07, 0x50, 0x45, - 0x4e, 0x44, 0x49, 0x4e, 0x47, 0x10, 0x01, 0x12, 0x0d, 0x0a, 0x09, 0x46, 0x49, 0x4e, 0x41, 0x4c, - 0x49, 0x5a, 0x45, 0x44, 0x10, 0x02, 0x12, 0x0c, 0x0a, 0x08, 0x45, 0x58, 0x45, 0x43, 0x55, 0x54, - 0x45, 0x44, 0x10, 0x03, 0x12, 0x0a, 0x0a, 0x06, 0x53, 0x45, 0x41, 0x4c, 0x45, 0x44, 0x10, 0x04, - 0x12, 0x0b, 0x0a, 0x07, 0x45, 0x58, 0x50, 0x49, 0x52, 0x45, 0x44, 0x10, 0x05, 0x42, 0x5e, 0x0a, - 0x23, 0x6f, 0x72, 0x67, 0x2e, 0x6f, 0x6e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x70, 0x72, 0x6f, 0x74, - 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x6c, 0x65, 0x67, 0x61, 0x63, 0x79, 0x2e, 0x65, 0x6e, 0x74, 0x69, - 0x74, 0x69, 0x65, 0x73, 0x5a, 0x37, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, - 0x2f, 0x6f, 0x6e, 0x66, 0x6c, 0x6f, 0x77, 0x2f, 0x66, 0x6c, 0x6f, 0x77, 0x2f, 0x70, 0x72, 0x6f, - 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x67, 0x6f, 0x2f, 0x66, 0x6c, 0x6f, 0x77, 0x2f, 0x6c, 0x65, - 0x67, 0x61, 0x63, 0x79, 0x2f, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x62, 0x06, 0x70, - 0x72, 0x6f, 0x74, 0x6f, 0x33, -} - -var ( - file_flow_legacy_entities_transaction_proto_rawDescOnce sync.Once - file_flow_legacy_entities_transaction_proto_rawDescData = file_flow_legacy_entities_transaction_proto_rawDesc -) - -func file_flow_legacy_entities_transaction_proto_rawDescGZIP() []byte { - file_flow_legacy_entities_transaction_proto_rawDescOnce.Do(func() { - file_flow_legacy_entities_transaction_proto_rawDescData = protoimpl.X.CompressGZIP(file_flow_legacy_entities_transaction_proto_rawDescData) - }) - return file_flow_legacy_entities_transaction_proto_rawDescData -} - -var file_flow_legacy_entities_transaction_proto_enumTypes = make([]protoimpl.EnumInfo, 1) -var file_flow_legacy_entities_transaction_proto_msgTypes = make([]protoimpl.MessageInfo, 3) -var file_flow_legacy_entities_transaction_proto_goTypes = []interface{}{ - (TransactionStatus)(0), // 0: entities.TransactionStatus - (*Transaction)(nil), // 1: entities.Transaction - (*Transaction_ProposalKey)(nil), // 2: entities.Transaction.ProposalKey - (*Transaction_Signature)(nil), // 3: entities.Transaction.Signature -} -var file_flow_legacy_entities_transaction_proto_depIdxs = []int32{ - 2, // 0: entities.Transaction.proposal_key:type_name -> entities.Transaction.ProposalKey - 3, // 1: entities.Transaction.payload_signatures:type_name -> entities.Transaction.Signature - 3, // 2: entities.Transaction.envelope_signatures:type_name -> entities.Transaction.Signature - 3, // [3:3] is the sub-list for method output_type - 3, // [3:3] is the sub-list for method input_type - 3, // [3:3] is the sub-list for extension type_name - 3, // [3:3] is the sub-list for extension extendee - 0, // [0:3] is the sub-list for field type_name -} - -func init() { file_flow_legacy_entities_transaction_proto_init() } -func file_flow_legacy_entities_transaction_proto_init() { - if File_flow_legacy_entities_transaction_proto != nil { - return - } - if !protoimpl.UnsafeEnabled { - file_flow_legacy_entities_transaction_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Transaction); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_flow_legacy_entities_transaction_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Transaction_ProposalKey); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_flow_legacy_entities_transaction_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Transaction_Signature); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - } - type x struct{} - out := protoimpl.TypeBuilder{ - File: protoimpl.DescBuilder{ - GoPackagePath: reflect.TypeOf(x{}).PkgPath(), - RawDescriptor: file_flow_legacy_entities_transaction_proto_rawDesc, - NumEnums: 1, - NumMessages: 3, - NumExtensions: 0, - NumServices: 0, - }, - GoTypes: file_flow_legacy_entities_transaction_proto_goTypes, - DependencyIndexes: file_flow_legacy_entities_transaction_proto_depIdxs, - EnumInfos: file_flow_legacy_entities_transaction_proto_enumTypes, - MessageInfos: file_flow_legacy_entities_transaction_proto_msgTypes, - }.Build() - File_flow_legacy_entities_transaction_proto = out.File - file_flow_legacy_entities_transaction_proto_rawDesc = nil - file_flow_legacy_entities_transaction_proto_goTypes = nil - file_flow_legacy_entities_transaction_proto_depIdxs = nil +func init() { + proto.RegisterEnum("entities.TransactionStatus", TransactionStatus_name, TransactionStatus_value) + proto.RegisterType((*Transaction)(nil), "entities.Transaction") + proto.RegisterType((*Transaction_ProposalKey)(nil), "entities.Transaction.ProposalKey") + proto.RegisterType((*Transaction_Signature)(nil), "entities.Transaction.Signature") +} + +func init() { + proto.RegisterFile("flow/legacy/entities/transaction.proto", fileDescriptor_1525bb76cf88cd72) +} + +var fileDescriptor_1525bb76cf88cd72 = []byte{ + // 504 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x53, 0x5d, 0x8f, 0x93, 0x40, + 0x14, 0x95, 0xed, 0x27, 0x97, 0xae, 0xb2, 0xe3, 0x47, 0xc8, 0xba, 0x89, 0xa8, 0x89, 0x12, 0x63, + 0x20, 0x59, 0x1f, 0x7c, 0xde, 0x15, 0x34, 0x64, 0x1b, 0x6c, 0xe8, 0x6e, 0xdc, 0xf4, 0xc1, 0x66, + 0x0a, 0xb7, 0x2c, 0x29, 0x65, 0x70, 0x66, 0xd0, 0xe0, 0xdf, 0xf6, 0x0f, 0x18, 0x68, 0x69, 0xfb, + 0xb0, 0x0f, 0xfa, 0x42, 0x72, 0xce, 0xfd, 0x98, 0x7b, 0x38, 0xf7, 0xc2, 0x9b, 0x65, 0xc6, 0x7e, + 0x39, 0x19, 0x26, 0x34, 0xaa, 0x1c, 0xcc, 0x65, 0x2a, 0x53, 0x14, 0x8e, 0xe4, 0x34, 0x17, 0x34, + 0x92, 0x29, 0xcb, 0xed, 0x82, 0x33, 0xc9, 0xc8, 0xb0, 0x8d, 0xbd, 0xfa, 0xd3, 0x05, 0xed, 0x7a, + 0x1f, 0x27, 0xcf, 0xa0, 0x2f, 0x22, 0x9e, 0x16, 0xd2, 0x50, 0x4c, 0xc5, 0x1a, 0x85, 0x5b, 0x44, + 0xce, 0x40, 0xa5, 0x3c, 0x29, 0xd7, 0x98, 0x4b, 0x61, 0x1c, 0x99, 0x1d, 0x6b, 0x14, 0xee, 0x09, + 0xf2, 0x1e, 0x08, 0xc7, 0x25, 0x72, 0xcc, 0x23, 0x9c, 0x2f, 0x32, 0x16, 0xad, 0xe6, 0x69, 0x6c, + 0x74, 0x9a, 0x0e, 0xfa, 0x2e, 0x72, 0x59, 0x07, 0xfc, 0x98, 0x3c, 0x07, 0x35, 0xa1, 0x62, 0x9e, + 0xa5, 0xeb, 0x54, 0x1a, 0x5d, 0x53, 0xb1, 0xba, 0xe1, 0x30, 0xa1, 0x62, 0x5c, 0x63, 0xe2, 0xc2, + 0xa8, 0xe0, 0xac, 0x60, 0x82, 0x66, 0xf3, 0x15, 0x56, 0x46, 0xcf, 0x54, 0x2c, 0xed, 0xfc, 0xa5, + 0xdd, 0x4e, 0x6c, 0x1f, 0x4c, 0x6b, 0x4f, 0xb6, 0x99, 0x57, 0x58, 0x85, 0x5a, 0xb1, 0x07, 0xe4, + 0x09, 0xf4, 0x0a, 0x5a, 0x21, 0x37, 0xfa, 0xcd, 0x0c, 0x1b, 0x40, 0x4c, 0xd0, 0x68, 0x29, 0xef, + 0x18, 0x4f, 0x7f, 0x23, 0x17, 0xc6, 0xa0, 0x91, 0x71, 0x48, 0x91, 0x00, 0x48, 0x41, 0xab, 0x8c, + 0xd1, 0x78, 0x2e, 0xd2, 0x24, 0xa7, 0xb2, 0xe4, 0x28, 0x8c, 0xa1, 0xd9, 0xb1, 0xb4, 0xf3, 0x17, + 0xf7, 0xcf, 0x30, 0x6d, 0xf3, 0xc2, 0x93, 0x6d, 0xe9, 0x8e, 0x11, 0x64, 0x02, 0x8f, 0x31, 0xff, + 0x89, 0x19, 0x2b, 0xf0, 0xb0, 0xa1, 0xfa, 0x6f, 0x0d, 0x49, 0x5b, 0xbb, 0xef, 0x78, 0x9a, 0x80, + 0x76, 0xa0, 0x9a, 0x18, 0x30, 0xa0, 0x71, 0xcc, 0x51, 0x88, 0xad, 0x61, 0x2d, 0x24, 0x4f, 0xa1, + 0xbf, 0xc2, 0xaa, 0xf6, 0xe1, 0xc8, 0x54, 0xac, 0xe3, 0xb0, 0xb7, 0xc2, 0xca, 0x8f, 0xc9, 0x5b, + 0x78, 0x24, 0xf0, 0x47, 0xd9, 0x38, 0x95, 0x97, 0xeb, 0x05, 0xf2, 0xc6, 0xa7, 0x6e, 0xf8, 0xb0, + 0xa5, 0x83, 0x86, 0x3d, 0x9d, 0x81, 0xba, 0x7b, 0xf6, 0xff, 0x9f, 0x39, 0x03, 0x75, 0xa7, 0x77, + 0xbb, 0x08, 0x7b, 0xe2, 0x5d, 0x04, 0x27, 0x07, 0x8a, 0xa7, 0x92, 0xca, 0x52, 0x10, 0x0d, 0x06, + 0x37, 0xc1, 0x55, 0xf0, 0xf5, 0x5b, 0xa0, 0x3f, 0xa8, 0xc1, 0xc4, 0x0b, 0x5c, 0x3f, 0xf8, 0xa2, + 0x2b, 0xe4, 0x18, 0xd4, 0xcf, 0x7e, 0x70, 0x31, 0xf6, 0x67, 0x9e, 0xab, 0x1f, 0x91, 0x11, 0x0c, + 0xbd, 0x5b, 0xef, 0xd3, 0xcd, 0xb5, 0xe7, 0xea, 0x1d, 0x02, 0xd0, 0x9f, 0x7a, 0x17, 0x63, 0xcf, + 0xd5, 0xbb, 0x75, 0x95, 0x77, 0x3b, 0xf1, 0x43, 0xcf, 0xd5, 0x7b, 0x97, 0xdf, 0xe1, 0x35, 0xe3, + 0x89, 0xcd, 0xf2, 0xfa, 0x28, 0x36, 0x8b, 0xbf, 0x28, 0x97, 0xf6, 0xe6, 0x3a, 0x76, 0xbf, 0x7e, + 0xf6, 0x31, 0x49, 0xe5, 0x5d, 0xb9, 0xb0, 0x23, 0xb6, 0x76, 0x36, 0xb9, 0x4e, 0xf3, 0x69, 0x0b, + 0x9c, 0x84, 0x39, 0xf7, 0x9d, 0xd5, 0xa2, 0xdf, 0x64, 0x7c, 0xf8, 0x1b, 0x00, 0x00, 0xff, 0xff, + 0x9a, 0x8c, 0x6d, 0x82, 0x75, 0x03, 0x00, 0x00, } diff --git a/protobuf/go/flow/legacy/execution/execution.pb.go b/protobuf/go/flow/legacy/execution/execution.pb.go index 3ec1364d9..f1d638a9b 100644 --- a/protobuf/go/flow/legacy/execution/execution.pb.go +++ b/protobuf/go/flow/legacy/execution/execution.pb.go @@ -1,909 +1,568 @@ // Code generated by protoc-gen-go. DO NOT EDIT. -// versions: -// protoc-gen-go v1.28.1 -// protoc (unknown) // source: flow/legacy/execution/execution.proto package execution import ( + fmt "fmt" + proto "github.com/golang/protobuf/proto" entities "github.com/onflow/flow/protobuf/go/flow/legacy/entities" - protoreflect "google.golang.org/protobuf/reflect/protoreflect" - protoimpl "google.golang.org/protobuf/runtime/protoimpl" - reflect "reflect" - sync "sync" + math "math" ) -const ( - // Verify that this generated code is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) - // Verify that runtime/protoimpl is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) -) +// Reference imports to suppress errors if they are not otherwise used. +var _ = proto.Marshal +var _ = fmt.Errorf +var _ = math.Inf + +// This is a compile-time assertion to ensure that this generated file +// is compatible with the proto package it is being compiled against. +// A compilation error at this line likely means your copy of the +// proto package needs to be updated. +const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package type PingRequest struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (x *PingRequest) Reset() { - *x = PingRequest{} - if protoimpl.UnsafeEnabled { - mi := &file_flow_legacy_execution_execution_proto_msgTypes[0] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } +func (m *PingRequest) Reset() { *m = PingRequest{} } +func (m *PingRequest) String() string { return proto.CompactTextString(m) } +func (*PingRequest) ProtoMessage() {} +func (*PingRequest) Descriptor() ([]byte, []int) { + return fileDescriptor_8f36ef6043859bf2, []int{0} } -func (x *PingRequest) String() string { - return protoimpl.X.MessageStringOf(x) +func (m *PingRequest) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_PingRequest.Unmarshal(m, b) } - -func (*PingRequest) ProtoMessage() {} - -func (x *PingRequest) ProtoReflect() protoreflect.Message { - mi := &file_flow_legacy_execution_execution_proto_msgTypes[0] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) +func (m *PingRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_PingRequest.Marshal(b, m, deterministic) } - -// Deprecated: Use PingRequest.ProtoReflect.Descriptor instead. -func (*PingRequest) Descriptor() ([]byte, []int) { - return file_flow_legacy_execution_execution_proto_rawDescGZIP(), []int{0} +func (m *PingRequest) XXX_Merge(src proto.Message) { + xxx_messageInfo_PingRequest.Merge(m, src) } - -type PingResponse struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields +func (m *PingRequest) XXX_Size() int { + return xxx_messageInfo_PingRequest.Size(m) } - -func (x *PingResponse) Reset() { - *x = PingResponse{} - if protoimpl.UnsafeEnabled { - mi := &file_flow_legacy_execution_execution_proto_msgTypes[1] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *PingResponse) String() string { - return protoimpl.X.MessageStringOf(x) +func (m *PingRequest) XXX_DiscardUnknown() { + xxx_messageInfo_PingRequest.DiscardUnknown(m) } -func (*PingResponse) ProtoMessage() {} +var xxx_messageInfo_PingRequest proto.InternalMessageInfo -func (x *PingResponse) ProtoReflect() protoreflect.Message { - mi := &file_flow_legacy_execution_execution_proto_msgTypes[1] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) +type PingResponse struct { + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -// Deprecated: Use PingResponse.ProtoReflect.Descriptor instead. +func (m *PingResponse) Reset() { *m = PingResponse{} } +func (m *PingResponse) String() string { return proto.CompactTextString(m) } +func (*PingResponse) ProtoMessage() {} func (*PingResponse) Descriptor() ([]byte, []int) { - return file_flow_legacy_execution_execution_proto_rawDescGZIP(), []int{1} + return fileDescriptor_8f36ef6043859bf2, []int{1} } -type GetAccountAtBlockIDRequest struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - BlockId []byte `protobuf:"bytes,1,opt,name=block_id,json=blockId,proto3" json:"block_id,omitempty"` - Address []byte `protobuf:"bytes,2,opt,name=address,proto3" json:"address,omitempty"` +func (m *PingResponse) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_PingResponse.Unmarshal(m, b) } - -func (x *GetAccountAtBlockIDRequest) Reset() { - *x = GetAccountAtBlockIDRequest{} - if protoimpl.UnsafeEnabled { - mi := &file_flow_legacy_execution_execution_proto_msgTypes[2] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } +func (m *PingResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_PingResponse.Marshal(b, m, deterministic) } - -func (x *GetAccountAtBlockIDRequest) String() string { - return protoimpl.X.MessageStringOf(x) +func (m *PingResponse) XXX_Merge(src proto.Message) { + xxx_messageInfo_PingResponse.Merge(m, src) +} +func (m *PingResponse) XXX_Size() int { + return xxx_messageInfo_PingResponse.Size(m) +} +func (m *PingResponse) XXX_DiscardUnknown() { + xxx_messageInfo_PingResponse.DiscardUnknown(m) } -func (*GetAccountAtBlockIDRequest) ProtoMessage() {} +var xxx_messageInfo_PingResponse proto.InternalMessageInfo -func (x *GetAccountAtBlockIDRequest) ProtoReflect() protoreflect.Message { - mi := &file_flow_legacy_execution_execution_proto_msgTypes[2] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) +type GetAccountAtBlockIDRequest struct { + BlockId []byte `protobuf:"bytes,1,opt,name=block_id,json=blockId,proto3" json:"block_id,omitempty"` + Address []byte `protobuf:"bytes,2,opt,name=address,proto3" json:"address,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -// Deprecated: Use GetAccountAtBlockIDRequest.ProtoReflect.Descriptor instead. +func (m *GetAccountAtBlockIDRequest) Reset() { *m = GetAccountAtBlockIDRequest{} } +func (m *GetAccountAtBlockIDRequest) String() string { return proto.CompactTextString(m) } +func (*GetAccountAtBlockIDRequest) ProtoMessage() {} func (*GetAccountAtBlockIDRequest) Descriptor() ([]byte, []int) { - return file_flow_legacy_execution_execution_proto_rawDescGZIP(), []int{2} + return fileDescriptor_8f36ef6043859bf2, []int{2} +} + +func (m *GetAccountAtBlockIDRequest) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_GetAccountAtBlockIDRequest.Unmarshal(m, b) } +func (m *GetAccountAtBlockIDRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_GetAccountAtBlockIDRequest.Marshal(b, m, deterministic) +} +func (m *GetAccountAtBlockIDRequest) XXX_Merge(src proto.Message) { + xxx_messageInfo_GetAccountAtBlockIDRequest.Merge(m, src) +} +func (m *GetAccountAtBlockIDRequest) XXX_Size() int { + return xxx_messageInfo_GetAccountAtBlockIDRequest.Size(m) +} +func (m *GetAccountAtBlockIDRequest) XXX_DiscardUnknown() { + xxx_messageInfo_GetAccountAtBlockIDRequest.DiscardUnknown(m) +} + +var xxx_messageInfo_GetAccountAtBlockIDRequest proto.InternalMessageInfo -func (x *GetAccountAtBlockIDRequest) GetBlockId() []byte { - if x != nil { - return x.BlockId +func (m *GetAccountAtBlockIDRequest) GetBlockId() []byte { + if m != nil { + return m.BlockId } return nil } -func (x *GetAccountAtBlockIDRequest) GetAddress() []byte { - if x != nil { - return x.Address +func (m *GetAccountAtBlockIDRequest) GetAddress() []byte { + if m != nil { + return m.Address } return nil } type GetAccountAtBlockIDResponse struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Account *entities.Account `protobuf:"bytes,1,opt,name=account,proto3" json:"account,omitempty"` + Account *entities.Account `protobuf:"bytes,1,opt,name=account,proto3" json:"account,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (x *GetAccountAtBlockIDResponse) Reset() { - *x = GetAccountAtBlockIDResponse{} - if protoimpl.UnsafeEnabled { - mi := &file_flow_legacy_execution_execution_proto_msgTypes[3] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } +func (m *GetAccountAtBlockIDResponse) Reset() { *m = GetAccountAtBlockIDResponse{} } +func (m *GetAccountAtBlockIDResponse) String() string { return proto.CompactTextString(m) } +func (*GetAccountAtBlockIDResponse) ProtoMessage() {} +func (*GetAccountAtBlockIDResponse) Descriptor() ([]byte, []int) { + return fileDescriptor_8f36ef6043859bf2, []int{3} } -func (x *GetAccountAtBlockIDResponse) String() string { - return protoimpl.X.MessageStringOf(x) +func (m *GetAccountAtBlockIDResponse) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_GetAccountAtBlockIDResponse.Unmarshal(m, b) } - -func (*GetAccountAtBlockIDResponse) ProtoMessage() {} - -func (x *GetAccountAtBlockIDResponse) ProtoReflect() protoreflect.Message { - mi := &file_flow_legacy_execution_execution_proto_msgTypes[3] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) +func (m *GetAccountAtBlockIDResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_GetAccountAtBlockIDResponse.Marshal(b, m, deterministic) } - -// Deprecated: Use GetAccountAtBlockIDResponse.ProtoReflect.Descriptor instead. -func (*GetAccountAtBlockIDResponse) Descriptor() ([]byte, []int) { - return file_flow_legacy_execution_execution_proto_rawDescGZIP(), []int{3} +func (m *GetAccountAtBlockIDResponse) XXX_Merge(src proto.Message) { + xxx_messageInfo_GetAccountAtBlockIDResponse.Merge(m, src) +} +func (m *GetAccountAtBlockIDResponse) XXX_Size() int { + return xxx_messageInfo_GetAccountAtBlockIDResponse.Size(m) } +func (m *GetAccountAtBlockIDResponse) XXX_DiscardUnknown() { + xxx_messageInfo_GetAccountAtBlockIDResponse.DiscardUnknown(m) +} + +var xxx_messageInfo_GetAccountAtBlockIDResponse proto.InternalMessageInfo -func (x *GetAccountAtBlockIDResponse) GetAccount() *entities.Account { - if x != nil { - return x.Account +func (m *GetAccountAtBlockIDResponse) GetAccount() *entities.Account { + if m != nil { + return m.Account } return nil } type ExecuteScriptAtBlockIDRequest struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - BlockId []byte `protobuf:"bytes,1,opt,name=block_id,json=blockId,proto3" json:"block_id,omitempty"` - Script []byte `protobuf:"bytes,2,opt,name=script,proto3" json:"script,omitempty"` - Arguments [][]byte `protobuf:"bytes,3,rep,name=arguments,proto3" json:"arguments,omitempty"` + BlockId []byte `protobuf:"bytes,1,opt,name=block_id,json=blockId,proto3" json:"block_id,omitempty"` + Script []byte `protobuf:"bytes,2,opt,name=script,proto3" json:"script,omitempty"` + Arguments [][]byte `protobuf:"bytes,3,rep,name=arguments,proto3" json:"arguments,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (x *ExecuteScriptAtBlockIDRequest) Reset() { - *x = ExecuteScriptAtBlockIDRequest{} - if protoimpl.UnsafeEnabled { - mi := &file_flow_legacy_execution_execution_proto_msgTypes[4] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } +func (m *ExecuteScriptAtBlockIDRequest) Reset() { *m = ExecuteScriptAtBlockIDRequest{} } +func (m *ExecuteScriptAtBlockIDRequest) String() string { return proto.CompactTextString(m) } +func (*ExecuteScriptAtBlockIDRequest) ProtoMessage() {} +func (*ExecuteScriptAtBlockIDRequest) Descriptor() ([]byte, []int) { + return fileDescriptor_8f36ef6043859bf2, []int{4} } -func (x *ExecuteScriptAtBlockIDRequest) String() string { - return protoimpl.X.MessageStringOf(x) +func (m *ExecuteScriptAtBlockIDRequest) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_ExecuteScriptAtBlockIDRequest.Unmarshal(m, b) } - -func (*ExecuteScriptAtBlockIDRequest) ProtoMessage() {} - -func (x *ExecuteScriptAtBlockIDRequest) ProtoReflect() protoreflect.Message { - mi := &file_flow_legacy_execution_execution_proto_msgTypes[4] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) +func (m *ExecuteScriptAtBlockIDRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_ExecuteScriptAtBlockIDRequest.Marshal(b, m, deterministic) } - -// Deprecated: Use ExecuteScriptAtBlockIDRequest.ProtoReflect.Descriptor instead. -func (*ExecuteScriptAtBlockIDRequest) Descriptor() ([]byte, []int) { - return file_flow_legacy_execution_execution_proto_rawDescGZIP(), []int{4} +func (m *ExecuteScriptAtBlockIDRequest) XXX_Merge(src proto.Message) { + xxx_messageInfo_ExecuteScriptAtBlockIDRequest.Merge(m, src) +} +func (m *ExecuteScriptAtBlockIDRequest) XXX_Size() int { + return xxx_messageInfo_ExecuteScriptAtBlockIDRequest.Size(m) } +func (m *ExecuteScriptAtBlockIDRequest) XXX_DiscardUnknown() { + xxx_messageInfo_ExecuteScriptAtBlockIDRequest.DiscardUnknown(m) +} + +var xxx_messageInfo_ExecuteScriptAtBlockIDRequest proto.InternalMessageInfo -func (x *ExecuteScriptAtBlockIDRequest) GetBlockId() []byte { - if x != nil { - return x.BlockId +func (m *ExecuteScriptAtBlockIDRequest) GetBlockId() []byte { + if m != nil { + return m.BlockId } return nil } -func (x *ExecuteScriptAtBlockIDRequest) GetScript() []byte { - if x != nil { - return x.Script +func (m *ExecuteScriptAtBlockIDRequest) GetScript() []byte { + if m != nil { + return m.Script } return nil } -func (x *ExecuteScriptAtBlockIDRequest) GetArguments() [][]byte { - if x != nil { - return x.Arguments +func (m *ExecuteScriptAtBlockIDRequest) GetArguments() [][]byte { + if m != nil { + return m.Arguments } return nil } type ExecuteScriptAtBlockIDResponse struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Value []byte `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"` + Value []byte `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (x *ExecuteScriptAtBlockIDResponse) Reset() { - *x = ExecuteScriptAtBlockIDResponse{} - if protoimpl.UnsafeEnabled { - mi := &file_flow_legacy_execution_execution_proto_msgTypes[5] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } +func (m *ExecuteScriptAtBlockIDResponse) Reset() { *m = ExecuteScriptAtBlockIDResponse{} } +func (m *ExecuteScriptAtBlockIDResponse) String() string { return proto.CompactTextString(m) } +func (*ExecuteScriptAtBlockIDResponse) ProtoMessage() {} +func (*ExecuteScriptAtBlockIDResponse) Descriptor() ([]byte, []int) { + return fileDescriptor_8f36ef6043859bf2, []int{5} } -func (x *ExecuteScriptAtBlockIDResponse) String() string { - return protoimpl.X.MessageStringOf(x) +func (m *ExecuteScriptAtBlockIDResponse) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_ExecuteScriptAtBlockIDResponse.Unmarshal(m, b) } - -func (*ExecuteScriptAtBlockIDResponse) ProtoMessage() {} - -func (x *ExecuteScriptAtBlockIDResponse) ProtoReflect() protoreflect.Message { - mi := &file_flow_legacy_execution_execution_proto_msgTypes[5] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) +func (m *ExecuteScriptAtBlockIDResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_ExecuteScriptAtBlockIDResponse.Marshal(b, m, deterministic) } - -// Deprecated: Use ExecuteScriptAtBlockIDResponse.ProtoReflect.Descriptor instead. -func (*ExecuteScriptAtBlockIDResponse) Descriptor() ([]byte, []int) { - return file_flow_legacy_execution_execution_proto_rawDescGZIP(), []int{5} +func (m *ExecuteScriptAtBlockIDResponse) XXX_Merge(src proto.Message) { + xxx_messageInfo_ExecuteScriptAtBlockIDResponse.Merge(m, src) +} +func (m *ExecuteScriptAtBlockIDResponse) XXX_Size() int { + return xxx_messageInfo_ExecuteScriptAtBlockIDResponse.Size(m) } +func (m *ExecuteScriptAtBlockIDResponse) XXX_DiscardUnknown() { + xxx_messageInfo_ExecuteScriptAtBlockIDResponse.DiscardUnknown(m) +} + +var xxx_messageInfo_ExecuteScriptAtBlockIDResponse proto.InternalMessageInfo -func (x *ExecuteScriptAtBlockIDResponse) GetValue() []byte { - if x != nil { - return x.Value +func (m *ExecuteScriptAtBlockIDResponse) GetValue() []byte { + if m != nil { + return m.Value } return nil } type GetEventsForBlockIDsResponse struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Results []*GetEventsForBlockIDsResponse_Result `protobuf:"bytes,1,rep,name=results,proto3" json:"results,omitempty"` + Results []*GetEventsForBlockIDsResponse_Result `protobuf:"bytes,1,rep,name=results,proto3" json:"results,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (x *GetEventsForBlockIDsResponse) Reset() { - *x = GetEventsForBlockIDsResponse{} - if protoimpl.UnsafeEnabled { - mi := &file_flow_legacy_execution_execution_proto_msgTypes[6] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } +func (m *GetEventsForBlockIDsResponse) Reset() { *m = GetEventsForBlockIDsResponse{} } +func (m *GetEventsForBlockIDsResponse) String() string { return proto.CompactTextString(m) } +func (*GetEventsForBlockIDsResponse) ProtoMessage() {} +func (*GetEventsForBlockIDsResponse) Descriptor() ([]byte, []int) { + return fileDescriptor_8f36ef6043859bf2, []int{6} } -func (x *GetEventsForBlockIDsResponse) String() string { - return protoimpl.X.MessageStringOf(x) +func (m *GetEventsForBlockIDsResponse) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_GetEventsForBlockIDsResponse.Unmarshal(m, b) } - -func (*GetEventsForBlockIDsResponse) ProtoMessage() {} - -func (x *GetEventsForBlockIDsResponse) ProtoReflect() protoreflect.Message { - mi := &file_flow_legacy_execution_execution_proto_msgTypes[6] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) +func (m *GetEventsForBlockIDsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_GetEventsForBlockIDsResponse.Marshal(b, m, deterministic) } - -// Deprecated: Use GetEventsForBlockIDsResponse.ProtoReflect.Descriptor instead. -func (*GetEventsForBlockIDsResponse) Descriptor() ([]byte, []int) { - return file_flow_legacy_execution_execution_proto_rawDescGZIP(), []int{6} +func (m *GetEventsForBlockIDsResponse) XXX_Merge(src proto.Message) { + xxx_messageInfo_GetEventsForBlockIDsResponse.Merge(m, src) +} +func (m *GetEventsForBlockIDsResponse) XXX_Size() int { + return xxx_messageInfo_GetEventsForBlockIDsResponse.Size(m) +} +func (m *GetEventsForBlockIDsResponse) XXX_DiscardUnknown() { + xxx_messageInfo_GetEventsForBlockIDsResponse.DiscardUnknown(m) } -func (x *GetEventsForBlockIDsResponse) GetResults() []*GetEventsForBlockIDsResponse_Result { - if x != nil { - return x.Results +var xxx_messageInfo_GetEventsForBlockIDsResponse proto.InternalMessageInfo + +func (m *GetEventsForBlockIDsResponse) GetResults() []*GetEventsForBlockIDsResponse_Result { + if m != nil { + return m.Results } return nil } -type GetEventsForBlockIDsRequest struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Type string `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"` - BlockIds [][]byte `protobuf:"bytes,2,rep,name=block_ids,json=blockIds,proto3" json:"block_ids,omitempty"` +type GetEventsForBlockIDsResponse_Result struct { + BlockId []byte `protobuf:"bytes,1,opt,name=block_id,json=blockId,proto3" json:"block_id,omitempty"` + BlockHeight uint64 `protobuf:"varint,2,opt,name=block_height,json=blockHeight,proto3" json:"block_height,omitempty"` + Events []*entities.Event `protobuf:"bytes,3,rep,name=events,proto3" json:"events,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (x *GetEventsForBlockIDsRequest) Reset() { - *x = GetEventsForBlockIDsRequest{} - if protoimpl.UnsafeEnabled { - mi := &file_flow_legacy_execution_execution_proto_msgTypes[7] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } +func (m *GetEventsForBlockIDsResponse_Result) Reset() { *m = GetEventsForBlockIDsResponse_Result{} } +func (m *GetEventsForBlockIDsResponse_Result) String() string { return proto.CompactTextString(m) } +func (*GetEventsForBlockIDsResponse_Result) ProtoMessage() {} +func (*GetEventsForBlockIDsResponse_Result) Descriptor() ([]byte, []int) { + return fileDescriptor_8f36ef6043859bf2, []int{6, 0} } -func (x *GetEventsForBlockIDsRequest) String() string { - return protoimpl.X.MessageStringOf(x) +func (m *GetEventsForBlockIDsResponse_Result) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_GetEventsForBlockIDsResponse_Result.Unmarshal(m, b) +} +func (m *GetEventsForBlockIDsResponse_Result) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_GetEventsForBlockIDsResponse_Result.Marshal(b, m, deterministic) +} +func (m *GetEventsForBlockIDsResponse_Result) XXX_Merge(src proto.Message) { + xxx_messageInfo_GetEventsForBlockIDsResponse_Result.Merge(m, src) +} +func (m *GetEventsForBlockIDsResponse_Result) XXX_Size() int { + return xxx_messageInfo_GetEventsForBlockIDsResponse_Result.Size(m) +} +func (m *GetEventsForBlockIDsResponse_Result) XXX_DiscardUnknown() { + xxx_messageInfo_GetEventsForBlockIDsResponse_Result.DiscardUnknown(m) } -func (*GetEventsForBlockIDsRequest) ProtoMessage() {} +var xxx_messageInfo_GetEventsForBlockIDsResponse_Result proto.InternalMessageInfo -func (x *GetEventsForBlockIDsRequest) ProtoReflect() protoreflect.Message { - mi := &file_flow_legacy_execution_execution_proto_msgTypes[7] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms +func (m *GetEventsForBlockIDsResponse_Result) GetBlockId() []byte { + if m != nil { + return m.BlockId } - return mi.MessageOf(x) -} - -// Deprecated: Use GetEventsForBlockIDsRequest.ProtoReflect.Descriptor instead. -func (*GetEventsForBlockIDsRequest) Descriptor() ([]byte, []int) { - return file_flow_legacy_execution_execution_proto_rawDescGZIP(), []int{7} + return nil } -func (x *GetEventsForBlockIDsRequest) GetType() string { - if x != nil { - return x.Type +func (m *GetEventsForBlockIDsResponse_Result) GetBlockHeight() uint64 { + if m != nil { + return m.BlockHeight } - return "" + return 0 } -func (x *GetEventsForBlockIDsRequest) GetBlockIds() [][]byte { - if x != nil { - return x.BlockIds +func (m *GetEventsForBlockIDsResponse_Result) GetEvents() []*entities.Event { + if m != nil { + return m.Events } return nil } -type GetTransactionResultRequest struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - BlockId []byte `protobuf:"bytes,1,opt,name=block_id,json=blockId,proto3" json:"block_id,omitempty"` - TransactionId []byte `protobuf:"bytes,2,opt,name=transaction_id,json=transactionId,proto3" json:"transaction_id,omitempty"` +type GetEventsForBlockIDsRequest struct { + Type string `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"` + BlockIds [][]byte `protobuf:"bytes,2,rep,name=block_ids,json=blockIds,proto3" json:"block_ids,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (x *GetTransactionResultRequest) Reset() { - *x = GetTransactionResultRequest{} - if protoimpl.UnsafeEnabled { - mi := &file_flow_legacy_execution_execution_proto_msgTypes[8] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } +func (m *GetEventsForBlockIDsRequest) Reset() { *m = GetEventsForBlockIDsRequest{} } +func (m *GetEventsForBlockIDsRequest) String() string { return proto.CompactTextString(m) } +func (*GetEventsForBlockIDsRequest) ProtoMessage() {} +func (*GetEventsForBlockIDsRequest) Descriptor() ([]byte, []int) { + return fileDescriptor_8f36ef6043859bf2, []int{7} } -func (x *GetTransactionResultRequest) String() string { - return protoimpl.X.MessageStringOf(x) +func (m *GetEventsForBlockIDsRequest) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_GetEventsForBlockIDsRequest.Unmarshal(m, b) } - -func (*GetTransactionResultRequest) ProtoMessage() {} - -func (x *GetTransactionResultRequest) ProtoReflect() protoreflect.Message { - mi := &file_flow_legacy_execution_execution_proto_msgTypes[8] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) +func (m *GetEventsForBlockIDsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_GetEventsForBlockIDsRequest.Marshal(b, m, deterministic) } - -// Deprecated: Use GetTransactionResultRequest.ProtoReflect.Descriptor instead. -func (*GetTransactionResultRequest) Descriptor() ([]byte, []int) { - return file_flow_legacy_execution_execution_proto_rawDescGZIP(), []int{8} +func (m *GetEventsForBlockIDsRequest) XXX_Merge(src proto.Message) { + xxx_messageInfo_GetEventsForBlockIDsRequest.Merge(m, src) +} +func (m *GetEventsForBlockIDsRequest) XXX_Size() int { + return xxx_messageInfo_GetEventsForBlockIDsRequest.Size(m) } +func (m *GetEventsForBlockIDsRequest) XXX_DiscardUnknown() { + xxx_messageInfo_GetEventsForBlockIDsRequest.DiscardUnknown(m) +} + +var xxx_messageInfo_GetEventsForBlockIDsRequest proto.InternalMessageInfo -func (x *GetTransactionResultRequest) GetBlockId() []byte { - if x != nil { - return x.BlockId +func (m *GetEventsForBlockIDsRequest) GetType() string { + if m != nil { + return m.Type } - return nil + return "" } -func (x *GetTransactionResultRequest) GetTransactionId() []byte { - if x != nil { - return x.TransactionId +func (m *GetEventsForBlockIDsRequest) GetBlockIds() [][]byte { + if m != nil { + return m.BlockIds } return nil } -type GetTransactionResultResponse struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - StatusCode uint32 `protobuf:"varint,1,opt,name=status_code,json=statusCode,proto3" json:"status_code,omitempty"` - ErrorMessage string `protobuf:"bytes,2,opt,name=error_message,json=errorMessage,proto3" json:"error_message,omitempty"` - Events []*entities.Event `protobuf:"bytes,3,rep,name=events,proto3" json:"events,omitempty"` +type GetTransactionResultRequest struct { + BlockId []byte `protobuf:"bytes,1,opt,name=block_id,json=blockId,proto3" json:"block_id,omitempty"` + TransactionId []byte `protobuf:"bytes,2,opt,name=transaction_id,json=transactionId,proto3" json:"transaction_id,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (x *GetTransactionResultResponse) Reset() { - *x = GetTransactionResultResponse{} - if protoimpl.UnsafeEnabled { - mi := &file_flow_legacy_execution_execution_proto_msgTypes[9] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } +func (m *GetTransactionResultRequest) Reset() { *m = GetTransactionResultRequest{} } +func (m *GetTransactionResultRequest) String() string { return proto.CompactTextString(m) } +func (*GetTransactionResultRequest) ProtoMessage() {} +func (*GetTransactionResultRequest) Descriptor() ([]byte, []int) { + return fileDescriptor_8f36ef6043859bf2, []int{8} } -func (x *GetTransactionResultResponse) String() string { - return protoimpl.X.MessageStringOf(x) +func (m *GetTransactionResultRequest) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_GetTransactionResultRequest.Unmarshal(m, b) } - -func (*GetTransactionResultResponse) ProtoMessage() {} - -func (x *GetTransactionResultResponse) ProtoReflect() protoreflect.Message { - mi := &file_flow_legacy_execution_execution_proto_msgTypes[9] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) +func (m *GetTransactionResultRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_GetTransactionResultRequest.Marshal(b, m, deterministic) } - -// Deprecated: Use GetTransactionResultResponse.ProtoReflect.Descriptor instead. -func (*GetTransactionResultResponse) Descriptor() ([]byte, []int) { - return file_flow_legacy_execution_execution_proto_rawDescGZIP(), []int{9} +func (m *GetTransactionResultRequest) XXX_Merge(src proto.Message) { + xxx_messageInfo_GetTransactionResultRequest.Merge(m, src) } - -func (x *GetTransactionResultResponse) GetStatusCode() uint32 { - if x != nil { - return x.StatusCode - } - return 0 +func (m *GetTransactionResultRequest) XXX_Size() int { + return xxx_messageInfo_GetTransactionResultRequest.Size(m) +} +func (m *GetTransactionResultRequest) XXX_DiscardUnknown() { + xxx_messageInfo_GetTransactionResultRequest.DiscardUnknown(m) } -func (x *GetTransactionResultResponse) GetErrorMessage() string { - if x != nil { - return x.ErrorMessage +var xxx_messageInfo_GetTransactionResultRequest proto.InternalMessageInfo + +func (m *GetTransactionResultRequest) GetBlockId() []byte { + if m != nil { + return m.BlockId } - return "" + return nil } -func (x *GetTransactionResultResponse) GetEvents() []*entities.Event { - if x != nil { - return x.Events +func (m *GetTransactionResultRequest) GetTransactionId() []byte { + if m != nil { + return m.TransactionId } return nil } -type GetEventsForBlockIDsResponse_Result struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - BlockId []byte `protobuf:"bytes,1,opt,name=block_id,json=blockId,proto3" json:"block_id,omitempty"` - BlockHeight uint64 `protobuf:"varint,2,opt,name=block_height,json=blockHeight,proto3" json:"block_height,omitempty"` - Events []*entities.Event `protobuf:"bytes,3,rep,name=events,proto3" json:"events,omitempty"` +type GetTransactionResultResponse struct { + StatusCode uint32 `protobuf:"varint,1,opt,name=status_code,json=statusCode,proto3" json:"status_code,omitempty"` + ErrorMessage string `protobuf:"bytes,2,opt,name=error_message,json=errorMessage,proto3" json:"error_message,omitempty"` + Events []*entities.Event `protobuf:"bytes,3,rep,name=events,proto3" json:"events,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (x *GetEventsForBlockIDsResponse_Result) Reset() { - *x = GetEventsForBlockIDsResponse_Result{} - if protoimpl.UnsafeEnabled { - mi := &file_flow_legacy_execution_execution_proto_msgTypes[10] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } +func (m *GetTransactionResultResponse) Reset() { *m = GetTransactionResultResponse{} } +func (m *GetTransactionResultResponse) String() string { return proto.CompactTextString(m) } +func (*GetTransactionResultResponse) ProtoMessage() {} +func (*GetTransactionResultResponse) Descriptor() ([]byte, []int) { + return fileDescriptor_8f36ef6043859bf2, []int{9} } -func (x *GetEventsForBlockIDsResponse_Result) String() string { - return protoimpl.X.MessageStringOf(x) +func (m *GetTransactionResultResponse) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_GetTransactionResultResponse.Unmarshal(m, b) } - -func (*GetEventsForBlockIDsResponse_Result) ProtoMessage() {} - -func (x *GetEventsForBlockIDsResponse_Result) ProtoReflect() protoreflect.Message { - mi := &file_flow_legacy_execution_execution_proto_msgTypes[10] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) +func (m *GetTransactionResultResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_GetTransactionResultResponse.Marshal(b, m, deterministic) } - -// Deprecated: Use GetEventsForBlockIDsResponse_Result.ProtoReflect.Descriptor instead. -func (*GetEventsForBlockIDsResponse_Result) Descriptor() ([]byte, []int) { - return file_flow_legacy_execution_execution_proto_rawDescGZIP(), []int{6, 0} +func (m *GetTransactionResultResponse) XXX_Merge(src proto.Message) { + xxx_messageInfo_GetTransactionResultResponse.Merge(m, src) +} +func (m *GetTransactionResultResponse) XXX_Size() int { + return xxx_messageInfo_GetTransactionResultResponse.Size(m) +} +func (m *GetTransactionResultResponse) XXX_DiscardUnknown() { + xxx_messageInfo_GetTransactionResultResponse.DiscardUnknown(m) } -func (x *GetEventsForBlockIDsResponse_Result) GetBlockId() []byte { - if x != nil { - return x.BlockId +var xxx_messageInfo_GetTransactionResultResponse proto.InternalMessageInfo + +func (m *GetTransactionResultResponse) GetStatusCode() uint32 { + if m != nil { + return m.StatusCode } - return nil + return 0 } -func (x *GetEventsForBlockIDsResponse_Result) GetBlockHeight() uint64 { - if x != nil { - return x.BlockHeight +func (m *GetTransactionResultResponse) GetErrorMessage() string { + if m != nil { + return m.ErrorMessage } - return 0 + return "" } -func (x *GetEventsForBlockIDsResponse_Result) GetEvents() []*entities.Event { - if x != nil { - return x.Events +func (m *GetTransactionResultResponse) GetEvents() []*entities.Event { + if m != nil { + return m.Events } return nil } -var File_flow_legacy_execution_execution_proto protoreflect.FileDescriptor - -var file_flow_legacy_execution_execution_proto_rawDesc = []byte{ - 0x0a, 0x25, 0x66, 0x6c, 0x6f, 0x77, 0x2f, 0x6c, 0x65, 0x67, 0x61, 0x63, 0x79, 0x2f, 0x65, 0x78, - 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x2f, 0x65, 0x78, 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, - 0x6e, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x09, 0x65, 0x78, 0x65, 0x63, 0x75, 0x74, 0x69, - 0x6f, 0x6e, 0x1a, 0x22, 0x66, 0x6c, 0x6f, 0x77, 0x2f, 0x6c, 0x65, 0x67, 0x61, 0x63, 0x79, 0x2f, - 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x2f, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, - 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x20, 0x66, 0x6c, 0x6f, 0x77, 0x2f, 0x6c, 0x65, 0x67, - 0x61, 0x63, 0x79, 0x2f, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x2f, 0x65, 0x76, 0x65, - 0x6e, 0x74, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0x0d, 0x0a, 0x0b, 0x50, 0x69, 0x6e, 0x67, - 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x22, 0x0e, 0x0a, 0x0c, 0x50, 0x69, 0x6e, 0x67, 0x52, - 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x51, 0x0a, 0x1a, 0x47, 0x65, 0x74, 0x41, 0x63, - 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x41, 0x74, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x49, 0x44, 0x52, 0x65, - 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x19, 0x0a, 0x08, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x5f, 0x69, - 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x07, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x49, 0x64, - 0x12, 0x18, 0x0a, 0x07, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x18, 0x02, 0x20, 0x01, 0x28, - 0x0c, 0x52, 0x07, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x22, 0x4a, 0x0a, 0x1b, 0x47, 0x65, - 0x74, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x41, 0x74, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x49, - 0x44, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x2b, 0x0a, 0x07, 0x61, 0x63, 0x63, - 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x11, 0x2e, 0x65, 0x6e, 0x74, - 0x69, 0x74, 0x69, 0x65, 0x73, 0x2e, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x52, 0x07, 0x61, - 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x22, 0x70, 0x0a, 0x1d, 0x45, 0x78, 0x65, 0x63, 0x75, 0x74, - 0x65, 0x53, 0x63, 0x72, 0x69, 0x70, 0x74, 0x41, 0x74, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x49, 0x44, - 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x19, 0x0a, 0x08, 0x62, 0x6c, 0x6f, 0x63, 0x6b, - 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x07, 0x62, 0x6c, 0x6f, 0x63, 0x6b, - 0x49, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x18, 0x02, 0x20, 0x01, - 0x28, 0x0c, 0x52, 0x06, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x12, 0x1c, 0x0a, 0x09, 0x61, 0x72, - 0x67, 0x75, 0x6d, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x03, 0x20, 0x03, 0x28, 0x0c, 0x52, 0x09, 0x61, - 0x72, 0x67, 0x75, 0x6d, 0x65, 0x6e, 0x74, 0x73, 0x22, 0x36, 0x0a, 0x1e, 0x45, 0x78, 0x65, 0x63, - 0x75, 0x74, 0x65, 0x53, 0x63, 0x72, 0x69, 0x70, 0x74, 0x41, 0x74, 0x42, 0x6c, 0x6f, 0x63, 0x6b, - 0x49, 0x44, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, - 0x6c, 0x75, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, - 0x22, 0xd9, 0x01, 0x0a, 0x1c, 0x47, 0x65, 0x74, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x46, 0x6f, - 0x72, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x49, 0x44, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, - 0x65, 0x12, 0x48, 0x0a, 0x07, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x73, 0x18, 0x01, 0x20, 0x03, - 0x28, 0x0b, 0x32, 0x2e, 0x2e, 0x65, 0x78, 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x47, - 0x65, 0x74, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x46, 0x6f, 0x72, 0x42, 0x6c, 0x6f, 0x63, 0x6b, - 0x49, 0x44, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x52, 0x65, 0x73, 0x75, - 0x6c, 0x74, 0x52, 0x07, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x73, 0x1a, 0x6f, 0x0a, 0x06, 0x52, - 0x65, 0x73, 0x75, 0x6c, 0x74, 0x12, 0x19, 0x0a, 0x08, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x5f, 0x69, - 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x07, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x49, 0x64, - 0x12, 0x21, 0x0a, 0x0c, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x5f, 0x68, 0x65, 0x69, 0x67, 0x68, 0x74, - 0x18, 0x02, 0x20, 0x01, 0x28, 0x04, 0x52, 0x0b, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x48, 0x65, 0x69, - 0x67, 0x68, 0x74, 0x12, 0x27, 0x0a, 0x06, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x03, 0x20, - 0x03, 0x28, 0x0b, 0x32, 0x0f, 0x2e, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x2e, 0x45, - 0x76, 0x65, 0x6e, 0x74, 0x52, 0x06, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x22, 0x4e, 0x0a, 0x1b, - 0x47, 0x65, 0x74, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x46, 0x6f, 0x72, 0x42, 0x6c, 0x6f, 0x63, - 0x6b, 0x49, 0x44, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x74, - 0x79, 0x70, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x74, 0x79, 0x70, 0x65, 0x12, - 0x1b, 0x0a, 0x09, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x5f, 0x69, 0x64, 0x73, 0x18, 0x02, 0x20, 0x03, - 0x28, 0x0c, 0x52, 0x08, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x49, 0x64, 0x73, 0x22, 0x5f, 0x0a, 0x1b, - 0x47, 0x65, 0x74, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, - 0x73, 0x75, 0x6c, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x19, 0x0a, 0x08, 0x62, - 0x6c, 0x6f, 0x63, 0x6b, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x07, 0x62, - 0x6c, 0x6f, 0x63, 0x6b, 0x49, 0x64, 0x12, 0x25, 0x0a, 0x0e, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x61, - 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x0d, - 0x74, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x64, 0x22, 0x8d, 0x01, - 0x0a, 0x1c, 0x47, 0x65, 0x74, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, - 0x52, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x1f, - 0x0a, 0x0b, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x5f, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, - 0x01, 0x28, 0x0d, 0x52, 0x0a, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x43, 0x6f, 0x64, 0x65, 0x12, - 0x23, 0x0a, 0x0d, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x5f, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, - 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x4d, 0x65, 0x73, - 0x73, 0x61, 0x67, 0x65, 0x12, 0x27, 0x0a, 0x06, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x03, - 0x20, 0x03, 0x28, 0x0b, 0x32, 0x0f, 0x2e, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x2e, - 0x45, 0x76, 0x65, 0x6e, 0x74, 0x52, 0x06, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x32, 0xee, 0x03, - 0x0a, 0x0c, 0x45, 0x78, 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x41, 0x50, 0x49, 0x12, 0x37, - 0x0a, 0x04, 0x50, 0x69, 0x6e, 0x67, 0x12, 0x16, 0x2e, 0x65, 0x78, 0x65, 0x63, 0x75, 0x74, 0x69, - 0x6f, 0x6e, 0x2e, 0x50, 0x69, 0x6e, 0x67, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x17, - 0x2e, 0x65, 0x78, 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x50, 0x69, 0x6e, 0x67, 0x52, - 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x64, 0x0a, 0x13, 0x47, 0x65, 0x74, 0x41, 0x63, - 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x41, 0x74, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x49, 0x44, 0x12, 0x25, - 0x2e, 0x65, 0x78, 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x47, 0x65, 0x74, 0x41, 0x63, - 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x41, 0x74, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x49, 0x44, 0x52, 0x65, - 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x26, 0x2e, 0x65, 0x78, 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, - 0x6e, 0x2e, 0x47, 0x65, 0x74, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x41, 0x74, 0x42, 0x6c, - 0x6f, 0x63, 0x6b, 0x49, 0x44, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x6d, 0x0a, - 0x16, 0x45, 0x78, 0x65, 0x63, 0x75, 0x74, 0x65, 0x53, 0x63, 0x72, 0x69, 0x70, 0x74, 0x41, 0x74, - 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x49, 0x44, 0x12, 0x28, 0x2e, 0x65, 0x78, 0x65, 0x63, 0x75, 0x74, - 0x69, 0x6f, 0x6e, 0x2e, 0x45, 0x78, 0x65, 0x63, 0x75, 0x74, 0x65, 0x53, 0x63, 0x72, 0x69, 0x70, - 0x74, 0x41, 0x74, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x49, 0x44, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, - 0x74, 0x1a, 0x29, 0x2e, 0x65, 0x78, 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x45, 0x78, - 0x65, 0x63, 0x75, 0x74, 0x65, 0x53, 0x63, 0x72, 0x69, 0x70, 0x74, 0x41, 0x74, 0x42, 0x6c, 0x6f, - 0x63, 0x6b, 0x49, 0x44, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x67, 0x0a, 0x14, - 0x47, 0x65, 0x74, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x46, 0x6f, 0x72, 0x42, 0x6c, 0x6f, 0x63, - 0x6b, 0x49, 0x44, 0x73, 0x12, 0x26, 0x2e, 0x65, 0x78, 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, 0x6e, - 0x2e, 0x47, 0x65, 0x74, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x46, 0x6f, 0x72, 0x42, 0x6c, 0x6f, - 0x63, 0x6b, 0x49, 0x44, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x27, 0x2e, 0x65, - 0x78, 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x47, 0x65, 0x74, 0x45, 0x76, 0x65, 0x6e, - 0x74, 0x73, 0x46, 0x6f, 0x72, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x49, 0x44, 0x73, 0x52, 0x65, 0x73, - 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x67, 0x0a, 0x14, 0x47, 0x65, 0x74, 0x54, 0x72, 0x61, 0x6e, - 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x12, 0x26, 0x2e, - 0x65, 0x78, 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x47, 0x65, 0x74, 0x54, 0x72, 0x61, - 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x52, 0x65, - 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x27, 0x2e, 0x65, 0x78, 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, - 0x6e, 0x2e, 0x47, 0x65, 0x74, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, - 0x52, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x42, 0x60, - 0x0a, 0x24, 0x6f, 0x72, 0x67, 0x2e, 0x6f, 0x6e, 0x66, 0x6c, 0x6f, 0x77, 0x2e, 0x70, 0x72, 0x6f, - 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x6c, 0x65, 0x67, 0x61, 0x63, 0x79, 0x2e, 0x65, 0x78, 0x65, - 0x63, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x5a, 0x38, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, - 0x6f, 0x6d, 0x2f, 0x6f, 0x6e, 0x66, 0x6c, 0x6f, 0x77, 0x2f, 0x66, 0x6c, 0x6f, 0x77, 0x2f, 0x70, - 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x67, 0x6f, 0x2f, 0x66, 0x6c, 0x6f, 0x77, 0x2f, - 0x6c, 0x65, 0x67, 0x61, 0x63, 0x79, 0x2f, 0x65, 0x78, 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, 0x6e, - 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, -} - -var ( - file_flow_legacy_execution_execution_proto_rawDescOnce sync.Once - file_flow_legacy_execution_execution_proto_rawDescData = file_flow_legacy_execution_execution_proto_rawDesc -) - -func file_flow_legacy_execution_execution_proto_rawDescGZIP() []byte { - file_flow_legacy_execution_execution_proto_rawDescOnce.Do(func() { - file_flow_legacy_execution_execution_proto_rawDescData = protoimpl.X.CompressGZIP(file_flow_legacy_execution_execution_proto_rawDescData) - }) - return file_flow_legacy_execution_execution_proto_rawDescData -} - -var file_flow_legacy_execution_execution_proto_msgTypes = make([]protoimpl.MessageInfo, 11) -var file_flow_legacy_execution_execution_proto_goTypes = []interface{}{ - (*PingRequest)(nil), // 0: execution.PingRequest - (*PingResponse)(nil), // 1: execution.PingResponse - (*GetAccountAtBlockIDRequest)(nil), // 2: execution.GetAccountAtBlockIDRequest - (*GetAccountAtBlockIDResponse)(nil), // 3: execution.GetAccountAtBlockIDResponse - (*ExecuteScriptAtBlockIDRequest)(nil), // 4: execution.ExecuteScriptAtBlockIDRequest - (*ExecuteScriptAtBlockIDResponse)(nil), // 5: execution.ExecuteScriptAtBlockIDResponse - (*GetEventsForBlockIDsResponse)(nil), // 6: execution.GetEventsForBlockIDsResponse - (*GetEventsForBlockIDsRequest)(nil), // 7: execution.GetEventsForBlockIDsRequest - (*GetTransactionResultRequest)(nil), // 8: execution.GetTransactionResultRequest - (*GetTransactionResultResponse)(nil), // 9: execution.GetTransactionResultResponse - (*GetEventsForBlockIDsResponse_Result)(nil), // 10: execution.GetEventsForBlockIDsResponse.Result - (*entities.Account)(nil), // 11: entities.Account - (*entities.Event)(nil), // 12: entities.Event -} -var file_flow_legacy_execution_execution_proto_depIdxs = []int32{ - 11, // 0: execution.GetAccountAtBlockIDResponse.account:type_name -> entities.Account - 10, // 1: execution.GetEventsForBlockIDsResponse.results:type_name -> execution.GetEventsForBlockIDsResponse.Result - 12, // 2: execution.GetTransactionResultResponse.events:type_name -> entities.Event - 12, // 3: execution.GetEventsForBlockIDsResponse.Result.events:type_name -> entities.Event - 0, // 4: execution.ExecutionAPI.Ping:input_type -> execution.PingRequest - 2, // 5: execution.ExecutionAPI.GetAccountAtBlockID:input_type -> execution.GetAccountAtBlockIDRequest - 4, // 6: execution.ExecutionAPI.ExecuteScriptAtBlockID:input_type -> execution.ExecuteScriptAtBlockIDRequest - 7, // 7: execution.ExecutionAPI.GetEventsForBlockIDs:input_type -> execution.GetEventsForBlockIDsRequest - 8, // 8: execution.ExecutionAPI.GetTransactionResult:input_type -> execution.GetTransactionResultRequest - 1, // 9: execution.ExecutionAPI.Ping:output_type -> execution.PingResponse - 3, // 10: execution.ExecutionAPI.GetAccountAtBlockID:output_type -> execution.GetAccountAtBlockIDResponse - 5, // 11: execution.ExecutionAPI.ExecuteScriptAtBlockID:output_type -> execution.ExecuteScriptAtBlockIDResponse - 6, // 12: execution.ExecutionAPI.GetEventsForBlockIDs:output_type -> execution.GetEventsForBlockIDsResponse - 9, // 13: execution.ExecutionAPI.GetTransactionResult:output_type -> execution.GetTransactionResultResponse - 9, // [9:14] is the sub-list for method output_type - 4, // [4:9] is the sub-list for method input_type - 4, // [4:4] is the sub-list for extension type_name - 4, // [4:4] is the sub-list for extension extendee - 0, // [0:4] is the sub-list for field type_name -} - -func init() { file_flow_legacy_execution_execution_proto_init() } -func file_flow_legacy_execution_execution_proto_init() { - if File_flow_legacy_execution_execution_proto != nil { - return - } - if !protoimpl.UnsafeEnabled { - file_flow_legacy_execution_execution_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*PingRequest); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_flow_legacy_execution_execution_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*PingResponse); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_flow_legacy_execution_execution_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GetAccountAtBlockIDRequest); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_flow_legacy_execution_execution_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GetAccountAtBlockIDResponse); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_flow_legacy_execution_execution_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ExecuteScriptAtBlockIDRequest); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_flow_legacy_execution_execution_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ExecuteScriptAtBlockIDResponse); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_flow_legacy_execution_execution_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GetEventsForBlockIDsResponse); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_flow_legacy_execution_execution_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GetEventsForBlockIDsRequest); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_flow_legacy_execution_execution_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GetTransactionResultRequest); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_flow_legacy_execution_execution_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GetTransactionResultResponse); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_flow_legacy_execution_execution_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GetEventsForBlockIDsResponse_Result); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - } - type x struct{} - out := protoimpl.TypeBuilder{ - File: protoimpl.DescBuilder{ - GoPackagePath: reflect.TypeOf(x{}).PkgPath(), - RawDescriptor: file_flow_legacy_execution_execution_proto_rawDesc, - NumEnums: 0, - NumMessages: 11, - NumExtensions: 0, - NumServices: 1, - }, - GoTypes: file_flow_legacy_execution_execution_proto_goTypes, - DependencyIndexes: file_flow_legacy_execution_execution_proto_depIdxs, - MessageInfos: file_flow_legacy_execution_execution_proto_msgTypes, - }.Build() - File_flow_legacy_execution_execution_proto = out.File - file_flow_legacy_execution_execution_proto_rawDesc = nil - file_flow_legacy_execution_execution_proto_goTypes = nil - file_flow_legacy_execution_execution_proto_depIdxs = nil +func init() { + proto.RegisterType((*PingRequest)(nil), "execution.PingRequest") + proto.RegisterType((*PingResponse)(nil), "execution.PingResponse") + proto.RegisterType((*GetAccountAtBlockIDRequest)(nil), "execution.GetAccountAtBlockIDRequest") + proto.RegisterType((*GetAccountAtBlockIDResponse)(nil), "execution.GetAccountAtBlockIDResponse") + proto.RegisterType((*ExecuteScriptAtBlockIDRequest)(nil), "execution.ExecuteScriptAtBlockIDRequest") + proto.RegisterType((*ExecuteScriptAtBlockIDResponse)(nil), "execution.ExecuteScriptAtBlockIDResponse") + proto.RegisterType((*GetEventsForBlockIDsResponse)(nil), "execution.GetEventsForBlockIDsResponse") + proto.RegisterType((*GetEventsForBlockIDsResponse_Result)(nil), "execution.GetEventsForBlockIDsResponse.Result") + proto.RegisterType((*GetEventsForBlockIDsRequest)(nil), "execution.GetEventsForBlockIDsRequest") + proto.RegisterType((*GetTransactionResultRequest)(nil), "execution.GetTransactionResultRequest") + proto.RegisterType((*GetTransactionResultResponse)(nil), "execution.GetTransactionResultResponse") +} + +func init() { + proto.RegisterFile("flow/legacy/execution/execution.proto", fileDescriptor_8f36ef6043859bf2) +} + +var fileDescriptor_8f36ef6043859bf2 = []byte{ + // 611 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x55, 0xdd, 0x6e, 0xd3, 0x30, + 0x14, 0x56, 0x69, 0x69, 0xd7, 0x93, 0x74, 0x08, 0x33, 0x95, 0x92, 0x0d, 0x28, 0x81, 0x6e, 0x45, + 0x48, 0x89, 0x54, 0x24, 0xe0, 0xb6, 0x83, 0xb2, 0x15, 0x09, 0x34, 0x0c, 0x57, 0xdc, 0x94, 0x34, + 0xf1, 0xd2, 0x88, 0x36, 0x2e, 0xb6, 0x33, 0xd8, 0x43, 0xf0, 0x80, 0xbc, 0x04, 0xcf, 0x80, 0x62, + 0x3b, 0x4b, 0xb7, 0xa5, 0x3f, 0xbb, 0xa9, 0xe2, 0xcf, 0xe7, 0x3b, 0xdf, 0xf9, 0x75, 0xa1, 0x73, + 0x3a, 0xa5, 0xbf, 0xdc, 0x29, 0x09, 0x3d, 0xff, 0xdc, 0x25, 0xbf, 0x89, 0x9f, 0x88, 0x88, 0xc6, + 0xf9, 0x97, 0x33, 0x67, 0x54, 0x50, 0x54, 0xbf, 0x00, 0x2c, 0xfb, 0x12, 0x23, 0x16, 0x91, 0x88, + 0x08, 0x77, 0x3d, 0xdf, 0xa7, 0x49, 0x2c, 0x94, 0xb9, 0xd5, 0x2e, 0xb4, 0x21, 0x67, 0x24, 0xb3, + 0xb0, 0x1b, 0x60, 0x9c, 0x44, 0x71, 0x88, 0xc9, 0xcf, 0x84, 0x70, 0x61, 0x6f, 0x83, 0xa9, 0x8e, + 0x7c, 0x4e, 0x63, 0x4e, 0xec, 0xcf, 0x60, 0x1d, 0x11, 0xd1, 0x57, 0x4e, 0xfb, 0xe2, 0x70, 0x4a, + 0xfd, 0x1f, 0xc3, 0x77, 0xda, 0x1a, 0x3d, 0x80, 0xad, 0x71, 0x8a, 0x8c, 0xa2, 0xa0, 0x55, 0x6a, + 0x97, 0xba, 0x26, 0xae, 0xc9, 0xf3, 0x30, 0x40, 0x2d, 0xa8, 0x79, 0x41, 0xc0, 0x08, 0xe7, 0xad, + 0x5b, 0xea, 0x46, 0x1f, 0xed, 0x0f, 0xb0, 0x5b, 0xe8, 0x52, 0x29, 0xa2, 0x17, 0x50, 0xd3, 0x39, + 0x48, 0x97, 0x46, 0xef, 0xae, 0x93, 0x05, 0xee, 0x68, 0x12, 0xce, 0x2c, 0xec, 0x39, 0x3c, 0x1c, + 0xc8, 0x82, 0x90, 0x2f, 0x3e, 0x8b, 0xe6, 0x37, 0x8a, 0xb0, 0x09, 0x55, 0x2e, 0x49, 0x3a, 0x40, + 0x7d, 0x42, 0x7b, 0x50, 0xf7, 0x58, 0x98, 0xcc, 0x48, 0x2c, 0x78, 0xab, 0xdc, 0x2e, 0x77, 0x4d, + 0x9c, 0x03, 0xf6, 0x2b, 0x78, 0xb4, 0x4c, 0x51, 0x27, 0xb0, 0x03, 0xb7, 0xcf, 0xbc, 0x69, 0x42, + 0xb4, 0x9e, 0x3a, 0xd8, 0x7f, 0x4b, 0xb0, 0x77, 0x44, 0xc4, 0x20, 0x2d, 0x3d, 0x7f, 0x4f, 0x99, + 0x66, 0xf1, 0x0b, 0xda, 0x31, 0xd4, 0x18, 0xe1, 0xc9, 0x54, 0xf0, 0x56, 0xa9, 0x5d, 0xee, 0x1a, + 0x3d, 0xc7, 0xc9, 0x9b, 0xbf, 0x8a, 0xe9, 0x60, 0x49, 0xc3, 0x19, 0xdd, 0xa2, 0x50, 0x55, 0xd0, + 0xaa, 0xec, 0x9f, 0x80, 0xa9, 0xae, 0x26, 0x24, 0x0a, 0x27, 0xaa, 0x06, 0x15, 0x6c, 0x48, 0xec, + 0x58, 0x42, 0xe8, 0x00, 0xaa, 0x72, 0x52, 0x54, 0x15, 0x8c, 0xde, 0x9d, 0xbc, 0x11, 0x32, 0x18, + 0xac, 0xaf, 0xed, 0x4f, 0xb2, 0xa3, 0x05, 0x01, 0xaa, 0x1e, 0x20, 0xa8, 0x88, 0xf3, 0xb9, 0xaa, + 0x47, 0x1d, 0xcb, 0x6f, 0xb4, 0x0b, 0xf5, 0x2c, 0xb2, 0x74, 0x40, 0xd2, 0x22, 0x6f, 0xe9, 0xd0, + 0xb8, 0x3d, 0x92, 0xfe, 0xbe, 0x32, 0x2f, 0xe6, 0x9e, 0x9f, 0xe6, 0xaf, 0x33, 0x5c, 0xdf, 0xd3, + 0x0e, 0x6c, 0x8b, 0x9c, 0x96, 0x1a, 0xa8, 0xde, 0x36, 0x16, 0xd0, 0x61, 0x60, 0xff, 0x51, 0xcd, + 0x28, 0x50, 0xd0, 0xcd, 0x78, 0x0c, 0x06, 0x17, 0x9e, 0x48, 0xf8, 0xc8, 0xa7, 0x81, 0x8a, 0xbc, + 0x81, 0x41, 0x41, 0x6f, 0x69, 0x40, 0xd0, 0x53, 0x68, 0x10, 0xc6, 0x28, 0x1b, 0xcd, 0x08, 0xe7, + 0x5e, 0x48, 0xa4, 0x4e, 0x1d, 0x9b, 0x12, 0xfc, 0xa8, 0xb0, 0x8d, 0x0b, 0xd8, 0xfb, 0x57, 0x06, + 0x73, 0x90, 0x35, 0xbb, 0x7f, 0x32, 0x44, 0xaf, 0xa1, 0x92, 0xae, 0x21, 0x6a, 0x2e, 0xcc, 0xc0, + 0xc2, 0x9a, 0x5a, 0xf7, 0xaf, 0xe1, 0x3a, 0xf0, 0x00, 0xee, 0x15, 0x2c, 0x17, 0xea, 0x5c, 0x9e, + 0xa5, 0x25, 0xfb, 0x6c, 0xed, 0xaf, 0x33, 0xd3, 0x2a, 0x33, 0x68, 0x16, 0x2f, 0x01, 0xea, 0x2e, + 0x78, 0x58, 0xb9, 0x99, 0xd6, 0xf3, 0x0d, 0x2c, 0xb5, 0x5c, 0x08, 0x3b, 0x45, 0xf3, 0x85, 0xf6, + 0xd7, 0x6e, 0x88, 0x92, 0x3a, 0xd8, 0x70, 0x93, 0xb4, 0xd0, 0xb5, 0xb1, 0xb8, 0x2a, 0xb4, 0x6c, + 0x32, 0xaf, 0x0a, 0x2d, 0x9d, 0xaf, 0xc3, 0xef, 0xf0, 0x8c, 0xb2, 0xd0, 0xa1, 0x71, 0xfa, 0x3e, + 0xab, 0x97, 0x78, 0x9c, 0x9c, 0x3a, 0xea, 0xa1, 0xce, 0x9d, 0x7c, 0x7b, 0x13, 0x46, 0x62, 0x92, + 0x8c, 0x1d, 0x9f, 0xce, 0x5c, 0x65, 0xec, 0xca, 0x9f, 0x8c, 0xe1, 0x86, 0xd4, 0x2d, 0xfc, 0xe3, + 0x18, 0x57, 0xa5, 0xc9, 0xcb, 0xff, 0x01, 0x00, 0x00, 0xff, 0xff, 0xfb, 0xa5, 0x8b, 0xe2, 0x58, + 0x06, 0x00, 0x00, }