public uint256 GetChannelId() =>
 _keysManager?.GetChannelId() ?? Utils.Utils.Fail <uint256>("Failed to get onion rand. Keys Repository not initialized");
예제 #2
0
 public uint256 GetChannelId() => _keysManager.GetChannelId();