Const
Wallet Import Format encoding and decoding.
Decode a WIF-encoded private key string. Calls Go: btcutil.DecodeWIF() from btcutil.
Encode a private key (hex) as a WIF string. Calls Go: btcutil.NewWIF() from btcutil (via btcec.PrivKeyFromBytes()).
Whether to use compressed public key (default: true).
Wallet Import Format encoding and decoding.