UNPKG

@tribecahq/registry

Version:

Registry of Tribeca DAOs.

11 lines 270 B
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