combine method
Implementation
Psbt combine(
Psbt other,
) {
return rustCall(
(status) => Psbt.lift(_UniffiLib.instance
.uniffi_bitcoin_ffi_fn_method_psbt_combine(
uniffiClonePointer(), Psbt.lower(other), status)),
psbtExceptionErrorHandler);
}