Exemplo n.º 1
0
 public void ShouldBroadcastAndStore()
 {
     _iotaClient.BroadcastAndStore(new List <string> {
         TEST_TRYTES
     });
 }