Documentation

    Type Alias SuiSignMessageFeature

    A Wallet Standard feature for signing a personal message, and returning the message bytes that were signed, and message signature.

    Wallets can still implement this method for compatibility, but this has been replaced by the sui:signPersonalMessage feature

    type SuiSignMessageFeature = {
        "sui:signMessage": {
            signMessage: SuiSignMessageMethod;
            version: SuiSignMessageVersion;
        };
    }
    Index

    Properties

    Properties

    "sui:signMessage": {
        signMessage: SuiSignMessageMethod;
        version: SuiSignMessageVersion;
    }

    Namespace for the feature.

    Type declaration

    MMNEPVFCICPMFPCPTTAAATR