Documentation
¶
Index ¶
- Constants
- Variables
- func RegisterAuthorizationServiceServer(s grpc.ServiceRegistrar, srv AuthorizationServiceServer)
- func RegisterObserverServiceServer(s grpc.ServiceRegistrar, srv ObserverServiceServer)
- type AbiRequest
- type AbiResponse
- type AnalysisRequest
- type AnalysisResponse
- type AstRequest
- type AstResponse
- type AuthorizationServiceClient
- type AuthorizationServiceServer
- type BlockRequest
- type BlockResponse
- type BytecodeRequest
- type BytecodeResponse
- type Company
- func (*Company) Descriptor() ([]byte, []int)deprecated
- func (x *Company) GetCountry() string
- func (x *Company) GetName() string
- func (x *Company) GetSymbol() string
- func (*Company) ProtoMessage()
- func (x *Company) ProtoReflect() protoreflect.Message
- func (x *Company) Reset()
- func (x *Company) String() string
- type Constructor
- func (*Constructor) Descriptor() ([]byte, []int)deprecated
- func (x *Constructor) GetAbi() string
- func (x *Constructor) GetArguments() []*ConstructorArgument
- func (x *Constructor) GetSignatureRaw() string
- func (*Constructor) ProtoMessage()
- func (x *Constructor) ProtoReflect() protoreflect.Message
- func (x *Constructor) Reset()
- func (x *Constructor) String() string
- type ConstructorArgument
- func (*ConstructorArgument) Descriptor() ([]byte, []int)deprecated
- func (x *ConstructorArgument) GetIndexed() bool
- func (x *ConstructorArgument) GetName() string
- func (x *ConstructorArgument) GetType() string
- func (x *ConstructorArgument) GetValue() string
- func (*ConstructorArgument) ProtoMessage()
- func (x *ConstructorArgument) ProtoReflect() protoreflect.Message
- func (x *ConstructorArgument) Reset()
- func (x *ConstructorArgument) String() string
- type Contract
- func (*Contract) Descriptor() ([]byte, []int)deprecated
- func (x *Contract) GetAbi() string
- func (x *Contract) GetAddress() string
- func (x *Contract) GetBlockHash() string
- func (x *Contract) GetBlockNumber() int64
- func (x *Contract) GetBytecode() []byte
- func (x *Contract) GetBytecodeSize() int64
- func (x *Contract) GetCompilationTargets() map[string]string
- func (x *Contract) GetConstructor() *Constructor
- func (x *Contract) GetCreationBytecode() []byte
- func (x *Contract) GetCreationBytecodeSize() int64
- func (x *Contract) GetEffectiveGasPrice() uint64
- func (x *Contract) GetGasUsed() uint64
- func (x *Contract) GetMetadata() *Metadata
- func (x *Contract) GetName() string
- func (x *Contract) GetNetworkId() int64
- func (x *Contract) GetOptimizer() *Optimizer
- func (x *Contract) GetReceiptStatus() ReceiptStatus
- func (x *Contract) GetSocial() *Social
- func (x *Contract) GetSourceEntryPoint() string
- func (x *Contract) GetSources() []*Source
- func (x *Contract) GetTransactionHash() string
- func (x *Contract) GetUuid() string
- func (x *Contract) GetVerificationStatus() VerificationStatus
- func (*Contract) ProtoMessage()
- func (x *Contract) ProtoReflect() protoreflect.Message
- func (x *Contract) Reset()
- func (x *Contract) String() string
- type ContractLanguage
- func (ContractLanguage) Descriptor() protoreflect.EnumDescriptor
- func (x ContractLanguage) Enum() *ContractLanguage
- func (ContractLanguage) EnumDescriptor() ([]byte, []int)deprecated
- func (x ContractLanguage) Number() protoreflect.EnumNumber
- func (x ContractLanguage) String() string
- func (ContractLanguage) Type() protoreflect.EnumType
- type ContractRequest
- func (*ContractRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ContractRequest) GetAddress() string
- func (x *ContractRequest) GetIncludeBytecode() bool
- func (x *ContractRequest) GetIncludeSourceCode() bool
- func (x *ContractRequest) GetNetworkId() int64
- func (*ContractRequest) ProtoMessage()
- func (x *ContractRequest) ProtoReflect() protoreflect.Message
- func (x *ContractRequest) Reset()
- func (x *ContractRequest) String() string
- type ContractResponse
- type ContractType
- func (ContractType) Descriptor() protoreflect.EnumDescriptor
- func (x ContractType) Enum() *ContractType
- func (ContractType) EnumDescriptor() ([]byte, []int)deprecated
- func (x ContractType) Number() protoreflect.EnumNumber
- func (x ContractType) String() string
- func (ContractType) Type() protoreflect.EnumType
- type HealthRequest
- type HealthResponse
- type LogRequest
- type LogResponse
- type Metadata
- func (*Metadata) Descriptor() ([]byte, []int)deprecated
- func (x *Metadata) GetBzzr0() string
- func (x *Metadata) GetBzzr1() string
- func (x *Metadata) GetCborEncoded() bool
- func (x *Metadata) GetCborLength() int32
- func (x *Metadata) GetCborRawMetadata() []byte
- func (x *Metadata) GetCompilerVersion() string
- func (x *Metadata) GetCompilerVersionRaw() string
- func (x *Metadata) GetEvmVersion() string
- func (x *Metadata) GetIpfs() string
- func (x *Metadata) GetIsProxy() bool
- func (x *Metadata) GetLanguage() ContractLanguage
- func (x *Metadata) GetLicense() string
- func (x *Metadata) GetProxyConfidence() uint32
- func (x *Metadata) GetRemappings() []string
- func (x *Metadata) GetType() ContractType
- func (*Metadata) ProtoMessage()
- func (x *Metadata) ProtoReflect() protoreflect.Message
- func (x *Metadata) Reset()
- func (x *Metadata) String() string
- type MetadataRequest
- type MetadataResponse
- type MethodRequest
- type MethodResponse
- type MethodsBySignatureRequest
- type MethodsBySignatureResponse
- type NetworkRequest
- type NetworkResponse
- type ObserverServiceClient
- type ObserverServiceServer
- type OpCodeRequest
- type OpCodeResponse
- type Optimizer
- func (*Optimizer) Descriptor() ([]byte, []int)deprecated
- func (x *Optimizer) GetDetails() *OptimizerDetails
- func (x *Optimizer) GetEnabled() bool
- func (x *Optimizer) GetRuns() int32
- func (*Optimizer) ProtoMessage()
- func (x *Optimizer) ProtoReflect() protoreflect.Message
- func (x *Optimizer) Reset()
- func (x *Optimizer) String() string
- type OptimizerDetails
- func (*OptimizerDetails) Descriptor() ([]byte, []int)deprecated
- func (x *OptimizerDetails) GetConstantOptimizer() bool
- func (x *OptimizerDetails) GetCse() bool
- func (x *OptimizerDetails) GetDeduplicate() bool
- func (x *OptimizerDetails) GetInliner() bool
- func (x *OptimizerDetails) GetJumpdestRemover() bool
- func (x *OptimizerDetails) GetOrderLiterals() bool
- func (x *OptimizerDetails) GetPeephole() bool
- func (x *OptimizerDetails) GetYul() bool
- func (x *OptimizerDetails) GetYulDetails() *YulDetails
- func (*OptimizerDetails) ProtoMessage()
- func (x *OptimizerDetails) ProtoReflect() protoreflect.Message
- func (x *OptimizerDetails) Reset()
- func (x *OptimizerDetails) String() string
- type QueueBytecodeRequest
- type QueueBytecodeResponse
- type QueueContractRequest
- func (*QueueContractRequest) Descriptor() ([]byte, []int)deprecated
- func (x *QueueContractRequest) GetAddress() string
- func (x *QueueContractRequest) GetChainId() int64
- func (*QueueContractRequest) ProtoMessage()
- func (x *QueueContractRequest) ProtoReflect() protoreflect.Message
- func (x *QueueContractRequest) Reset()
- func (x *QueueContractRequest) String() string
- type QueueContractResponse
- func (*QueueContractResponse) Descriptor() ([]byte, []int)deprecated
- func (x *QueueContractResponse) GetCode() int32
- func (x *QueueContractResponse) GetMessage() string
- func (x *QueueContractResponse) GetStatus() bool
- func (*QueueContractResponse) ProtoMessage()
- func (x *QueueContractResponse) ProtoReflect() protoreflect.Message
- func (x *QueueContractResponse) Reset()
- func (x *QueueContractResponse) String() string
- type QueueMethodRequest
- type QueueMethodResponse
- type QueueStatisticsRequest
- type QueueStatisticsResponse
- type QueueStatusRequest
- type QueueStatusResponse
- type ReceiptRequest
- type ReceiptResponse
- type ReceiptStatus
- func (ReceiptStatus) Descriptor() protoreflect.EnumDescriptor
- func (x ReceiptStatus) Enum() *ReceiptStatus
- func (ReceiptStatus) EnumDescriptor() ([]byte, []int)deprecated
- func (x ReceiptStatus) Number() protoreflect.EnumNumber
- func (x ReceiptStatus) String() string
- func (ReceiptStatus) Type() protoreflect.EnumType
- type Social
- func (*Social) Descriptor() ([]byte, []int)deprecated
- func (x *Social) GetCohost() string
- func (x *Social) GetCompanies() []*Company
- func (x *Social) GetDiscord() string
- func (x *Social) GetEmail() string
- func (x *Social) GetFacebook() string
- func (x *Social) GetGithub() string
- func (x *Social) GetInstagram() string
- func (x *Social) GetLinkedin() string
- func (x *Social) GetMedium() string
- func (x *Social) GetPinterest() string
- func (x *Social) GetReddit() string
- func (x *Social) GetSlack() string
- func (x *Social) GetSnapchat() string
- func (x *Social) GetTelegram() string
- func (x *Social) GetTiktok() string
- func (x *Social) GetTumblr() string
- func (x *Social) GetTwitch() string
- func (x *Social) GetTwitter() string
- func (x *Social) GetViber() string
- func (x *Social) GetWebsite() string
- func (x *Social) GetWhatsapp() string
- func (x *Social) GetYoutube() string
- func (*Social) ProtoMessage()
- func (x *Social) ProtoReflect() protoreflect.Message
- func (x *Social) Reset()
- func (x *Social) String() string
- type Source
- func (*Source) Descriptor() ([]byte, []int)deprecated
- func (x *Source) GetAbi() string
- func (x *Source) GetAst() string
- func (x *Source) GetDetails() *SourceDetails
- func (x *Source) GetEntrypoint() bool
- func (x *Source) GetLicense() string
- func (x *Source) GetName() string
- func (x *Source) GetPath() string
- func (x *Source) GetSource() string
- func (x *Source) GetUuid() string
- func (*Source) ProtoMessage()
- func (x *Source) ProtoReflect() protoreflect.Message
- func (x *Source) Reset()
- func (x *Source) String() string
- type SourceCodeRequest
- type SourceCodeResponse
- type SourceDetails
- func (*SourceDetails) Descriptor() ([]byte, []int)deprecated
- func (x *SourceDetails) GetComments() []string
- func (x *SourceDetails) GetImports() []string
- func (x *SourceDetails) GetInherits() []string
- func (x *SourceDetails) GetIsAbstract() bool
- func (x *SourceDetails) GetIsContract() bool
- func (x *SourceDetails) GetIsInterface() bool
- func (x *SourceDetails) GetIsLibrary() bool
- func (x *SourceDetails) GetPragmas() []string
- func (x *SourceDetails) GetSyntaxErrors() []*SyntaxError
- func (*SourceDetails) ProtoMessage()
- func (x *SourceDetails) ProtoReflect() protoreflect.Message
- func (x *SourceDetails) Reset()
- func (x *SourceDetails) String() string
- type StatisticsRequest
- type StatisticsResponse
- type SyntaxError
- func (*SyntaxError) Descriptor() ([]byte, []int)deprecated
- func (x *SyntaxError) GetColumn() int32
- func (x *SyntaxError) GetLine() int32
- func (x *SyntaxError) GetMessage() string
- func (x *SyntaxError) GetSeverity() string
- func (*SyntaxError) ProtoMessage()
- func (x *SyntaxError) ProtoReflect() protoreflect.Message
- func (x *SyntaxError) Reset()
- func (x *SyntaxError) String() string
- type TraceRequest
- type TraceResponse
- type TransactionRequest
- type TransactionResponse
- type UnimplementedAuthorizationServiceServer
- type UnimplementedObserverServiceServer
- func (UnimplementedObserverServiceServer) GetABI(context.Context, *AbiRequest) (*AbiResponse, error)
- func (UnimplementedObserverServiceServer) GetAST(context.Context, *AstRequest) (*AstResponse, error)
- func (UnimplementedObserverServiceServer) GetAnalysis(context.Context, *AnalysisRequest) (*AnalysisResponse, error)
- func (UnimplementedObserverServiceServer) GetBlock(context.Context, *BlockRequest) (*BlockResponse, error)
- func (UnimplementedObserverServiceServer) GetBytecode(context.Context, *BytecodeRequest) (*BytecodeResponse, error)
- func (UnimplementedObserverServiceServer) GetContract(context.Context, *ContractRequest) (*ContractResponse, error)
- func (UnimplementedObserverServiceServer) GetHealth(context.Context, *HealthRequest) (*HealthResponse, error)
- func (UnimplementedObserverServiceServer) GetLog(context.Context, *LogRequest) (*LogResponse, error)
- func (UnimplementedObserverServiceServer) GetMetadata(context.Context, *MetadataRequest) (*MetadataResponse, error)
- func (UnimplementedObserverServiceServer) GetMethod(context.Context, *MethodRequest) (*MethodResponse, error)
- func (UnimplementedObserverServiceServer) GetMethodsBySignature(context.Context, *MethodsBySignatureRequest) (*MethodsBySignatureResponse, error)
- func (UnimplementedObserverServiceServer) GetNetworks(context.Context, *NetworkRequest) (*NetworkResponse, error)
- func (UnimplementedObserverServiceServer) GetOpCode(context.Context, *OpCodeRequest) (*OpCodeResponse, error)
- func (UnimplementedObserverServiceServer) GetQueueStatistics(context.Context, *QueueStatisticsRequest) (*QueueStatisticsResponse, error)
- func (UnimplementedObserverServiceServer) GetQueueStatus(context.Context, *QueueStatusRequest) (*QueueStatusResponse, error)
- func (UnimplementedObserverServiceServer) GetReceipt(context.Context, *ReceiptRequest) (*ReceiptResponse, error)
- func (UnimplementedObserverServiceServer) GetSourceCode(context.Context, *SourceCodeRequest) (*SourceCodeResponse, error)
- func (UnimplementedObserverServiceServer) GetStatistics(context.Context, *StatisticsRequest) (*StatisticsResponse, error)
- func (UnimplementedObserverServiceServer) GetTrace(context.Context, *TraceRequest) (*TraceResponse, error)
- func (UnimplementedObserverServiceServer) GetTransaction(context.Context, *TransactionRequest) (*TransactionResponse, error)
- func (UnimplementedObserverServiceServer) GetVerificationDetails(context.Context, *VerificationDetailsRequest) (*VerificationDetailsResponse, error)
- func (UnimplementedObserverServiceServer) QueueBytecode(context.Context, *QueueBytecodeRequest) (*QueueBytecodeResponse, error)
- func (UnimplementedObserverServiceServer) QueueContract(context.Context, *QueueContractRequest) (*QueueContractResponse, error)
- func (UnimplementedObserverServiceServer) QueueMethod(context.Context, *QueueMethodRequest) (*QueueMethodResponse, error)
- type UnsafeAuthorizationServiceServer
- type UnsafeObserverServiceServer
- type VerificationDetailsRequest
- type VerificationDetailsResponse
- type VerificationStatus
- func (VerificationStatus) Descriptor() protoreflect.EnumDescriptor
- func (x VerificationStatus) Enum() *VerificationStatus
- func (VerificationStatus) EnumDescriptor() ([]byte, []int)deprecated
- func (x VerificationStatus) Number() protoreflect.EnumNumber
- func (x VerificationStatus) String() string
- func (VerificationStatus) Type() protoreflect.EnumType
- type YulDetails
- func (*YulDetails) Descriptor() ([]byte, []int)deprecated
- func (x *YulDetails) GetOptimizerSteps() int32
- func (x *YulDetails) GetStackAllocation() bool
- func (*YulDetails) ProtoMessage()
- func (x *YulDetails) ProtoReflect() protoreflect.Message
- func (x *YulDetails) Reset()
- func (x *YulDetails) String() string
Constants ¶
const ( ObserverService_GetNetworks_FullMethodName = "/unpack.v1.unpack.ObserverService/GetNetworks" ObserverService_GetAST_FullMethodName = "/unpack.v1.unpack.ObserverService/GetAST" ObserverService_GetOpCode_FullMethodName = "/unpack.v1.unpack.ObserverService/GetOpCode" ObserverService_GetMethod_FullMethodName = "/unpack.v1.unpack.ObserverService/GetMethod" ObserverService_GetMetadata_FullMethodName = "/unpack.v1.unpack.ObserverService/GetMetadata" ObserverService_GetAnalysis_FullMethodName = "/unpack.v1.unpack.ObserverService/GetAnalysis" ObserverService_GetContract_FullMethodName = "/unpack.v1.unpack.ObserverService/GetContract" ObserverService_GetVerificationDetails_FullMethodName = "/unpack.v1.unpack.ObserverService/GetVerificationDetails" ObserverService_GetABI_FullMethodName = "/unpack.v1.unpack.ObserverService/GetABI" ObserverService_GetSourceCode_FullMethodName = "/unpack.v1.unpack.ObserverService/GetSourceCode" ObserverService_GetBytecode_FullMethodName = "/unpack.v1.unpack.ObserverService/GetBytecode" ObserverService_GetMethodsBySignature_FullMethodName = "/unpack.v1.unpack.ObserverService/GetMethodsBySignature" ObserverService_GetBlock_FullMethodName = "/unpack.v1.unpack.ObserverService/GetBlock" ObserverService_GetTransaction_FullMethodName = "/unpack.v1.unpack.ObserverService/GetTransaction" ObserverService_GetReceipt_FullMethodName = "/unpack.v1.unpack.ObserverService/GetReceipt" ObserverService_GetLog_FullMethodName = "/unpack.v1.unpack.ObserverService/GetLog" ObserverService_GetTrace_FullMethodName = "/unpack.v1.unpack.ObserverService/GetTrace" ObserverService_QueueContract_FullMethodName = "/unpack.v1.unpack.ObserverService/QueueContract" ObserverService_QueueMethod_FullMethodName = "/unpack.v1.unpack.ObserverService/QueueMethod" ObserverService_QueueBytecode_FullMethodName = "/unpack.v1.unpack.ObserverService/QueueBytecode" ObserverService_GetStatistics_FullMethodName = "/unpack.v1.unpack.ObserverService/GetStatistics" ObserverService_GetQueueStatus_FullMethodName = "/unpack.v1.unpack.ObserverService/GetQueueStatus" ObserverService_GetQueueStatistics_FullMethodName = "/unpack.v1.unpack.ObserverService/GetQueueStatistics" ObserverService_GetHealth_FullMethodName = "/unpack.v1.unpack.ObserverService/GetHealth" )
Variables ¶
var ( ReceiptStatus_name = map[int32]string{ 0: "RS_UNKNOWN", 1: "RS_SUCCESS", 2: "RS_FAILURE", } ReceiptStatus_value = map[string]int32{ "RS_UNKNOWN": 0, "RS_SUCCESS": 1, "RS_FAILURE": 2, } )
Enum value maps for ReceiptStatus.
var ( VerificationStatus_name = map[int32]string{ 0: "VS_UNKNOWN", 1: "VS_VERIFIED", 2: "VS_PARTIAL", 3: "VS_UNVERIFIED", } VerificationStatus_value = map[string]int32{ "VS_UNKNOWN": 0, "VS_VERIFIED": 1, "VS_PARTIAL": 2, "VS_UNVERIFIED": 3, } )
Enum value maps for VerificationStatus.
var ( ContractType_name = map[int32]string{ 0: "CT_UNKNOWN", 1: "CT_ERC20", 2: "CT_ERC721", 3: "CT_ERC1155", 4: "CT_BEP20", 5: "CT_BEP721", 6: "CT_BEP1155", } ContractType_value = map[string]int32{ "CT_UNKNOWN": 0, "CT_ERC20": 1, "CT_ERC721": 2, "CT_ERC1155": 3, "CT_BEP20": 4, "CT_BEP721": 5, "CT_BEP1155": 6, } )
Enum value maps for ContractType.
var ( ContractLanguage_name = map[int32]string{ 0: "CL_UNKNOWN", 1: "CL_SOLIDITY", 2: "CL_VYPER", 3: "CL_OTHER", } ContractLanguage_value = map[string]int32{ "CL_UNKNOWN": 0, "CL_SOLIDITY": 1, "CL_VYPER": 2, "CL_OTHER": 3, } )
Enum value maps for ContractLanguage.
var AuthorizationService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "unpack.v1.unpack.AuthorizationService", HandlerType: (*AuthorizationServiceServer)(nil), Methods: []grpc.MethodDesc{}, Streams: []grpc.StreamDesc{}, Metadata: "unpack/services.proto", }
AuthorizationService_ServiceDesc is the grpc.ServiceDesc for AuthorizationService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var File_unpack_contract_proto protoreflect.FileDescriptor
var File_unpack_services_proto protoreflect.FileDescriptor
var File_unpack_types_proto protoreflect.FileDescriptor
var ObserverService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "unpack.v1.unpack.ObserverService", HandlerType: (*ObserverServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "GetNetworks", Handler: _ObserverService_GetNetworks_Handler, }, { MethodName: "GetAST", Handler: _ObserverService_GetAST_Handler, }, { MethodName: "GetOpCode", Handler: _ObserverService_GetOpCode_Handler, }, { MethodName: "GetMethod", Handler: _ObserverService_GetMethod_Handler, }, { MethodName: "GetMetadata", Handler: _ObserverService_GetMetadata_Handler, }, { MethodName: "GetAnalysis", Handler: _ObserverService_GetAnalysis_Handler, }, { MethodName: "GetContract", Handler: _ObserverService_GetContract_Handler, }, { MethodName: "GetVerificationDetails", Handler: _ObserverService_GetVerificationDetails_Handler, }, { MethodName: "GetABI", Handler: _ObserverService_GetABI_Handler, }, { MethodName: "GetSourceCode", Handler: _ObserverService_GetSourceCode_Handler, }, { MethodName: "GetBytecode", Handler: _ObserverService_GetBytecode_Handler, }, { MethodName: "GetMethodsBySignature", Handler: _ObserverService_GetMethodsBySignature_Handler, }, { MethodName: "GetBlock", Handler: _ObserverService_GetBlock_Handler, }, { MethodName: "GetTransaction", Handler: _ObserverService_GetTransaction_Handler, }, { MethodName: "GetReceipt", Handler: _ObserverService_GetReceipt_Handler, }, { MethodName: "GetLog", Handler: _ObserverService_GetLog_Handler, }, { MethodName: "GetTrace", Handler: _ObserverService_GetTrace_Handler, }, { MethodName: "QueueContract", Handler: _ObserverService_QueueContract_Handler, }, { MethodName: "QueueMethod", Handler: _ObserverService_QueueMethod_Handler, }, { MethodName: "QueueBytecode", Handler: _ObserverService_QueueBytecode_Handler, }, { MethodName: "GetStatistics", Handler: _ObserverService_GetStatistics_Handler, }, { MethodName: "GetQueueStatus", Handler: _ObserverService_GetQueueStatus_Handler, }, { MethodName: "GetQueueStatistics", Handler: _ObserverService_GetQueueStatistics_Handler, }, { MethodName: "GetHealth", Handler: _ObserverService_GetHealth_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "unpack/services.proto", }
ObserverService_ServiceDesc is the grpc.ServiceDesc for ObserverService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
Functions ¶
func RegisterAuthorizationServiceServer ¶
func RegisterAuthorizationServiceServer(s grpc.ServiceRegistrar, srv AuthorizationServiceServer)
func RegisterObserverServiceServer ¶
func RegisterObserverServiceServer(s grpc.ServiceRegistrar, srv ObserverServiceServer)
Types ¶
type AbiRequest ¶
type AbiRequest struct {
// contains filtered or unexported fields
}
func (*AbiRequest) Descriptor
deprecated
func (*AbiRequest) Descriptor() ([]byte, []int)
Deprecated: Use AbiRequest.ProtoReflect.Descriptor instead.
func (*AbiRequest) ProtoMessage ¶
func (*AbiRequest) ProtoMessage()
func (*AbiRequest) ProtoReflect ¶
func (x *AbiRequest) ProtoReflect() protoreflect.Message
func (*AbiRequest) Reset ¶
func (x *AbiRequest) Reset()
func (*AbiRequest) String ¶
func (x *AbiRequest) String() string
type AbiResponse ¶
type AbiResponse struct {
// contains filtered or unexported fields
}
func (*AbiResponse) Descriptor
deprecated
func (*AbiResponse) Descriptor() ([]byte, []int)
Deprecated: Use AbiResponse.ProtoReflect.Descriptor instead.
func (*AbiResponse) ProtoMessage ¶
func (*AbiResponse) ProtoMessage()
func (*AbiResponse) ProtoReflect ¶
func (x *AbiResponse) ProtoReflect() protoreflect.Message
func (*AbiResponse) Reset ¶
func (x *AbiResponse) Reset()
func (*AbiResponse) String ¶
func (x *AbiResponse) String() string
type AnalysisRequest ¶
type AnalysisRequest struct {
// contains filtered or unexported fields
}
func (*AnalysisRequest) Descriptor
deprecated
func (*AnalysisRequest) Descriptor() ([]byte, []int)
Deprecated: Use AnalysisRequest.ProtoReflect.Descriptor instead.
func (*AnalysisRequest) ProtoMessage ¶
func (*AnalysisRequest) ProtoMessage()
func (*AnalysisRequest) ProtoReflect ¶
func (x *AnalysisRequest) ProtoReflect() protoreflect.Message
func (*AnalysisRequest) Reset ¶
func (x *AnalysisRequest) Reset()
func (*AnalysisRequest) String ¶
func (x *AnalysisRequest) String() string
type AnalysisResponse ¶
type AnalysisResponse struct {
// contains filtered or unexported fields
}
func (*AnalysisResponse) Descriptor
deprecated
func (*AnalysisResponse) Descriptor() ([]byte, []int)
Deprecated: Use AnalysisResponse.ProtoReflect.Descriptor instead.
func (*AnalysisResponse) ProtoMessage ¶
func (*AnalysisResponse) ProtoMessage()
func (*AnalysisResponse) ProtoReflect ¶
func (x *AnalysisResponse) ProtoReflect() protoreflect.Message
func (*AnalysisResponse) Reset ¶
func (x *AnalysisResponse) Reset()
func (*AnalysisResponse) String ¶
func (x *AnalysisResponse) String() string
type AstRequest ¶
type AstRequest struct {
// contains filtered or unexported fields
}
func (*AstRequest) Descriptor
deprecated
func (*AstRequest) Descriptor() ([]byte, []int)
Deprecated: Use AstRequest.ProtoReflect.Descriptor instead.
func (*AstRequest) ProtoMessage ¶
func (*AstRequest) ProtoMessage()
func (*AstRequest) ProtoReflect ¶
func (x *AstRequest) ProtoReflect() protoreflect.Message
func (*AstRequest) Reset ¶
func (x *AstRequest) Reset()
func (*AstRequest) String ¶
func (x *AstRequest) String() string
type AstResponse ¶
type AstResponse struct {
// contains filtered or unexported fields
}
func (*AstResponse) Descriptor
deprecated
func (*AstResponse) Descriptor() ([]byte, []int)
Deprecated: Use AstResponse.ProtoReflect.Descriptor instead.
func (*AstResponse) ProtoMessage ¶
func (*AstResponse) ProtoMessage()
func (*AstResponse) ProtoReflect ¶
func (x *AstResponse) ProtoReflect() protoreflect.Message
func (*AstResponse) Reset ¶
func (x *AstResponse) Reset()
func (*AstResponse) String ¶
func (x *AstResponse) String() string
type AuthorizationServiceClient ¶
type AuthorizationServiceClient interface { }
AuthorizationServiceClient is the client API for AuthorizationService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
func NewAuthorizationServiceClient ¶
func NewAuthorizationServiceClient(cc grpc.ClientConnInterface) AuthorizationServiceClient
type AuthorizationServiceServer ¶
type AuthorizationServiceServer interface {
// contains filtered or unexported methods
}
AuthorizationServiceServer is the server API for AuthorizationService service. All implementations must embed UnimplementedAuthorizationServiceServer for forward compatibility
type BlockRequest ¶
type BlockRequest struct {
// contains filtered or unexported fields
}
func (*BlockRequest) Descriptor
deprecated
func (*BlockRequest) Descriptor() ([]byte, []int)
Deprecated: Use BlockRequest.ProtoReflect.Descriptor instead.
func (*BlockRequest) ProtoMessage ¶
func (*BlockRequest) ProtoMessage()
func (*BlockRequest) ProtoReflect ¶
func (x *BlockRequest) ProtoReflect() protoreflect.Message
func (*BlockRequest) Reset ¶
func (x *BlockRequest) Reset()
func (*BlockRequest) String ¶
func (x *BlockRequest) String() string
type BlockResponse ¶
type BlockResponse struct {
// contains filtered or unexported fields
}
func (*BlockResponse) Descriptor
deprecated
func (*BlockResponse) Descriptor() ([]byte, []int)
Deprecated: Use BlockResponse.ProtoReflect.Descriptor instead.
func (*BlockResponse) ProtoMessage ¶
func (*BlockResponse) ProtoMessage()
func (*BlockResponse) ProtoReflect ¶
func (x *BlockResponse) ProtoReflect() protoreflect.Message
func (*BlockResponse) Reset ¶
func (x *BlockResponse) Reset()
func (*BlockResponse) String ¶
func (x *BlockResponse) String() string
type BytecodeRequest ¶
type BytecodeRequest struct {
// contains filtered or unexported fields
}
func (*BytecodeRequest) Descriptor
deprecated
func (*BytecodeRequest) Descriptor() ([]byte, []int)
Deprecated: Use BytecodeRequest.ProtoReflect.Descriptor instead.
func (*BytecodeRequest) ProtoMessage ¶
func (*BytecodeRequest) ProtoMessage()
func (*BytecodeRequest) ProtoReflect ¶
func (x *BytecodeRequest) ProtoReflect() protoreflect.Message
func (*BytecodeRequest) Reset ¶
func (x *BytecodeRequest) Reset()
func (*BytecodeRequest) String ¶
func (x *BytecodeRequest) String() string
type BytecodeResponse ¶
type BytecodeResponse struct {
// contains filtered or unexported fields
}
func (*BytecodeResponse) Descriptor
deprecated
func (*BytecodeResponse) Descriptor() ([]byte, []int)
Deprecated: Use BytecodeResponse.ProtoReflect.Descriptor instead.
func (*BytecodeResponse) ProtoMessage ¶
func (*BytecodeResponse) ProtoMessage()
func (*BytecodeResponse) ProtoReflect ¶
func (x *BytecodeResponse) ProtoReflect() protoreflect.Message
func (*BytecodeResponse) Reset ¶
func (x *BytecodeResponse) Reset()
func (*BytecodeResponse) String ¶
func (x *BytecodeResponse) String() string
type Company ¶
type Company struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Symbol string `protobuf:"bytes,2,opt,name=symbol,proto3" json:"symbol,omitempty"` Country string `protobuf:"bytes,3,opt,name=country,proto3" json:"country,omitempty"` // contains filtered or unexported fields }
func (*Company) Descriptor
deprecated
func (*Company) GetCountry ¶
func (*Company) ProtoMessage ¶
func (*Company) ProtoMessage()
func (*Company) ProtoReflect ¶
func (x *Company) ProtoReflect() protoreflect.Message
type Constructor ¶
type Constructor struct { Abi string `protobuf:"bytes,1,opt,name=abi,proto3" json:"abi,omitempty"` SignatureRaw string `protobuf:"bytes,2,opt,name=signature_raw,json=signatureRaw,proto3" json:"signature_raw,omitempty"` Arguments []*ConstructorArgument `protobuf:"bytes,3,rep,name=arguments,proto3" json:"arguments,omitempty"` // contains filtered or unexported fields }
func (*Constructor) Descriptor
deprecated
func (*Constructor) Descriptor() ([]byte, []int)
Deprecated: Use Constructor.ProtoReflect.Descriptor instead.
func (*Constructor) GetAbi ¶
func (x *Constructor) GetAbi() string
func (*Constructor) GetArguments ¶
func (x *Constructor) GetArguments() []*ConstructorArgument
func (*Constructor) GetSignatureRaw ¶
func (x *Constructor) GetSignatureRaw() string
func (*Constructor) ProtoMessage ¶
func (*Constructor) ProtoMessage()
func (*Constructor) ProtoReflect ¶
func (x *Constructor) ProtoReflect() protoreflect.Message
func (*Constructor) Reset ¶
func (x *Constructor) Reset()
func (*Constructor) String ¶
func (x *Constructor) String() string
type ConstructorArgument ¶
type ConstructorArgument struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Type string `protobuf:"bytes,2,opt,name=type,proto3" json:"type,omitempty"` Value string `protobuf:"bytes,3,opt,name=value,proto3" json:"value,omitempty"` Indexed bool `protobuf:"varint,4,opt,name=indexed,proto3" json:"indexed,omitempty"` // contains filtered or unexported fields }
func (*ConstructorArgument) Descriptor
deprecated
func (*ConstructorArgument) Descriptor() ([]byte, []int)
Deprecated: Use ConstructorArgument.ProtoReflect.Descriptor instead.
func (*ConstructorArgument) GetIndexed ¶
func (x *ConstructorArgument) GetIndexed() bool
func (*ConstructorArgument) GetName ¶
func (x *ConstructorArgument) GetName() string
func (*ConstructorArgument) GetType ¶
func (x *ConstructorArgument) GetType() string
func (*ConstructorArgument) GetValue ¶
func (x *ConstructorArgument) GetValue() string
func (*ConstructorArgument) ProtoMessage ¶
func (*ConstructorArgument) ProtoMessage()
func (*ConstructorArgument) ProtoReflect ¶
func (x *ConstructorArgument) ProtoReflect() protoreflect.Message
func (*ConstructorArgument) Reset ¶
func (x *ConstructorArgument) Reset()
func (*ConstructorArgument) String ¶
func (x *ConstructorArgument) String() string
type Contract ¶
type Contract struct { Uuid string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"` NetworkId int64 `protobuf:"varint,2,opt,name=network_id,json=networkId,proto3" json:"network_id,omitempty"` Address string `protobuf:"bytes,3,opt,name=address,proto3" json:"address,omitempty"` Name string `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"` BlockNumber int64 `protobuf:"varint,5,opt,name=block_number,json=blockNumber,proto3" json:"block_number,omitempty"` BlockHash string `protobuf:"bytes,6,opt,name=block_hash,json=blockHash,proto3" json:"block_hash,omitempty"` TransactionHash string `protobuf:"bytes,7,opt,name=transaction_hash,json=transactionHash,proto3" json:"transaction_hash,omitempty"` ReceiptStatus ReceiptStatus `` /* 137-byte string literal not displayed */ Metadata *Metadata `protobuf:"bytes,9,opt,name=metadata,proto3" json:"metadata,omitempty"` Optimizer *Optimizer `protobuf:"bytes,10,opt,name=optimizer,proto3" json:"optimizer,omitempty"` Bytecode []byte `protobuf:"bytes,11,opt,name=bytecode,proto3" json:"bytecode,omitempty"` BytecodeSize int64 `protobuf:"varint,12,opt,name=bytecode_size,json=bytecodeSize,proto3" json:"bytecode_size,omitempty"` CreationBytecode []byte `protobuf:"bytes,13,opt,name=creation_bytecode,json=creationBytecode,proto3" json:"creation_bytecode,omitempty"` CreationBytecodeSize int64 `protobuf:"varint,14,opt,name=creation_bytecode_size,json=creationBytecodeSize,proto3" json:"creation_bytecode_size,omitempty"` GasUsed uint64 `protobuf:"varint,15,opt,name=gas_used,json=gasUsed,proto3" json:"gas_used,omitempty"` EffectiveGasPrice uint64 `protobuf:"varint,16,opt,name=effective_gas_price,json=effectiveGasPrice,proto3" json:"effective_gas_price,omitempty"` VerificationStatus VerificationStatus `` /* 158-byte string literal not displayed */ Abi string `protobuf:"bytes,18,opt,name=abi,proto3" json:"abi,omitempty"` SourceEntryPoint string `protobuf:"bytes,19,opt,name=source_entry_point,json=sourceEntryPoint,proto3" json:"source_entry_point,omitempty"` CompilationTargets map[string]string `` /* 204-byte string literal not displayed */ Constructor *Constructor `protobuf:"bytes,21,opt,name=constructor,proto3" json:"constructor,omitempty"` Sources []*Source `protobuf:"bytes,22,rep,name=sources,proto3" json:"sources,omitempty"` Social *Social `protobuf:"bytes,23,opt,name=social,proto3" json:"social,omitempty"` // contains filtered or unexported fields }
func (*Contract) Descriptor
deprecated
func (*Contract) GetAddress ¶
func (*Contract) GetBlockHash ¶
func (*Contract) GetBlockNumber ¶
func (*Contract) GetBytecode ¶
func (*Contract) GetBytecodeSize ¶
func (*Contract) GetCompilationTargets ¶
func (*Contract) GetConstructor ¶
func (x *Contract) GetConstructor() *Constructor
func (*Contract) GetCreationBytecode ¶
func (*Contract) GetCreationBytecodeSize ¶
func (*Contract) GetEffectiveGasPrice ¶
func (*Contract) GetGasUsed ¶
func (*Contract) GetMetadata ¶
func (*Contract) GetNetworkId ¶
func (*Contract) GetOptimizer ¶
func (*Contract) GetReceiptStatus ¶
func (x *Contract) GetReceiptStatus() ReceiptStatus
func (*Contract) GetSourceEntryPoint ¶
func (*Contract) GetSources ¶
func (*Contract) GetTransactionHash ¶
func (*Contract) GetVerificationStatus ¶
func (x *Contract) GetVerificationStatus() VerificationStatus
func (*Contract) ProtoMessage ¶
func (*Contract) ProtoMessage()
func (*Contract) ProtoReflect ¶
func (x *Contract) ProtoReflect() protoreflect.Message
type ContractLanguage ¶
type ContractLanguage int32
const ( ContractLanguage_CL_UNKNOWN ContractLanguage = 0 ContractLanguage_CL_SOLIDITY ContractLanguage = 1 ContractLanguage_CL_VYPER ContractLanguage = 2 ContractLanguage_CL_OTHER ContractLanguage = 3 )
func (ContractLanguage) Descriptor ¶
func (ContractLanguage) Descriptor() protoreflect.EnumDescriptor
func (ContractLanguage) Enum ¶
func (x ContractLanguage) Enum() *ContractLanguage
func (ContractLanguage) EnumDescriptor
deprecated
func (ContractLanguage) EnumDescriptor() ([]byte, []int)
Deprecated: Use ContractLanguage.Descriptor instead.
func (ContractLanguage) Number ¶
func (x ContractLanguage) Number() protoreflect.EnumNumber
func (ContractLanguage) String ¶
func (x ContractLanguage) String() string
func (ContractLanguage) Type ¶
func (ContractLanguage) Type() protoreflect.EnumType
type ContractRequest ¶
type ContractRequest struct { Address string `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"` NetworkId int64 `protobuf:"varint,2,opt,name=network_id,json=networkId,proto3" json:"network_id,omitempty"` IncludeBytecode bool `protobuf:"varint,3,opt,name=include_bytecode,json=includeBytecode,proto3" json:"include_bytecode,omitempty"` IncludeSourceCode bool `protobuf:"varint,4,opt,name=include_source_code,json=includeSourceCode,proto3" json:"include_source_code,omitempty"` // contains filtered or unexported fields }
func (*ContractRequest) Descriptor
deprecated
func (*ContractRequest) Descriptor() ([]byte, []int)
Deprecated: Use ContractRequest.ProtoReflect.Descriptor instead.
func (*ContractRequest) GetAddress ¶
func (x *ContractRequest) GetAddress() string
func (*ContractRequest) GetIncludeBytecode ¶
func (x *ContractRequest) GetIncludeBytecode() bool
func (*ContractRequest) GetIncludeSourceCode ¶
func (x *ContractRequest) GetIncludeSourceCode() bool
func (*ContractRequest) GetNetworkId ¶
func (x *ContractRequest) GetNetworkId() int64
func (*ContractRequest) ProtoMessage ¶
func (*ContractRequest) ProtoMessage()
func (*ContractRequest) ProtoReflect ¶
func (x *ContractRequest) ProtoReflect() protoreflect.Message
func (*ContractRequest) Reset ¶
func (x *ContractRequest) Reset()
func (*ContractRequest) String ¶
func (x *ContractRequest) String() string
type ContractResponse ¶
type ContractResponse struct {
// contains filtered or unexported fields
}
func (*ContractResponse) Descriptor
deprecated
func (*ContractResponse) Descriptor() ([]byte, []int)
Deprecated: Use ContractResponse.ProtoReflect.Descriptor instead.
func (*ContractResponse) ProtoMessage ¶
func (*ContractResponse) ProtoMessage()
func (*ContractResponse) ProtoReflect ¶
func (x *ContractResponse) ProtoReflect() protoreflect.Message
func (*ContractResponse) Reset ¶
func (x *ContractResponse) Reset()
func (*ContractResponse) String ¶
func (x *ContractResponse) String() string
type ContractType ¶
type ContractType int32
const ( ContractType_CT_UNKNOWN ContractType = 0 ContractType_CT_ERC20 ContractType = 1 ContractType_CT_ERC721 ContractType = 2 ContractType_CT_ERC1155 ContractType = 3 ContractType_CT_BEP20 ContractType = 4 ContractType_CT_BEP721 ContractType = 5 ContractType_CT_BEP1155 ContractType = 6 )
func (ContractType) Descriptor ¶
func (ContractType) Descriptor() protoreflect.EnumDescriptor
func (ContractType) Enum ¶
func (x ContractType) Enum() *ContractType
func (ContractType) EnumDescriptor
deprecated
func (ContractType) EnumDescriptor() ([]byte, []int)
Deprecated: Use ContractType.Descriptor instead.
func (ContractType) Number ¶
func (x ContractType) Number() protoreflect.EnumNumber
func (ContractType) String ¶
func (x ContractType) String() string
func (ContractType) Type ¶
func (ContractType) Type() protoreflect.EnumType
type HealthRequest ¶
type HealthRequest struct {
// contains filtered or unexported fields
}
func (*HealthRequest) Descriptor
deprecated
func (*HealthRequest) Descriptor() ([]byte, []int)
Deprecated: Use HealthRequest.ProtoReflect.Descriptor instead.
func (*HealthRequest) ProtoMessage ¶
func (*HealthRequest) ProtoMessage()
func (*HealthRequest) ProtoReflect ¶
func (x *HealthRequest) ProtoReflect() protoreflect.Message
func (*HealthRequest) Reset ¶
func (x *HealthRequest) Reset()
func (*HealthRequest) String ¶
func (x *HealthRequest) String() string
type HealthResponse ¶
type HealthResponse struct {
// contains filtered or unexported fields
}
func (*HealthResponse) Descriptor
deprecated
func (*HealthResponse) Descriptor() ([]byte, []int)
Deprecated: Use HealthResponse.ProtoReflect.Descriptor instead.
func (*HealthResponse) ProtoMessage ¶
func (*HealthResponse) ProtoMessage()
func (*HealthResponse) ProtoReflect ¶
func (x *HealthResponse) ProtoReflect() protoreflect.Message
func (*HealthResponse) Reset ¶
func (x *HealthResponse) Reset()
func (*HealthResponse) String ¶
func (x *HealthResponse) String() string
type LogRequest ¶
type LogRequest struct {
// contains filtered or unexported fields
}
func (*LogRequest) Descriptor
deprecated
func (*LogRequest) Descriptor() ([]byte, []int)
Deprecated: Use LogRequest.ProtoReflect.Descriptor instead.
func (*LogRequest) ProtoMessage ¶
func (*LogRequest) ProtoMessage()
func (*LogRequest) ProtoReflect ¶
func (x *LogRequest) ProtoReflect() protoreflect.Message
func (*LogRequest) Reset ¶
func (x *LogRequest) Reset()
func (*LogRequest) String ¶
func (x *LogRequest) String() string
type LogResponse ¶
type LogResponse struct {
// contains filtered or unexported fields
}
func (*LogResponse) Descriptor
deprecated
func (*LogResponse) Descriptor() ([]byte, []int)
Deprecated: Use LogResponse.ProtoReflect.Descriptor instead.
func (*LogResponse) ProtoMessage ¶
func (*LogResponse) ProtoMessage()
func (*LogResponse) ProtoReflect ¶
func (x *LogResponse) ProtoReflect() protoreflect.Message
func (*LogResponse) Reset ¶
func (x *LogResponse) Reset()
func (*LogResponse) String ¶
func (x *LogResponse) String() string
type Metadata ¶
type Metadata struct { License string `protobuf:"bytes,1,opt,name=license,proto3" json:"license,omitempty"` CompilerVersionRaw string `protobuf:"bytes,2,opt,name=compiler_version_raw,json=compilerVersionRaw,proto3" json:"compiler_version_raw,omitempty"` CompilerVersion string `protobuf:"bytes,3,opt,name=compiler_version,json=compilerVersion,proto3" json:"compiler_version,omitempty"` EvmVersion string `protobuf:"bytes,4,opt,name=evm_version,json=evmVersion,proto3" json:"evm_version,omitempty"` Language ContractLanguage `protobuf:"varint,5,opt,name=language,proto3,enum=unpack.v1.unpack.ContractLanguage" json:"language,omitempty"` Type ContractType `protobuf:"varint,6,opt,name=type,proto3,enum=unpack.v1.unpack.ContractType" json:"type,omitempty"` CborEncoded bool `protobuf:"varint,7,opt,name=cbor_encoded,json=cborEncoded,proto3" json:"cbor_encoded,omitempty"` CborRawMetadata []byte `protobuf:"bytes,8,opt,name=cbor_raw_metadata,json=cborRawMetadata,proto3" json:"cbor_raw_metadata,omitempty"` CborLength int32 `protobuf:"varint,9,opt,name=cbor_length,json=cborLength,proto3" json:"cbor_length,omitempty"` Ipfs string `protobuf:"bytes,10,opt,name=ipfs,proto3" json:"ipfs,omitempty"` Bzzr0 string `protobuf:"bytes,11,opt,name=bzzr0,proto3" json:"bzzr0,omitempty"` Bzzr1 string `protobuf:"bytes,12,opt,name=bzzr1,proto3" json:"bzzr1,omitempty"` Remappings []string `protobuf:"bytes,13,rep,name=remappings,proto3" json:"remappings,omitempty"` IsProxy bool `protobuf:"varint,14,opt,name=is_proxy,json=isProxy,proto3" json:"is_proxy,omitempty"` ProxyConfidence uint32 `protobuf:"varint,15,opt,name=proxy_confidence,json=proxyConfidence,proto3" json:"proxy_confidence,omitempty"` // contains filtered or unexported fields }
func (*Metadata) Descriptor
deprecated
func (*Metadata) GetCborEncoded ¶
func (*Metadata) GetCborLength ¶
func (*Metadata) GetCborRawMetadata ¶
func (*Metadata) GetCompilerVersion ¶
func (*Metadata) GetCompilerVersionRaw ¶
func (*Metadata) GetEvmVersion ¶
func (*Metadata) GetIsProxy ¶
func (*Metadata) GetLanguage ¶
func (x *Metadata) GetLanguage() ContractLanguage
func (*Metadata) GetLicense ¶
func (*Metadata) GetProxyConfidence ¶
func (*Metadata) GetRemappings ¶
func (*Metadata) GetType ¶
func (x *Metadata) GetType() ContractType
func (*Metadata) ProtoMessage ¶
func (*Metadata) ProtoMessage()
func (*Metadata) ProtoReflect ¶
func (x *Metadata) ProtoReflect() protoreflect.Message
type MetadataRequest ¶
type MetadataRequest struct {
// contains filtered or unexported fields
}
func (*MetadataRequest) Descriptor
deprecated
func (*MetadataRequest) Descriptor() ([]byte, []int)
Deprecated: Use MetadataRequest.ProtoReflect.Descriptor instead.
func (*MetadataRequest) ProtoMessage ¶
func (*MetadataRequest) ProtoMessage()
func (*MetadataRequest) ProtoReflect ¶
func (x *MetadataRequest) ProtoReflect() protoreflect.Message
func (*MetadataRequest) Reset ¶
func (x *MetadataRequest) Reset()
func (*MetadataRequest) String ¶
func (x *MetadataRequest) String() string
type MetadataResponse ¶
type MetadataResponse struct {
// contains filtered or unexported fields
}
func (*MetadataResponse) Descriptor
deprecated
func (*MetadataResponse) Descriptor() ([]byte, []int)
Deprecated: Use MetadataResponse.ProtoReflect.Descriptor instead.
func (*MetadataResponse) ProtoMessage ¶
func (*MetadataResponse) ProtoMessage()
func (*MetadataResponse) ProtoReflect ¶
func (x *MetadataResponse) ProtoReflect() protoreflect.Message
func (*MetadataResponse) Reset ¶
func (x *MetadataResponse) Reset()
func (*MetadataResponse) String ¶
func (x *MetadataResponse) String() string
type MethodRequest ¶
type MethodRequest struct {
// contains filtered or unexported fields
}
func (*MethodRequest) Descriptor
deprecated
func (*MethodRequest) Descriptor() ([]byte, []int)
Deprecated: Use MethodRequest.ProtoReflect.Descriptor instead.
func (*MethodRequest) ProtoMessage ¶
func (*MethodRequest) ProtoMessage()
func (*MethodRequest) ProtoReflect ¶
func (x *MethodRequest) ProtoReflect() protoreflect.Message
func (*MethodRequest) Reset ¶
func (x *MethodRequest) Reset()
func (*MethodRequest) String ¶
func (x *MethodRequest) String() string
type MethodResponse ¶
type MethodResponse struct {
// contains filtered or unexported fields
}
func (*MethodResponse) Descriptor
deprecated
func (*MethodResponse) Descriptor() ([]byte, []int)
Deprecated: Use MethodResponse.ProtoReflect.Descriptor instead.
func (*MethodResponse) ProtoMessage ¶
func (*MethodResponse) ProtoMessage()
func (*MethodResponse) ProtoReflect ¶
func (x *MethodResponse) ProtoReflect() protoreflect.Message
func (*MethodResponse) Reset ¶
func (x *MethodResponse) Reset()
func (*MethodResponse) String ¶
func (x *MethodResponse) String() string
type MethodsBySignatureRequest ¶
type MethodsBySignatureRequest struct {
// contains filtered or unexported fields
}
func (*MethodsBySignatureRequest) Descriptor
deprecated
func (*MethodsBySignatureRequest) Descriptor() ([]byte, []int)
Deprecated: Use MethodsBySignatureRequest.ProtoReflect.Descriptor instead.
func (*MethodsBySignatureRequest) ProtoMessage ¶
func (*MethodsBySignatureRequest) ProtoMessage()
func (*MethodsBySignatureRequest) ProtoReflect ¶
func (x *MethodsBySignatureRequest) ProtoReflect() protoreflect.Message
func (*MethodsBySignatureRequest) Reset ¶
func (x *MethodsBySignatureRequest) Reset()
func (*MethodsBySignatureRequest) String ¶
func (x *MethodsBySignatureRequest) String() string
type MethodsBySignatureResponse ¶
type MethodsBySignatureResponse struct {
// contains filtered or unexported fields
}
func (*MethodsBySignatureResponse) Descriptor
deprecated
func (*MethodsBySignatureResponse) Descriptor() ([]byte, []int)
Deprecated: Use MethodsBySignatureResponse.ProtoReflect.Descriptor instead.
func (*MethodsBySignatureResponse) ProtoMessage ¶
func (*MethodsBySignatureResponse) ProtoMessage()
func (*MethodsBySignatureResponse) ProtoReflect ¶
func (x *MethodsBySignatureResponse) ProtoReflect() protoreflect.Message
func (*MethodsBySignatureResponse) Reset ¶
func (x *MethodsBySignatureResponse) Reset()
func (*MethodsBySignatureResponse) String ¶
func (x *MethodsBySignatureResponse) String() string
type NetworkRequest ¶
type NetworkRequest struct {
// contains filtered or unexported fields
}
func (*NetworkRequest) Descriptor
deprecated
func (*NetworkRequest) Descriptor() ([]byte, []int)
Deprecated: Use NetworkRequest.ProtoReflect.Descriptor instead.
func (*NetworkRequest) ProtoMessage ¶
func (*NetworkRequest) ProtoMessage()
func (*NetworkRequest) ProtoReflect ¶
func (x *NetworkRequest) ProtoReflect() protoreflect.Message
func (*NetworkRequest) Reset ¶
func (x *NetworkRequest) Reset()
func (*NetworkRequest) String ¶
func (x *NetworkRequest) String() string
type NetworkResponse ¶
type NetworkResponse struct {
// contains filtered or unexported fields
}
func (*NetworkResponse) Descriptor
deprecated
func (*NetworkResponse) Descriptor() ([]byte, []int)
Deprecated: Use NetworkResponse.ProtoReflect.Descriptor instead.
func (*NetworkResponse) ProtoMessage ¶
func (*NetworkResponse) ProtoMessage()
func (*NetworkResponse) ProtoReflect ¶
func (x *NetworkResponse) ProtoReflect() protoreflect.Message
func (*NetworkResponse) Reset ¶
func (x *NetworkResponse) Reset()
func (*NetworkResponse) String ¶
func (x *NetworkResponse) String() string
type ObserverServiceClient ¶
type ObserverServiceClient interface { GetNetworks(ctx context.Context, in *NetworkRequest, opts ...grpc.CallOption) (*NetworkResponse, error) GetAST(ctx context.Context, in *AstRequest, opts ...grpc.CallOption) (*AstResponse, error) GetOpCode(ctx context.Context, in *OpCodeRequest, opts ...grpc.CallOption) (*OpCodeResponse, error) GetMethod(ctx context.Context, in *MethodRequest, opts ...grpc.CallOption) (*MethodResponse, error) GetMetadata(ctx context.Context, in *MetadataRequest, opts ...grpc.CallOption) (*MetadataResponse, error) GetAnalysis(ctx context.Context, in *AnalysisRequest, opts ...grpc.CallOption) (*AnalysisResponse, error) GetContract(ctx context.Context, in *ContractRequest, opts ...grpc.CallOption) (*ContractResponse, error) GetVerificationDetails(ctx context.Context, in *VerificationDetailsRequest, opts ...grpc.CallOption) (*VerificationDetailsResponse, error) GetABI(ctx context.Context, in *AbiRequest, opts ...grpc.CallOption) (*AbiResponse, error) GetSourceCode(ctx context.Context, in *SourceCodeRequest, opts ...grpc.CallOption) (*SourceCodeResponse, error) GetBytecode(ctx context.Context, in *BytecodeRequest, opts ...grpc.CallOption) (*BytecodeResponse, error) GetMethodsBySignature(ctx context.Context, in *MethodsBySignatureRequest, opts ...grpc.CallOption) (*MethodsBySignatureResponse, error) GetBlock(ctx context.Context, in *BlockRequest, opts ...grpc.CallOption) (*BlockResponse, error) GetTransaction(ctx context.Context, in *TransactionRequest, opts ...grpc.CallOption) (*TransactionResponse, error) GetReceipt(ctx context.Context, in *ReceiptRequest, opts ...grpc.CallOption) (*ReceiptResponse, error) GetLog(ctx context.Context, in *LogRequest, opts ...grpc.CallOption) (*LogResponse, error) GetTrace(ctx context.Context, in *TraceRequest, opts ...grpc.CallOption) (*TraceResponse, error) QueueContract(ctx context.Context, in *QueueContractRequest, opts ...grpc.CallOption) (*QueueContractResponse, error) QueueMethod(ctx context.Context, in *QueueMethodRequest, opts ...grpc.CallOption) (*QueueMethodResponse, error) QueueBytecode(ctx context.Context, in *QueueBytecodeRequest, opts ...grpc.CallOption) (*QueueBytecodeResponse, error) GetStatistics(ctx context.Context, in *StatisticsRequest, opts ...grpc.CallOption) (*StatisticsResponse, error) GetQueueStatus(ctx context.Context, in *QueueStatusRequest, opts ...grpc.CallOption) (*QueueStatusResponse, error) GetQueueStatistics(ctx context.Context, in *QueueStatisticsRequest, opts ...grpc.CallOption) (*QueueStatisticsResponse, error) GetHealth(ctx context.Context, in *HealthRequest, opts ...grpc.CallOption) (*HealthResponse, error) }
ObserverServiceClient is the client API for ObserverService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
func NewObserverServiceClient ¶
func NewObserverServiceClient(cc grpc.ClientConnInterface) ObserverServiceClient
type ObserverServiceServer ¶
type ObserverServiceServer interface { GetNetworks(context.Context, *NetworkRequest) (*NetworkResponse, error) GetAST(context.Context, *AstRequest) (*AstResponse, error) GetOpCode(context.Context, *OpCodeRequest) (*OpCodeResponse, error) GetMethod(context.Context, *MethodRequest) (*MethodResponse, error) GetMetadata(context.Context, *MetadataRequest) (*MetadataResponse, error) GetAnalysis(context.Context, *AnalysisRequest) (*AnalysisResponse, error) GetContract(context.Context, *ContractRequest) (*ContractResponse, error) GetVerificationDetails(context.Context, *VerificationDetailsRequest) (*VerificationDetailsResponse, error) GetABI(context.Context, *AbiRequest) (*AbiResponse, error) GetSourceCode(context.Context, *SourceCodeRequest) (*SourceCodeResponse, error) GetBytecode(context.Context, *BytecodeRequest) (*BytecodeResponse, error) GetMethodsBySignature(context.Context, *MethodsBySignatureRequest) (*MethodsBySignatureResponse, error) GetBlock(context.Context, *BlockRequest) (*BlockResponse, error) GetTransaction(context.Context, *TransactionRequest) (*TransactionResponse, error) GetReceipt(context.Context, *ReceiptRequest) (*ReceiptResponse, error) GetLog(context.Context, *LogRequest) (*LogResponse, error) GetTrace(context.Context, *TraceRequest) (*TraceResponse, error) QueueContract(context.Context, *QueueContractRequest) (*QueueContractResponse, error) QueueMethod(context.Context, *QueueMethodRequest) (*QueueMethodResponse, error) QueueBytecode(context.Context, *QueueBytecodeRequest) (*QueueBytecodeResponse, error) GetStatistics(context.Context, *StatisticsRequest) (*StatisticsResponse, error) GetQueueStatus(context.Context, *QueueStatusRequest) (*QueueStatusResponse, error) GetQueueStatistics(context.Context, *QueueStatisticsRequest) (*QueueStatisticsResponse, error) GetHealth(context.Context, *HealthRequest) (*HealthResponse, error) // contains filtered or unexported methods }
ObserverServiceServer is the server API for ObserverService service. All implementations must embed UnimplementedObserverServiceServer for forward compatibility
type OpCodeRequest ¶
type OpCodeRequest struct {
// contains filtered or unexported fields
}
func (*OpCodeRequest) Descriptor
deprecated
func (*OpCodeRequest) Descriptor() ([]byte, []int)
Deprecated: Use OpCodeRequest.ProtoReflect.Descriptor instead.
func (*OpCodeRequest) ProtoMessage ¶
func (*OpCodeRequest) ProtoMessage()
func (*OpCodeRequest) ProtoReflect ¶
func (x *OpCodeRequest) ProtoReflect() protoreflect.Message
func (*OpCodeRequest) Reset ¶
func (x *OpCodeRequest) Reset()
func (*OpCodeRequest) String ¶
func (x *OpCodeRequest) String() string
type OpCodeResponse ¶
type OpCodeResponse struct {
// contains filtered or unexported fields
}
func (*OpCodeResponse) Descriptor
deprecated
func (*OpCodeResponse) Descriptor() ([]byte, []int)
Deprecated: Use OpCodeResponse.ProtoReflect.Descriptor instead.
func (*OpCodeResponse) ProtoMessage ¶
func (*OpCodeResponse) ProtoMessage()
func (*OpCodeResponse) ProtoReflect ¶
func (x *OpCodeResponse) ProtoReflect() protoreflect.Message
func (*OpCodeResponse) Reset ¶
func (x *OpCodeResponse) Reset()
func (*OpCodeResponse) String ¶
func (x *OpCodeResponse) String() string
type Optimizer ¶
type Optimizer struct { Enabled bool `protobuf:"varint,1,opt,name=enabled,proto3" json:"enabled,omitempty"` Runs int32 `protobuf:"varint,2,opt,name=runs,proto3" json:"runs,omitempty"` Details *OptimizerDetails `protobuf:"bytes,3,opt,name=details,proto3" json:"details,omitempty"` // contains filtered or unexported fields }
func (*Optimizer) Descriptor
deprecated
func (*Optimizer) GetDetails ¶
func (x *Optimizer) GetDetails() *OptimizerDetails
func (*Optimizer) GetEnabled ¶
func (*Optimizer) ProtoMessage ¶
func (*Optimizer) ProtoMessage()
func (*Optimizer) ProtoReflect ¶
func (x *Optimizer) ProtoReflect() protoreflect.Message
type OptimizerDetails ¶
type OptimizerDetails struct { Peephole bool `protobuf:"varint,1,opt,name=peephole,proto3" json:"peephole,omitempty"` Inliner bool `protobuf:"varint,2,opt,name=inliner,proto3" json:"inliner,omitempty"` JumpdestRemover bool `protobuf:"varint,3,opt,name=jumpdest_remover,json=jumpdestRemover,proto3" json:"jumpdest_remover,omitempty"` OrderLiterals bool `protobuf:"varint,4,opt,name=order_literals,json=orderLiterals,proto3" json:"order_literals,omitempty"` Deduplicate bool `protobuf:"varint,5,opt,name=deduplicate,proto3" json:"deduplicate,omitempty"` Cse bool `protobuf:"varint,6,opt,name=cse,proto3" json:"cse,omitempty"` ConstantOptimizer bool `protobuf:"varint,7,opt,name=constant_optimizer,json=constantOptimizer,proto3" json:"constant_optimizer,omitempty"` Yul bool `protobuf:"varint,8,opt,name=yul,proto3" json:"yul,omitempty"` YulDetails *YulDetails `protobuf:"bytes,9,opt,name=yul_details,json=yulDetails,proto3" json:"yul_details,omitempty"` // contains filtered or unexported fields }
func (*OptimizerDetails) Descriptor
deprecated
func (*OptimizerDetails) Descriptor() ([]byte, []int)
Deprecated: Use OptimizerDetails.ProtoReflect.Descriptor instead.
func (*OptimizerDetails) GetConstantOptimizer ¶
func (x *OptimizerDetails) GetConstantOptimizer() bool
func (*OptimizerDetails) GetCse ¶
func (x *OptimizerDetails) GetCse() bool
func (*OptimizerDetails) GetDeduplicate ¶
func (x *OptimizerDetails) GetDeduplicate() bool
func (*OptimizerDetails) GetInliner ¶
func (x *OptimizerDetails) GetInliner() bool
func (*OptimizerDetails) GetJumpdestRemover ¶
func (x *OptimizerDetails) GetJumpdestRemover() bool
func (*OptimizerDetails) GetOrderLiterals ¶
func (x *OptimizerDetails) GetOrderLiterals() bool
func (*OptimizerDetails) GetPeephole ¶
func (x *OptimizerDetails) GetPeephole() bool
func (*OptimizerDetails) GetYul ¶
func (x *OptimizerDetails) GetYul() bool
func (*OptimizerDetails) GetYulDetails ¶
func (x *OptimizerDetails) GetYulDetails() *YulDetails
func (*OptimizerDetails) ProtoMessage ¶
func (*OptimizerDetails) ProtoMessage()
func (*OptimizerDetails) ProtoReflect ¶
func (x *OptimizerDetails) ProtoReflect() protoreflect.Message
func (*OptimizerDetails) Reset ¶
func (x *OptimizerDetails) Reset()
func (*OptimizerDetails) String ¶
func (x *OptimizerDetails) String() string
type QueueBytecodeRequest ¶
type QueueBytecodeRequest struct {
// contains filtered or unexported fields
}
func (*QueueBytecodeRequest) Descriptor
deprecated
func (*QueueBytecodeRequest) Descriptor() ([]byte, []int)
Deprecated: Use QueueBytecodeRequest.ProtoReflect.Descriptor instead.
func (*QueueBytecodeRequest) ProtoMessage ¶
func (*QueueBytecodeRequest) ProtoMessage()
func (*QueueBytecodeRequest) ProtoReflect ¶
func (x *QueueBytecodeRequest) ProtoReflect() protoreflect.Message
func (*QueueBytecodeRequest) Reset ¶
func (x *QueueBytecodeRequest) Reset()
func (*QueueBytecodeRequest) String ¶
func (x *QueueBytecodeRequest) String() string
type QueueBytecodeResponse ¶
type QueueBytecodeResponse struct {
// contains filtered or unexported fields
}
func (*QueueBytecodeResponse) Descriptor
deprecated
func (*QueueBytecodeResponse) Descriptor() ([]byte, []int)
Deprecated: Use QueueBytecodeResponse.ProtoReflect.Descriptor instead.
func (*QueueBytecodeResponse) ProtoMessage ¶
func (*QueueBytecodeResponse) ProtoMessage()
func (*QueueBytecodeResponse) ProtoReflect ¶
func (x *QueueBytecodeResponse) ProtoReflect() protoreflect.Message
func (*QueueBytecodeResponse) Reset ¶
func (x *QueueBytecodeResponse) Reset()
func (*QueueBytecodeResponse) String ¶
func (x *QueueBytecodeResponse) String() string
type QueueContractRequest ¶
type QueueContractRequest struct { ChainId int64 `protobuf:"varint,1,opt,name=chain_id,json=chainId,proto3" json:"chain_id,omitempty"` Address string `protobuf:"bytes,2,opt,name=address,proto3" json:"address,omitempty"` // contains filtered or unexported fields }
func (*QueueContractRequest) Descriptor
deprecated
func (*QueueContractRequest) Descriptor() ([]byte, []int)
Deprecated: Use QueueContractRequest.ProtoReflect.Descriptor instead.
func (*QueueContractRequest) GetAddress ¶
func (x *QueueContractRequest) GetAddress() string
func (*QueueContractRequest) GetChainId ¶
func (x *QueueContractRequest) GetChainId() int64
func (*QueueContractRequest) ProtoMessage ¶
func (*QueueContractRequest) ProtoMessage()
func (*QueueContractRequest) ProtoReflect ¶
func (x *QueueContractRequest) ProtoReflect() protoreflect.Message
func (*QueueContractRequest) Reset ¶
func (x *QueueContractRequest) Reset()
func (*QueueContractRequest) String ¶
func (x *QueueContractRequest) String() string
type QueueContractResponse ¶
type QueueContractResponse struct { Code int32 `protobuf:"varint,1,opt,name=code,proto3" json:"code,omitempty"` Status bool `protobuf:"varint,2,opt,name=status,proto3" json:"status,omitempty"` Message string `protobuf:"bytes,3,opt,name=message,proto3" json:"message,omitempty"` // contains filtered or unexported fields }
func (*QueueContractResponse) Descriptor
deprecated
func (*QueueContractResponse) Descriptor() ([]byte, []int)
Deprecated: Use QueueContractResponse.ProtoReflect.Descriptor instead.
func (*QueueContractResponse) GetCode ¶
func (x *QueueContractResponse) GetCode() int32
func (*QueueContractResponse) GetMessage ¶
func (x *QueueContractResponse) GetMessage() string
func (*QueueContractResponse) GetStatus ¶
func (x *QueueContractResponse) GetStatus() bool
func (*QueueContractResponse) ProtoMessage ¶
func (*QueueContractResponse) ProtoMessage()
func (*QueueContractResponse) ProtoReflect ¶
func (x *QueueContractResponse) ProtoReflect() protoreflect.Message
func (*QueueContractResponse) Reset ¶
func (x *QueueContractResponse) Reset()
func (*QueueContractResponse) String ¶
func (x *QueueContractResponse) String() string
type QueueMethodRequest ¶
type QueueMethodRequest struct {
// contains filtered or unexported fields
}
func (*QueueMethodRequest) Descriptor
deprecated
func (*QueueMethodRequest) Descriptor() ([]byte, []int)
Deprecated: Use QueueMethodRequest.ProtoReflect.Descriptor instead.
func (*QueueMethodRequest) ProtoMessage ¶
func (*QueueMethodRequest) ProtoMessage()
func (*QueueMethodRequest) ProtoReflect ¶
func (x *QueueMethodRequest) ProtoReflect() protoreflect.Message
func (*QueueMethodRequest) Reset ¶
func (x *QueueMethodRequest) Reset()
func (*QueueMethodRequest) String ¶
func (x *QueueMethodRequest) String() string
type QueueMethodResponse ¶
type QueueMethodResponse struct {
// contains filtered or unexported fields
}
func (*QueueMethodResponse) Descriptor
deprecated
func (*QueueMethodResponse) Descriptor() ([]byte, []int)
Deprecated: Use QueueMethodResponse.ProtoReflect.Descriptor instead.
func (*QueueMethodResponse) ProtoMessage ¶
func (*QueueMethodResponse) ProtoMessage()
func (*QueueMethodResponse) ProtoReflect ¶
func (x *QueueMethodResponse) ProtoReflect() protoreflect.Message
func (*QueueMethodResponse) Reset ¶
func (x *QueueMethodResponse) Reset()
func (*QueueMethodResponse) String ¶
func (x *QueueMethodResponse) String() string
type QueueStatisticsRequest ¶
type QueueStatisticsRequest struct {
// contains filtered or unexported fields
}
func (*QueueStatisticsRequest) Descriptor
deprecated
func (*QueueStatisticsRequest) Descriptor() ([]byte, []int)
Deprecated: Use QueueStatisticsRequest.ProtoReflect.Descriptor instead.
func (*QueueStatisticsRequest) ProtoMessage ¶
func (*QueueStatisticsRequest) ProtoMessage()
func (*QueueStatisticsRequest) ProtoReflect ¶
func (x *QueueStatisticsRequest) ProtoReflect() protoreflect.Message
func (*QueueStatisticsRequest) Reset ¶
func (x *QueueStatisticsRequest) Reset()
func (*QueueStatisticsRequest) String ¶
func (x *QueueStatisticsRequest) String() string
type QueueStatisticsResponse ¶
type QueueStatisticsResponse struct {
// contains filtered or unexported fields
}
func (*QueueStatisticsResponse) Descriptor
deprecated
func (*QueueStatisticsResponse) Descriptor() ([]byte, []int)
Deprecated: Use QueueStatisticsResponse.ProtoReflect.Descriptor instead.
func (*QueueStatisticsResponse) ProtoMessage ¶
func (*QueueStatisticsResponse) ProtoMessage()
func (*QueueStatisticsResponse) ProtoReflect ¶
func (x *QueueStatisticsResponse) ProtoReflect() protoreflect.Message
func (*QueueStatisticsResponse) Reset ¶
func (x *QueueStatisticsResponse) Reset()
func (*QueueStatisticsResponse) String ¶
func (x *QueueStatisticsResponse) String() string
type QueueStatusRequest ¶
type QueueStatusRequest struct {
// contains filtered or unexported fields
}
func (*QueueStatusRequest) Descriptor
deprecated
func (*QueueStatusRequest) Descriptor() ([]byte, []int)
Deprecated: Use QueueStatusRequest.ProtoReflect.Descriptor instead.
func (*QueueStatusRequest) ProtoMessage ¶
func (*QueueStatusRequest) ProtoMessage()
func (*QueueStatusRequest) ProtoReflect ¶
func (x *QueueStatusRequest) ProtoReflect() protoreflect.Message
func (*QueueStatusRequest) Reset ¶
func (x *QueueStatusRequest) Reset()
func (*QueueStatusRequest) String ¶
func (x *QueueStatusRequest) String() string
type QueueStatusResponse ¶
type QueueStatusResponse struct {
// contains filtered or unexported fields
}
func (*QueueStatusResponse) Descriptor
deprecated
func (*QueueStatusResponse) Descriptor() ([]byte, []int)
Deprecated: Use QueueStatusResponse.ProtoReflect.Descriptor instead.
func (*QueueStatusResponse) ProtoMessage ¶
func (*QueueStatusResponse) ProtoMessage()
func (*QueueStatusResponse) ProtoReflect ¶
func (x *QueueStatusResponse) ProtoReflect() protoreflect.Message
func (*QueueStatusResponse) Reset ¶
func (x *QueueStatusResponse) Reset()
func (*QueueStatusResponse) String ¶
func (x *QueueStatusResponse) String() string
type ReceiptRequest ¶
type ReceiptRequest struct {
// contains filtered or unexported fields
}
func (*ReceiptRequest) Descriptor
deprecated
func (*ReceiptRequest) Descriptor() ([]byte, []int)
Deprecated: Use ReceiptRequest.ProtoReflect.Descriptor instead.
func (*ReceiptRequest) ProtoMessage ¶
func (*ReceiptRequest) ProtoMessage()
func (*ReceiptRequest) ProtoReflect ¶
func (x *ReceiptRequest) ProtoReflect() protoreflect.Message
func (*ReceiptRequest) Reset ¶
func (x *ReceiptRequest) Reset()
func (*ReceiptRequest) String ¶
func (x *ReceiptRequest) String() string
type ReceiptResponse ¶
type ReceiptResponse struct {
// contains filtered or unexported fields
}
func (*ReceiptResponse) Descriptor
deprecated
func (*ReceiptResponse) Descriptor() ([]byte, []int)
Deprecated: Use ReceiptResponse.ProtoReflect.Descriptor instead.
func (*ReceiptResponse) ProtoMessage ¶
func (*ReceiptResponse) ProtoMessage()
func (*ReceiptResponse) ProtoReflect ¶
func (x *ReceiptResponse) ProtoReflect() protoreflect.Message
func (*ReceiptResponse) Reset ¶
func (x *ReceiptResponse) Reset()
func (*ReceiptResponse) String ¶
func (x *ReceiptResponse) String() string
type ReceiptStatus ¶
type ReceiptStatus int32
const ( ReceiptStatus_RS_UNKNOWN ReceiptStatus = 0 ReceiptStatus_RS_SUCCESS ReceiptStatus = 1 ReceiptStatus_RS_FAILURE ReceiptStatus = 2 )
func (ReceiptStatus) Descriptor ¶
func (ReceiptStatus) Descriptor() protoreflect.EnumDescriptor
func (ReceiptStatus) Enum ¶
func (x ReceiptStatus) Enum() *ReceiptStatus
func (ReceiptStatus) EnumDescriptor
deprecated
func (ReceiptStatus) EnumDescriptor() ([]byte, []int)
Deprecated: Use ReceiptStatus.Descriptor instead.
func (ReceiptStatus) Number ¶
func (x ReceiptStatus) Number() protoreflect.EnumNumber
func (ReceiptStatus) String ¶
func (x ReceiptStatus) String() string
func (ReceiptStatus) Type ¶
func (ReceiptStatus) Type() protoreflect.EnumType
type Social ¶
type Social struct { Twitter string `protobuf:"bytes,1,opt,name=twitter,proto3" json:"twitter,omitempty"` Github string `protobuf:"bytes,2,opt,name=github,proto3" json:"github,omitempty"` Reddit string `protobuf:"bytes,3,opt,name=reddit,proto3" json:"reddit,omitempty"` Slack string `protobuf:"bytes,4,opt,name=slack,proto3" json:"slack,omitempty"` Discord string `protobuf:"bytes,5,opt,name=discord,proto3" json:"discord,omitempty"` Telegram string `protobuf:"bytes,6,opt,name=telegram,proto3" json:"telegram,omitempty"` Website string `protobuf:"bytes,7,opt,name=website,proto3" json:"website,omitempty"` Email string `protobuf:"bytes,8,opt,name=email,proto3" json:"email,omitempty"` Medium string `protobuf:"bytes,9,opt,name=medium,proto3" json:"medium,omitempty"` Linkedin string `protobuf:"bytes,10,opt,name=linkedin,proto3" json:"linkedin,omitempty"` Facebook string `protobuf:"bytes,11,opt,name=facebook,proto3" json:"facebook,omitempty"` Youtube string `protobuf:"bytes,12,opt,name=youtube,proto3" json:"youtube,omitempty"` Instagram string `protobuf:"bytes,13,opt,name=instagram,proto3" json:"instagram,omitempty"` Whatsapp string `protobuf:"bytes,14,opt,name=whatsapp,proto3" json:"whatsapp,omitempty"` Viber string `protobuf:"bytes,15,opt,name=viber,proto3" json:"viber,omitempty"` Snapchat string `protobuf:"bytes,16,opt,name=snapchat,proto3" json:"snapchat,omitempty"` Tiktok string `protobuf:"bytes,17,opt,name=tiktok,proto3" json:"tiktok,omitempty"` Pinterest string `protobuf:"bytes,18,opt,name=pinterest,proto3" json:"pinterest,omitempty"` Tumblr string `protobuf:"bytes,19,opt,name=tumblr,proto3" json:"tumblr,omitempty"` Twitch string `protobuf:"bytes,20,opt,name=twitch,proto3" json:"twitch,omitempty"` Cohost string `protobuf:"bytes,21,opt,name=cohost,proto3" json:"cohost,omitempty"` Companies []*Company `protobuf:"bytes,22,rep,name=companies,proto3" json:"companies,omitempty"` // contains filtered or unexported fields }
func (*Social) Descriptor
deprecated
func (*Social) GetCompanies ¶
func (*Social) GetDiscord ¶
func (*Social) GetFacebook ¶
func (*Social) GetInstagram ¶
func (*Social) GetLinkedin ¶
func (*Social) GetPinterest ¶
func (*Social) GetSnapchat ¶
func (*Social) GetTelegram ¶
func (*Social) GetTwitter ¶
func (*Social) GetWebsite ¶
func (*Social) GetWhatsapp ¶
func (*Social) GetYoutube ¶
func (*Social) ProtoMessage ¶
func (*Social) ProtoMessage()
func (*Social) ProtoReflect ¶
func (x *Social) ProtoReflect() protoreflect.Message
type Source ¶
type Source struct { Uuid string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` Path string `protobuf:"bytes,3,opt,name=path,proto3" json:"path,omitempty"` License string `protobuf:"bytes,4,opt,name=license,proto3" json:"license,omitempty"` Source string `protobuf:"bytes,5,opt,name=source,proto3" json:"source,omitempty"` Entrypoint bool `protobuf:"varint,6,opt,name=entrypoint,proto3" json:"entrypoint,omitempty"` Abi string `protobuf:"bytes,7,opt,name=abi,proto3" json:"abi,omitempty"` Ast string `protobuf:"bytes,8,opt,name=ast,proto3" json:"ast,omitempty"` Details *SourceDetails `protobuf:"bytes,13,opt,name=details,proto3" json:"details,omitempty"` // contains filtered or unexported fields }
func (*Source) Descriptor
deprecated
func (*Source) GetDetails ¶
func (x *Source) GetDetails() *SourceDetails
func (*Source) GetEntrypoint ¶
func (*Source) GetLicense ¶
func (*Source) ProtoMessage ¶
func (*Source) ProtoMessage()
func (*Source) ProtoReflect ¶
func (x *Source) ProtoReflect() protoreflect.Message
type SourceCodeRequest ¶
type SourceCodeRequest struct {
// contains filtered or unexported fields
}
func (*SourceCodeRequest) Descriptor
deprecated
func (*SourceCodeRequest) Descriptor() ([]byte, []int)
Deprecated: Use SourceCodeRequest.ProtoReflect.Descriptor instead.
func (*SourceCodeRequest) ProtoMessage ¶
func (*SourceCodeRequest) ProtoMessage()
func (*SourceCodeRequest) ProtoReflect ¶
func (x *SourceCodeRequest) ProtoReflect() protoreflect.Message
func (*SourceCodeRequest) Reset ¶
func (x *SourceCodeRequest) Reset()
func (*SourceCodeRequest) String ¶
func (x *SourceCodeRequest) String() string
type SourceCodeResponse ¶
type SourceCodeResponse struct {
// contains filtered or unexported fields
}
func (*SourceCodeResponse) Descriptor
deprecated
func (*SourceCodeResponse) Descriptor() ([]byte, []int)
Deprecated: Use SourceCodeResponse.ProtoReflect.Descriptor instead.
func (*SourceCodeResponse) ProtoMessage ¶
func (*SourceCodeResponse) ProtoMessage()
func (*SourceCodeResponse) ProtoReflect ¶
func (x *SourceCodeResponse) ProtoReflect() protoreflect.Message
func (*SourceCodeResponse) Reset ¶
func (x *SourceCodeResponse) Reset()
func (*SourceCodeResponse) String ¶
func (x *SourceCodeResponse) String() string
type SourceDetails ¶
type SourceDetails struct { Comments []string `protobuf:"bytes,1,rep,name=comments,proto3" json:"comments,omitempty"` Pragmas []string `protobuf:"bytes,2,rep,name=pragmas,proto3" json:"pragmas,omitempty"` Imports []string `protobuf:"bytes,3,rep,name=imports,proto3" json:"imports,omitempty"` Inherits []string `protobuf:"bytes,4,rep,name=inherits,proto3" json:"inherits,omitempty"` IsInterface bool `protobuf:"varint,5,opt,name=is_interface,json=isInterface,proto3" json:"is_interface,omitempty"` IsLibrary bool `protobuf:"varint,6,opt,name=is_library,json=isLibrary,proto3" json:"is_library,omitempty"` IsAbstract bool `protobuf:"varint,7,opt,name=is_abstract,json=isAbstract,proto3" json:"is_abstract,omitempty"` IsContract bool `protobuf:"varint,8,opt,name=is_contract,json=isContract,proto3" json:"is_contract,omitempty"` SyntaxErrors []*SyntaxError `protobuf:"bytes,9,rep,name=syntax_errors,json=syntaxErrors,proto3" json:"syntax_errors,omitempty"` // contains filtered or unexported fields }
func (*SourceDetails) Descriptor
deprecated
func (*SourceDetails) Descriptor() ([]byte, []int)
Deprecated: Use SourceDetails.ProtoReflect.Descriptor instead.
func (*SourceDetails) GetComments ¶
func (x *SourceDetails) GetComments() []string
func (*SourceDetails) GetImports ¶
func (x *SourceDetails) GetImports() []string
func (*SourceDetails) GetInherits ¶
func (x *SourceDetails) GetInherits() []string
func (*SourceDetails) GetIsAbstract ¶
func (x *SourceDetails) GetIsAbstract() bool
func (*SourceDetails) GetIsContract ¶
func (x *SourceDetails) GetIsContract() bool
func (*SourceDetails) GetIsInterface ¶
func (x *SourceDetails) GetIsInterface() bool
func (*SourceDetails) GetIsLibrary ¶
func (x *SourceDetails) GetIsLibrary() bool
func (*SourceDetails) GetPragmas ¶
func (x *SourceDetails) GetPragmas() []string
func (*SourceDetails) GetSyntaxErrors ¶
func (x *SourceDetails) GetSyntaxErrors() []*SyntaxError
func (*SourceDetails) ProtoMessage ¶
func (*SourceDetails) ProtoMessage()
func (*SourceDetails) ProtoReflect ¶
func (x *SourceDetails) ProtoReflect() protoreflect.Message
func (*SourceDetails) Reset ¶
func (x *SourceDetails) Reset()
func (*SourceDetails) String ¶
func (x *SourceDetails) String() string
type StatisticsRequest ¶
type StatisticsRequest struct {
// contains filtered or unexported fields
}
func (*StatisticsRequest) Descriptor
deprecated
func (*StatisticsRequest) Descriptor() ([]byte, []int)
Deprecated: Use StatisticsRequest.ProtoReflect.Descriptor instead.
func (*StatisticsRequest) ProtoMessage ¶
func (*StatisticsRequest) ProtoMessage()
func (*StatisticsRequest) ProtoReflect ¶
func (x *StatisticsRequest) ProtoReflect() protoreflect.Message
func (*StatisticsRequest) Reset ¶
func (x *StatisticsRequest) Reset()
func (*StatisticsRequest) String ¶
func (x *StatisticsRequest) String() string
type StatisticsResponse ¶
type StatisticsResponse struct {
// contains filtered or unexported fields
}
func (*StatisticsResponse) Descriptor
deprecated
func (*StatisticsResponse) Descriptor() ([]byte, []int)
Deprecated: Use StatisticsResponse.ProtoReflect.Descriptor instead.
func (*StatisticsResponse) ProtoMessage ¶
func (*StatisticsResponse) ProtoMessage()
func (*StatisticsResponse) ProtoReflect ¶
func (x *StatisticsResponse) ProtoReflect() protoreflect.Message
func (*StatisticsResponse) Reset ¶
func (x *StatisticsResponse) Reset()
func (*StatisticsResponse) String ¶
func (x *StatisticsResponse) String() string
type SyntaxError ¶
type SyntaxError struct { Line int32 `protobuf:"varint,1,opt,name=line,proto3" json:"line,omitempty"` Column int32 `protobuf:"varint,2,opt,name=column,proto3" json:"column,omitempty"` Message string `protobuf:"bytes,3,opt,name=message,proto3" json:"message,omitempty"` Severity string `protobuf:"bytes,4,opt,name=severity,proto3" json:"severity,omitempty"` // contains filtered or unexported fields }
func (*SyntaxError) Descriptor
deprecated
func (*SyntaxError) Descriptor() ([]byte, []int)
Deprecated: Use SyntaxError.ProtoReflect.Descriptor instead.
func (*SyntaxError) GetColumn ¶
func (x *SyntaxError) GetColumn() int32
func (*SyntaxError) GetLine ¶
func (x *SyntaxError) GetLine() int32
func (*SyntaxError) GetMessage ¶
func (x *SyntaxError) GetMessage() string
func (*SyntaxError) GetSeverity ¶
func (x *SyntaxError) GetSeverity() string
func (*SyntaxError) ProtoMessage ¶
func (*SyntaxError) ProtoMessage()
func (*SyntaxError) ProtoReflect ¶
func (x *SyntaxError) ProtoReflect() protoreflect.Message
func (*SyntaxError) Reset ¶
func (x *SyntaxError) Reset()
func (*SyntaxError) String ¶
func (x *SyntaxError) String() string
type TraceRequest ¶
type TraceRequest struct {
// contains filtered or unexported fields
}
func (*TraceRequest) Descriptor
deprecated
func (*TraceRequest) Descriptor() ([]byte, []int)
Deprecated: Use TraceRequest.ProtoReflect.Descriptor instead.
func (*TraceRequest) ProtoMessage ¶
func (*TraceRequest) ProtoMessage()
func (*TraceRequest) ProtoReflect ¶
func (x *TraceRequest) ProtoReflect() protoreflect.Message
func (*TraceRequest) Reset ¶
func (x *TraceRequest) Reset()
func (*TraceRequest) String ¶
func (x *TraceRequest) String() string
type TraceResponse ¶
type TraceResponse struct {
// contains filtered or unexported fields
}
func (*TraceResponse) Descriptor
deprecated
func (*TraceResponse) Descriptor() ([]byte, []int)
Deprecated: Use TraceResponse.ProtoReflect.Descriptor instead.
func (*TraceResponse) ProtoMessage ¶
func (*TraceResponse) ProtoMessage()
func (*TraceResponse) ProtoReflect ¶
func (x *TraceResponse) ProtoReflect() protoreflect.Message
func (*TraceResponse) Reset ¶
func (x *TraceResponse) Reset()
func (*TraceResponse) String ¶
func (x *TraceResponse) String() string
type TransactionRequest ¶
type TransactionRequest struct {
// contains filtered or unexported fields
}
func (*TransactionRequest) Descriptor
deprecated
func (*TransactionRequest) Descriptor() ([]byte, []int)
Deprecated: Use TransactionRequest.ProtoReflect.Descriptor instead.
func (*TransactionRequest) ProtoMessage ¶
func (*TransactionRequest) ProtoMessage()
func (*TransactionRequest) ProtoReflect ¶
func (x *TransactionRequest) ProtoReflect() protoreflect.Message
func (*TransactionRequest) Reset ¶
func (x *TransactionRequest) Reset()
func (*TransactionRequest) String ¶
func (x *TransactionRequest) String() string
type TransactionResponse ¶
type TransactionResponse struct {
// contains filtered or unexported fields
}
func (*TransactionResponse) Descriptor
deprecated
func (*TransactionResponse) Descriptor() ([]byte, []int)
Deprecated: Use TransactionResponse.ProtoReflect.Descriptor instead.
func (*TransactionResponse) ProtoMessage ¶
func (*TransactionResponse) ProtoMessage()
func (*TransactionResponse) ProtoReflect ¶
func (x *TransactionResponse) ProtoReflect() protoreflect.Message
func (*TransactionResponse) Reset ¶
func (x *TransactionResponse) Reset()
func (*TransactionResponse) String ¶
func (x *TransactionResponse) String() string
type UnimplementedAuthorizationServiceServer ¶
type UnimplementedAuthorizationServiceServer struct { }
UnimplementedAuthorizationServiceServer must be embedded to have forward compatible implementations.
type UnimplementedObserverServiceServer ¶
type UnimplementedObserverServiceServer struct { }
UnimplementedObserverServiceServer must be embedded to have forward compatible implementations.
func (UnimplementedObserverServiceServer) GetABI ¶
func (UnimplementedObserverServiceServer) GetABI(context.Context, *AbiRequest) (*AbiResponse, error)
func (UnimplementedObserverServiceServer) GetAST ¶
func (UnimplementedObserverServiceServer) GetAST(context.Context, *AstRequest) (*AstResponse, error)
func (UnimplementedObserverServiceServer) GetAnalysis ¶
func (UnimplementedObserverServiceServer) GetAnalysis(context.Context, *AnalysisRequest) (*AnalysisResponse, error)
func (UnimplementedObserverServiceServer) GetBlock ¶
func (UnimplementedObserverServiceServer) GetBlock(context.Context, *BlockRequest) (*BlockResponse, error)
func (UnimplementedObserverServiceServer) GetBytecode ¶
func (UnimplementedObserverServiceServer) GetBytecode(context.Context, *BytecodeRequest) (*BytecodeResponse, error)
func (UnimplementedObserverServiceServer) GetContract ¶
func (UnimplementedObserverServiceServer) GetContract(context.Context, *ContractRequest) (*ContractResponse, error)
func (UnimplementedObserverServiceServer) GetHealth ¶
func (UnimplementedObserverServiceServer) GetHealth(context.Context, *HealthRequest) (*HealthResponse, error)
func (UnimplementedObserverServiceServer) GetLog ¶
func (UnimplementedObserverServiceServer) GetLog(context.Context, *LogRequest) (*LogResponse, error)
func (UnimplementedObserverServiceServer) GetMetadata ¶
func (UnimplementedObserverServiceServer) GetMetadata(context.Context, *MetadataRequest) (*MetadataResponse, error)
func (UnimplementedObserverServiceServer) GetMethod ¶
func (UnimplementedObserverServiceServer) GetMethod(context.Context, *MethodRequest) (*MethodResponse, error)
func (UnimplementedObserverServiceServer) GetMethodsBySignature ¶
func (UnimplementedObserverServiceServer) GetMethodsBySignature(context.Context, *MethodsBySignatureRequest) (*MethodsBySignatureResponse, error)
func (UnimplementedObserverServiceServer) GetNetworks ¶
func (UnimplementedObserverServiceServer) GetNetworks(context.Context, *NetworkRequest) (*NetworkResponse, error)
func (UnimplementedObserverServiceServer) GetOpCode ¶
func (UnimplementedObserverServiceServer) GetOpCode(context.Context, *OpCodeRequest) (*OpCodeResponse, error)
func (UnimplementedObserverServiceServer) GetQueueStatistics ¶
func (UnimplementedObserverServiceServer) GetQueueStatistics(context.Context, *QueueStatisticsRequest) (*QueueStatisticsResponse, error)
func (UnimplementedObserverServiceServer) GetQueueStatus ¶
func (UnimplementedObserverServiceServer) GetQueueStatus(context.Context, *QueueStatusRequest) (*QueueStatusResponse, error)
func (UnimplementedObserverServiceServer) GetReceipt ¶
func (UnimplementedObserverServiceServer) GetReceipt(context.Context, *ReceiptRequest) (*ReceiptResponse, error)
func (UnimplementedObserverServiceServer) GetSourceCode ¶
func (UnimplementedObserverServiceServer) GetSourceCode(context.Context, *SourceCodeRequest) (*SourceCodeResponse, error)
func (UnimplementedObserverServiceServer) GetStatistics ¶
func (UnimplementedObserverServiceServer) GetStatistics(context.Context, *StatisticsRequest) (*StatisticsResponse, error)
func (UnimplementedObserverServiceServer) GetTrace ¶
func (UnimplementedObserverServiceServer) GetTrace(context.Context, *TraceRequest) (*TraceResponse, error)
func (UnimplementedObserverServiceServer) GetTransaction ¶
func (UnimplementedObserverServiceServer) GetTransaction(context.Context, *TransactionRequest) (*TransactionResponse, error)
func (UnimplementedObserverServiceServer) GetVerificationDetails ¶
func (UnimplementedObserverServiceServer) GetVerificationDetails(context.Context, *VerificationDetailsRequest) (*VerificationDetailsResponse, error)
func (UnimplementedObserverServiceServer) QueueBytecode ¶
func (UnimplementedObserverServiceServer) QueueBytecode(context.Context, *QueueBytecodeRequest) (*QueueBytecodeResponse, error)
func (UnimplementedObserverServiceServer) QueueContract ¶
func (UnimplementedObserverServiceServer) QueueContract(context.Context, *QueueContractRequest) (*QueueContractResponse, error)
func (UnimplementedObserverServiceServer) QueueMethod ¶
func (UnimplementedObserverServiceServer) QueueMethod(context.Context, *QueueMethodRequest) (*QueueMethodResponse, error)
type UnsafeAuthorizationServiceServer ¶
type UnsafeAuthorizationServiceServer interface {
// contains filtered or unexported methods
}
UnsafeAuthorizationServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to AuthorizationServiceServer will result in compilation errors.
type UnsafeObserverServiceServer ¶
type UnsafeObserverServiceServer interface {
// contains filtered or unexported methods
}
UnsafeObserverServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to ObserverServiceServer will result in compilation errors.
type VerificationDetailsRequest ¶
type VerificationDetailsRequest struct {
// contains filtered or unexported fields
}
func (*VerificationDetailsRequest) Descriptor
deprecated
func (*VerificationDetailsRequest) Descriptor() ([]byte, []int)
Deprecated: Use VerificationDetailsRequest.ProtoReflect.Descriptor instead.
func (*VerificationDetailsRequest) ProtoMessage ¶
func (*VerificationDetailsRequest) ProtoMessage()
func (*VerificationDetailsRequest) ProtoReflect ¶
func (x *VerificationDetailsRequest) ProtoReflect() protoreflect.Message
func (*VerificationDetailsRequest) Reset ¶
func (x *VerificationDetailsRequest) Reset()
func (*VerificationDetailsRequest) String ¶
func (x *VerificationDetailsRequest) String() string
type VerificationDetailsResponse ¶
type VerificationDetailsResponse struct {
// contains filtered or unexported fields
}
func (*VerificationDetailsResponse) Descriptor
deprecated
func (*VerificationDetailsResponse) Descriptor() ([]byte, []int)
Deprecated: Use VerificationDetailsResponse.ProtoReflect.Descriptor instead.
func (*VerificationDetailsResponse) ProtoMessage ¶
func (*VerificationDetailsResponse) ProtoMessage()
func (*VerificationDetailsResponse) ProtoReflect ¶
func (x *VerificationDetailsResponse) ProtoReflect() protoreflect.Message
func (*VerificationDetailsResponse) Reset ¶
func (x *VerificationDetailsResponse) Reset()
func (*VerificationDetailsResponse) String ¶
func (x *VerificationDetailsResponse) String() string
type VerificationStatus ¶
type VerificationStatus int32
const ( VerificationStatus_VS_UNKNOWN VerificationStatus = 0 VerificationStatus_VS_VERIFIED VerificationStatus = 1 VerificationStatus_VS_PARTIAL VerificationStatus = 2 VerificationStatus_VS_UNVERIFIED VerificationStatus = 3 )
func (VerificationStatus) Descriptor ¶
func (VerificationStatus) Descriptor() protoreflect.EnumDescriptor
func (VerificationStatus) Enum ¶
func (x VerificationStatus) Enum() *VerificationStatus
func (VerificationStatus) EnumDescriptor
deprecated
func (VerificationStatus) EnumDescriptor() ([]byte, []int)
Deprecated: Use VerificationStatus.Descriptor instead.
func (VerificationStatus) Number ¶
func (x VerificationStatus) Number() protoreflect.EnumNumber
func (VerificationStatus) String ¶
func (x VerificationStatus) String() string
func (VerificationStatus) Type ¶
func (VerificationStatus) Type() protoreflect.EnumType
type YulDetails ¶
type YulDetails struct { StackAllocation bool `protobuf:"varint,1,opt,name=stack_allocation,json=stackAllocation,proto3" json:"stack_allocation,omitempty"` OptimizerSteps int32 `protobuf:"varint,2,opt,name=optimizer_steps,json=optimizerSteps,proto3" json:"optimizer_steps,omitempty"` // contains filtered or unexported fields }
func (*YulDetails) Descriptor
deprecated
func (*YulDetails) Descriptor() ([]byte, []int)
Deprecated: Use YulDetails.ProtoReflect.Descriptor instead.
func (*YulDetails) GetOptimizerSteps ¶
func (x *YulDetails) GetOptimizerSteps() int32
func (*YulDetails) GetStackAllocation ¶
func (x *YulDetails) GetStackAllocation() bool
func (*YulDetails) ProtoMessage ¶
func (*YulDetails) ProtoMessage()
func (*YulDetails) ProtoReflect ¶
func (x *YulDetails) ProtoReflect() protoreflect.Message
func (*YulDetails) Reset ¶
func (x *YulDetails) Reset()
func (*YulDetails) String ¶
func (x *YulDetails) String() string