unpack_pb

package
v0.1.6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 17, 2023 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
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.

View Source
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.

View Source
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.

View Source
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.

View Source
var AuthorizationService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "txpull.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)

View Source
var File_unpack_contract_proto protoreflect.FileDescriptor
View Source
var File_unpack_services_proto protoreflect.FileDescriptor
View Source
var File_unpack_types_proto protoreflect.FileDescriptor
View Source
var ObserverService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "txpull.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.

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) Descriptor() ([]byte, []int)

Deprecated: Use Company.ProtoReflect.Descriptor instead.

func (*Company) GetCountry

func (x *Company) GetCountry() string

func (*Company) GetName

func (x *Company) GetName() string

func (*Company) GetSymbol

func (x *Company) GetSymbol() string

func (*Company) ProtoMessage

func (*Company) ProtoMessage()

func (*Company) ProtoReflect

func (x *Company) ProtoReflect() protoreflect.Message

func (*Company) Reset

func (x *Company) Reset()

func (*Company) String

func (x *Company) String() string

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) Descriptor() ([]byte, []int)

Deprecated: Use Contract.ProtoReflect.Descriptor instead.

func (*Contract) GetAbi

func (x *Contract) GetAbi() string

func (*Contract) GetAddress

func (x *Contract) GetAddress() string

func (*Contract) GetBlockHash

func (x *Contract) GetBlockHash() string

func (*Contract) GetBlockNumber

func (x *Contract) GetBlockNumber() int64

func (*Contract) GetBytecode

func (x *Contract) GetBytecode() []byte

func (*Contract) GetBytecodeSize

func (x *Contract) GetBytecodeSize() int64

func (*Contract) GetCompilationTargets

func (x *Contract) GetCompilationTargets() map[string]string

func (*Contract) GetConstructor

func (x *Contract) GetConstructor() *Constructor

func (*Contract) GetCreationBytecode

func (x *Contract) GetCreationBytecode() []byte

func (*Contract) GetCreationBytecodeSize

func (x *Contract) GetCreationBytecodeSize() int64

func (*Contract) GetEffectiveGasPrice

func (x *Contract) GetEffectiveGasPrice() uint64

func (*Contract) GetGasUsed

func (x *Contract) GetGasUsed() uint64

func (*Contract) GetMetadata

func (x *Contract) GetMetadata() *Metadata

func (*Contract) GetName

func (x *Contract) GetName() string

func (*Contract) GetNetworkId

func (x *Contract) GetNetworkId() int64

func (*Contract) GetOptimizer

func (x *Contract) GetOptimizer() *Optimizer

func (*Contract) GetReceiptStatus

func (x *Contract) GetReceiptStatus() ReceiptStatus

func (*Contract) GetSocial

func (x *Contract) GetSocial() *Social

func (*Contract) GetSourceEntryPoint

func (x *Contract) GetSourceEntryPoint() string

func (*Contract) GetSources

func (x *Contract) GetSources() []*Source

func (*Contract) GetTransactionHash

func (x *Contract) GetTransactionHash() string

func (*Contract) GetUuid

func (x *Contract) GetUuid() string

func (*Contract) GetVerificationStatus

func (x *Contract) GetVerificationStatus() VerificationStatus

func (*Contract) ProtoMessage

func (*Contract) ProtoMessage()

func (*Contract) ProtoReflect

func (x *Contract) ProtoReflect() protoreflect.Message

func (*Contract) Reset

func (x *Contract) Reset()

func (*Contract) String

func (x *Contract) String() string

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) Enum

func (ContractLanguage) EnumDescriptor deprecated

func (ContractLanguage) EnumDescriptor() ([]byte, []int)

Deprecated: Use ContractLanguage.Descriptor instead.

func (ContractLanguage) Number

func (ContractLanguage) String

func (x ContractLanguage) String() string

func (ContractLanguage) Type

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) Enum

func (x ContractType) Enum() *ContractType

func (ContractType) EnumDescriptor deprecated

func (ContractType) EnumDescriptor() ([]byte, []int)

