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

    Interface DelegationInfo

    Represents the complete delegation information.

    interface DelegationInfo {
        delegationPrefs: DelegationPreference[];
        lastUpdate: number;
        totalFactor: string;
        wallet: string;
    }
    Index

    Properties

    delegationPrefs: DelegationPreference[]
    lastUpdate: number
    totalFactor: string
    wallet: string