UNPKG

@hashgraph/solo

Version:

An opinionated CLI tool to deploy and manage private Hedera Networks.

9 lines (7 loc) 153 B
// SPDX-License-Identifier: Apache-2.0 export class ValueContainer { public constructor( public token: symbol, public useValue: any, ) {} }