Expand description
WebAssembly bindings for the Transaction Authorization Protocol
This crate provides WebAssembly bindings for the TAP agent, allowing it to be used in browser and other JavaScript environments. It wraps the tap-agent crate’s functionality with JavaScript-friendly interfaces.
Structs§
- TapNode
- Represents a node on the TAP network that manages multiple agents
- Wasm
TapAgent - TAP Agent implementation for WASM bindings
Enums§
- Message
Type - The type of TAP Messages following the TAP specification
- Wasm
KeyType - Key type enumeration for WASM
Functions§
- generate_
uuid_ v4 - Generates a UUID v4
- start
- Set up panic hook for better error messages when debugging in browser