Documentation
    Preparing search index...

    Type Alias SignMessageFeature

    type SignMessageFeature = {
        extraCurrencySupported?: boolean;
        itemTypes?: StructuredItemType[];
        maxMessages: number;
        name: "SignMessage";
    }
    Index

    Properties

    extraCurrencySupported?: boolean

    true if extra currencies are supported in the signed message.

    itemTypes?: StructuredItemType[]

    Structured-item kinds the wallet accepts. Absent means only raw messages[] are supported.

    maxMessages: number

    Maximum number of messages the wallet will accept inside a single signMessage request.

    name: "SignMessage"