예제 #1
0
 public ITransactionBuilder SetFee(int fee)
 {
     _transactionBuilder.SetFee(fee);
     return(this);
 }