topl_common 2.1.0 topl_common: ^2.1.0 copied to clipboard
Topl's Common and Proto definitions used to build the next blockchain for good.
import 'package:topl_common/proto/brambl/models/box/box.pb.dart';
///create an empty box
main() {
final box = new Box();
print(box.toString());
}