コード例 #1
0
 public static InProgress <Claim> BidDomain(this Claim claim, BigInteger bid_fee, ulong fee = Constants.BaseConstants.NAME_FEE, ulong name_ttl = Constants.BaseConstants.NAME_TTL, ulong client_ttl = Constants.BaseConstants.NAME_CLIENT_TTL) => claim.BidDomainAsync(bid_fee, fee, name_ttl).RunAndUnwrap();