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
typing/index.ts:895
connectedUser
• connectedUser: tConnectedUser
User's role in the escrow ('buyer' | 'seller' | 'arbitrator' | 'marketplace' | 'other')
Defined in
typing/index.ts:912
displayableAmount
• displayableAmount: string
Amount converted to human readable form
Defined in
typing/index.ts:909
solidityAmount
• solidityAmount: bigint
Amount in ETH's or token's WEI
Inherited from
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.)
Inherited from
Defined in
typing/index.ts:901
token
• Optional
token: IToken
Information about the token
Inherited from
Defined in
typing/index.ts:898
walletAddress
• walletAddress: string
Address of the connected user
Defined in
typing/index.ts:915