Variable Invoice.payment_hash

Hash of the secret. Also known as the payment hash.

struct Invoice
{
  // ...
  geod24.bitblob.BitBlob!(64L) payment_hash ;
  // ...
}