iota-sdk-graphql-client 0.0.1-alpha.1

GraphQL RPC Client for the IOTA Blockchain
Documentation
1
2
3
4
5
6
7
8
// Copyright (c) Mysten Labs, Inc.
// Modifications Copyright (c) 2025 IOTA Stiftung
// SPDX-License-Identifier: Apache-2.0

/// Register IOTA RPC schema for creating structs for queries
fn main() {
    iota_graphql_client_build::register_schema("rpc");
}