web / useFetchAddress
Function: useFetchAddress() ​
useFetchAddress(
type):object
Defined in: apps/web/app/composables/useAddressV2/useFetchAddress.ts:3
Parameters ​
type ​
AddressType
Returns ​
fetch() ​
fetch: () =>
Promise<void>
Returns ​
Promise<void>
Deprecated ​
Use useFetchAddressesData().fetch() instead to fetch both address types in one call
fetchServer() ​
fetchServer: () =>
Promise<void>
Returns ​
Promise<void>
Deprecated ​
Use useFetchAddressesData().fetchServer() instead to fetch both address types in one call
loading ​
loading:
Ref<boolean,boolean> =false