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

    Interface PayloadProjection

    Selects which fields may be disclosed to an external-check provider.

    interface PayloadProjection {
        context?: string[];
        transaction?: string[];
    }
    Index

    Properties

    context?: string[]

    RFC 6901 JSON Pointers into the policy integration context; omission excludes this section.

    transaction?: string[]

    RFC 6901 JSON Pointers into the transaction; omission excludes this section.