Uses of Class
org.ldk.structs.Option_SecretKeyZ
-
Packages that use Option_SecretKeyZ Package Description org.ldk.structs -
-
Uses of Option_SecretKeyZ in org.ldk.structs
Subclasses of Option_SecretKeyZ in org.ldk.structs Modifier and Type Class Description static classOption_SecretKeyZ.NoneWhen we're in this state, this COption_SecretKeyZ contains nothingstatic classOption_SecretKeyZ.SomeWhen we're in this state, this COption_SecretKeyZ contains a crate::c_types::SecretKeyMethods in org.ldk.structs that return Option_SecretKeyZ Modifier and Type Method Description Option_SecretKeyZOption_SecretKeyZ. clone()Creates a new COption_SecretKeyZ which has the same data as `orig` but with all dynamically-allocated buffers duplicated in new buffers.Option_SecretKeyZVerifiedInvoiceRequest. get_keys()Keys used for signing a [`Bolt12Invoice`] if they can be derived.static Option_SecretKeyZOption_SecretKeyZ. none()Constructs a new COption_SecretKeyZ containing nothingstatic Option_SecretKeyZOption_SecretKeyZ. some(byte[] o)Constructs a new COption_SecretKeyZ containing a crate::c_types::SecretKeyMethods in org.ldk.structs with parameters of type Option_SecretKeyZ Modifier and Type Method Description voidVerifiedInvoiceRequest. set_keys(Option_SecretKeyZ val)Keys used for signing a [`Bolt12Invoice`] if they can be derived.
-