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

    Interface DryRunPolicyResponse

    Response from the network for dry-run policy request.

    interface DryRunPolicyResponse {
        evaluation_count: number;
        policy_valid: boolean;
        results: {
            action: Action;
            evaluated_at?: string;
            evaluation_index: number;
            reasons?: string[];
            state_changes?: DryRunPolicyStateEntry[];
        }[];
        stateful: boolean;
    }
    Index

    Properties

    evaluation_count: number
    policy_valid: boolean
    results: {
        action: Action;
        evaluated_at?: string;
        evaluation_index: number;
        reasons?: string[];
        state_changes?: DryRunPolicyStateEntry[];
    }[]
    stateful: boolean