Python

TransferChain Python SDK

The TransferChain Infrastructure SDK for Python enables you to write code to manage TransferChain Infrastructure resources.

Getting Started

Initialize TransferChain

```python
# Import the TransferChain class from the SDK
from transferchain.client import TransferChain

# Initialize TransferChain
tc = TransferChain()
```

Add Master User

Add User

Get User

Restore Master User

Last updated