Skip to main content

Interface: IBalance

Information about user's balance in an escrow at its current state

Hierarchy

Properties

amount

amount: string

Amount in ETH's or token's WEI

Defined in

typing/index.ts:905


amountInUSD

Optional amountInUSD: string

Amount converted to USD (using Coingecko's API on the client side)

Defined in

typing/index.ts:908


status

status: "Pending" | "Ready to claim"

Whether the balance is still waiting for the challenge period to end, or is ready to claim

Defined in

typing/index.ts:914


token

Optional token: IToken

Information about the token

Defined in

typing/index.ts:911