Skip to main content

Interface: IBalanceDetailed

More detailed information about user's balance in an escrow

Hierarchy

Properties

amountInUSD

Optional amountInUSD: string

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

Inherited from

IBalance.amountInUSD

Defined in

typing/index.ts:893


connectedUser

connectedUser: tConnectedUser

User's role in the escrow ('buyer' | 'seller' | 'arbitrator' | 'marketplace' | 'other')

Defined in

typing/index.ts:910


displayableAmount

displayableAmount: string

Amount converted to human readable form

Defined in

typing/index.ts:907


solidityAmount

solidityAmount: bigint

Amount in ETH's or token's WEI

Inherited from

IBalance.solidityAmount

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.)

Inherited from

IBalance.status

Defined in

typing/index.ts:899


token

Optional token: IToken

Information about the token

Inherited from

IBalance.token

Defined in

typing/index.ts:896


walletAddress

walletAddress: string

Address of the connected user

Defined in

typing/index.ts:913