|
@ -125,7 +125,6 @@ function Transaction(data) { |
|
|
}) : []; |
|
|
}) : []; |
|
|
if (data.buffer) this._buffer = data.buffer; |
|
|
if (data.buffer) this._buffer = data.buffer; |
|
|
}; |
|
|
}; |
|
|
this.class = Transaction; |
|
|
|
|
|
Transaction.In = TransactionIn; |
|
|
Transaction.In = TransactionIn; |
|
|
Transaction.Out = TransactionOut; |
|
|
Transaction.Out = TransactionOut; |
|
|
|
|
|
|
|
|