loop/staticaddr/staticutil
0xfandom 8b89f77529 staticaddr: move address.Parameters to script package
The Parameters struct describes the keys, expiry and pkScript that
define the static address script, so its natural home is the script
package. Moving it there lets staticutil drop its dependency on the
address package and lets callers reuse a single type alongside
script.StaticAddress and script.NewStaticAddress.

No behavior change.

Closes #1056
2026-05-01 15:54:37 +05:30
..
outpoints.go staticutil: refactor methods into utils 2025-12-09 12:21:51 +01:00
utils.go staticaddr: move address.Parameters to script package 2026-05-01 15:54:37 +05:30
utils_test.go staticaddr: move address.Parameters to script package 2026-05-01 15:54:37 +05:30