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

    Interface CreateStateControllerPayload

    interface CreateStateControllerPayload {
        description?: string;
        key_id: string;
        method: StateControllerAggregationMethod;
        partition_by: StateControllerPartitionField[];
        window: StateControllerWindowConfig;
    }
    Index

    Properties

    description?: string
    key_id: string