Documentation ¶
Index ¶
- Constants
- 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
- 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
Constants ¶
View Source
const ( SolveSendTranstion1 = "type1" // value ==nil SolveSendTranstion2 = "type2" // value !=nil SolveQueryResult3 = "type3" // handle Atomic SolveQueryResult4 = "type4" // handle Tuple )
View Source
const DefaultGasLimit = 4500000
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Message ¶
type Message struct { DoneCh chan<- struct{} // contains filtered or unexported fields }
func NewMessage ¶
Click to show internal directories.
Click to hide internal directories.