@test-org122/hypernet-core
Version:
Hypernet Core. Represents the SDK for running the Hypernet Protocol.
14 lines • 405 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.Balances = void 0;
/**
* Represents all assets within the channel, including locked and free amounts
* @param assets the collection of AssetBalances within the channel
*/
class Balances {
constructor(assets) {
this.assets = assets;
}
}
exports.Balances = Balances;
//# sourceMappingURL=Balances.js.map