We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
BitEndianScalar
1 parent 7ef5b8d commit e5afaa8Copy full SHA for e5afaa8
c-bindings-gen/src/types.rs
@@ -814,6 +814,7 @@ fn initial_clonable_types() -> HashSet<String> {
814
res.insert("crate::c_types::TxOut".to_owned());
815
res.insert("crate::c_types::Signature".to_owned());
816
res.insert("crate::c_types::RecoverableSignature".to_owned());
817
+ res.insert("crate::c_types::BigEndianScalar".to_owned());
818
res.insert("crate::c_types::Bech32Error".to_owned());
819
res.insert("crate::c_types::Secp256k1Error".to_owned());
820
res.insert("crate::c_types::IOError".to_owned());
0 commit comments