Deprecated: Use ContractType.Descriptor instead.

func (ContractType) Number

func (ContractType) String

func (x ContractType) String() string

func (ContractType) Type

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=txpull.v1.unpack.ContractLanguage" json:"language,omitempty"`
	Type               ContractType     `protobuf:"varint,6,opt,name=type,proto3,enum=txpull.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) Descriptor() ([]byte, []int)

Deprecated: Use Metadata.ProtoReflect.Descriptor instead.

func (*Metadata) GetBzzr0

func (x *Metadata) GetBzzr0() string

func (*Metadata) GetBzzr1

func (x *Metadata) GetBzzr1() string

func (*Metadata) GetCborEncoded

func (x *Metadata) GetCborEncoded() bool

func (*Metadata) GetCborLength

func (x *Metadata) GetCborLength() int32

func (*Metadata) GetCborRawMetadata

func (x *Metadata) GetCborRawMetadata() []byte

func (*Metadata) GetCompilerVersion

func (x *Metadata) GetCompilerVersion() string

func (*Metadata) GetCompilerVersionRaw

func (x *Metadata) GetCompilerVersionRaw() string

func (*Metadata) GetEvmVersion

func (x *Metadata) GetEvmVersion() string

func (*Metadata) GetIpfs

func (x *Metadata) GetIpfs() string

func (*Metadata) GetIsProxy

func (x *Metadata) GetIsProxy() bool

func (*Metadata) GetLanguage

func (x *Metadata) GetLanguage() ContractLanguage

func (*Metadata) GetLicense

func (x *Metadata) GetLicense() string

func (*Metadata) GetProxyConfidence

func (x *Metadata) GetProxyConfidence() uint32

func (*Metadata) GetRemappings

func (x *Metadata) GetRemappings() []string

func (*Metadata) GetType

func (x *Metadata) GetType() ContractType

func (*Metadata) ProtoMessage

func (*Metadata) ProtoMessage()

func (*Metadata) ProtoReflect

func (x *Metadata) ProtoReflect() protoreflect.Message

func (*Metadata) Reset

func (x *Metadata) Reset()

func (*Metadata) String

func (x *Metadata) String() string

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 (*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 (*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.

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) Descriptor() ([]byte, []int)

Deprecated: Use Optimizer.ProtoReflect.Descriptor instead.

func (*Optimizer) GetDetails

func (x *Optimizer) GetDetails() *OptimizerDetails

func (*Optimizer) GetEnabled

func (x *Optimizer) GetEnabled() bool

func (*Optimizer) GetRuns

func (x *Optimizer) GetRuns() int32

func (*Optimizer) ProtoMessage

func (*Optimizer) ProtoMessage()

func (*Optimizer) ProtoReflect

func (x *Optimizer) ProtoReflect() protoreflect.Message

func (*Optimizer) Reset

func (x *Optimizer) Reset()

func (*Optimizer) String

func (x *Optimizer) String() string

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) Enum

func (x ReceiptStatus) Enum() *ReceiptStatus

func (ReceiptStatus) EnumDescriptor deprecated

func (ReceiptStatus) EnumDescriptor() ([]byte, []int)

Deprecated: Use ReceiptStatus.Descriptor instead.

func (ReceiptStatus) Number

func (ReceiptStatus) String

func (x ReceiptStatus) String() string

func (ReceiptStatus) Type

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) Descriptor() ([]byte, []int)

Deprecated: Use Social.ProtoReflect.Descriptor instead.

func (*Social) GetCohost

func (x *Social) GetCohost() string

func (*Social) GetCompanies

func (x *Social) GetCompanies() []*Company

func (*Social) GetDiscord

func (x *Social) GetDiscord() string

func (*Social) GetEmail

func (x *Social) GetEmail() string

func (*Social) GetFacebook

func (x *Social) GetFacebook() string

func (*Social) GetGithub

func (x *Social) GetGithub() string

func (*Social) GetInstagram

func (x *Social) GetInstagram() string

func (*Social) GetLinkedin

func (x *Social) GetLinkedin() string

func (*Social) GetMedium

func (x *Social) GetMedium() string

func (*Social) GetPinterest

func (x *Social) GetPinterest() string

func (*Social) GetReddit

func (x *Social) GetReddit() string

func (*Social) GetSlack

func (x *Social) GetSlack() string

func (*Social) GetSnapchat

func (x *Social) GetSnapchat() string

func (*Social) GetTelegram

func (x *Social) GetTelegram() string

func (*Social) GetTiktok

func (x *Social) GetTiktok() string

func (*Social) GetTumblr

func (x *Social) GetTumblr() string

func (*Social) GetTwitch

func (x *Social) GetTwitch() string

func (*Social) GetTwitter

func (x *Social) GetTwitter() string

func (*Social) GetViber

func (x *Social) GetViber() string

func (*Social) GetWebsite

func (x *Social) GetWebsite() string

func (*Social) GetWhatsapp

func (x *Social) GetWhatsapp() string

func (*Social) GetYoutube

func (x *Social) GetYoutube() string

func (*Social) ProtoMessage

func (*Social) ProtoMessage()

func (*Social) ProtoReflect

func (x *Social) ProtoReflect() protoreflect.Message

func (*Social) Reset

func (x *Social) Reset()

func (*Social) String

func (x *Social) String() string

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) Descriptor() ([]byte, []int)

Deprecated: Use Source.ProtoReflect.Descriptor instead.

func (*Source) GetAbi

func (x *Source) GetAbi() string

func (*Source) GetAst

func (x *Source) GetAst() string

func (*Source) GetDetails

func (x *Source) GetDetails() *SourceDetails

func (*Source) GetEntrypoint

func (x *Source) GetEntrypoint() bool

func (*Source) GetLicense

func (x *Source) GetLicense() string

func (*Source) GetName

func (x *Source) GetName() string

func (*Source) GetPath

func (x *Source) GetPath() string

func (*Source) GetSource

func (x *Source) GetSource() string

func (*Source) GetUuid

func (x *Source) GetUuid() string

func (*Source) ProtoMessage

func (*Source) ProtoMessage()

func (*Source) ProtoReflect

func (x *Source) ProtoReflect() protoreflect.Message

func (*Source) Reset

func (x *Source) Reset()

func (*Source) String

func (x *Source) String() string

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) GetAST

func (UnimplementedObserverServiceServer) GetAnalysis

func (UnimplementedObserverServiceServer) GetBlock

func (UnimplementedObserverServiceServer) GetBytecode

func (UnimplementedObserverServiceServer) GetContract

func (UnimplementedObserverServiceServer) GetHealth

func (UnimplementedObserverServiceServer) GetLog

func (UnimplementedObserverServiceServer) GetMetadata

func (UnimplementedObserverServiceServer) GetMethod

func (UnimplementedObserverServiceServer) GetMethodsBySignature

func (UnimplementedObserverServiceServer) GetNetworks

func (UnimplementedObserverServiceServer) GetOpCode

func (UnimplementedObserverServiceServer) GetQueueStatistics

func (UnimplementedObserverServiceServer) GetQueueStatus

func (UnimplementedObserverServiceServer) GetReceipt

func (UnimplementedObserverServiceServer) GetSourceCode

func (UnimplementedObserverServiceServer) GetStatistics

func (UnimplementedObserverServiceServer) GetTrace

func (UnimplementedObserverServiceServer) GetTransaction

func (UnimplementedObserverServiceServer) GetVerificationDetails

func (UnimplementedObserverServiceServer) QueueBytecode

func (UnimplementedObserverServiceServer) QueueContract

func (UnimplementedObserverServiceServer) QueueMethod

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 (*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 (*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) Enum

func (VerificationStatus) EnumDescriptor deprecated

func (VerificationStatus) EnumDescriptor() ([]byte, []int)

Deprecated: Use VerificationStatus.Descriptor instead.

func (VerificationStatus) Number

func (VerificationStatus) String

func (x VerificationStatus) String() string

func (VerificationStatus) Type

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL