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

    Interface ProviderInfo

    interface ProviderInfo {
        actor_id?: string;
        created_at: number;
        provider_details?: ProviderDetails;
        provider_id: string;
        stake: ProviderStakeInfo;
    }
    Index

    Properties

    actor_id?: string

    Actor ID - The ID of the actor associated with this provider

    created_at: number

    Creation timestamp

    provider_details?: ProviderDetails

    Provider details

    provider_id: string

    Provider ID

    Stake information