Skip to main content

Interface: IBalance

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

Hierarchy

Properties

amountInUSD

Optional amountInUSD: string

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

Defined in

typing/index.ts:893


solidityAmount

solidityAmount: bigint

Amount in ETH's or token's WEI

Defined in

typing/index.ts:890


status

status: IEscrowStatus

Indicates status of the payment (claimed, latestChallengeBy, latestSettlementBy and its escrow state like 'Paid' | 'Unpaid' etc.)

Defined in

typing/index.ts:899


token

Optional token: IToken

Information about the token

Defined in

typing/index.ts:896