JS: Add to_human_full and support for gateways to addresses.

This commit is contained in:
Arthur Britto
2013-02-02 01:32:00 -08:00
parent bee86c9b6f
commit cec8b12a49
4 changed files with 36 additions and 4 deletions

View File

@@ -219,3 +219,5 @@ UInt.prototype.to_bn = function () {
};
exports.UInt = UInt;
// vim:sw=2:sts=2:ts=8:et