如何修复以太水龙头代码 [英] How to fix etherium faucet code

查看:161
本文介绍了如何修复以太水龙头代码的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我试用这个代码



i try this code

using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;

namespace NethereumFaucet
{
    public class FaucetSettings
    {
        public string EthereumAddress { get; set; }
        public string FunderPrivateKey { get; set; }
        public int MaxAmountToFund { get; set; }
        public int AmountToFund { get; set; }
        public string UrlTxnExplorer { get; set; }
    }
}





我尝试了什么:



i尝试一切,但没有工作是什么问题我不知道请任何人帮助



What I have tried:

i try everything but doesnt work whats the problem I DONT know please anyone help

推荐答案

该代码什么都不做除了定义一组属性之外。没有代码可以执行。你期望它做什么?
That code doesn't do anything at all other than define a set of properties. There's no code to execute. What did you expect it to do?


这篇关于如何修复以太水龙头代码的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