wire_receive_payment method
Implementation
void wire_receive_payment(
int port_,
ffi.Pointer<wire_ReceivePaymentRequest> req,
) {
return _wire_receive_payment(
port_,
req,
);
}
void wire_receive_payment(
int port_,
ffi.Pointer<wire_ReceivePaymentRequest> req,
) {
return _wire_receive_payment(
port_,
req,
);
}