コード例 #1
0
        public RpcServer(BhpSystem system, Wallet wallet = null, Fixed8 maxGasInvoke = default(Fixed8))
        {
            this.system       = system;
            this.Wallet       = wallet;
            this.maxGasInvoke = maxGasInvoke;

            rpcExtension = new RpcExtension(system, wallet, this);
        }