@aave/aave-v3-aptos-ts-sdk - v0.0.53
    Preparing search index...

    Type Alias BaseCurrencyData

    Represents the base currency data for a market.

    type BaseCurrencyData = {
        marketReferenceCurrencyDecimals: number;
        marketReferenceCurrencyPriceInUsd: bigint;
        networkBaseTokenPriceDecimals: number;
        networkBaseTokenPriceInUsd: bigint;
    }
    Index

    Properties

    marketReferenceCurrencyDecimals: number

    The number of decimals for the market reference currency.

    marketReferenceCurrencyPriceInUsd: bigint

    The price of the market reference currency in USD.

    networkBaseTokenPriceDecimals: number

    The number of decimals for the network base token price.

    networkBaseTokenPriceInUsd: bigint

    The price of the network base token in USD.