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