Documentation
    Preparing search index...

    Type Alias RequiredSignDataFeature

    Filter for the wallet's SignData capability.

    type RequiredSignDataFeature = {
        types: SignDataType[];
    }
    Index

    Properties

    Properties

    types: SignDataType[]

    Every requested payload type must appear in the wallet's types list. One of 'text', 'binary', 'cell'.