Documentation
¶
Index ¶
Constants ¶
View Source
const MAX_ALLOWED_GAS = uint64(2_500_000)
Variables ¶
This section is empty.
Functions ¶
func EstimateGas ¶ added in v3.0.1
EstimateGas estimates the gas of the given message.
func GetMsgDetail ¶
GetMsgDetail represents the detail string of a message for logging.
func GetMsgDetails ¶
GetMsgDetails extracts the detail from SDK messages.
Types ¶
type Sender ¶
type Sender struct {
// contains filtered or unexported fields
}
Sender is a worker responsible for sending transactions to the node.
func (*Sender) GetResponseReceivers ¶ added in v3.0.1
func (s *Sender) GetResponseReceivers() []*msg.ResponseReceiver
GetResponseReceivers returns the message response receivers of the worker.
Click to show internal directories.
Click to hide internal directories.