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
typing/index.ts:895
solidityAmount
• solidityAmount: bigint
Amount in ETH's or token's WEI
Defined in
typing/index.ts:892
status
• status: IEscrowStatus
Indicates status of the payment (claimed, latestChallengeBy, latestSettlementBy and its escrow state like 'Paid' | 'Unpaid' etc.)
Defined in
typing/index.ts:901
token
• Optional
token: IToken
Information about the token
Defined in
typing/index.ts:898