export type SignpadResponse = { /** * Message intented to be displayed in the wallet UI and signed by the end user */ signpad: string; nonce: string; };