@silencelaboratories/walletprovider-sdk
    Preparing search index...

    Interface GetStateControllersResponse

    Response from the network for policy state controllers GET request.

    interface GetStateControllersResponse {
        controllers: StateControllerResponse[];
    }
    Index

    Properties

    Properties

    controllers: StateControllerResponse[]