transfers | (BridgeTransfer | SplTransfer)[] | Array of account transfers (Bridge or SPL) Empty array if no transfers found or still loading Note: When pagination is enabled, this contains all loaded pages concatenated |
isLoading | boolean | Whether the query is currently loading for the first time |
isError | boolean | Whether the query encountered an error |
error | Error | Error object if query failed, null otherwise |
refetch | () => void | Function to manually refetch all transfers from the beginning |
isRefetching | boolean | Whether data is being refetched in the background |
response | TransferResponse | Raw response from the API (most recent fetch) Includes both data and potential error fields |
loadMore | () => void | Function to load the next page of transfers Only available when pagination is enabled (limit option provided) |
hasMore | boolean | Whether more transfers are available to load True if there are additional pages of data |
isFetchingNextPage | boolean | Whether the next page is currently being fetched |