@somnia-chain/markets-sdk / index / getOperatorHubAccount
Function: getOperatorHubAccount()
getOperatorHubAccount(
operatorId,indexerUrl):Promise<OperatorHubAccountRecord|null>
Defined in: query.ts:2368
One operator's hub account (earmarked / credit / outstanding) by operatorId, or null. Indexer read.
Parameters
operatorId
string | number
indexerUrl
string
Returns
Promise<OperatorHubAccountRecord | null>