Interface: IBalance
Information about user's balance in an escrow at its current state
Hierarchy
-
IBalance
Properties
amountInUSD
• Optional
amountInUSD: string
Amount converted to USD (using Coingecko's API on the client side)
Defined in
solidityAmount
• solidityAmount: bigint
Amount in ETH's or token's WEI
Defined in
status
• status: IEscrowStatus
Indicates status of the payment (claimed, latestChallengeBy, latestSettlementBy and its escrow state like 'Paid' | 'Unpaid' etc.)
Defined in
token
• Optional
token: IToken
Information about the token