@exodus/message-signer
The message signer delegates the unsigned message to the corresponding software or hardware wallet.
Install
npm i @exodus/message-signerUsage
This feature is designed to be used together with @exodus/headless. See using the sdk.
API Side
See using the sdk for more details on how features plug into the SDK and the API interface in the type declaration .
await exodus.messageSigner.signMessage({
walletAccount,
baseAssetName: asset.name,
purpose: 44,
message: { rawMessage: Buffer.from('hello world') },
});