Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EthereumRPCClient ¶
type EthereumRPCClient struct {
// contains filtered or unexported fields
}
func NewEthereumRPCClient ¶
func NewEthereumRPCClient(url string) (*EthereumRPCClient, error)
func (*EthereumRPCClient) GetTransaction ¶
func (erc *EthereumRPCClient) GetTransaction(txHash string) ([]byte, error)
Click to show internal directories.
Click to hide internal directories.