Versions in this module Expand all Collapse all v0 v0.1.1 Apr 22, 2026 v0.1.0 Apr 14, 2026 Changes in this version + var TaskDescriptor = &types.TaskDescriptor + var TaskName = "generate_transaction" + func NewTask(ctx *types.TaskContext, options *types.TaskOptions) (types.Task, error) + type Config struct + Amount *helper.BigInt + Authorizations []struct{ ... } + AwaitReceipt bool + BlobData string + BlobFeeCap *helper.BigInt + BlobSidecars uint64 + BlobTxType bool + CallData string + ClientPattern string + ContractAddressResultVar string + ContractDeployment bool + ExcludeClientPattern string + ExpectEvents []struct{ ... } + FailOnReject bool + FailOnSuccess bool + FeeCap *helper.BigInt + GasLimit uint64 + LegacyTxType bool + Nonce *uint64 + PrivateKey string + RandomAmount bool + RandomTarget bool + SetCodeTxType bool + TargetAddress string + TipCap *helper.BigInt + TransactionHashResultVar string + TransactionReceiptResultVar string + func DefaultConfig() Config + func (c *Config) Validate() error + type Task struct + func (t *Task) Config() interface{} + func (t *Task) Execute(ctx context.Context) error + func (t *Task) LoadConfig() error + func (t *Task) Timeout() time.Duration