Coda by Ian Macalinao
    Preparing search index...
    interface ObligationCollateralArgs {
        borrowedAmountAgainstThisCollateralInElevationGroup: number | bigint;
        depositedAmount: number | bigint;
        depositReserve: Address;
        marketValueSf: number | bigint;
        padding: (number | bigint)[];
    }
    Index

    Properties

    borrowedAmountAgainstThisCollateralInElevationGroup: number | bigint

    Debt amount (lamport) taken against this collateral. (only meaningful if this obligation is part of an elevation group, otherwise 0) This is only indicative of the debt computed on the last refresh obligation. If the obligation have multiple collateral this value is the same for all of them.

    depositedAmount: number | bigint

    Amount of collateral deposited

    depositReserve: Address

    Reserve collateral is deposited to

    marketValueSf: number | bigint

    Collateral market value in quote currency (scaled fraction)

    padding: (number | bigint)[]