コード例 #1
0
 internal void addOutput(TransactionOutput transactionOutput)
 {
     throw new NotImplementedException();
 }
コード例 #2
0
ファイル: Transaction.cs プロジェクト: hanseartic/Bitcoin.NET
		internal void addOutput(TransactionOutput transactionOutput) {
			throw new NotImplementedException();
		}