UNPKG

@runonflux/aa-schnorr-multisig-sdk

Version:

Account Abstraction Schnorr Multi-Signatures SDK

4 lines (3 loc) 103 B
export type ByteArray = Uint8Array; export type Hex = `0x${string}`; export type Hash = `0x${string}`;