Documentation

    Interface SuiSignMessageOutput

    Output of signing messages.

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

    interface SuiSignMessageOutput {
        messageBytes: string;
        signature: string;
    }
    Index

    Properties

    messageBytes: string

    Base64 message bytes.

    signature: string

    Base64 encoded signature

    MMNEPVFCICPMFPCPTTAAATR