Type Alias UserDepositFullInfo

    UserDepositFullInfo: {
        currentRound?: bigint;
        escrowAddress: string;
        holdings: {
            assetBalance: bigint;
            assetId: number;
            assetPrice: bigint;
            balanceValue: bigint;
            fAssetBalance: bigint;
            fAssetId: number;
            interestRate: bigint;
            interestYield: bigint;
            poolAppId: number;
        }[];
    }

    Type declaration

    • OptionalcurrentRound?: bigint
    • escrowAddress: string
    • holdings: {
          assetBalance: bigint;
          assetId: number;
          assetPrice: bigint;
          balanceValue: bigint;
          fAssetBalance: bigint;
          fAssetId: number;
          interestRate: bigint;
          interestYield: bigint;
          poolAppId: number;
      }[]