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

    Interface OperationCatalogEntry

    A policy-selectable external-check operation; an integration may expose several.

    interface OperationCatalogEntry {
        description: string;
        operation: string;
        payload_projection: PayloadProjection;
    }
    Index

    Properties

    description: string

    Human-readable description for policy authors.

    operation: string

    Operation name referenced by policy rules.

    payload_projection: PayloadProjection

    Fields permitted in requests for this operation.