{s}omniamarkets

@somnia-chain/markets-sdk


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

Type Alias: VaultPayoutFallback

VaultPayoutFallback = object

Defined in: query.ts:2604

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:2605


owner

owner: string

Defined in: query.ts:2607

Credited owner (lowercased).


token

token: string

Defined in: query.ts:2609

Credited token (lowercased).


amount

amount: string

Defined in: query.ts:2610


market

market: string

Defined in: query.ts:2612

Market id the fallback was emitted for (lowercased).


timestamp

timestamp: string

Defined in: query.ts:2613


txHash

txHash: string

Defined in: query.ts:2614