Uses of Class
org.ldk.structs.Option_ScalarZ
-
Packages that use Option_ScalarZ Package Description org.ldk.structs -
-
Uses of Option_ScalarZ in org.ldk.structs
Subclasses of Option_ScalarZ in org.ldk.structs Modifier and Type Class Description static classOption_ScalarZ.NoneWhen we're in this state, this COption_ScalarZ contains nothingstatic classOption_ScalarZ.SomeWhen we're in this state, this COption_ScalarZ contains a crate::c_types::BigEndianScalarMethods in org.ldk.structs that return Option_ScalarZ Modifier and Type Method Description static Option_ScalarZOption_ScalarZ. none()Constructs a new COption_ScalarZ containing nothingstatic Option_ScalarZOption_ScalarZ. some(byte[] o_big_endian_bytes)Constructs a new COption_ScalarZ containing a crate::c_types::BigEndianScalarMethods in org.ldk.structs with parameters of type Option_ScalarZ Modifier and Type Method Description Result_SharedSecretNoneZKeysInterface. ecdh(Recipient recipient, byte[] other_key, Option_ScalarZ tweak)Gets the ECDH shared secret of our [`node secret`] and `other_key`, multiplying by `tweak` if one is provided.Result_SharedSecretNoneZKeysInterface.KeysInterfaceInterface. ecdh(Recipient recipient, byte[] other_key, Option_ScalarZ tweak)Gets the ECDH shared secret of our [`node secret`] and `other_key`, multiplying by `tweak` if one is provided.
-