wire_payment_by_hash method

void wire_payment_by_hash(
  1. int port_,
  2. Pointer<wire_uint_8_list> hash
)

Implementation

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