Documentation ¶
Index ¶
- type Interceptor
- func (i *Interceptor) EEASendTransaction() jsonrpc.Handler
- func (i *Interceptor) EthAccounts() jsonrpc.Handler
- func (i *Interceptor) EthSendTransaction() jsonrpc.Handler
- func (i *Interceptor) EthSign() jsonrpc.Handler
- func (i *Interceptor) EthSignTransaction() jsonrpc.Handler
- func (i *Interceptor) ServeRPC(rw jsonrpc.ResponseWriter, msg *jsonrpc.RequestMsg)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Interceptor ¶
type Interceptor struct {
// contains filtered or unexported fields
}
func (*Interceptor) EEASendTransaction ¶
func (i *Interceptor) EEASendTransaction() jsonrpc.Handler
func (*Interceptor) EthAccounts ¶
func (i *Interceptor) EthAccounts() jsonrpc.Handler
func (*Interceptor) EthSendTransaction ¶
func (i *Interceptor) EthSendTransaction() jsonrpc.Handler
func (*Interceptor) EthSign ¶
func (i *Interceptor) EthSign() jsonrpc.Handler
func (*Interceptor) EthSignTransaction ¶
func (i *Interceptor) EthSignTransaction() jsonrpc.Handler
func (*Interceptor) ServeRPC ¶
func (i *Interceptor) ServeRPC(rw jsonrpc.ResponseWriter, msg *jsonrpc.RequestMsg)
Click to show internal directories.
Click to hide internal directories.