Uses of Class
org.ldk.structs.Option_BigEndianScalarZ
-
Packages that use Option_BigEndianScalarZ Package Description org.ldk.structs -
-
Uses of Option_BigEndianScalarZ in org.ldk.structs
Subclasses of Option_BigEndianScalarZ in org.ldk.structs Modifier and Type Class Description static classOption_BigEndianScalarZ.NoneWhen we're in this state, this COption_BigEndianScalarZ contains nothingstatic classOption_BigEndianScalarZ.SomeWhen we're in this state, this COption_BigEndianScalarZ contains a crate::c_types::BigEndianScalarMethods in org.ldk.structs that return Option_BigEndianScalarZ Modifier and Type Method Description Option_BigEndianScalarZOption_BigEndianScalarZ. clone()Creates a new COption_BigEndianScalarZ which has the same data as `orig` but with all dynamically-allocated buffers duplicated in new buffers.static Option_BigEndianScalarZOption_BigEndianScalarZ. none()Constructs a new COption_BigEndianScalarZ containing nothingstatic Option_BigEndianScalarZOption_BigEndianScalarZ. some(byte[] o_big_endian_bytes)Constructs a new COption_BigEndianScalarZ containing a crate::c_types::BigEndianScalarMethods in org.ldk.structs with parameters of type Option_BigEndianScalarZ Modifier and Type Method Description Result_ThirtyTwoBytesNoneZNodeSigner. ecdh(Recipient recipient, byte[] other_key, Option_BigEndianScalarZ tweak)Gets the ECDH shared secret of our node secret and `other_key`, multiplying by `tweak` if one is provided.Result_ThirtyTwoBytesNoneZNodeSigner.NodeSignerInterface. ecdh(Recipient recipient, byte[] other_key, Option_BigEndianScalarZ tweak)Gets the ECDH shared secret of our node secret and `other_key`, multiplying by `tweak` if one is provided.
-