@quantabit/account-type-sdk
v1.0.5
Published
QuantaBit Account Type SDK - Account type management and role differentiation
Downloads
716
Readme
@quantabit/account-type-sdk
QuantaBit Account Type SDK - Account type management and role differentiation
📦 Installation
npm install @quantabit/account-type-sdk
# or
yarn add @quantabit/account-type-sdk🚀 Quick Start
Using Hooks
import { useAccountType } from '@quantabit/account-type-sdk';
function MyComponent() {
const result = useAccountType();
return <div>...</div>;
}API Client
import { accountTypeApi } from '@quantabit/account-type-sdk';
// Use accountTypeApi for direct API calls
const data = await accountTypeApi.list();🪝 Hooks
| Hook | Description |
| ---- | ----------- |
| useAccountType | Account Type management |
🌐 Internationalization
import { setLanguage, t } from '@quantabit/account-type-sdk';
setLanguage("en");📄 License
MIT License
🌐 Brand & Links
- Official Mainnet: QuantaBit Chain
- Developer Platform: Developer Platform
- Open Platform: Open Platform
- Payment Platform: Pay Platform
- Feedback: Feedback
