Function Channel.learnSecrets

Called to check if this channel has any payment hashes for which the provided secrets hash to. If they do, a new update will be requested with the counter-party.

void learnSecrets (
  in const(geod24.bitblob.BitBlob!(64L)[]) secrets,
  in const(geod24.bitblob.BitBlob!(64L)[]) revert_htlcs,
  in const(Height) height
) @safe;