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

    Interface DryRunPolicyStateEntry

    Response from the network for dry-run policy state entry changes.

    interface DryRunPolicyStateEntry {
        base_version?: number | null;
        controller_id: string;
        partition_key: number[];
        value: string;
        window_start: string;
    }
    Index

    Properties

    base_version?: number | null
    controller_id: string
    partition_key: number[]
    value: string
    window_start: string