lower static method

Pointer<Void> lower(
  1. Psbt value
)

Implementation

static Pointer<Void> lower(Psbt value) {
  return value.uniffiClonePointer();
}