Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrTransactionReverted = errors.New("transaction published but reverted")
Functions ¶
This section is empty.
Types ¶
type TxSender ¶
type TxSender struct {
// contains filtered or unexported fields
}
func NewTxSender ¶
func (*TxSender) SendAndWaitDetailed ¶ added in v1.7.3
func (s *TxSender) SendAndWaitDetailed(txPurpose string, txs ...txmgr.TxCandidate) []error
func (*TxSender) SendAndWaitSimple ¶ added in v1.7.3
func (s *TxSender) SendAndWaitSimple(txPurpose string, txs ...txmgr.TxCandidate) error
Click to show internal directories.
Click to hide internal directories.