How should I create outputs to a native segwit bech32 address? Is it the same as a native address like this (but with a bc1.. addr)?
txb.addOutput(bitcoin.address.toOutputScript("1F1tAaz5x1HUXrCNLbtMDqcw6o5GNn4xqX", network), +value);
Yes. Try it.
Thanks! just checkin
Most helpful comment
Yes. Try it.