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

    Interface IntegrationCatalogEntry

    One provider integration and the operations it exposes to policy authors.

    interface IntegrationCatalogEntry {
        integration_id: string;
        operations: OperationCatalogEntry[];
    }
    Index

    Properties

    integration_id: string

    Integration identifier referenced by policy rules.

    operations: OperationCatalogEntry[]

    Operations supported by this integration.