UNPKG
@tribecahq/registry
Version:
latest (0.2.4)
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
0.1.2
0.1.1
Registry of Tribeca DAOs.
tribeca.so
@tribecahq/registry
/
dist
/
esm
/
config
/
types.js
11 lines
•
270 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
import
{ u64 }
from
"@saberhq/token-utils"
;
export
class
TokenQuantity
extends
u64
{
toJSON
(
) {
return
this
.
toString
(); } }
/** * Iterable list of {
@link
AddressType}s. */
export
const
ADDRESS_TYPES
= [
"smart-wallet"
];
//# sourceMappingURL=types.js.map