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

    Interface PolicyStateController

    interface PolicyStateController {
        description: string;
        id: string;
        key_id: string;
        method: StateControllerAggregationMethod;
        partition_by: StateControllerPartitionField[];
        referenced_by: string | null;
        window_config: StateControllerWindowConfig;
    }
    Index

    Properties

    description: string
    id: string
    key_id: string
    referenced_by: string | null