예제 #1
0
 internal KeyApi(IpfsClient ipfs) : base(ipfs)
 {
 }
예제 #2
0
 internal DnsApi(IpfsClient ipfs)
 {
     this.ipfs = ipfs;
 }
예제 #3
0
 internal PubSubApi(IpfsClient ipfs)
 {
     this.ipfs = ipfs;
 }
예제 #4
0
 internal BootstrapApi(IpfsClient ipfs)
 {
     this.ipfs = ipfs;
 }
예제 #5
0
 internal ObjectApi(IpfsClient ipfs)
 {
     this.ipfs = ipfs;
 }
 internal FileSystemApi(IpfsClient ipfs)
 {
     this.ipfs        = ipfs;
     this.emptyFolder = new Lazy <DagNode>(() => ipfs.Object.NewDirectoryAsync().Result);
 }
예제 #7
0
 internal DnsApi(IpfsClient ipfs) : base(ipfs)
 {
 }
예제 #8
0
 internal BitswapApi(IpfsClient ipfs)
 {
     this.ipfs = ipfs;
 }
예제 #9
0
 internal BlockRepositoryApi(IpfsClient ipfs)
     : base(ipfs)
 {
 }
 internal FileSystemApi(IpfsClient ipfs) : base(ipfs)
     => _emptyFolder = new Lazy <DagNode>(() => ipfs.Object.NewDirectoryAsync().Result);
        public void Can_Create()
        {
            IpfsClient target = TestFixture.Ipfs;

            Assert.IsNotNull(target);
        }
예제 #12
0
 internal NameApi(IpfsClient ipfs) : base(ipfs)
 {
 }
예제 #13
0
 internal KeyApi(IpfsClient ipfs)
 {
     this.ipfs = ipfs;
 }
예제 #14
0
 internal StatApi(IpfsClient ipfs) : base(ipfs)
 {
 }
 internal BlockRepositoryApi(IpfsClient ipfs)
 {
     this.ipfs = ipfs;
 }
예제 #16
0
 internal BitswapApi(IpfsClient ipfs)
     : base(ipfs)
 {
 }
예제 #17
0
        public void Api_Exists()
        {
            IpfsClient ipfs = TestFixture.Ipfs;

            Assert.IsNotNull(ipfs.Key);
        }
예제 #18
0
 internal PinApi(IpfsClient ipfs) : base(ipfs)
 {
 }
 internal TrustedPeerCollection(IpfsClient ipfs)
 {
     this.ipfs = ipfs;
 }
예제 #20
0
 internal NameApi(IpfsClient ipfs)
 {
     this.ipfs = ipfs;
 }
예제 #21
0
 internal ConfigApi(IpfsClient ipfs) : base(ipfs)
 {
 }
예제 #22
0
 internal ObjectApi(IpfsClient ipfs) : base(ipfs)
 {
 }