Skip to main content

MoxieWalletSignTypedDataResponseType

Description

The response type for the signTypedData method.

Type Signature

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

Fields

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