Interface: IBalanceDetailed
More detailed information about user's balance in an escrow
Hierarchy
-
↳
IBalanceDetailed
Properties
amountInUSD
• Optional
amountInUSD: string
Amount converted to USD (using Coingecko's API on the client side)
Inherited from
Defined in
connectedUser
• connectedUser: tConnectedUser
User's role in the escrow ('buyer' | 'seller' | 'arbitrator' | 'marketplace' | 'other')
Defined in
displayableAmount
• displayableAmount: string
Amount converted to human readable form
Defined in
solidityAmount
• solidityAmount: bigint
Amount in ETH's or token's WEI
Inherited from
Defined in
status
• status: IEscrowStatus
Indicates status of the payment (claimed, latestChallengeBy, latestSettlementBy and its escrow state like 'Paid' | 'Unpaid' etc.)
Inherited from
Defined in
token
• Optional
token: IToken
Information about the token
Inherited from
Defined in
walletAddress
• walletAddress: string
Address of the connected user