UNPKG

@runonflux/aa-schnorr-multisig-sdk

Version:

Account Abstraction Schnorr Multi-Signatures SDK

7 lines (6 loc) 150 B
export declare class Key { readonly buffer: Buffer; constructor(buffer: Buffer); toHex(): string; static fromHex(hex: string): Key; }