コード例 #1
0
 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();