MoxieWalletSignTypedDataResponseType
Description
The response type for the signTypedData
method.
Type Signature
type EthereumSignTypedDataResponseType = {
signature: string;
encoding: string;
};
Fields
Name | Type | Description |
---|---|---|
signature | string | Signature produced by the wallet. |
encoding | string | Encoding of the signature. |