DOCS

usePaperWallet

Returns

type ReturnType = (
  options: { chainId?: number; email?: string } & PaperConfig,
) => Promise<PaperWallet>;