@bovine/account-api
    Preparing search index...

    Type Alias InformationResponse

    InformationResponse

    Response for the information request

    type InformationResponse = {
        accountName: string;
        actors: ActorInformation[];
        backend: NameAndVersion;
        baseUrls: string[];
        methodInformation?: MethodInformationModel[];
        protocol: NameAndVersion;
    }
    Index

    Properties

    accountName: string

    Accountname

    Name of the account

    Actors

    Actors of the account on the server

    Name and version of the backend

    baseUrls: string[]

    Baseurls

    The base urls of the server

    methodInformation?: MethodInformationModel[]

    Methodinformation

    protocol: NameAndVersion

    Name and version of the protocol being used