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
In some cases, you need to use the bitcoin primitive to convert a
type into another format or build a type from a hex string.
This commit will reexport the primitive used in the client without
forcing the caller to add the bitcoin crate as direct dependency.
The motivation to have this is when you are interacting with a system
that is not rust, and you do not need the rust-bitcoin.
Signed-off-by: Vincenzo Palazzo <[email protected]>
0 commit comments