Signing with a Browser Extension Wallet
export interface CosmosSigningData {
signDoc: StdSignDoc
}
const signDoc: StdSignDoc = { ... }
const data: CosmosSigningData = { signDoc }
const { sig } = await signer.sign(signerAddress, { message, data }, { note })Keplr Wallet Browser Extension
How to Support other Browser Extension Wallets?
Last updated
Was this helpful?