@somnia-chain/markets-sdk / react / useLiveUserFills
Function: useLiveUserFills()
useLiveUserFills(
pool,user,limit?):LiveFill[]
Defined in: hooks.ts:142
Fills user participated in. Watches pool while mounted when given; with
pool === null it reads across whatever markets other hooks are watching
(pair with useWatchUser for history).
Parameters
pool
string | null
user
string | undefined
limit?
number = 50
Returns
LiveFill[]