Skip to content
This repository has been archived by the owner on Dec 25, 2023. It is now read-only.

Latest commit

 

History

History
37 lines (23 loc) · 632 Bytes

README.md

File metadata and controls

37 lines (23 loc) · 632 Bytes

w3a-custom

Web3Auth custom plugin for capacitor

Install

npm install w3a-custom
npx cap sync

API

echo(...)

echo(options: { value: string; }) => Promise<{ value: string; }>
Param Type
options { value: string; }

Returns: Promise<{ value: string; }>