@kagamidigital/salt-sdk-mirror
    Preparing search index...

    Type Alias SignMessageCeremonyHostResult

    The result of a completed host message-signing ceremony, as returned by Salt.signPersonalMessage and Salt.signTypedData.

    type SignMessageCeremonyHostResult = {
        signature: EvmSignature;
    }
    Index

    Properties

    Properties

    signature: EvmSignature

    The assembled EVM signature with the recovered signer address.