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 class
Option_ScalarZ.None
When we're in this state, this COption_ScalarZ contains nothingstatic class
Option_ScalarZ.Some
When 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 Option_ScalarZ
Option_ScalarZ. clone()
Creates a new COption_ScalarZ which has the same data as `orig` but with all dynamically-allocated buffers duplicated in new buffers.static Option_ScalarZ
Option_ScalarZ. none()
Constructs a new COption_ScalarZ containing nothingstatic Option_ScalarZ
Option_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_SharedSecretNoneZ
NodeSigner. 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_SharedSecretNoneZ
NodeSigner.NodeSignerInterface. 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.
-