@somnia-chain/markets-sdk / index / OutcomeBalances
Type Alias: OutcomeBalances
OutcomeBalances =
object
Defined in: packages/sdk/src/binary/portfolio.ts:25
A user's indexed YES/NO outcome-token balances in one binary market. Raw outcome-token units (same decimals as the market's collateral); "0" when the indexer has never seen the account touch that side.
Properties
yes
yes:
string
Defined in: packages/sdk/src/binary/portfolio.ts:27
Raw YES balance ("0" if never held).
no
no:
string
Defined in: packages/sdk/src/binary/portfolio.ts:29
Raw NO balance ("0" if never held).