protected ApiClientBase(
     ISendRpcRequestStrategy sendRpcRequestStrategy)
 {
     _sendRpcRequestStrategy = sendRpcRequestStrategy;
 }
        public DefaultParityApiClient(
            ISendRpcRequestStrategy sendRpcRequestStrategy)

            : base(sendRpcRequestStrategy)
        {
        }
示例#3
0
            public ApiClient(
                ISendRpcRequestStrategy sendRpcRequestStrategy)

                : base(sendRpcRequestStrategy)
            {
            }