@alphafi/alphalend-sdk - v1.1.2
    Preparing search index...

    Interface ProtocolStats

    Represents a statistics of a protocol

    interface ProtocolStats {
        totalBorrowedUsd: string;
        totalSuppliedUsd: string;
    }
    Index

    Properties

    totalBorrowedUsd: string

    Total tokens borrowed from the protocol

    totalSuppliedUsd: string

    Total token supply in the protocol