Documentation ¶
Index ¶
- type BaseResult
- type EthScan
- func (ethscan *EthScan) Balance(address string) (*big.Int, error)
- func (ethscan *EthScan) EthEstimateGas(from string, to string, data string) (uint64, error)
- func (ethscan *EthScan) EthGasPrice() (*big.Int, error)
- func (ethscan *EthScan) EthGetTransactionCount(address string) (uint64, error)
- func (ethscan *EthScan) EthSendRawTransaction(sign_tx string) (string, error)
- type Raw
- type RpcResult
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BaseResult ¶
type EthScan ¶
type EthScan struct {
// contains filtered or unexported fields
}
func (*EthScan) EthEstimateGas ¶
func (*EthScan) EthGetTransactionCount ¶
Click to show internal directories.
Click to hide internal directories.