{s}omniamarkets

@somnia-chain/markets-sdk


@somnia-chain/markets-sdk / index / VaultPayoutFallback

Type Alias: VaultPayoutFallback

VaultPayoutFallback = object

Defined in: query.ts:3257

A vault-credit fallback record (mirror of the indexer VaultPayoutFallback entity) — an append-only history of payouts that could not be delivered to the wallet and were credited to the owner's ERC20Vault balance instead. This is the HISTORY layer; for the live claimable amount read getVaultBalance in reads.ts. Amounts are raw token units.

Properties

id

id: string

Defined in: query.ts:3259

Record id (${blockNumber}_${logIndex}).


owner

owner: string

Defined in: query.ts:3261

Credited owner (lowercased).


token

token: string

Defined in: query.ts:3263

Credited token (lowercased).


amount

amount: string

Defined in: query.ts:3265

Amount credited to the vault balance (raw token units).


market

market: string

Defined in: query.ts:3267

Market id the fallback was emitted for (lowercased).


timestamp

timestamp: string

Defined in: query.ts:3269

Timestamp (unix seconds) of the credit.


txHash

txHash: string

Defined in: query.ts:3271

Tx hash the credit landed in.