lower static method

Pointer<Void> lower(
  1. Transaction value
)

Implementation

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