Ejemplo n.º 1
0
        public void ShouldNotGetBundle()
        {
            var bundle = _iotaClient.GetBundle("SADASD");

            Assert.IsNotNull(bundle);
        }
Ejemplo n.º 2
0
        public void shouldGetBundleWithInvisibleBundleCauseAInvisibleBundleTransactionException()
        {
            Bundle gbr = iotaClient.GetBundle(TEST_HASH);

            Assert.IsNotNull(gbr);
        }