hiero-sdk 0.40.0

The SDK for interacting with Hedera Hashgraph.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
{
    // // this is still neccessary for VSCode users for as long as Swift and C are here.
    "folders": [
        {
            "path": ".",
            "name": "Hedera SDK Rust"
        }
    ],
    "settings": {
        "git.alwaysSignOff": true,
    }
}