|
17 | 17 | - [broadcastTx](lumclient.md#broadcasttx) |
18 | 18 | - [disconnect](lumclient.md#disconnect) |
19 | 19 | - [getAccount](lumclient.md#getaccount) |
20 | | -- [getAccountUnverified](lumclient.md#getaccountunverified) |
21 | | -- [getAllBalancesUnverified](lumclient.md#getallbalancesunverified) |
| 20 | +- [getAllBalances](lumclient.md#getallbalances) |
22 | 21 | - [getAllSupplies](lumclient.md#getallsupplies) |
23 | 22 | - [getBalance](lumclient.md#getbalance) |
24 | | -- [getBalanceUnverified](lumclient.md#getbalanceunverified) |
25 | 23 | - [getBlock](lumclient.md#getblock) |
26 | 24 | - [getBlockHeight](lumclient.md#getblockheight) |
27 | 25 | - [getChainId](lumclient.md#getchainid) |
|
60 | 58 |
|
61 | 59 | ### queryClient |
62 | 60 |
|
63 | | -• `Readonly` **queryClient**: *QueryClient* & AuthExtension & BankExtension & DistributionExtension & StakingExtension & GovExtension & BeamExtension |
| 61 | +• `Readonly` **queryClient**: *QueryClient* & AuthExtension & BankExtension & BeamExtension & DistributionExtension & GovExtension & IbcExtension & MintExtension & StakingExtension |
64 | 62 |
|
65 | 63 | ___ |
66 | 64 |
|
@@ -113,27 +111,11 @@ Name | Type | Description | |
113 | 111 |
|
114 | 112 | ___ |
115 | 113 |
|
116 | | -### getAccountUnverified |
| 114 | +### getAllBalances |
117 | 115 |
|
118 | | -▸ **getAccountUnverified**(`address`: *string*): *Promise*<*null* \| [*Account*](../interfaces/lumtypes.account.md)\> |
| 116 | +▸ **getAllBalances**(`address`: *string*): *Promise*<[*Coin*](../interfaces/lumtypes.coin.md)[]\> |
119 | 117 |
|
120 | | -Get account information without verifying its existence |
121 | | - |
122 | | -#### Parameters: |
123 | | - |
124 | | -Name | Type | Description | |
125 | | -:------ | :------ | :------ | |
126 | | -`address` | *string* | wallet address | |
127 | | - |
128 | | -**Returns:** *Promise*<*null* \| [*Account*](../interfaces/lumtypes.account.md)\> |
129 | | - |
130 | | -___ |
131 | | - |
132 | | -### getAllBalancesUnverified |
133 | | - |
134 | | -▸ **getAllBalancesUnverified**(`address`: *string*): *Promise*<[*Coin*](../interfaces/lumtypes.coin.md)[]\> |
135 | | - |
136 | | -Get all account balances without verifying their existence |
| 118 | +Get all account balances |
137 | 119 |
|
138 | 120 | #### Parameters: |
139 | 121 |
|
@@ -172,23 +154,6 @@ Name | Type | Description | |
172 | 154 |
|
173 | 155 | ___ |
174 | 156 |
|
175 | | -### getBalanceUnverified |
176 | | - |
177 | | -▸ **getBalanceUnverified**(`address`: *string*, `searchDenom`: *string*): *Promise*<*null* \| [*Coin*](../interfaces/lumtypes.coin.md)\> |
178 | | - |
179 | | -Get an account balance without verifying their existence |
180 | | - |
181 | | -#### Parameters: |
182 | | - |
183 | | -Name | Type | Description | |
184 | | -:------ | :------ | :------ | |
185 | | -`address` | *string* | wallet address | |
186 | | -`searchDenom` | *string* | Coin denomination (ex: lum) | |
187 | | - |
188 | | -**Returns:** *Promise*<*null* \| [*Coin*](../interfaces/lumtypes.coin.md)\> |
189 | | - |
190 | | -___ |
191 | | - |
192 | 157 | ### getBlock |
193 | 158 |
|
194 | 159 | ▸ **getBlock**(`height?`: *number*): *Promise*<BlockResponse\> |
|
0 commit comments