3.3.3 • Published 9 months ago
@secux/transport-webble v3.3.3
@secux/transport-webble
Secux Hardware Wallet webBLE API for communication layer
Usage
import { SecuxWebBLE } from "@secux/transport-webble";
const device = await SecuxWebBLE.Create(
() => console.log("connected"),
() => console.log("disconnected")
);
await device.Connect();
const otp = prompt("Please enter otp showing on SecuX Hardware Wallet");
await device.SendOTP(otp);
...
await device.Disconnect();
3.3.3
9 months ago
3.3.2
2 years ago
3.3.1
2 years ago
3.3.0
2 years ago
3.2.6
2 years ago
3.2.5
3 years ago
3.2.4
3 years ago
3.2.2
3 years ago
3.2.3
3 years ago
3.2.1
3 years ago
3.2.0
3 years ago
3.1.3
3 years ago
3.1.2
3 years ago
3.1.1
3 years ago
3.1.0
3 years ago
2.1.2
4 years ago
3.0.0
4 years ago
2.1.1
4 years ago
2.1.0
4 years ago
2.0.1
4 years ago
2.0.0
4 years ago