Documentation
    Preparing search index...

    Type Alias FeeDetail

    Fee detail information for lending operations

    type FeeDetail = {
        coinId: string;
        coinSymbol: string;
        coinType: string;
        currentAmount: number;
        currentValue: number;
        feeObjectId: string;
        price: number;
    }
    Index

    Properties

    coinId: string

    Coin identifier

    coinSymbol: string

    Coin symbol

    coinType: string

    Coin type

    currentAmount: number

    Current fee amount

    currentValue: number

    Current value in USD

    feeObjectId: string

    Fee object identifier

    price: number

    Current price