aftermath-ts-sdk - v3.3.3
    Preparing search index...

    Raw V1 staking-pool fields returned by an object read.

    interface FarmsAfterburnerVaultFieldsOnChain {
        emission_end_timestamp_ms: string;
        emission_rates: string[];
        emission_schedules_ms: string[];
        emission_start_timestamps_ms: string[];
        id: string;
        last_reward_timestamps_ms: string[];
        lock_enforcement: string;
        max_lock_duration_ms: string;
        max_lock_multiplier: string;
        min_lock_duration_ms: string;
        min_stake_amount: string;
        rewards: string[];
        rewards_accumulated_per_share: string[];
        total_staked_amount: string;
        total_staked_amount_with_multiplier: string;
        type_names: string[];
    }
    Index
    emission_end_timestamp_ms: string

    Pool-wide emission end timestamp, in milliseconds.

    emission_rates: string[]

    Emission amounts per interval for the parallel reward arrays.

    emission_schedules_ms: string[]

    Emission intervals for the parallel reward arrays, in milliseconds.

    emission_start_timestamps_ms: string[]

    Emission start timestamps for the parallel reward arrays, in milliseconds.

    id: string

    UID field from the Move object.

    last_reward_timestamps_ms: string[]

    Last emission checkpoints for the parallel reward arrays, in milliseconds.

    lock_enforcement: string

    On-chain numeric encoding of the lock enforcement policy.

    max_lock_duration_ms: string

    Maximum lock duration used for multiplier calculations, in milliseconds.

    max_lock_multiplier: string

    Maximum lock multiplier in 18-decimal fixed-point units.

    min_lock_duration_ms: string

    Minimum lock duration, in milliseconds.

    min_stake_amount: string

    Minimum stake amount, in base units of the stake coin.

    rewards: string[]

    Total configured reward amounts, in base units.

    rewards_accumulated_per_share: string[]

    Cumulative reward allocation per fixed-point share, as decimal strings.

    total_staked_amount: string

    Total staked principal, as a decimal string in base units.

    total_staked_amount_with_multiplier: string

    Total reward-weighted stake, as a decimal string.

    type_names: string[]

    Move type names used by the parallel reward arrays.