v1alpha1

package
v0.0.0-...-abfa54a Latest Latest
Warning

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

Go to latest
Published: Mar 17, 2020 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrInvalidLengthEthereum = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowEthereum   = fmt.Errorf("proto: integer overflow")
)
View Source
var TransactionStatus_name = map[int32]string{
	0: "FAILURE",
	1: "SUCCESS",
}
View Source
var TransactionStatus_value = map[string]int32{
	"FAILURE": 0,
	"SUCCESS": 1,
}

Functions

func RegisterEthereumServer

func RegisterEthereumServer(s *grpc.Server, srv EthereumServer)

Types

type Block

type Block struct {
	Number               uint32           `protobuf:"varint,1,opt,name=number,proto3" json:"number,omitempty"`
	Hash                 string           `protobuf:"bytes,2,opt,name=hash,proto3" json:"hash,omitempty"`
	ParentHash           string           `protobuf:"bytes,3,opt,name=parent_hash,json=parentHash,proto3" json:"parent_hash,omitempty"`
	Nonce                string           `protobuf:"bytes,4,opt,name=nonce,proto3" json:"nonce,omitempty"`
	Sha3Uncles           string           `protobuf:"bytes,5,opt,name=sha3_uncles,json=sha3Uncles,proto3" json:"sha3_uncles,omitempty"`
	LogsBloom            string           `protobuf:"bytes,6,opt,name=logs_bloom,json=logsBloom,proto3" json:"logs_bloom,omitempty"`
	TransactionsRoot     string           `protobuf:"bytes,7,opt,name=transactions_root,json=transactionsRoot,proto3" json:"transactions_root,omitempty"`
	StateRoot            string           `protobuf:"bytes,8,opt,name=state_root,json=stateRoot,proto3" json:"state_root,omitempty"`
	ReceiptsRoot         string           `protobuf:"bytes,9,opt,name=receipts_root,json=receiptsRoot,proto3" json:"receipts_root,omitempty"`
	Miner                string           `protobuf:"bytes,10,opt,name=miner,proto3" json:"miner,omitempty"`
	Difficulty           string           `protobuf:"bytes,11,opt,name=difficulty,proto3" json:"difficulty,omitempty"`
	TotalDifficulty      string           `protobuf:"bytes,12,opt,name=total_difficulty,json=totalDifficulty,proto3" json:"total_difficulty,omitempty"`
	ExtraData            []byte           `protobuf:"bytes,13,opt,name=extra_data,json=extraData,proto3" json:"extra_data,omitempty"`
	BlockSize            uint32           `protobuf:"varint,14,opt,name=block_size,json=blockSize,proto3" json:"block_size,omitempty"`
	GasLimit             uint32           `protobuf:"varint,15,opt,name=gas_limit,json=gasLimit,proto3" json:"gas_limit,omitempty"`
	GasUsed              uint32           `protobuf:"varint,16,opt,name=gas_used,json=gasUsed,proto3" json:"gas_used,omitempty"`
	Timestamp            *types.Timestamp `protobuf:"bytes,17,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	Transactions         []*Transaction   `protobuf:"bytes,18,rep,name=transactions,proto3" json:"transactions,omitempty"`
	TransactionHashes    []string         `protobuf:"bytes,19,rep,name=transaction_hashes,json=transactionHashes,proto3" json:"transaction_hashes,omitempty"`
	Uncles               []string         `protobuf:"bytes,20,rep,name=uncles,proto3" json:"uncles,omitempty"`
	XXX_NoUnkeyedLiteral struct{}         `json:"-"`
	XXX_unrecognized     []byte           `json:"-"`
	XXX_sizecache        int32            `json:"-"`
}

func (*Block) Descriptor

func (*Block) Descriptor() ([]byte, []int)

func (*Block) Marshal

func (m *Block) Marshal() (dAtA []byte, err error)

func (*Block) MarshalTo

func (m *Block) MarshalTo(dAtA []byte) (int, error)

func (*Block) MarshalToSizedBuffer

func (m *Block) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Block) ProtoMessage

func (*Block) ProtoMessage()

func (*Block) Reset

func (m *Block) Reset()

func (*Block) Size

func (m *Block) Size() (n int)

func (*Block) String

func (m *Block) String() string

func (*Block) Unmarshal

func (m *Block) Unmarshal(dAtA []byte) error

func (*Block) XXX_DiscardUnknown

func (m *Block) XXX_DiscardUnknown()

func (*Block) XXX_Marshal

func (m *Block) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Block) XXX_Merge

func (m *Block) XXX_Merge(src proto.Message)

func (*Block) XXX_Size

func (m *Block) XXX_Size() int

func (*Block) XXX_Unmarshal

func (m *Block) XXX_Unmarshal(b []byte) error

type BlockNumberRequest

type BlockNumberRequest struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*BlockNumberRequest) Descriptor

func (*BlockNumberRequest) Descriptor() ([]byte, []int)

func (*BlockNumberRequest) Marshal

func (m *BlockNumberRequest) Marshal() (dAtA []byte, err error)

func (*BlockNumberRequest) MarshalTo

func (m *BlockNumberRequest) MarshalTo(dAtA []byte) (int, error)

func (*BlockNumberRequest) MarshalToSizedBuffer

func (m *BlockNumberRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*BlockNumberRequest) ProtoMessage

func (*BlockNumberRequest) ProtoMessage()

func (*BlockNumberRequest) Reset

func (m *BlockNumberRequest) Reset()

func (*BlockNumberRequest) Size

func (m *BlockNumberRequest) Size() (n int)

func (*BlockNumberRequest) String

func (m *BlockNumberRequest) String() string

func (*BlockNumberRequest) Unmarshal

func (m *BlockNumberRequest) Unmarshal(dAtA []byte) error

func (*BlockNumberRequest) XXX_DiscardUnknown

func (m *BlockNumberRequest) XXX_DiscardUnknown()

func (*BlockNumberRequest) XXX_Marshal

func (m *BlockNumberRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*BlockNumberRequest) XXX_Merge

func (m *BlockNumberRequest) XXX_Merge(src proto.Message)

func (*BlockNumberRequest) XXX_Size

func (m *BlockNumberRequest) XXX_Size() int

func (*BlockNumberRequest) XXX_Unmarshal

func (m *BlockNumberRequest) XXX_Unmarshal(b []byte) error

type BlockNumberResponse

type BlockNumberResponse struct {
	BlockNumber          uint32   `protobuf:"varint,1,opt,name=block_number,json=blockNumber,proto3" json:"block_number,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*BlockNumberResponse) Descriptor

func (*BlockNumberResponse) Descriptor() ([]byte, []int)

func (*BlockNumberResponse) Marshal

func (m *BlockNumberResponse) Marshal() (dAtA []byte, err error)

func (*BlockNumberResponse) MarshalTo

func (m *BlockNumberResponse) MarshalTo(dAtA []byte) (int, error)

func (*BlockNumberResponse) MarshalToSizedBuffer

func (m *BlockNumberResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*BlockNumberResponse) ProtoMessage

func (*BlockNumberResponse) ProtoMessage()

func (*BlockNumberResponse) Reset

func (m *BlockNumberResponse) Reset()

func (*BlockNumberResponse) Size

func (m *BlockNumberResponse) Size() (n int)

func (*BlockNumberResponse) String

func (m *BlockNumberResponse) String() string

func (*BlockNumberResponse) Unmarshal

func (m *BlockNumberResponse) Unmarshal(dAtA []byte) error

func (*BlockNumberResponse) XXX_DiscardUnknown

func (m *BlockNumberResponse) XXX_DiscardUnknown()

func (*BlockNumberResponse) XXX_Marshal

func (m *BlockNumberResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*BlockNumberResponse) XXX_Merge

func (m *BlockNumberResponse) XXX_Merge(src proto.Message)

func (*BlockNumberResponse) XXX_Size

func (m *BlockNumberResponse) XXX_Size() int

func (*BlockNumberResponse) XXX_Unmarshal

func (m *BlockNumberResponse) XXX_Unmarshal(b []byte) error

type CallRequest

type CallRequest struct {
	Transaction          *Transaction `protobuf:"bytes,1,opt,name=transaction,proto3" json:"transaction,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*CallRequest) Descriptor

func (*CallRequest) Descriptor() ([]byte, []int)

func (*CallRequest) Marshal

func (m *CallRequest) Marshal() (dAtA []byte, err error)

func (*CallRequest) MarshalTo

func (m *CallRequest) MarshalTo(dAtA []byte) (int, error)

func (*CallRequest) MarshalToSizedBuffer

func (m *CallRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*CallRequest) ProtoMessage

func (*CallRequest) ProtoMessage()

func (*CallRequest) Reset

func (m *CallRequest) Reset()

func (*CallRequest) Size

func (m *CallRequest) Size() (n int)

func (*CallRequest) String

func (m *CallRequest) String() string

func (*CallRequest) Unmarshal

func (m *CallRequest) Unmarshal(dAtA []byte) error

func (*CallRequest) XXX_DiscardUnknown

func (m *CallRequest) XXX_DiscardUnknown()

func (*CallRequest) XXX_Marshal

func (m *CallRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CallRequest) XXX_Merge

func (m *CallRequest) XXX_Merge(src proto.Message)

func (*CallRequest) XXX_Size

func (m *CallRequest) XXX_Size() int

func (*CallRequest) XXX_Unmarshal

func (m *CallRequest) XXX_Unmarshal(b []byte) error

type CallResponse

type CallResponse struct {
	Data                 []byte   `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CallResponse) Descriptor

func (*CallResponse) Descriptor() ([]byte, []int)

func (*CallResponse) Marshal

func (m *CallResponse) Marshal() (dAtA []byte, err error)

func (*CallResponse) MarshalTo

func (m *CallResponse) MarshalTo(dAtA []byte) (int, error)

func (*CallResponse) MarshalToSizedBuffer

func (m *CallResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*CallResponse) ProtoMessage

func (*CallResponse) ProtoMessage()

func (*CallResponse) Reset

func (m *CallResponse) Reset()

func (*CallResponse) Size

func (m *CallResponse) Size() (n int)

func (*CallResponse) String

func (m *CallResponse) String() string

func (*CallResponse) Unmarshal

func (m *CallResponse) Unmarshal(dAtA []byte) error

func (*CallResponse) XXX_DiscardUnknown

func (m *CallResponse) XXX_DiscardUnknown()

func (*CallResponse) XXX_Marshal

func (m *CallResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CallResponse) XXX_Merge

func (m *CallResponse) XXX_Merge(src proto.Message)

func (*CallResponse) XXX_Size

func (m *CallResponse) XXX_Size() int

func (*CallResponse) XXX_Unmarshal

func (m *CallResponse) XXX_Unmarshal(b []byte) error

type EstimateGasRequest

type EstimateGasRequest struct {
	Transaction          *Transaction `protobuf:"bytes,1,opt,name=transaction,proto3" json:"transaction,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*EstimateGasRequest) Descriptor

func (*EstimateGasRequest) Descriptor() ([]byte, []int)

func (*EstimateGasRequest) Marshal

func (m *EstimateGasRequest) Marshal() (dAtA []byte, err error)

func (*EstimateGasRequest) MarshalTo

func (m *EstimateGasRequest) MarshalTo(dAtA []byte) (int, error)

func (*EstimateGasRequest) MarshalToSizedBuffer

func (m *EstimateGasRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*EstimateGasRequest) ProtoMessage

func (*EstimateGasRequest) ProtoMessage()

func (*EstimateGasRequest) Reset

func (m *EstimateGasRequest) Reset()

func (*EstimateGasRequest) Size

func (m *EstimateGasRequest) Size() (n int)

func (*EstimateGasRequest) String

func (m *EstimateGasRequest) String() string

func (*EstimateGasRequest) Unmarshal

func (m *EstimateGasRequest) Unmarshal(dAtA []byte) error

func (*EstimateGasRequest) XXX_DiscardUnknown

func (m *EstimateGasRequest) XXX_DiscardUnknown()

func (*EstimateGasRequest) XXX_Marshal

func (m *EstimateGasRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*EstimateGasRequest) XXX_Merge

func (m *EstimateGasRequest) XXX_Merge(src proto.Message)

func (*EstimateGasRequest) XXX_Size

func (m *EstimateGasRequest) XXX_Size() int

func (*EstimateGasRequest) XXX_Unmarshal

func (m *EstimateGasRequest) XXX_Unmarshal(b []byte) error

type EstimateGasResponse

type EstimateGasResponse struct {
	EstimatedGas         uint32   `protobuf:"varint,1,opt,name=estimated_gas,json=estimatedGas,proto3" json:"estimated_gas,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*EstimateGasResponse) Descriptor

func (*EstimateGasResponse) Descriptor() ([]byte, []int)

func (*EstimateGasResponse) Marshal

func (m *EstimateGasResponse) Marshal() (dAtA []byte, err error)

func (*EstimateGasResponse) MarshalTo

func (m *EstimateGasResponse) MarshalTo(dAtA []byte) (int, error)

func (*EstimateGasResponse) MarshalToSizedBuffer

func (m *EstimateGasResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*EstimateGasResponse) ProtoMessage

func (*EstimateGasResponse) ProtoMessage()

func (*EstimateGasResponse) Reset

func (m *EstimateGasResponse) Reset()

func (*EstimateGasResponse) Size

func (m *EstimateGasResponse) Size() (n int)

func (*EstimateGasResponse) String

func (m *EstimateGasResponse) String() string

func (*EstimateGasResponse) Unmarshal

func (m *EstimateGasResponse) Unmarshal(dAtA []byte) error

func (*EstimateGasResponse) XXX_DiscardUnknown

func (m *EstimateGasResponse) XXX_DiscardUnknown()

func (*EstimateGasResponse) XXX_Marshal

func (m *EstimateGasResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*EstimateGasResponse) XXX_Merge

func (m *EstimateGasResponse) XXX_Merge(src proto.Message)

func (*EstimateGasResponse) XXX_Size

func (m *EstimateGasResponse) XXX_Size() int

func (*EstimateGasResponse) XXX_Unmarshal

func (m *EstimateGasResponse) XXX_Unmarshal(b []byte) error

type Ether

type Ether struct {
	Wei                  uint64   `protobuf:"varint,1,opt,name=wei,proto3" json:"wei,omitempty"`
	Eth                  uint64   `protobuf:"varint,2,opt,name=eth,proto3" json:"eth,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Ether) Descriptor

func (*Ether) Descriptor() ([]byte, []int)

func (*Ether) Marshal

func (m *Ether) Marshal() (dAtA []byte, err error)

func (*Ether) MarshalTo

func (m *Ether) MarshalTo(dAtA []byte) (int, error)

func (*Ether) MarshalToSizedBuffer

func (m *Ether) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Ether) ProtoMessage

func (*Ether) ProtoMessage()

func (*Ether) Reset

func (m *Ether) Reset()

func (*Ether) Size

func (m *Ether) Size() (n int)

func (*Ether) String

func (m *Ether) String() string

func (*Ether) Unmarshal

func (m *Ether) Unmarshal(dAtA []byte) error

func (*Ether) XXX_DiscardUnknown

func (m *Ether) XXX_DiscardUnknown()

func (*Ether) XXX_Marshal

func (m *Ether) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Ether) XXX_Merge

func (m *Ether) XXX_Merge(src proto.Message)

func (*Ether) XXX_Size

func (m *Ether) XXX_Size() int

func (*Ether) XXX_Unmarshal

func (m *Ether) XXX_Unmarshal(b []byte) error

type EthereumClient

type EthereumClient interface {
	ProtocolVersion(ctx context.Context, in *ProtocolVersionRequest, opts ...grpc.CallOption) (*ProtocolVersionResponse, error)
	Syncing(ctx context.Context, in *SyncingRequest, opts ...grpc.CallOption) (*SyncingResponse, error)
	GasPrice(ctx context.Context, in *GasPriceRequest, opts ...grpc.CallOption) (*GasPriceResponse, error)
	BlockNumber(ctx context.Context, in *BlockNumberRequest, opts ...grpc.CallOption) (*BlockNumberResponse, error)
	GetBalance(ctx context.Context, in *GetBalanceRequest, opts ...grpc.CallOption) (*GetBalanceResponse, error)
	GetStorageAt(ctx context.Context, in *GetStorageAtRequest, opts ...grpc.CallOption) (*GetStorageAtResponse, error)
	GetTransactionCount(ctx context.Context, in *GetTransactionCountRequest, opts ...grpc.CallOption) (*GetTransactionCountResponse, error)
	GetBlockTransactionCountByHash(ctx context.Context, in *GetBlockTransactionCountByHashRequest, opts ...grpc.CallOption) (*GetBlockTransactionCountByHashResponse, error)
	GetBlockTransactionCountByNumber(ctx context.Context, in *GetBlockTransactionCountByNumberRequest, opts ...grpc.CallOption) (*GetBlockTransactionCountByNumberResponse, error)
	GetUncleCountByBlockHash(ctx context.Context, in *GetUncleCountByBlockHashRequest, opts ...grpc.CallOption) (*GetUncleCountByBlockHashResponse, error)
	GetUncleCountByBlockNumber(ctx context.Context, in *GetUncleCountByBlockNumberRequest, opts ...grpc.CallOption) (*GetUncleCountByBlockNumberResponse, error)
	GetCode(ctx context.Context, in *GetCodeRequest, opts ...grpc.CallOption) (*GetCodeResponse, error)
	SendRawTransaction(ctx context.Context, in *SendRawTransactionRequest, opts ...grpc.CallOption) (*SendRawTransactionResponse, error)
	Call(ctx context.Context, in *CallRequest, opts ...grpc.CallOption) (*CallResponse, error)
	EstimateGas(ctx context.Context, in *EstimateGasRequest, opts ...grpc.CallOption) (*EstimateGasResponse, error)
	GetBlockByHash(ctx context.Context, in *GetBlockByHashRequest, opts ...grpc.CallOption) (*Block, error)
	GetBlockByNumber(ctx context.Context, in *GetBlockByNumberRequest, opts ...grpc.CallOption) (*Block, error)
	ListTransactions(ctx context.Context, in *ListTransactionsRequest, opts ...grpc.CallOption) (*ListTransactionsResponse, error)
	GetTransactionByHash(ctx context.Context, in *GetTransactionByHashRequest, opts ...grpc.CallOption) (*Transaction, error)
	GetTransactionByBlockHashAndIndex(ctx context.Context, in *GetTransactionByBlockHashAndIndexRequest, opts ...grpc.CallOption) (*Transaction, error)
	GetTransactionByBlockNumberAndIndex(ctx context.Context, in *GetTransactionByBlockNumberAndIndexRequest, opts ...grpc.CallOption) (*Transaction, error)
	SubscribeTransactions(ctx context.Context, in *SubscribeTransactionsRequest, opts ...grpc.CallOption) (Ethereum_SubscribeTransactionsClient, error)
	GetTransactionReceipt(ctx context.Context, in *GetTransactionReceiptRequest, opts ...grpc.CallOption) (*TransactionReceipt, error)
	PendingTransactions(ctx context.Context, in *PendingTransactionsRequest, opts ...grpc.CallOption) (*PendingTransactionsResponse, error)
	GetUncleByBlockHashAndIndex(ctx context.Context, in *GetUncleByBlockHashAndIndexRequest, opts ...grpc.CallOption) (*Block, error)
	GetUncleByBlockNumberAndIndex(ctx context.Context, in *GetUncleByBlockNumberAndIndexRequest, opts ...grpc.CallOption) (*Block, error)
}

EthereumClient is the client API for Ethereum service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewEthereumClient

func NewEthereumClient(cc *grpc.ClientConn) EthereumClient

type EthereumServer

type EthereumServer interface {
	ProtocolVersion(context.Context, *ProtocolVersionRequest) (*ProtocolVersionResponse, error)
	Syncing(context.Context, *SyncingRequest) (*SyncingResponse, error)
	GasPrice(context.Context, *GasPriceRequest) (*GasPriceResponse, error)
	BlockNumber(context.Context, *BlockNumberRequest) (*BlockNumberResponse, error)
	GetBalance(context.Context, *GetBalanceRequest) (*GetBalanceResponse, error)
	GetStorageAt(context.Context, *GetStorageAtRequest) (*GetStorageAtResponse, error)
	GetTransactionCount(context.Context, *GetTransactionCountRequest) (*GetTransactionCountResponse, error)
	GetBlockTransactionCountByHash(context.Context, *GetBlockTransactionCountByHashRequest) (*GetBlockTransactionCountByHashResponse, error)
	GetBlockTransactionCountByNumber(context.Context, *GetBlockTransactionCountByNumberRequest) (*GetBlockTransactionCountByNumberResponse, error)
	GetUncleCountByBlockHash(context.Context, *GetUncleCountByBlockHashRequest) (*GetUncleCountByBlockHashResponse, error)
	GetUncleCountByBlockNumber(context.Context, *GetUncleCountByBlockNumberRequest) (*GetUncleCountByBlockNumberResponse, error)
	GetCode(context.Context, *GetCodeRequest) (*GetCodeResponse, error)
	SendRawTransaction(context.Context, *SendRawTransactionRequest) (*SendRawTransactionResponse, error)
	Call(context.Context, *CallRequest) (*CallResponse, error)
	EstimateGas(context.Context, *EstimateGasRequest) (*EstimateGasResponse, error)
	GetBlockByHash(context.Context, *GetBlockByHashRequest) (*Block, error)
	GetBlockByNumber(context.Context, *GetBlockByNumberRequest) (*Block, error)
	ListTransactions(context.Context, *ListTransactionsRequest) (*ListTransactionsResponse, error)
	GetTransactionByHash(context.Context, *GetTransactionByHashRequest) (*Transaction, error)
	GetTransactionByBlockHashAndIndex(context.Context, *GetTransactionByBlockHashAndIndexRequest) (*Transaction, error)
	GetTransactionByBlockNumberAndIndex(context.Context, *GetTransactionByBlockNumberAndIndexRequest) (*Transaction, error)
	SubscribeTransactions(*SubscribeTransactionsRequest, Ethereum_SubscribeTransactionsServer) error
	GetTransactionReceipt(context.Context, *GetTransactionReceiptRequest) (*TransactionReceipt, error)
	PendingTransactions(context.Context, *PendingTransactionsRequest) (*PendingTransactionsResponse, error)
	GetUncleByBlockHashAndIndex(context.Context, *GetUncleByBlockHashAndIndexRequest) (*Block, error)
	GetUncleByBlockNumberAndIndex(context.Context, *GetUncleByBlockNumberAndIndexRequest) (*Block, error)
}

EthereumServer is the server API for Ethereum service.

type Ethereum_SubscribeTransactionsClient

type Ethereum_SubscribeTransactionsClient interface {
	Recv() (*Transaction, error)
	grpc.ClientStream
}

type Ethereum_SubscribeTransactionsServer

type Ethereum_SubscribeTransactionsServer interface {
	Send(*Transaction) error
	grpc.ServerStream
}

type GasPriceRequest

type GasPriceRequest struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GasPriceRequest) Descriptor

func (*GasPriceRequest) Descriptor() ([]byte, []int)

func (*GasPriceRequest) Marshal

func (m *GasPriceRequest) Marshal() (dAtA []byte, err error)

func (*GasPriceRequest) MarshalTo

func (m *GasPriceRequest) MarshalTo(dAtA []byte) (int, error)

func (*GasPriceRequest) MarshalToSizedBuffer

func (m *GasPriceRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GasPriceRequest) ProtoMessage

func (*GasPriceRequest) ProtoMessage()

func (*GasPriceRequest) Reset

func (m *GasPriceRequest) Reset()

func (*GasPriceRequest) Size

func (m *GasPriceRequest) Size() (n int)

func (*GasPriceRequest) String

func (m *GasPriceRequest) String() string

func (*GasPriceRequest) Unmarshal

func (m *GasPriceRequest) Unmarshal(dAtA []byte) error

func (*GasPriceRequest) XXX_DiscardUnknown

func (m *GasPriceRequest) XXX_DiscardUnknown()

func (*GasPriceRequest) XXX_Marshal

func (m *GasPriceRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GasPriceRequest) XXX_Merge

func (m *GasPriceRequest) XXX_Merge(src proto.Message)

func (*GasPriceRequest) XXX_Size

func (m *GasPriceRequest) XXX_Size() int

func (*GasPriceRequest) XXX_Unmarshal

func (m *GasPriceRequest) XXX_Unmarshal(b []byte) error

type GasPriceResponse

type GasPriceResponse struct {
	GasPrice             *Ether   `protobuf:"bytes,1,opt,name=gas_price,json=gasPrice,proto3" json:"gas_price,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GasPriceResponse) Descriptor

func (*GasPriceResponse) Descriptor() ([]byte, []int)

func (*GasPriceResponse) Marshal

func (m *GasPriceResponse) Marshal() (dAtA []byte, err error)

func (*GasPriceResponse) MarshalTo

func (m *GasPriceResponse) MarshalTo(dAtA []byte) (int, error)

func (*GasPriceResponse) MarshalToSizedBuffer

func (m *GasPriceResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GasPriceResponse) ProtoMessage

func (*GasPriceResponse) ProtoMessage()

func (*GasPriceResponse) Reset

func (m *GasPriceResponse) Reset()

func (*GasPriceResponse) Size

func (m *GasPriceResponse) Size() (n int)

func (*GasPriceResponse) String

func (m *GasPriceResponse) String() string

func (*GasPriceResponse) Unmarshal

func (m *GasPriceResponse) Unmarshal(dAtA []byte) error

func (*GasPriceResponse) XXX_DiscardUnknown

func (m *GasPriceResponse) XXX_DiscardUnknown()

func (*GasPriceResponse) XXX_Marshal

func (m *GasPriceResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GasPriceResponse) XXX_Merge

func (m *GasPriceResponse) XXX_Merge(src proto.Message)

func (*GasPriceResponse) XXX_Size

func (m *GasPriceResponse) XXX_Size() int

func (*GasPriceResponse) XXX_Unmarshal

func (m *GasPriceResponse) XXX_Unmarshal(b []byte) error

type GetBalanceRequest

type GetBalanceRequest struct {
	Address              string   `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"`
	BlockNumber          uint32   `protobuf:"varint,2,opt,name=block_number,json=blockNumber,proto3" json:"block_number,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetBalanceRequest) Descriptor

func (*GetBalanceRequest) Descriptor() ([]byte, []int)

func (*GetBalanceRequest) Marshal

func (m *GetBalanceRequest) Marshal() (dAtA []byte, err error)

func (*GetBalanceRequest) MarshalTo

func (m *GetBalanceRequest) MarshalTo(dAtA []byte) (int, error)

func (*GetBalanceRequest) MarshalToSizedBuffer

func (m *GetBalanceRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GetBalanceRequest) ProtoMessage

func (*GetBalanceRequest) ProtoMessage()

func (*GetBalanceRequest) Reset

func (m *GetBalanceRequest) Reset()

func (*GetBalanceRequest) Size

func (m *GetBalanceRequest) Size() (n int)

func (*GetBalanceRequest) String

func (m *GetBalanceRequest) String() string

func (*GetBalanceRequest) Unmarshal

func (m *GetBalanceRequest) Unmarshal(dAtA []byte) error

func (*GetBalanceRequest) XXX_DiscardUnknown

func (m *GetBalanceRequest) XXX_DiscardUnknown()

func (*GetBalanceRequest) XXX_Marshal

func (m *GetBalanceRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetBalanceRequest) XXX_Merge

func (m *GetBalanceRequest) XXX_Merge(src proto.Message)

func (*GetBalanceRequest) XXX_Size

func (m *GetBalanceRequest) XXX_Size() int

func (*GetBalanceRequest) XXX_Unmarshal

func (m *GetBalanceRequest) XXX_Unmarshal(b []byte) error

type GetBalanceResponse

type GetBalanceResponse struct {
	Balance              *Ether   `protobuf:"bytes,1,opt,name=balance,proto3" json:"balance,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetBalanceResponse) Descriptor

func (*GetBalanceResponse) Descriptor() ([]byte, []int)

func (*GetBalanceResponse) Marshal

func (m *GetBalanceResponse) Marshal() (dAtA []byte, err error)

func (*GetBalanceResponse) MarshalTo

func (m *GetBalanceResponse) MarshalTo(dAtA []byte) (int, error)

func (*GetBalanceResponse) MarshalToSizedBuffer

func (m *GetBalanceResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GetBalanceResponse) ProtoMessage

func (*GetBalanceResponse) ProtoMessage()

func (*GetBalanceResponse) Reset

func (m *GetBalanceResponse) Reset()

func (*GetBalanceResponse) Size

func (m *GetBalanceResponse) Size() (n int)

func (*GetBalanceResponse) String

func (m *GetBalanceResponse) String() string

func (*GetBalanceResponse) Unmarshal

func (m *GetBalanceResponse) Unmarshal(dAtA []byte) error

func (*GetBalanceResponse) XXX_DiscardUnknown

func (m *GetBalanceResponse) XXX_DiscardUnknown()

func (*GetBalanceResponse) XXX_Marshal

func (m *GetBalanceResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetBalanceResponse) XXX_Merge

func (m *GetBalanceResponse) XXX_Merge(src proto.Message)

func (*GetBalanceResponse) XXX_Size

func (m *GetBalanceResponse) XXX_Size() int

func (*GetBalanceResponse) XXX_Unmarshal

func (m *GetBalanceResponse) XXX_Unmarshal(b []byte) error

type GetBlockByHashRequest

type GetBlockByHashRequest struct {
	BlockHash               string   `protobuf:"bytes,1,opt,name=block_hash,json=blockHash,proto3" json:"block_hash,omitempty"`
	IncludeFullTransactions bool     `` /* 133-byte string literal not displayed */
	XXX_NoUnkeyedLiteral    struct{} `json:"-"`
	XXX_unrecognized        []byte   `json:"-"`
	XXX_sizecache           int32    `json:"-"`
}

func (*GetBlockByHashRequest) Descriptor

func (*GetBlockByHashRequest) Descriptor() ([]byte, []int)

func (*GetBlockByHashRequest) Marshal

func (m *GetBlockByHashRequest) Marshal() (dAtA []byte, err error)

func (*GetBlockByHashRequest) MarshalTo

func (m *GetBlockByHashRequest) MarshalTo(dAtA []byte) (int, error)

func (*GetBlockByHashRequest) MarshalToSizedBuffer

func (m *GetBlockByHashRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GetBlockByHashRequest) ProtoMessage

func (*GetBlockByHashRequest) ProtoMessage()

func (*GetBlockByHashRequest) Reset

func (m *GetBlockByHashRequest) Reset()

func (*GetBlockByHashRequest) Size

func (m *GetBlockByHashRequest) Size() (n int)

func (*GetBlockByHashRequest) String

func (m *GetBlockByHashRequest) String() string

func (*GetBlockByHashRequest) Unmarshal

func (m *GetBlockByHashRequest) Unmarshal(dAtA []byte) error

func (*GetBlockByHashRequest) XXX_DiscardUnknown

func (m *GetBlockByHashRequest) XXX_DiscardUnknown()

func (*GetBlockByHashRequest) XXX_Marshal

func (m *GetBlockByHashRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetBlockByHashRequest) XXX_Merge

func (m *GetBlockByHashRequest) XXX_Merge(src proto.Message)

func (*GetBlockByHashRequest) XXX_Size

func (m *GetBlockByHashRequest) XXX_Size() int

func (*GetBlockByHashRequest) XXX_Unmarshal

func (m *GetBlockByHashRequest) XXX_Unmarshal(b []byte) error

type GetBlockByNumberRequest

type GetBlockByNumberRequest struct {
	BlockNumber             uint32   `protobuf:"varint,1,opt,name=block_number,json=blockNumber,proto3" json:"block_number,omitempty"`
	IncludeFullTransactions bool     `` /* 133-byte string literal not displayed */
	XXX_NoUnkeyedLiteral    struct{} `json:"-"`
	XXX_unrecognized        []byte   `json:"-"`
	XXX_sizecache           int32    `json:"-"`
}

func (*GetBlockByNumberRequest) Descriptor

func (*GetBlockByNumberRequest) Descriptor() ([]byte, []int)

func (*GetBlockByNumberRequest) Marshal

func (m *GetBlockByNumberRequest) Marshal() (dAtA []byte, err error)

func (*GetBlockByNumberRequest) MarshalTo

func (m *GetBlockByNumberRequest) MarshalTo(dAtA []byte) (int, error)

func (*GetBlockByNumberRequest) MarshalToSizedBuffer

func (m *GetBlockByNumberRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GetBlockByNumberRequest) ProtoMessage

func (*GetBlockByNumberRequest) ProtoMessage()

func (*GetBlockByNumberRequest) Reset

func (m *GetBlockByNumberRequest) Reset()

func (*GetBlockByNumberRequest) Size

func (m *GetBlockByNumberRequest) Size() (n int)

func (*GetBlockByNumberRequest) String

func (m *GetBlockByNumberRequest) String() string

func (*GetBlockByNumberRequest) Unmarshal

func (m *GetBlockByNumberRequest) Unmarshal(dAtA []byte) error

func (*GetBlockByNumberRequest) XXX_DiscardUnknown

func (m *GetBlockByNumberRequest) XXX_DiscardUnknown()

func (*GetBlockByNumberRequest) XXX_Marshal

func (m *GetBlockByNumberRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetBlockByNumberRequest) XXX_Merge

func (m *GetBlockByNumberRequest) XXX_Merge(src proto.Message)

func (*GetBlockByNumberRequest) XXX_Size

func (m *GetBlockByNumberRequest) XXX_Size() int

func (*GetBlockByNumberRequest) XXX_Unmarshal

func (m *GetBlockByNumberRequest) XXX_Unmarshal(b []byte) error

type GetBlockTransactionCountByHashRequest

type GetBlockTransactionCountByHashRequest struct {
	BlockHash            string   `protobuf:"bytes,1,opt,name=block_hash,json=blockHash,proto3" json:"block_hash,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetBlockTransactionCountByHashRequest) Descriptor

func (*GetBlockTransactionCountByHashRequest) Descriptor() ([]byte, []int)

func (*GetBlockTransactionCountByHashRequest) Marshal

func (m *GetBlockTransactionCountByHashRequest) Marshal() (dAtA []byte, err error)

func (*GetBlockTransactionCountByHashRequest) MarshalTo

func (m *GetBlockTransactionCountByHashRequest) MarshalTo(dAtA []byte) (int, error)

func (*GetBlockTransactionCountByHashRequest) MarshalToSizedBuffer

func (m *GetBlockTransactionCountByHashRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GetBlockTransactionCountByHashRequest) ProtoMessage

func (*GetBlockTransactionCountByHashRequest) ProtoMessage()

func (*GetBlockTransactionCountByHashRequest) Reset

func (*GetBlockTransactionCountByHashRequest) Size

func (*GetBlockTransactionCountByHashRequest) String

func (*GetBlockTransactionCountByHashRequest) Unmarshal

func (m *GetBlockTransactionCountByHashRequest) Unmarshal(dAtA []byte) error

func (*GetBlockTransactionCountByHashRequest) XXX_DiscardUnknown

func (m *GetBlockTransactionCountByHashRequest) XXX_DiscardUnknown()

func (*GetBlockTransactionCountByHashRequest) XXX_Marshal

func (m *GetBlockTransactionCountByHashRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetBlockTransactionCountByHashRequest) XXX_Merge

func (*GetBlockTransactionCountByHashRequest) XXX_Size

func (*GetBlockTransactionCountByHashRequest) XXX_Unmarshal

func (m *GetBlockTransactionCountByHashRequest) XXX_Unmarshal(b []byte) error

type GetBlockTransactionCountByHashResponse

type GetBlockTransactionCountByHashResponse struct {
	TransactionCount     uint32   `protobuf:"varint,1,opt,name=transaction_count,json=transactionCount,proto3" json:"transaction_count,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetBlockTransactionCountByHashResponse) Descriptor

func (*GetBlockTransactionCountByHashResponse) Descriptor() ([]byte, []int)

func (*GetBlockTransactionCountByHashResponse) Marshal

func (m *GetBlockTransactionCountByHashResponse) Marshal() (dAtA []byte, err error)

func (*GetBlockTransactionCountByHashResponse) MarshalTo

func (m *GetBlockTransactionCountByHashResponse) MarshalTo(dAtA []byte) (int, error)

func (*GetBlockTransactionCountByHashResponse) MarshalToSizedBuffer

func (m *GetBlockTransactionCountByHashResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GetBlockTransactionCountByHashResponse) ProtoMessage

func (*GetBlockTransactionCountByHashResponse) Reset

func (*GetBlockTransactionCountByHashResponse) Size

func (*GetBlockTransactionCountByHashResponse) String

func (*GetBlockTransactionCountByHashResponse) Unmarshal

func (m *GetBlockTransactionCountByHashResponse) Unmarshal(dAtA []byte) error

func (*GetBlockTransactionCountByHashResponse) XXX_DiscardUnknown

func (m *GetBlockTransactionCountByHashResponse) XXX_DiscardUnknown()

func (*GetBlockTransactionCountByHashResponse) XXX_Marshal

func (m *GetBlockTransactionCountByHashResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetBlockTransactionCountByHashResponse) XXX_Merge

func (*GetBlockTransactionCountByHashResponse) XXX_Size

func (*GetBlockTransactionCountByHashResponse) XXX_Unmarshal

func (m *GetBlockTransactionCountByHashResponse) XXX_Unmarshal(b []byte) error

type GetBlockTransactionCountByNumberRequest

type GetBlockTransactionCountByNumberRequest struct {
	BlockNumber          uint32   `protobuf:"varint,1,opt,name=block_number,json=blockNumber,proto3" json:"block_number,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetBlockTransactionCountByNumberRequest) Descriptor

func (*GetBlockTransactionCountByNumberRequest) Descriptor() ([]byte, []int)

func (*GetBlockTransactionCountByNumberRequest) Marshal

func (m *GetBlockTransactionCountByNumberRequest) Marshal() (dAtA []byte, err error)

func (*GetBlockTransactionCountByNumberRequest) MarshalTo

func (m *GetBlockTransactionCountByNumberRequest) MarshalTo(dAtA []byte) (int, error)

func (*GetBlockTransactionCountByNumberRequest) MarshalToSizedBuffer

func (m *GetBlockTransactionCountByNumberRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GetBlockTransactionCountByNumberRequest) ProtoMessage

func (*GetBlockTransactionCountByNumberRequest) Reset

func (*GetBlockTransactionCountByNumberRequest) Size

func (*GetBlockTransactionCountByNumberRequest) String

func (*GetBlockTransactionCountByNumberRequest) Unmarshal

func (m *GetBlockTransactionCountByNumberRequest) Unmarshal(dAtA []byte) error

func (*GetBlockTransactionCountByNumberRequest) XXX_DiscardUnknown

func (m *GetBlockTransactionCountByNumberRequest) XXX_DiscardUnknown()

func (*GetBlockTransactionCountByNumberRequest) XXX_Marshal

func (m *GetBlockTransactionCountByNumberRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetBlockTransactionCountByNumberRequest) XXX_Merge

func (*GetBlockTransactionCountByNumberRequest) XXX_Size

func (*GetBlockTransactionCountByNumberRequest) XXX_Unmarshal

func (m *GetBlockTransactionCountByNumberRequest) XXX_Unmarshal(b []byte) error

type GetBlockTransactionCountByNumberResponse

type GetBlockTransactionCountByNumberResponse struct {
	TransactionCount     uint32   `protobuf:"varint,1,opt,name=transaction_count,json=transactionCount,proto3" json:"transaction_count,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetBlockTransactionCountByNumberResponse) Descriptor

func (*GetBlockTransactionCountByNumberResponse) Descriptor() ([]byte, []int)

func (*GetBlockTransactionCountByNumberResponse) Marshal

func (m *GetBlockTransactionCountByNumberResponse) Marshal() (dAtA []byte, err error)

func (*GetBlockTransactionCountByNumberResponse) MarshalTo

func (m *GetBlockTransactionCountByNumberResponse) MarshalTo(dAtA []byte) (int, error)

func (*GetBlockTransactionCountByNumberResponse) MarshalToSizedBuffer

func (m *GetBlockTransactionCountByNumberResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GetBlockTransactionCountByNumberResponse) ProtoMessage

func (*GetBlockTransactionCountByNumberResponse) Reset

func (*GetBlockTransactionCountByNumberResponse) Size

func (*GetBlockTransactionCountByNumberResponse) String

func (*GetBlockTransactionCountByNumberResponse) Unmarshal

func (*GetBlockTransactionCountByNumberResponse) XXX_DiscardUnknown

func (m *GetBlockTransactionCountByNumberResponse) XXX_DiscardUnknown()

func (*GetBlockTransactionCountByNumberResponse) XXX_Marshal

func (m *GetBlockTransactionCountByNumberResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetBlockTransactionCountByNumberResponse) XXX_Merge

func (*GetBlockTransactionCountByNumberResponse) XXX_Size

func (*GetBlockTransactionCountByNumberResponse) XXX_Unmarshal

func (m *GetBlockTransactionCountByNumberResponse) XXX_Unmarshal(b []byte) error

type GetCodeRequest

type GetCodeRequest struct {
	Address              string   `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetCodeRequest) Descriptor

func (*GetCodeRequest) Descriptor() ([]byte, []int)

func (*GetCodeRequest) Marshal

func (m *GetCodeRequest) Marshal() (dAtA []byte, err error)

func (*GetCodeRequest) MarshalTo

func (m *GetCodeRequest) MarshalTo(dAtA []byte) (int, error)

func (*GetCodeRequest) MarshalToSizedBuffer

func (m *GetCodeRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GetCodeRequest) ProtoMessage

func (*GetCodeRequest) ProtoMessage()

func (*GetCodeRequest) Reset

func (m *GetCodeRequest) Reset()

func (*GetCodeRequest) Size

func (m *GetCodeRequest) Size() (n int)

func (*GetCodeRequest) String

func (m *GetCodeRequest) String() string

func (*GetCodeRequest) Unmarshal

func (m *GetCodeRequest) Unmarshal(dAtA []byte) error

func (*GetCodeRequest) XXX_DiscardUnknown

func (m *GetCodeRequest) XXX_DiscardUnknown()

func (*GetCodeRequest) XXX_Marshal

func (m *GetCodeRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetCodeRequest) XXX_Merge

func (m *GetCodeRequest) XXX_Merge(src proto.Message)

func (*GetCodeRequest) XXX_Size

func (m *GetCodeRequest) XXX_Size() int

func (*GetCodeRequest) XXX_Unmarshal

func (m *GetCodeRequest) XXX_Unmarshal(b []byte) error

type GetCodeResponse

type GetCodeResponse struct {
	Data                 []byte   `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetCodeResponse) Descriptor

func (*GetCodeResponse) Descriptor() ([]byte, []int)

func (*GetCodeResponse) Marshal

func (m *GetCodeResponse) Marshal() (dAtA []byte, err error)

func (*GetCodeResponse) MarshalTo

func (m *GetCodeResponse) MarshalTo(dAtA []byte) (int, error)

func (*GetCodeResponse) MarshalToSizedBuffer

func (m *GetCodeResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GetCodeResponse) ProtoMessage

func (*GetCodeResponse) ProtoMessage()

func (*GetCodeResponse) Reset

func (m *GetCodeResponse) Reset()

func (*GetCodeResponse) Size

func (m *GetCodeResponse) Size() (n int)

func (*GetCodeResponse) String

func (m *GetCodeResponse) String() string

func (*GetCodeResponse) Unmarshal

func (m *GetCodeResponse) Unmarshal(dAtA []byte) error

func (*GetCodeResponse) XXX_DiscardUnknown

func (m *GetCodeResponse) XXX_DiscardUnknown()

func (*GetCodeResponse) XXX_Marshal

func (m *GetCodeResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetCodeResponse) XXX_Merge

func (m *GetCodeResponse) XXX_Merge(src proto.Message)

func (*GetCodeResponse) XXX_Size

func (m *GetCodeResponse) XXX_Size() int

func (*GetCodeResponse) XXX_Unmarshal

func (m *GetCodeResponse) XXX_Unmarshal(b []byte) error

type GetStorageAtRequest

type GetStorageAtRequest struct {
	Address              string   `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"`
	Offset               uint64   `protobuf:"varint,2,opt,name=offset,proto3" json:"offset,omitempty"`
	BlockNumber          uint32   `protobuf:"varint,3,opt,name=block_number,json=blockNumber,proto3" json:"block_number,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetStorageAtRequest) Descriptor

func (*GetStorageAtRequest) Descriptor() ([]byte, []int)

func (*GetStorageAtRequest) Marshal

func (m *GetStorageAtRequest) Marshal() (dAtA []byte, err error)

func (*GetStorageAtRequest) MarshalTo

func (m *GetStorageAtRequest) MarshalTo(dAtA []byte) (int, error)

func (*GetStorageAtRequest) MarshalToSizedBuffer

func (m *GetStorageAtRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GetStorageAtRequest) ProtoMessage

func (*GetStorageAtRequest) ProtoMessage()

func (*GetStorageAtRequest) Reset

func (m *GetStorageAtRequest) Reset()

func (*GetStorageAtRequest) Size

func (m *GetStorageAtRequest) Size() (n int)

func (*GetStorageAtRequest) String

func (m *GetStorageAtRequest) String() string

func (*GetStorageAtRequest) Unmarshal

func (m *GetStorageAtRequest) Unmarshal(dAtA []byte) error

func (*GetStorageAtRequest) XXX_DiscardUnknown

func (m *GetStorageAtRequest) XXX_DiscardUnknown()

func (*GetStorageAtRequest) XXX_Marshal

func (m *GetStorageAtRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetStorageAtRequest) XXX_Merge

func (m *GetStorageAtRequest) XXX_Merge(src proto.Message)

func (*GetStorageAtRequest) XXX_Size

func (m *GetStorageAtRequest) XXX_Size() int

func (*GetStorageAtRequest) XXX_Unmarshal

func (m *GetStorageAtRequest) XXX_Unmarshal(b []byte) error

type GetStorageAtResponse

type GetStorageAtResponse struct {
	Data                 []byte   `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetStorageAtResponse) Descriptor

func (*GetStorageAtResponse) Descriptor() ([]byte, []int)

func (*GetStorageAtResponse) Marshal

func (m *GetStorageAtResponse) Marshal() (dAtA []byte, err error)

func (*GetStorageAtResponse) MarshalTo

func (m *GetStorageAtResponse) MarshalTo(dAtA []byte) (int, error)

func (*GetStorageAtResponse) MarshalToSizedBuffer

func (m *GetStorageAtResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GetStorageAtResponse) ProtoMessage

func (*GetStorageAtResponse) ProtoMessage()

func (*GetStorageAtResponse) Reset

func (m *GetStorageAtResponse) Reset()

func (*GetStorageAtResponse) Size

func (m *GetStorageAtResponse) Size() (n int)

func (*GetStorageAtResponse) String

func (m *GetStorageAtResponse) String() string

func (*GetStorageAtResponse) Unmarshal

func (m *GetStorageAtResponse) Unmarshal(dAtA []byte) error

func (*GetStorageAtResponse) XXX_DiscardUnknown

func (m *GetStorageAtResponse) XXX_DiscardUnknown()

func (*GetStorageAtResponse) XXX_Marshal

func (m *GetStorageAtResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetStorageAtResponse) XXX_Merge

func (m *GetStorageAtResponse) XXX_Merge(src proto.Message)

func (*GetStorageAtResponse) XXX_Size

func (m *GetStorageAtResponse) XXX_Size() int

func (*GetStorageAtResponse) XXX_Unmarshal

func (m *GetStorageAtResponse) XXX_Unmarshal(b []byte) error

type GetTransactionByBlockHashAndIndexRequest

type GetTransactionByBlockHashAndIndexRequest struct {
	BlockHash            string   `protobuf:"bytes,1,opt,name=block_hash,json=blockHash,proto3" json:"block_hash,omitempty"`
	TransactionIndex     uint32   `protobuf:"varint,2,opt,name=transaction_index,json=transactionIndex,proto3" json:"transaction_index,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetTransactionByBlockHashAndIndexRequest) Descriptor

func (*GetTransactionByBlockHashAndIndexRequest) Descriptor() ([]byte, []int)

func (*GetTransactionByBlockHashAndIndexRequest) Marshal

func (m *GetTransactionByBlockHashAndIndexRequest) Marshal() (dAtA []byte, err error)

func (*GetTransactionByBlockHashAndIndexRequest) MarshalTo

func (m *GetTransactionByBlockHashAndIndexRequest) MarshalTo(dAtA []byte) (int, error)

func (*GetTransactionByBlockHashAndIndexRequest) MarshalToSizedBuffer

func (m *GetTransactionByBlockHashAndIndexRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GetTransactionByBlockHashAndIndexRequest) ProtoMessage

func (*GetTransactionByBlockHashAndIndexRequest) Reset

func (*GetTransactionByBlockHashAndIndexRequest) Size

func (*GetTransactionByBlockHashAndIndexRequest) String

func (*GetTransactionByBlockHashAndIndexRequest) Unmarshal

func (*GetTransactionByBlockHashAndIndexRequest) XXX_DiscardUnknown

func (m *GetTransactionByBlockHashAndIndexRequest) XXX_DiscardUnknown()

func (*GetTransactionByBlockHashAndIndexRequest) XXX_Marshal

func (m *GetTransactionByBlockHashAndIndexRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetTransactionByBlockHashAndIndexRequest) XXX_Merge

func (*GetTransactionByBlockHashAndIndexRequest) XXX_Size

func (*GetTransactionByBlockHashAndIndexRequest) XXX_Unmarshal

func (m *GetTransactionByBlockHashAndIndexRequest) XXX_Unmarshal(b []byte) error

type GetTransactionByBlockNumberAndIndexRequest

type GetTransactionByBlockNumberAndIndexRequest struct {
	BlockNumber          uint32   `protobuf:"varint,1,opt,name=block_number,json=blockNumber,proto3" json:"block_number,omitempty"`
	TransactionIndex     uint32   `protobuf:"varint,2,opt,name=transaction_index,json=transactionIndex,proto3" json:"transaction_index,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetTransactionByBlockNumberAndIndexRequest) Descriptor

func (*GetTransactionByBlockNumberAndIndexRequest) Marshal

func (m *GetTransactionByBlockNumberAndIndexRequest) Marshal() (dAtA []byte, err error)

func (*GetTransactionByBlockNumberAndIndexRequest) MarshalTo

func (m *GetTransactionByBlockNumberAndIndexRequest) MarshalTo(dAtA []byte) (int, error)

func (*GetTransactionByBlockNumberAndIndexRequest) MarshalToSizedBuffer

func (m *GetTransactionByBlockNumberAndIndexRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GetTransactionByBlockNumberAndIndexRequest) ProtoMessage

func (*GetTransactionByBlockNumberAndIndexRequest) Reset

func (*GetTransactionByBlockNumberAndIndexRequest) Size

func (*GetTransactionByBlockNumberAndIndexRequest) String

func (*GetTransactionByBlockNumberAndIndexRequest) Unmarshal

func (*GetTransactionByBlockNumberAndIndexRequest) XXX_DiscardUnknown

func (m *GetTransactionByBlockNumberAndIndexRequest) XXX_DiscardUnknown()

func (*GetTransactionByBlockNumberAndIndexRequest) XXX_Marshal

func (m *GetTransactionByBlockNumberAndIndexRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetTransactionByBlockNumberAndIndexRequest) XXX_Merge

func (*GetTransactionByBlockNumberAndIndexRequest) XXX_Size

func (*GetTransactionByBlockNumberAndIndexRequest) XXX_Unmarshal

type GetTransactionByHashRequest

type GetTransactionByHashRequest struct {
	TransactionHash      string   `protobuf:"bytes,1,opt,name=transaction_hash,json=transactionHash,proto3" json:"transaction_hash,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetTransactionByHashRequest) Descriptor

func (*GetTransactionByHashRequest) Descriptor() ([]byte, []int)

func (*GetTransactionByHashRequest) Marshal

func (m *GetTransactionByHashRequest) Marshal() (dAtA []byte, err error)

func (*GetTransactionByHashRequest) MarshalTo

func (m *GetTransactionByHashRequest) MarshalTo(dAtA []byte) (int, error)

func (*GetTransactionByHashRequest) MarshalToSizedBuffer

func (m *GetTransactionByHashRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GetTransactionByHashRequest) ProtoMessage

func (*GetTransactionByHashRequest) ProtoMessage()

func (*GetTransactionByHashRequest) Reset

func (m *GetTransactionByHashRequest) Reset()

func (*GetTransactionByHashRequest) Size

func (m *GetTransactionByHashRequest) Size() (n int)

func (*GetTransactionByHashRequest) String

func (m *GetTransactionByHashRequest) String() string

func (*GetTransactionByHashRequest) Unmarshal

func (m *GetTransactionByHashRequest) Unmarshal(dAtA []byte) error

func (*GetTransactionByHashRequest) XXX_DiscardUnknown

func (m *GetTransactionByHashRequest) XXX_DiscardUnknown()

func (*GetTransactionByHashRequest) XXX_Marshal

func (m *GetTransactionByHashRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetTransactionByHashRequest) XXX_Merge

func (m *GetTransactionByHashRequest) XXX_Merge(src proto.Message)

func (*GetTransactionByHashRequest) XXX_Size

func (m *GetTransactionByHashRequest) XXX_Size() int

func (*GetTransactionByHashRequest) XXX_Unmarshal

func (m *GetTransactionByHashRequest) XXX_Unmarshal(b []byte) error

type GetTransactionCountRequest

type GetTransactionCountRequest struct {
	Address              string   `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"`
	BlockNumber          uint32   `protobuf:"varint,2,opt,name=block_number,json=blockNumber,proto3" json:"block_number,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetTransactionCountRequest) Descriptor

func (*GetTransactionCountRequest) Descriptor() ([]byte, []int)

func (*GetTransactionCountRequest) Marshal

func (m *GetTransactionCountRequest) Marshal() (dAtA []byte, err error)

func (*GetTransactionCountRequest) MarshalTo

func (m *GetTransactionCountRequest) MarshalTo(dAtA []byte) (int, error)

func (*GetTransactionCountRequest) MarshalToSizedBuffer

func (m *GetTransactionCountRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GetTransactionCountRequest) ProtoMessage

func (*GetTransactionCountRequest) ProtoMessage()

func (*GetTransactionCountRequest) Reset

func (m *GetTransactionCountRequest) Reset()

func (*GetTransactionCountRequest) Size

func (m *GetTransactionCountRequest) Size() (n int)

func (*GetTransactionCountRequest) String

func (m *GetTransactionCountRequest) String() string

func (*GetTransactionCountRequest) Unmarshal

func (m *GetTransactionCountRequest) Unmarshal(dAtA []byte) error

func (*GetTransactionCountRequest) XXX_DiscardUnknown

func (m *GetTransactionCountRequest) XXX_DiscardUnknown()

func (*GetTransactionCountRequest) XXX_Marshal

func (m *GetTransactionCountRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetTransactionCountRequest) XXX_Merge

func (m *GetTransactionCountRequest) XXX_Merge(src proto.Message)

func (*GetTransactionCountRequest) XXX_Size

func (m *GetTransactionCountRequest) XXX_Size() int

func (*GetTransactionCountRequest) XXX_Unmarshal

func (m *GetTransactionCountRequest) XXX_Unmarshal(b []byte) error

type GetTransactionCountResponse

type GetTransactionCountResponse struct {
	TransactionCount     uint32   `protobuf:"varint,1,opt,name=transaction_count,json=transactionCount,proto3" json:"transaction_count,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetTransactionCountResponse) Descriptor

func (*GetTransactionCountResponse) Descriptor() ([]byte, []int)

func (*GetTransactionCountResponse) Marshal

func (m *GetTransactionCountResponse) Marshal() (dAtA []byte, err error)

func (*GetTransactionCountResponse) MarshalTo

func (m *GetTransactionCountResponse) MarshalTo(dAtA []byte) (int, error)

func (*GetTransactionCountResponse) MarshalToSizedBuffer

func (m *GetTransactionCountResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GetTransactionCountResponse) ProtoMessage

func (*GetTransactionCountResponse) ProtoMessage()

func (*GetTransactionCountResponse) Reset

func (m *GetTransactionCountResponse) Reset()

func (*GetTransactionCountResponse) Size

func (m *GetTransactionCountResponse) Size() (n int)

func (*GetTransactionCountResponse) String

func (m *GetTransactionCountResponse) String() string

func (*GetTransactionCountResponse) Unmarshal

func (m *GetTransactionCountResponse) Unmarshal(dAtA []byte) error

func (*GetTransactionCountResponse) XXX_DiscardUnknown

func (m *GetTransactionCountResponse) XXX_DiscardUnknown()

func (*GetTransactionCountResponse) XXX_Marshal

func (m *GetTransactionCountResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetTransactionCountResponse) XXX_Merge

func (m *GetTransactionCountResponse) XXX_Merge(src proto.Message)

func (*GetTransactionCountResponse) XXX_Size

func (m *GetTransactionCountResponse) XXX_Size() int

func (*GetTransactionCountResponse) XXX_Unmarshal

func (m *GetTransactionCountResponse) XXX_Unmarshal(b []byte) error

type GetTransactionReceiptRequest

type GetTransactionReceiptRequest struct {
	TransactionHash      string   `protobuf:"bytes,1,opt,name=transaction_hash,json=transactionHash,proto3" json:"transaction_hash,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetTransactionReceiptRequest) Descriptor

func (*GetTransactionReceiptRequest) Descriptor() ([]byte, []int)

func (*GetTransactionReceiptRequest) Marshal

func (m *GetTransactionReceiptRequest) Marshal() (dAtA []byte, err error)

func (*GetTransactionReceiptRequest) MarshalTo

func (m *GetTransactionReceiptRequest) MarshalTo(dAtA []byte) (int, error)

func (*GetTransactionReceiptRequest) MarshalToSizedBuffer

func (m *GetTransactionReceiptRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GetTransactionReceiptRequest) ProtoMessage

func (*GetTransactionReceiptRequest) ProtoMessage()

func (*GetTransactionReceiptRequest) Reset

func (m *GetTransactionReceiptRequest) Reset()

func (*GetTransactionReceiptRequest) Size

func (m *GetTransactionReceiptRequest) Size() (n int)

func (*GetTransactionReceiptRequest) String

func (*GetTransactionReceiptRequest) Unmarshal

func (m *GetTransactionReceiptRequest) Unmarshal(dAtA []byte) error

func (*GetTransactionReceiptRequest) XXX_DiscardUnknown

func (m *GetTransactionReceiptRequest) XXX_DiscardUnknown()

func (*GetTransactionReceiptRequest) XXX_Marshal

func (m *GetTransactionReceiptRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetTransactionReceiptRequest) XXX_Merge

func (m *GetTransactionReceiptRequest) XXX_Merge(src proto.Message)

func (*GetTransactionReceiptRequest) XXX_Size

func (m *GetTransactionReceiptRequest) XXX_Size() int

func (*GetTransactionReceiptRequest) XXX_Unmarshal

func (m *GetTransactionReceiptRequest) XXX_Unmarshal(b []byte) error

type GetUncleByBlockHashAndIndexRequest

type GetUncleByBlockHashAndIndexRequest struct {
	BlockHash            string   `protobuf:"bytes,1,opt,name=block_hash,json=blockHash,proto3" json:"block_hash,omitempty"`
	UncleIndex           uint32   `protobuf:"varint,2,opt,name=uncle_index,json=uncleIndex,proto3" json:"uncle_index,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetUncleByBlockHashAndIndexRequest) Descriptor

func (*GetUncleByBlockHashAndIndexRequest) Descriptor() ([]byte, []int)

func (*GetUncleByBlockHashAndIndexRequest) Marshal

func (m *GetUncleByBlockHashAndIndexRequest) Marshal() (dAtA []byte, err error)

func (*GetUncleByBlockHashAndIndexRequest) MarshalTo

func (m *GetUncleByBlockHashAndIndexRequest) MarshalTo(dAtA []byte) (int, error)

func (*GetUncleByBlockHashAndIndexRequest) MarshalToSizedBuffer

func (m *GetUncleByBlockHashAndIndexRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GetUncleByBlockHashAndIndexRequest) ProtoMessage

func (*GetUncleByBlockHashAndIndexRequest) ProtoMessage()

func (*GetUncleByBlockHashAndIndexRequest) Reset

func (*GetUncleByBlockHashAndIndexRequest) Size

func (*GetUncleByBlockHashAndIndexRequest) String

func (*GetUncleByBlockHashAndIndexRequest) Unmarshal

func (m *GetUncleByBlockHashAndIndexRequest) Unmarshal(dAtA []byte) error

func (*GetUncleByBlockHashAndIndexRequest) XXX_DiscardUnknown

func (m *GetUncleByBlockHashAndIndexRequest) XXX_DiscardUnknown()

func (*GetUncleByBlockHashAndIndexRequest) XXX_Marshal

func (m *GetUncleByBlockHashAndIndexRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetUncleByBlockHashAndIndexRequest) XXX_Merge

func (*GetUncleByBlockHashAndIndexRequest) XXX_Size

func (*GetUncleByBlockHashAndIndexRequest) XXX_Unmarshal

func (m *GetUncleByBlockHashAndIndexRequest) XXX_Unmarshal(b []byte) error

type GetUncleByBlockNumberAndIndexRequest

type GetUncleByBlockNumberAndIndexRequest struct {
	BlockNumber          uint32   `protobuf:"varint,1,opt,name=block_number,json=blockNumber,proto3" json:"block_number,omitempty"`
	UncleIndex           uint32   `protobuf:"varint,2,opt,name=uncle_index,json=uncleIndex,proto3" json:"uncle_index,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetUncleByBlockNumberAndIndexRequest) Descriptor

func (*GetUncleByBlockNumberAndIndexRequest) Descriptor() ([]byte, []int)

func (*GetUncleByBlockNumberAndIndexRequest) Marshal

func (m *GetUncleByBlockNumberAndIndexRequest) Marshal() (dAtA []byte, err error)

func (*GetUncleByBlockNumberAndIndexRequest) MarshalTo

func (m *GetUncleByBlockNumberAndIndexRequest) MarshalTo(dAtA []byte) (int, error)

func (*GetUncleByBlockNumberAndIndexRequest) MarshalToSizedBuffer

func (m *GetUncleByBlockNumberAndIndexRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GetUncleByBlockNumberAndIndexRequest) ProtoMessage

func (*GetUncleByBlockNumberAndIndexRequest) ProtoMessage()

func (*GetUncleByBlockNumberAndIndexRequest) Reset

func (*GetUncleByBlockNumberAndIndexRequest) Size

func (*GetUncleByBlockNumberAndIndexRequest) String

func (*GetUncleByBlockNumberAndIndexRequest) Unmarshal

func (m *GetUncleByBlockNumberAndIndexRequest) Unmarshal(dAtA []byte) error

func (*GetUncleByBlockNumberAndIndexRequest) XXX_DiscardUnknown

func (m *GetUncleByBlockNumberAndIndexRequest) XXX_DiscardUnknown()

func (*GetUncleByBlockNumberAndIndexRequest) XXX_Marshal

func (m *GetUncleByBlockNumberAndIndexRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetUncleByBlockNumberAndIndexRequest) XXX_Merge

func (*GetUncleByBlockNumberAndIndexRequest) XXX_Size

func (*GetUncleByBlockNumberAndIndexRequest) XXX_Unmarshal

func (m *GetUncleByBlockNumberAndIndexRequest) XXX_Unmarshal(b []byte) error

type GetUncleCountByBlockHashRequest

type GetUncleCountByBlockHashRequest struct {
	BlockHash            string   `protobuf:"bytes,1,opt,name=block_hash,json=blockHash,proto3" json:"block_hash,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetUncleCountByBlockHashRequest) Descriptor

func (*GetUncleCountByBlockHashRequest) Descriptor() ([]byte, []int)

func (*GetUncleCountByBlockHashRequest) Marshal

func (m *GetUncleCountByBlockHashRequest) Marshal() (dAtA []byte, err error)

func (*GetUncleCountByBlockHashRequest) MarshalTo

func (m *GetUncleCountByBlockHashRequest) MarshalTo(dAtA []byte) (int, error)

func (*GetUncleCountByBlockHashRequest) MarshalToSizedBuffer

func (m *GetUncleCountByBlockHashRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GetUncleCountByBlockHashRequest) ProtoMessage

func (*GetUncleCountByBlockHashRequest) ProtoMessage()

func (*GetUncleCountByBlockHashRequest) Reset

func (*GetUncleCountByBlockHashRequest) Size

func (m *GetUncleCountByBlockHashRequest) Size() (n int)

func (*GetUncleCountByBlockHashRequest) String

func (*GetUncleCountByBlockHashRequest) Unmarshal

func (m *GetUncleCountByBlockHashRequest) Unmarshal(dAtA []byte) error

func (*GetUncleCountByBlockHashRequest) XXX_DiscardUnknown

func (m *GetUncleCountByBlockHashRequest) XXX_DiscardUnknown()

func (*GetUncleCountByBlockHashRequest) XXX_Marshal

func (m *GetUncleCountByBlockHashRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetUncleCountByBlockHashRequest) XXX_Merge

func (m *GetUncleCountByBlockHashRequest) XXX_Merge(src proto.Message)

func (*GetUncleCountByBlockHashRequest) XXX_Size

func (m *GetUncleCountByBlockHashRequest) XXX_Size() int

func (*GetUncleCountByBlockHashRequest) XXX_Unmarshal

func (m *GetUncleCountByBlockHashRequest) XXX_Unmarshal(b []byte) error

type GetUncleCountByBlockHashResponse

type GetUncleCountByBlockHashResponse struct {
	UncleCount           uint32   `protobuf:"varint,1,opt,name=uncle_count,json=uncleCount,proto3" json:"uncle_count,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetUncleCountByBlockHashResponse) Descriptor

func (*GetUncleCountByBlockHashResponse) Descriptor() ([]byte, []int)

func (*GetUncleCountByBlockHashResponse) Marshal

func (m *GetUncleCountByBlockHashResponse) Marshal() (dAtA []byte, err error)

func (*GetUncleCountByBlockHashResponse) MarshalTo

func (m *GetUncleCountByBlockHashResponse) MarshalTo(dAtA []byte) (int, error)

func (*GetUncleCountByBlockHashResponse) MarshalToSizedBuffer

func (m *GetUncleCountByBlockHashResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GetUncleCountByBlockHashResponse) ProtoMessage

func (*GetUncleCountByBlockHashResponse) ProtoMessage()

func (*GetUncleCountByBlockHashResponse) Reset

func (*GetUncleCountByBlockHashResponse) Size

func (m *GetUncleCountByBlockHashResponse) Size() (n int)

func (*GetUncleCountByBlockHashResponse) String

func (*GetUncleCountByBlockHashResponse) Unmarshal

func (m *GetUncleCountByBlockHashResponse) Unmarshal(dAtA []byte) error

func (*GetUncleCountByBlockHashResponse) XXX_DiscardUnknown

func (m *GetUncleCountByBlockHashResponse) XXX_DiscardUnknown()

func (*GetUncleCountByBlockHashResponse) XXX_Marshal

func (m *GetUncleCountByBlockHashResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetUncleCountByBlockHashResponse) XXX_Merge

func (*GetUncleCountByBlockHashResponse) XXX_Size

func (m *GetUncleCountByBlockHashResponse) XXX_Size() int

func (*GetUncleCountByBlockHashResponse) XXX_Unmarshal

func (m *GetUncleCountByBlockHashResponse) XXX_Unmarshal(b []byte) error

type GetUncleCountByBlockNumberRequest

type GetUncleCountByBlockNumberRequest struct {
	BlockNumber          uint32   `protobuf:"varint,1,opt,name=block_number,json=blockNumber,proto3" json:"block_number,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetUncleCountByBlockNumberRequest) Descriptor

func (*GetUncleCountByBlockNumberRequest) Descriptor() ([]byte, []int)

func (*GetUncleCountByBlockNumberRequest) Marshal

func (m *GetUncleCountByBlockNumberRequest) Marshal() (dAtA []byte, err error)

func (*GetUncleCountByBlockNumberRequest) MarshalTo

func (m *GetUncleCountByBlockNumberRequest) MarshalTo(dAtA []byte) (int, error)

func (*GetUncleCountByBlockNumberRequest) MarshalToSizedBuffer

func (m *GetUncleCountByBlockNumberRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GetUncleCountByBlockNumberRequest) ProtoMessage

func (*GetUncleCountByBlockNumberRequest) ProtoMessage()

func (*GetUncleCountByBlockNumberRequest) Reset

func (*GetUncleCountByBlockNumberRequest) Size

func (m *GetUncleCountByBlockNumberRequest) Size() (n int)

func (*GetUncleCountByBlockNumberRequest) String

func (*GetUncleCountByBlockNumberRequest) Unmarshal

func (m *GetUncleCountByBlockNumberRequest) Unmarshal(dAtA []byte) error

func (*GetUncleCountByBlockNumberRequest) XXX_DiscardUnknown

func (m *GetUncleCountByBlockNumberRequest) XXX_DiscardUnknown()

func (*GetUncleCountByBlockNumberRequest) XXX_Marshal

func (m *GetUncleCountByBlockNumberRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetUncleCountByBlockNumberRequest) XXX_Merge

func (*GetUncleCountByBlockNumberRequest) XXX_Size

func (m *GetUncleCountByBlockNumberRequest) XXX_Size() int

func (*GetUncleCountByBlockNumberRequest) XXX_Unmarshal

func (m *GetUncleCountByBlockNumberRequest) XXX_Unmarshal(b []byte) error

type GetUncleCountByBlockNumberResponse

type GetUncleCountByBlockNumberResponse struct {
	UncleCount           uint32   `protobuf:"varint,1,opt,name=uncle_count,json=uncleCount,proto3" json:"uncle_count,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetUncleCountByBlockNumberResponse) Descriptor

func (*GetUncleCountByBlockNumberResponse) Descriptor() ([]byte, []int)

func (*GetUncleCountByBlockNumberResponse) Marshal

func (m *GetUncleCountByBlockNumberResponse) Marshal() (dAtA []byte, err error)

func (*GetUncleCountByBlockNumberResponse) MarshalTo

func (m *GetUncleCountByBlockNumberResponse) MarshalTo(dAtA []byte) (int, error)

func (*GetUncleCountByBlockNumberResponse) MarshalToSizedBuffer

func (m *GetUncleCountByBlockNumberResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GetUncleCountByBlockNumberResponse) ProtoMessage

func (*GetUncleCountByBlockNumberResponse) ProtoMessage()

func (*GetUncleCountByBlockNumberResponse) Reset

func (*GetUncleCountByBlockNumberResponse) Size

func (*GetUncleCountByBlockNumberResponse) String

func (*GetUncleCountByBlockNumberResponse) Unmarshal

func (m *GetUncleCountByBlockNumberResponse) Unmarshal(dAtA []byte) error

func (*GetUncleCountByBlockNumberResponse) XXX_DiscardUnknown

func (m *GetUncleCountByBlockNumberResponse) XXX_DiscardUnknown()

func (*GetUncleCountByBlockNumberResponse) XXX_Marshal

func (m *GetUncleCountByBlockNumberResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetUncleCountByBlockNumberResponse) XXX_Merge

func (*GetUncleCountByBlockNumberResponse) XXX_Size

func (*GetUncleCountByBlockNumberResponse) XXX_Unmarshal

func (m *GetUncleCountByBlockNumberResponse) XXX_Unmarshal(b []byte) error

type ListTransactionsRequest

type ListTransactionsRequest struct {
	Account              string   `protobuf:"bytes,1,opt,name=account,proto3" json:"account,omitempty"`
	PageSize             uint32   `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	PageToken            string   `protobuf:"bytes,3,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ListTransactionsRequest) Descriptor

func (*ListTransactionsRequest) Descriptor() ([]byte, []int)

func (*ListTransactionsRequest) Marshal

func (m *ListTransactionsRequest) Marshal() (dAtA []byte, err error)

func (*ListTransactionsRequest) MarshalTo

func (m *ListTransactionsRequest) MarshalTo(dAtA []byte) (int, error)

func (*ListTransactionsRequest) MarshalToSizedBuffer

func (m *ListTransactionsRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ListTransactionsRequest) ProtoMessage

func (*ListTransactionsRequest) ProtoMessage()

func (*ListTransactionsRequest) Reset

func (m *ListTransactionsRequest) Reset()

func (*ListTransactionsRequest) Size

func (m *ListTransactionsRequest) Size() (n int)

func (*ListTransactionsRequest) String

func (m *ListTransactionsRequest) String() string

func (*ListTransactionsRequest) Unmarshal

func (m *ListTransactionsRequest) Unmarshal(dAtA []byte) error

func (*ListTransactionsRequest) XXX_DiscardUnknown

func (m *ListTransactionsRequest) XXX_DiscardUnknown()

func (*ListTransactionsRequest) XXX_Marshal

func (m *ListTransactionsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListTransactionsRequest) XXX_Merge

func (m *ListTransactionsRequest) XXX_Merge(src proto.Message)

func (*ListTransactionsRequest) XXX_Size

func (m *ListTransactionsRequest) XXX_Size() int

func (*ListTransactionsRequest) XXX_Unmarshal

func (m *ListTransactionsRequest) XXX_Unmarshal(b []byte) error

type ListTransactionsResponse

type ListTransactionsResponse struct {
	Transactions         []*Transaction `protobuf:"bytes,1,rep,name=transactions,proto3" json:"transactions,omitempty"`
	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
	XXX_unrecognized     []byte         `json:"-"`
	XXX_sizecache        int32          `json:"-"`
}

func (*ListTransactionsResponse) Descriptor

func (*ListTransactionsResponse) Descriptor() ([]byte, []int)

func (*ListTransactionsResponse) Marshal

func (m *ListTransactionsResponse) Marshal() (dAtA []byte, err error)

func (*ListTransactionsResponse) MarshalTo

func (m *ListTransactionsResponse) MarshalTo(dAtA []byte) (int, error)

func (*ListTransactionsResponse) MarshalToSizedBuffer

func (m *ListTransactionsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ListTransactionsResponse) ProtoMessage

func (*ListTransactionsResponse) ProtoMessage()

func (*ListTransactionsResponse) Reset

func (m *ListTransactionsResponse) Reset()

func (*ListTransactionsResponse) Size

func (m *ListTransactionsResponse) Size() (n int)

func (*ListTransactionsResponse) String

func (m *ListTransactionsResponse) String() string

func (*ListTransactionsResponse) Unmarshal

func (m *ListTransactionsResponse) Unmarshal(dAtA []byte) error

func (*ListTransactionsResponse) XXX_DiscardUnknown

func (m *ListTransactionsResponse) XXX_DiscardUnknown()

func (*ListTransactionsResponse) XXX_Marshal

func (m *ListTransactionsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListTransactionsResponse) XXX_Merge

func (m *ListTransactionsResponse) XXX_Merge(src proto.Message)

func (*ListTransactionsResponse) XXX_Size

func (m *ListTransactionsResponse) XXX_Size() int

func (*ListTransactionsResponse) XXX_Unmarshal

func (m *ListTransactionsResponse) XXX_Unmarshal(b []byte) error

type Log

type Log struct {
	LogIndex             uint64   `protobuf:"varint,1,opt,name=log_index,json=logIndex,proto3" json:"log_index,omitempty"`
	BlockNumber          uint32   `protobuf:"varint,2,opt,name=block_number,json=blockNumber,proto3" json:"block_number,omitempty"`
	BlockHash            string   `protobuf:"bytes,3,opt,name=block_hash,json=blockHash,proto3" json:"block_hash,omitempty"`
	TransactionHash      string   `protobuf:"bytes,4,opt,name=transaction_hash,json=transactionHash,proto3" json:"transaction_hash,omitempty"`
	TransactionIndex     uint32   `protobuf:"varint,5,opt,name=transaction_index,json=transactionIndex,proto3" json:"transaction_index,omitempty"`
	Address              string   `protobuf:"bytes,6,opt,name=address,proto3" json:"address,omitempty"`
	Data                 []byte   `protobuf:"bytes,7,opt,name=data,proto3" json:"data,omitempty"`
	Topics               []string `protobuf:"bytes,8,rep,name=topics,proto3" json:"topics,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Log) Descriptor

func (*Log) Descriptor() ([]byte, []int)

func (*Log) Marshal

func (m *Log) Marshal() (dAtA []byte, err error)

func (*Log) MarshalTo

func (m *Log) MarshalTo(dAtA []byte) (int, error)

func (*Log) MarshalToSizedBuffer

func (m *Log) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Log) ProtoMessage

func (*Log) ProtoMessage()

func (*Log) Reset

func (m *Log) Reset()

func (*Log) Size

func (m *Log) Size() (n int)

func (*Log) String

func (m *Log) String() string

func (*Log) Unmarshal

func (m *Log) Unmarshal(dAtA []byte) error

func (*Log) XXX_DiscardUnknown

func (m *Log) XXX_DiscardUnknown()

func (*Log) XXX_Marshal

func (m *Log) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Log) XXX_Merge

func (m *Log) XXX_Merge(src proto.Message)

func (*Log) XXX_Size

func (m *Log) XXX_Size() int

func (*Log) XXX_Unmarshal

func (m *Log) XXX_Unmarshal(b []byte) error

type PendingTransactionsRequest

type PendingTransactionsRequest struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*PendingTransactionsRequest) Descriptor

func (*PendingTransactionsRequest) Descriptor() ([]byte, []int)

func (*PendingTransactionsRequest) Marshal

func (m *PendingTransactionsRequest) Marshal() (dAtA []byte, err error)

func (*PendingTransactionsRequest) MarshalTo

func (m *PendingTransactionsRequest) MarshalTo(dAtA []byte) (int, error)

func (*PendingTransactionsRequest) MarshalToSizedBuffer

func (m *PendingTransactionsRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*PendingTransactionsRequest) ProtoMessage

func (*PendingTransactionsRequest) ProtoMessage()

func (*PendingTransactionsRequest) Reset

func (m *PendingTransactionsRequest) Reset()

func (*PendingTransactionsRequest) Size

func (m *PendingTransactionsRequest) Size() (n int)

func (*PendingTransactionsRequest) String

func (m *PendingTransactionsRequest) String() string

func (*PendingTransactionsRequest) Unmarshal

func (m *PendingTransactionsRequest) Unmarshal(dAtA []byte) error

func (*PendingTransactionsRequest) XXX_DiscardUnknown

func (m *PendingTransactionsRequest) XXX_DiscardUnknown()

func (*PendingTransactionsRequest) XXX_Marshal

func (m *PendingTransactionsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*PendingTransactionsRequest) XXX_Merge

func (m *PendingTransactionsRequest) XXX_Merge(src proto.Message)

func (*PendingTransactionsRequest) XXX_Size

func (m *PendingTransactionsRequest) XXX_Size() int

func (*PendingTransactionsRequest) XXX_Unmarshal

func (m *PendingTransactionsRequest) XXX_Unmarshal(b []byte) error

type PendingTransactionsResponse

type PendingTransactionsResponse struct {
	Transactions         []*Transaction `protobuf:"bytes,1,rep,name=transactions,proto3" json:"transactions,omitempty"`
	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
	XXX_unrecognized     []byte         `json:"-"`
	XXX_sizecache        int32          `json:"-"`
}

func (*PendingTransactionsResponse) Descriptor

func (*PendingTransactionsResponse) Descriptor() ([]byte, []int)

func (*PendingTransactionsResponse) Marshal

func (m *PendingTransactionsResponse) Marshal() (dAtA []byte, err error)

func (*PendingTransactionsResponse) MarshalTo

func (m *PendingTransactionsResponse) MarshalTo(dAtA []byte) (int, error)

func (*PendingTransactionsResponse) MarshalToSizedBuffer

func (m *PendingTransactionsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*PendingTransactionsResponse) ProtoMessage

func (*PendingTransactionsResponse) ProtoMessage()

func (*PendingTransactionsResponse) Reset

func (m *PendingTransactionsResponse) Reset()

func (*PendingTransactionsResponse) Size

func (m *PendingTransactionsResponse) Size() (n int)

func (*PendingTransactionsResponse) String

func (m *PendingTransactionsResponse) String() string

func (*PendingTransactionsResponse) Unmarshal

func (m *PendingTransactionsResponse) Unmarshal(dAtA []byte) error

func (*PendingTransactionsResponse) XXX_DiscardUnknown

func (m *PendingTransactionsResponse) XXX_DiscardUnknown()

func (*PendingTransactionsResponse) XXX_Marshal

func (m *PendingTransactionsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*PendingTransactionsResponse) XXX_Merge

func (m *PendingTransactionsResponse) XXX_Merge(src proto.Message)

func (*PendingTransactionsResponse) XXX_Size

func (m *PendingTransactionsResponse) XXX_Size() int

func (*PendingTransactionsResponse) XXX_Unmarshal

func (m *PendingTransactionsResponse) XXX_Unmarshal(b []byte) error

type ProtocolVersionRequest

type ProtocolVersionRequest struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ProtocolVersionRequest) Descriptor

func (*ProtocolVersionRequest) Descriptor() ([]byte, []int)

func (*ProtocolVersionRequest) Marshal

func (m *ProtocolVersionRequest) Marshal() (dAtA []byte, err error)

func (*ProtocolVersionRequest) MarshalTo

func (m *ProtocolVersionRequest) MarshalTo(dAtA []byte) (int, error)

func (*ProtocolVersionRequest) MarshalToSizedBuffer

func (m *ProtocolVersionRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ProtocolVersionRequest) ProtoMessage

func (*ProtocolVersionRequest) ProtoMessage()

func (*ProtocolVersionRequest) Reset

func (m *ProtocolVersionRequest) Reset()

func (*ProtocolVersionRequest) Size

func (m *ProtocolVersionRequest) Size() (n int)

func (*ProtocolVersionRequest) String

func (m *ProtocolVersionRequest) String() string

func (*ProtocolVersionRequest) Unmarshal

func (m *ProtocolVersionRequest) Unmarshal(dAtA []byte) error

func (*ProtocolVersionRequest) XXX_DiscardUnknown

func (m *ProtocolVersionRequest) XXX_DiscardUnknown()

func (*ProtocolVersionRequest) XXX_Marshal

func (m *ProtocolVersionRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ProtocolVersionRequest) XXX_Merge

func (m *ProtocolVersionRequest) XXX_Merge(src proto.Message)

func (*ProtocolVersionRequest) XXX_Size

func (m *ProtocolVersionRequest) XXX_Size() int

func (*ProtocolVersionRequest) XXX_Unmarshal

func (m *ProtocolVersionRequest) XXX_Unmarshal(b []byte) error

type ProtocolVersionResponse

type ProtocolVersionResponse struct {
	ProtocolVersion      uint32   `protobuf:"varint,1,opt,name=protocol_version,json=protocolVersion,proto3" json:"protocol_version,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ProtocolVersionResponse) Descriptor

func (*ProtocolVersionResponse) Descriptor() ([]byte, []int)

func (*ProtocolVersionResponse) Marshal

func (m *ProtocolVersionResponse) Marshal() (dAtA []byte, err error)

func (*ProtocolVersionResponse) MarshalTo

func (m *ProtocolVersionResponse) MarshalTo(dAtA []byte) (int, error)

func (*ProtocolVersionResponse) MarshalToSizedBuffer

func (m *ProtocolVersionResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ProtocolVersionResponse) ProtoMessage

func (*ProtocolVersionResponse) ProtoMessage()

func (*ProtocolVersionResponse) Reset

func (m *ProtocolVersionResponse) Reset()

func (*ProtocolVersionResponse) Size

func (m *ProtocolVersionResponse) Size() (n int)

func (*ProtocolVersionResponse) String

func (m *ProtocolVersionResponse) String() string

func (*ProtocolVersionResponse) Unmarshal

func (m *ProtocolVersionResponse) Unmarshal(dAtA []byte) error

func (*ProtocolVersionResponse) XXX_DiscardUnknown

func (m *ProtocolVersionResponse) XXX_DiscardUnknown()

func (*ProtocolVersionResponse) XXX_Marshal

func (m *ProtocolVersionResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ProtocolVersionResponse) XXX_Merge

func (m *ProtocolVersionResponse) XXX_Merge(src proto.Message)

func (*ProtocolVersionResponse) XXX_Size

func (m *ProtocolVersionResponse) XXX_Size() int

func (*ProtocolVersionResponse) XXX_Unmarshal

func (m *ProtocolVersionResponse) XXX_Unmarshal(b []byte) error

type SendRawTransactionRequest

type SendRawTransactionRequest struct {
	Data                 []byte   `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SendRawTransactionRequest) Descriptor

func (*SendRawTransactionRequest) Descriptor() ([]byte, []int)

func (*SendRawTransactionRequest) Marshal

func (m *SendRawTransactionRequest) Marshal() (dAtA []byte, err error)

func (*SendRawTransactionRequest) MarshalTo

func (m *SendRawTransactionRequest) MarshalTo(dAtA []byte) (int, error)

func (*SendRawTransactionRequest) MarshalToSizedBuffer

func (m *SendRawTransactionRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*SendRawTransactionRequest) ProtoMessage

func (*SendRawTransactionRequest) ProtoMessage()

func (*SendRawTransactionRequest) Reset

func (m *SendRawTransactionRequest) Reset()

func (*SendRawTransactionRequest) Size

func (m *SendRawTransactionRequest) Size() (n int)

func (*SendRawTransactionRequest) String

func (m *SendRawTransactionRequest) String() string

func (*SendRawTransactionRequest) Unmarshal

func (m *SendRawTransactionRequest) Unmarshal(dAtA []byte) error

func (*SendRawTransactionRequest) XXX_DiscardUnknown

func (m *SendRawTransactionRequest) XXX_DiscardUnknown()

func (*SendRawTransactionRequest) XXX_Marshal

func (m *SendRawTransactionRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SendRawTransactionRequest) XXX_Merge

func (m *SendRawTransactionRequest) XXX_Merge(src proto.Message)

func (*SendRawTransactionRequest) XXX_Size

func (m *SendRawTransactionRequest) XXX_Size() int

func (*SendRawTransactionRequest) XXX_Unmarshal

func (m *SendRawTransactionRequest) XXX_Unmarshal(b []byte) error

type SendRawTransactionResponse

type SendRawTransactionResponse struct {
	TransactionHash      string   `protobuf:"bytes,1,opt,name=transaction_hash,json=transactionHash,proto3" json:"transaction_hash,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SendRawTransactionResponse) Descriptor

func (*SendRawTransactionResponse) Descriptor() ([]byte, []int)

func (*SendRawTransactionResponse) Marshal

func (m *SendRawTransactionResponse) Marshal() (dAtA []byte, err error)

func (*SendRawTransactionResponse) MarshalTo

func (m *SendRawTransactionResponse) MarshalTo(dAtA []byte) (int, error)

func (*SendRawTransactionResponse) MarshalToSizedBuffer

func (m *SendRawTransactionResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*SendRawTransactionResponse) ProtoMessage

func (*SendRawTransactionResponse) ProtoMessage()

func (*SendRawTransactionResponse) Reset

func (m *SendRawTransactionResponse) Reset()

func (*SendRawTransactionResponse) Size

func (m *SendRawTransactionResponse) Size() (n int)

func (*SendRawTransactionResponse) String

func (m *SendRawTransactionResponse) String() string

func (*SendRawTransactionResponse) Unmarshal

func (m *SendRawTransactionResponse) Unmarshal(dAtA []byte) error

func (*SendRawTransactionResponse) XXX_DiscardUnknown

func (m *SendRawTransactionResponse) XXX_DiscardUnknown()

func (*SendRawTransactionResponse) XXX_Marshal

func (m *SendRawTransactionResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SendRawTransactionResponse) XXX_Merge

func (m *SendRawTransactionResponse) XXX_Merge(src proto.Message)

func (*SendRawTransactionResponse) XXX_Size

func (m *SendRawTransactionResponse) XXX_Size() int

func (*SendRawTransactionResponse) XXX_Unmarshal

func (m *SendRawTransactionResponse) XXX_Unmarshal(b []byte) error

type SubscribeTransactionsRequest

type SubscribeTransactionsRequest struct {
	Account              string   `protobuf:"bytes,1,opt,name=account,proto3" json:"account,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SubscribeTransactionsRequest) Descriptor

func (*SubscribeTransactionsRequest) Descriptor() ([]byte, []int)

func (*SubscribeTransactionsRequest) Marshal

func (m *SubscribeTransactionsRequest) Marshal() (dAtA []byte, err error)

func (*SubscribeTransactionsRequest) MarshalTo

func (m *SubscribeTransactionsRequest) MarshalTo(dAtA []byte) (int, error)

func (*SubscribeTransactionsRequest) MarshalToSizedBuffer

func (m *SubscribeTransactionsRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*SubscribeTransactionsRequest) ProtoMessage

func (*SubscribeTransactionsRequest) ProtoMessage()

func (*SubscribeTransactionsRequest) Reset

func (m *SubscribeTransactionsRequest) Reset()

func (*SubscribeTransactionsRequest) Size

func (m *SubscribeTransactionsRequest) Size() (n int)

func (*SubscribeTransactionsRequest) String

func (*SubscribeTransactionsRequest) Unmarshal

func (m *SubscribeTransactionsRequest) Unmarshal(dAtA []byte) error

func (*SubscribeTransactionsRequest) XXX_DiscardUnknown

func (m *SubscribeTransactionsRequest) XXX_DiscardUnknown()

func (*SubscribeTransactionsRequest) XXX_Marshal

func (m *SubscribeTransactionsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SubscribeTransactionsRequest) XXX_Merge

func (m *SubscribeTransactionsRequest) XXX_Merge(src proto.Message)

func (*SubscribeTransactionsRequest) XXX_Size

func (m *SubscribeTransactionsRequest) XXX_Size() int

func (*SubscribeTransactionsRequest) XXX_Unmarshal

func (m *SubscribeTransactionsRequest) XXX_Unmarshal(b []byte) error

type SyncingRequest

type SyncingRequest struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SyncingRequest) Descriptor

func (*SyncingRequest) Descriptor() ([]byte, []int)

func (*SyncingRequest) Marshal

func (m *SyncingRequest) Marshal() (dAtA []byte, err error)

func (*SyncingRequest) MarshalTo

func (m *SyncingRequest) MarshalTo(dAtA []byte) (int, error)

func (*SyncingRequest) MarshalToSizedBuffer

func (m *SyncingRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*SyncingRequest) ProtoMessage

func (*SyncingRequest) ProtoMessage()

func (*SyncingRequest) Reset

func (m *SyncingRequest) Reset()

func (*SyncingRequest) Size

func (m *SyncingRequest) Size() (n int)

func (*SyncingRequest) String

func (m *SyncingRequest) String() string

func (*SyncingRequest) Unmarshal

func (m *SyncingRequest) Unmarshal(dAtA []byte) error

func (*SyncingRequest) XXX_DiscardUnknown

func (m *SyncingRequest) XXX_DiscardUnknown()

func (*SyncingRequest) XXX_Marshal

func (m *SyncingRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SyncingRequest) XXX_Merge

func (m *SyncingRequest) XXX_Merge(src proto.Message)

func (*SyncingRequest) XXX_Size

func (m *SyncingRequest) XXX_Size() int

func (*SyncingRequest) XXX_Unmarshal

func (m *SyncingRequest) XXX_Unmarshal(b []byte) error

type SyncingResponse

type SyncingResponse struct {
	Syncing              bool     `protobuf:"varint,1,opt,name=syncing,proto3" json:"syncing,omitempty"`
	StartingBlock        uint32   `protobuf:"varint,2,opt,name=starting_block,json=startingBlock,proto3" json:"starting_block,omitempty"`
	CurrentBlock         uint32   `protobuf:"varint,3,opt,name=current_block,json=currentBlock,proto3" json:"current_block,omitempty"`
	HighestBlock         uint32   `protobuf:"varint,4,opt,name=highest_block,json=highestBlock,proto3" json:"highest_block,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SyncingResponse) Descriptor

func (*SyncingResponse) Descriptor() ([]byte, []int)

func (*SyncingResponse) Marshal

func (m *SyncingResponse) Marshal() (dAtA []byte, err error)

func (*SyncingResponse) MarshalTo

func (m *SyncingResponse) MarshalTo(dAtA []byte) (int, error)

func (*SyncingResponse) MarshalToSizedBuffer

func (m *SyncingResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*SyncingResponse) ProtoMessage

func (*SyncingResponse) ProtoMessage()

func (*SyncingResponse) Reset

func (m *SyncingResponse) Reset()

func (*SyncingResponse) Size

func (m *SyncingResponse) Size() (n int)

func (*SyncingResponse) String

func (m *SyncingResponse) String() string

func (*SyncingResponse) Unmarshal

func (m *SyncingResponse) Unmarshal(dAtA []byte) error

func (*SyncingResponse) XXX_DiscardUnknown

func (m *SyncingResponse) XXX_DiscardUnknown()

func (*SyncingResponse) XXX_Marshal

func (m *SyncingResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SyncingResponse) XXX_Merge

func (m *SyncingResponse) XXX_Merge(src proto.Message)

func (*SyncingResponse) XXX_Size

func (m *SyncingResponse) XXX_Size() int

func (*SyncingResponse) XXX_Unmarshal

func (m *SyncingResponse) XXX_Unmarshal(b []byte) error

type Transaction

type Transaction struct {
	Hash                 string   `protobuf:"bytes,1,opt,name=hash,proto3" json:"hash,omitempty"`
	From                 string   `protobuf:"bytes,2,opt,name=from,proto3" json:"from,omitempty"`
	To                   string   `protobuf:"bytes,3,opt,name=to,proto3" json:"to,omitempty"`
	Input                []byte   `protobuf:"bytes,4,opt,name=input,proto3" json:"input,omitempty"`
	Nonce                uint64   `protobuf:"varint,5,opt,name=nonce,proto3" json:"nonce,omitempty"`
	Gas                  uint32   `protobuf:"varint,6,opt,name=gas,proto3" json:"gas,omitempty"`
	GasPrice             *Ether   `protobuf:"bytes,7,opt,name=gas_price,json=gasPrice,proto3" json:"gas_price,omitempty"`
	Value                *Ether   `protobuf:"bytes,8,opt,name=value,proto3" json:"value,omitempty"`
	BlockHash            string   `protobuf:"bytes,9,opt,name=block_hash,json=blockHash,proto3" json:"block_hash,omitempty"`
	BlockNumber          uint32   `protobuf:"varint,10,opt,name=block_number,json=blockNumber,proto3" json:"block_number,omitempty"`
	TransactionIndex     uint32   `protobuf:"varint,11,opt,name=transaction_index,json=transactionIndex,proto3" json:"transaction_index,omitempty"`
	V                    []byte   `protobuf:"bytes,12,opt,name=v,proto3" json:"v,omitempty"`
	R                    []byte   `protobuf:"bytes,13,opt,name=r,proto3" json:"r,omitempty"`
	S                    []byte   `protobuf:"bytes,14,opt,name=s,proto3" json:"s,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Transaction) Descriptor

func (*Transaction) Descriptor() ([]byte, []int)

func (*Transaction) Marshal

func (m *Transaction) Marshal() (dAtA []byte, err error)

func (*Transaction) MarshalTo

func (m *Transaction) MarshalTo(dAtA []byte) (int, error)

func (*Transaction) MarshalToSizedBuffer

func (m *Transaction) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Transaction) ProtoMessage

func (*Transaction) ProtoMessage()

func (*Transaction) Reset

func (m *Transaction) Reset()

func (*Transaction) Size

func (m *Transaction) Size() (n int)

func (*Transaction) String

func (m *Transaction) String() string

func (*Transaction) Unmarshal

func (m *Transaction) Unmarshal(dAtA []byte) error

func (*Transaction) XXX_DiscardUnknown

func (m *Transaction) XXX_DiscardUnknown()

func (*Transaction) XXX_Marshal

func (m *Transaction) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Transaction) XXX_Merge

func (m *Transaction) XXX_Merge(src proto.Message)

func (*Transaction) XXX_Size

func (m *Transaction) XXX_Size() int

func (*Transaction) XXX_Unmarshal

func (m *Transaction) XXX_Unmarshal(b []byte) error

type TransactionReceipt

type TransactionReceipt struct {
	TransactionHash      string            `protobuf:"bytes,1,opt,name=transaction_hash,json=transactionHash,proto3" json:"transaction_hash,omitempty"`
	TransactionIndex     uint32            `protobuf:"varint,2,opt,name=transaction_index,json=transactionIndex,proto3" json:"transaction_index,omitempty"`
	BlockHash            string            `protobuf:"bytes,3,opt,name=block_hash,json=blockHash,proto3" json:"block_hash,omitempty"`
	BlockNumber          uint32            `protobuf:"varint,4,opt,name=block_number,json=blockNumber,proto3" json:"block_number,omitempty"`
	From                 string            `protobuf:"bytes,5,opt,name=from,proto3" json:"from,omitempty"`
	To                   string            `protobuf:"bytes,6,opt,name=to,proto3" json:"to,omitempty"`
	CumulativeGasUsed    uint32            `protobuf:"varint,7,opt,name=cumulative_gas_used,json=cumulativeGasUsed,proto3" json:"cumulative_gas_used,omitempty"`
	GasUsed              uint32            `protobuf:"varint,8,opt,name=gas_used,json=gasUsed,proto3" json:"gas_used,omitempty"`
	ContractAddress      string            `protobuf:"bytes,9,opt,name=contract_address,json=contractAddress,proto3" json:"contract_address,omitempty"`
	Logs                 []*Log            `protobuf:"bytes,10,rep,name=logs,proto3" json:"logs,omitempty"`
	LogsBloom            string            `protobuf:"bytes,11,opt,name=logs_bloom,json=logsBloom,proto3" json:"logs_bloom,omitempty"`
	Root                 string            `protobuf:"bytes,12,opt,name=root,proto3" json:"root,omitempty"`
	Status               TransactionStatus `protobuf:"varint,13,opt,name=status,proto3,enum=exowei.ethereum.v1alpha1.TransactionStatus" json:"status,omitempty"`
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*TransactionReceipt) Descriptor

func (*TransactionReceipt) Descriptor() ([]byte, []int)

func (*TransactionReceipt) Marshal

func (m *TransactionReceipt) Marshal() (dAtA []byte, err error)

func (*TransactionReceipt) MarshalTo

func (m *TransactionReceipt) MarshalTo(dAtA []byte) (int, error)

func (*TransactionReceipt) MarshalToSizedBuffer

func (m *TransactionReceipt) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TransactionReceipt) ProtoMessage

func (*TransactionReceipt) ProtoMessage()

func (*TransactionReceipt) Reset

func (m *TransactionReceipt) Reset()

func (*TransactionReceipt) Size

func (m *TransactionReceipt) Size() (n int)

func (*TransactionReceipt) String

func (m *TransactionReceipt) String() string

func (*TransactionReceipt) Unmarshal

func (m *TransactionReceipt) Unmarshal(dAtA []byte) error

func (*TransactionReceipt) XXX_DiscardUnknown

func (m *TransactionReceipt) XXX_DiscardUnknown()

func (*TransactionReceipt) XXX_Marshal

func (m *TransactionReceipt) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TransactionReceipt) XXX_Merge

func (m *TransactionReceipt) XXX_Merge(src proto.Message)

func (*TransactionReceipt) XXX_Size

func (m *TransactionReceipt) XXX_Size() int

func (*TransactionReceipt) XXX_Unmarshal

func (m *TransactionReceipt) XXX_Unmarshal(b []byte) error

type TransactionStatus

type TransactionStatus int32
const (
	TransactionStatus_FAILURE TransactionStatus = 0
	TransactionStatus_SUCCESS TransactionStatus = 1
)

func (TransactionStatus) EnumDescriptor

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

func (TransactionStatus) String

func (x TransactionStatus) String() string

type UnimplementedEthereumServer

type UnimplementedEthereumServer struct {
}

UnimplementedEthereumServer can be embedded to have forward compatible implementations.

func (*UnimplementedEthereumServer) BlockNumber

func (*UnimplementedEthereumServer) Call

func (*UnimplementedEthereumServer) EstimateGas

func (*UnimplementedEthereumServer) GasPrice

func (*UnimplementedEthereumServer) GetBalance

func (*UnimplementedEthereumServer) GetBlockByHash

func (*UnimplementedEthereumServer) GetBlockByNumber

func (*UnimplementedEthereumServer) GetCode

func (*UnimplementedEthereumServer) GetStorageAt

func (*UnimplementedEthereumServer) GetTransactionByBlockHashAndIndex

func (*UnimplementedEthereumServer) GetTransactionByBlockNumberAndIndex

func (*UnimplementedEthereumServer) GetTransactionByBlockNumberAndIndex(ctx context.Context, req *GetTransactionByBlockNumberAndIndexRequest) (*Transaction, error)

func (*UnimplementedEthereumServer) GetTransactionByHash

func (*UnimplementedEthereumServer) GetTransactionCount

func (*UnimplementedEthereumServer) GetTransactionReceipt

func (*UnimplementedEthereumServer) GetUncleByBlockHashAndIndex

func (*UnimplementedEthereumServer) GetUncleByBlockHashAndIndex(ctx context.Context, req *GetUncleByBlockHashAndIndexRequest) (*Block, error)

func (*UnimplementedEthereumServer) GetUncleByBlockNumberAndIndex

func (*UnimplementedEthereumServer) GetUncleByBlockNumberAndIndex(ctx context.Context, req *GetUncleByBlockNumberAndIndexRequest) (*Block, error)

func (*UnimplementedEthereumServer) GetUncleCountByBlockHash

func (*UnimplementedEthereumServer) GetUncleCountByBlockNumber

func (*UnimplementedEthereumServer) ListTransactions

func (*UnimplementedEthereumServer) PendingTransactions

func (*UnimplementedEthereumServer) ProtocolVersion

func (*UnimplementedEthereumServer) SendRawTransaction

func (*UnimplementedEthereumServer) SubscribeTransactions

func (*UnimplementedEthereumServer) Syncing

Jump to

Keyboard shortcuts

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