JS: Export Seed.

This commit is contained in:
Arthur Britto
2012-12-10 14:47:54 -08:00
committed by Stefan Thomas
parent 128a533aed
commit 03039dc399

View File

@@ -1190,6 +1190,7 @@ Amount.prototype.not_equals_why = function (d) {
exports.Amount = Amount;
exports.Currency = Currency;
exports.Seed = Seed;
exports.UInt160 = UInt160;
exports.config = {};