Bitshala-Incubator / silent-pay

a TS library for silent payments
MIT License
12 stars 13 forks source link

Add function to parse a silent-block #42

Closed theanmolsharma closed 1 day ago

theanmolsharma commented 5 months ago

Add a function to packages/core/src/encoding.ts called parseSilentBlock() which accepts a silent block as input and returns a structured representation of the block. The function should adhere to the silent block specification outlined in this document.

Function signature:

parseSilentBlock(block: Buffer): SilentBlock {}
chaitika commented 3 months ago

Hi, could you assign this to me?