Python
TransferChain Python SDK
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