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