combine method

Psbt combine(
  1. Psbt other
)

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);
}