Exemplo n.º 1
0
 public Output Clone()
 {
     return(new Output()
     {
         Features = Features,
         Commit = Commit.Clone(),
         SwitchCommitHash = SwitchCommitHash.Clone(),
         Proof = Proof.Clone()
     });
 }