Variable FlashConfig.key_pair

The seed to use for the keypair of this node This will only be used for paying on-chain fees in uncollaborative close attempts

struct FlashConfig
{
  // ...
  immutable(KeyPair) key_pair ;
  // ...
}