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

    Interface PIToken

    Represents a PI token from the Oracle in the updated format

    interface PIToken {
        accumulated_pi_qty?: string;
        accumulated_qty?: string;
        created_at_ts?: number;
        decay_factor?: string | number;
        deployer?: string;
        distributed_qty?: string;
        ends_at_ts?: number;
        exchanged_for_pi_qty?: string;
        flp_id?: string;
        flp_long_description?: string;
        flp_name?: string;
        flp_short_description?: string;
        flp_token_denomination?: string;
        flp_token_disclaimer?: string;
        flp_token_logo?: string;
        flp_token_name?: string;
        flp_token_process?: string;
        flp_token_ticker?: string;
        id: string;
        last_day_distribution?: string;
        last_updated_at_ts?: number;
        latest_yield_cycle?: string;
        name?: string;
        process: string;
        starts_at_ts?: number;
        stats_updated_at?: number;
        status: string;
        telegram_handle?: string;
        ticker: string;
        token_supply_to_use?: string;
        token_unlock_at_ts?: number;
        total_token_supply?: string;
        total_yield_ticks?: string;
        treasury?: string;
        twitter_handle?: string;
        website_url?: string;
        withdrawn_pi_qty?: string;
        withdrawn_qty?: string;
    }
    Index

    Properties

    accumulated_pi_qty?: string
    accumulated_qty?: string
    created_at_ts?: number
    decay_factor?: string | number
    deployer?: string
    distributed_qty?: string
    ends_at_ts?: number
    exchanged_for_pi_qty?: string
    flp_id?: string
    flp_long_description?: string
    flp_name?: string
    flp_short_description?: string
    flp_token_denomination?: string
    flp_token_disclaimer?: string
    flp_token_logo?: string
    flp_token_name?: string
    flp_token_process?: string
    flp_token_ticker?: string
    id: string
    last_day_distribution?: string
    last_updated_at_ts?: number
    latest_yield_cycle?: string
    name?: string
    process: string
    starts_at_ts?: number
    stats_updated_at?: number
    status: string
    telegram_handle?: string
    ticker: string
    token_supply_to_use?: string
    token_unlock_at_ts?: number
    total_token_supply?: string
    total_yield_ticks?: string
    treasury?: string
    twitter_handle?: string
    website_url?: string
    withdrawn_pi_qty?: string
    withdrawn_qty?: string