@test-org122/hypernet-core
Version:
Hypernet Core. Represents the SDK for running the Hypernet Protocol.
10 lines • 343 B
TypeScript
import { AssetBalance } from "./AssetBalance";
/**
* Represents all assets within the channel, including locked and free amounts
* @param assets the collection of AssetBalances within the channel
*/
export declare class Balances {
assets: AssetBalance[];
constructor(assets: AssetBalance[]);
}
//# sourceMappingURL=Balances.d.ts.map