Versions in this module Expand all Collapse all v0 v0.0.3 Apr 21, 2025 v0.0.2 Apr 21, 2025 Changes in this version + var ErrTargetPrefix = errors.New("error decoding prefix string") + func GetGasLimit(ctx context.Context) uint64 + func GetGasLimitWithDefault(ctx context.Context, defaultLimit uint64) uint64 + func GetGasPrice(ctx context.Context) *big.Int + func GetHost(ctx context.Context) string + func SetGasLimit(ctx context.Context, limit uint64) context.Context + func SetGasPrice(ctx context.Context, price *big.Int) context.Context + func SetHost(ctx context.Context, domain string) context.Context + type HTTPRequestIDKey struct