bitbadgesjs-sdk - v0.22.7
    Preparing search index...

    Interface GetValidatorsResponse

    interface GetValidatorsResponse {
        pagination: { next_key: string; total: number };
        validators: Validator[];
    }
    Index

    Properties

    pagination: { next_key: string; total: number }
    validators: Validator[]