lower static method

Pointer<Void> lower(
  1. FeeRate value
)

Implementation

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