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
Something like the following is very expressive. But the return types between the functions in a pipe like this don't line up yet.
constreturnRaw=(raw: Buffer)=>(code: Code): Raw=>({ code, raw })// would go in ../lib or something...exportconstecdsa256k1: Maker=(primitive: Buffer): Ecdsa256k1=>pipe(primitive,makeSureThat(itIs33Bytes(primitive),prefixIs02or03(primitive)),returnRaw('1AAB'))
The text was updated successfully, but these errors were encountered:
Something like the following is very expressive. But the return types between the functions in a pipe like this don't line up yet.
The text was updated successfully, but these errors were encountered: