rialo-cdk 0.2.0-alpha.0

Rialo CDK - A comprehensive toolkit for building with the Rialo blockchain
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
// Copyright (c) Subzero Labs, Inc.
// SPDX-License-Identifier: Apache-2.0

//! Generated configuration types from JSON schemas

use typify::import_types;

import_types!(
    schema = "schemas/cdk-config.json",
    struct_builder = true,
    derives = [schemars::JsonSchema]
);