wire_payment_by_hash method
Implementation
void wire_payment_by_hash(
int port_,
ffi.Pointer<wire_uint_8_list> hash,
) {
return _wire_payment_by_hash(
port_,
hash,
);
}
void wire_payment_by_hash(
int port_,
ffi.Pointer<wire_uint_8_list> hash,
) {
return _wire_payment_by_hash(
port_,
hash,
);
}