Official Tencent Cloud SDK for Python, specifically for the TBaaS (Tencent Blockchain as a Service) product. Current version is 3.0.1459. Released irregularly alongside other Tencent Cloud SDK packages.
pip install tencentcloud-sdk-python-tbaasNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initialize client with credentials and call a TBaaS API.
Update imports: `from tencentcloud.tbaas.v20180416 import models` and use `models.DescribeFabricBlockRequest()`.
Check available regions for TBaaS in Tencent Cloud documentation and specify a valid region when creating the client.
Verify the exact channel ID and block number from your TBaaS console or network config.
Check the latest API documentation and migrate to supported actions like `DescribeFabricBlock` or `InvokeFabricContract`.
Ensure TENCENTCLOUD_SECRET_ID and TENCENTCLOUD_SECRET_KEY environment variables are set correctly, and that the account has been granted TBaaS access via CAM.
Run: pip install tencentcloud-sdk-python-common
Verify the exact channel ID from the TBaaS console. Note that channel names are case-sensitive.
Use correct import: `from tencentcloud.tbaas.v20180416 import tbaas_client`