Versions in this module Expand all Collapse all v1 v1.2.2 Apr 7, 2024 Changes in this version + const DefaultGasLimit + const SolveQueryResult3 + const SolveQueryResult4 + const SolveSendTranstion1 + const SolveSendTranstion2 + func GetResult(conn *ethclient.Client, txHash common.Hash, contract bool) + func SendContractTransaction(client *ethclient.Client, from, toAddress common.Address, value *big.Int, ...) (common.Hash, error) + type Message struct + DoneCh chan<- struct{} + func NewMessage(messageType string, ch chan<- struct{}, cfg *define.Config, to common.Address, ...) Message + func NewMessageRet1(messageType string, ch chan<- struct{}, cfg *define.Config, ret interface{}, ...) Message + func NewMessageRet2(messageType string, ch chan<- struct{}, cfg *define.Config, ...) Message + type Writer struct + func New(conn *ethclient.Client) *Writer + func (w *Writer) ResolveMessage(m Message) bool