예제 #1
0
파일: Settings.cs 프로젝트: k-nuth/cs-api
        public Knuth.Native.Config.Settings ToNative()
        {
            var native = new Knuth.Native.Config.Settings();

            native.chain    = this.Chain.ToNative();
            native.database = this.Database.ToNative();
            native.network  = this.Network.ToNative();
            native.node     = this.Node.ToNative();
            return(native);
        }
예제 #2
0
 public static extern IntPtr kth_node_construct(ref Knuth.Native.Config.Settings settings, int stdout_enabled);