UNPKG

@melonproject/protocol

Version:

Technology Regulated and Operated Investment Funds

5 lines (4 loc) 281 B
import { Environment } from '../environment/Environment'; import { QuantityInterface } from '@melonproject/token-math'; declare const getBalance: (environment: Environment, address?: import("@melonproject/token-math").Address) => Promise<QuantityInterface>; export { getBalance };