export type SignpadRequest = { /** * Wallet address of the user requesting access */ signer: string; };