Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var File_sf_ethereum_substreams_v1_rpc_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type RpcCall ¶
type RpcCall struct { ToAddr []byte `protobuf:"bytes,1,opt,name=to_addr,json=toAddr,proto3" json:"to_addr,omitempty"` MethodSignature []byte `protobuf:"bytes,2,opt,name=method_signature,json=methodSignature,proto3" json:"method_signature,omitempty"` // contains filtered or unexported fields }
func (*RpcCall) Descriptor
deprecated
func (*RpcCall) GetMethodSignature ¶
func (*RpcCall) ProtoMessage ¶
func (*RpcCall) ProtoMessage()
func (*RpcCall) ProtoReflect ¶
func (x *RpcCall) ProtoReflect() protoreflect.Message
type RpcCalls ¶
type RpcCalls struct { Calls []*RpcCall `protobuf:"bytes,1,rep,name=calls,proto3" json:"calls,omitempty"` // contains filtered or unexported fields }
func (*RpcCalls) Descriptor
deprecated
func (*RpcCalls) ProtoMessage ¶
func (*RpcCalls) ProtoMessage()
func (*RpcCalls) ProtoReflect ¶
func (x *RpcCalls) ProtoReflect() protoreflect.Message
type RpcResponse ¶
type RpcResponse struct { Raw []byte `protobuf:"bytes,1,opt,name=raw,proto3" json:"raw,omitempty"` Failed bool `protobuf:"varint,2,opt,name=failed,proto3" json:"failed,omitempty"` // contains filtered or unexported fields }
func (*RpcResponse) Descriptor
deprecated
func (*RpcResponse) Descriptor() ([]byte, []int)
Deprecated: Use RpcResponse.ProtoReflect.Descriptor instead.
func (*RpcResponse) GetFailed ¶
func (x *RpcResponse) GetFailed() bool
func (*RpcResponse) GetRaw ¶
func (x *RpcResponse) GetRaw() []byte
func (*RpcResponse) ProtoMessage ¶
func (*RpcResponse) ProtoMessage()
func (*RpcResponse) ProtoReflect ¶
func (x *RpcResponse) ProtoReflect() protoreflect.Message
func (*RpcResponse) Reset ¶
func (x *RpcResponse) Reset()
func (*RpcResponse) String ¶
func (x *RpcResponse) String() string
type RpcResponses ¶
type RpcResponses struct { Responses []*RpcResponse `protobuf:"bytes,1,rep,name=responses,proto3" json:"responses,omitempty"` // contains filtered or unexported fields }
func (*RpcResponses) Descriptor
deprecated
func (*RpcResponses) Descriptor() ([]byte, []int)
Deprecated: Use RpcResponses.ProtoReflect.Descriptor instead.
func (*RpcResponses) GetResponses ¶
func (x *RpcResponses) GetResponses() []*RpcResponse
func (*RpcResponses) ProtoMessage ¶
func (*RpcResponses) ProtoMessage()
func (*RpcResponses) ProtoReflect ¶
func (x *RpcResponses) ProtoReflect() protoreflect.Message
func (*RpcResponses) Reset ¶
func (x *RpcResponses) Reset()
func (*RpcResponses) String ¶
func (x *RpcResponses) String() string
Click to show internal directories.
Click to hide internal directories.