wire_send_payment method

void wire_send_payment(
  1. int port_,
  2. Pointer<wire_SendPaymentRequest> req
)

Implementation

void wire_send_payment(int port_, ffi.Pointer<wire_SendPaymentRequest> req) {
  return _wire_send_payment(port_, req);
}