ao-js-sdk - v0.0.9
    Preparing search index...

    Interface TickHistoryEntry

    Represents a single tick history entry

    interface TickHistoryEntry {
        AoKept?: string;
        AoReceived?: string;
        DistributionTick?: number;
        Nonce?: string;
        PiReceived?: string;
        Timestamp: number;
        TokenPriceInAo?: string;
        TokensDistributed?: string;
        TotalInflowInTick?: string;
        TotalMintedInTick?: string;
        TriggerMintReportIds: string[];
        YieldCycle?: string;
    }
    Index

    Properties

    AoKept?: string
    AoReceived?: string
    DistributionTick?: number
    Nonce?: string
    PiReceived?: string
    Timestamp: number
    TokenPriceInAo?: string
    TokensDistributed?: string
    TotalInflowInTick?: string
    TotalMintedInTick?: string
    TriggerMintReportIds: string[]
    YieldCycle?: string