hiero-sdk 0.38.1

The SDK for interacting with Hedera Hashgraph.
Documentation
1
2
3
4
5
6
7
8
9
10
11
TokenDeletion(
    TokenDeleteTransactionBody {
        token: Some(
            TokenId {
                shard_num: 1,
                realm_num: 2,
                token_num: 3,
            },
        ),
    },
)