-
Notifications
You must be signed in to change notification settings - Fork 70
@liquality.client.Client
Krasimir Raykov edited this page Mar 30, 2022
·
3 revisions
@liquality/client.Client
| Name | Type |
|---|---|
ChainType |
Chain<any> |
WalletType |
Wallet<any, any> |
SwapType |
Swap<any, any> |
• new Client<ChainType, WalletType, SwapType>(chain?, wallet?, swap?)
| Name | Type |
|---|---|
ChainType |
Chain<any, Network> |
WalletType |
Wallet<any, any> |
SwapType |
Swap<any, any, any> |
| Name | Type |
|---|---|
chain? |
ChainType |
wallet? |
WalletType |
swap? |
SwapType |
• get chain(): ChainType
ChainType
• set chain(chain): void
| Name | Type |
|---|---|
chain |
ChainType |
void
• get swap(): SwapType
SwapType
• set swap(swap): void
| Name | Type |
|---|---|
swap |
SwapType |
void
• get wallet(): WalletType
WalletType
• set wallet(wallet): void
| Name | Type |
|---|---|
wallet |
WalletType |
void