@xoxno/sdk-js
    Preparing search index...

    Type Alias FeeGraphPointDto

    type FeeGraphPointDto = {
        feeShort: number;
        timestamp: string;
        usd: number;
    }
    Index

    Properties

    feeShort: number

    Summed fee in human-readable units.

    timestamp: string

    Bin timestamp (ISO-8601).

    usd: number

    Summed USD value.