Skip to main content

MoxieWalletSignMessageResponseType

Description

The response type for the signMessage method.

Type Signature

type MoxieWalletSignMessageResponseType = {
signature: string;
encoding: string;
};

Fields

NameTypeDescription
signaturestringSignature produced by the wallet.
encodingstringEncoding of the signature.