You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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{}
The text was updated successfully, but these errors were encountered:
theanmolsharma
changed the title
Add functions to parse a silent-block
Add function to parse a silent-block
Aug 15, 2024
Add a function to
packages/core/src/encoding.ts
calledparseSilentBlock()
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:
The text was updated successfully, but these errors were encountered: