Uses of Class
org.ldk.structs.Sign
-
Packages that use Sign Package Description org.ldk.structs -
-
Uses of Sign in org.ldk.structs
Fields in org.ldk.structs declared as Sign Modifier and Type Field Description Sign
Result_SignDecodeErrorZ.Result_SignDecodeErrorZ_OK. res
Methods in org.ldk.structs that return Sign Modifier and Type Method Description Sign
InMemorySigner. as_Sign()
Constructs a new Sign which calls the relevant methods on this_arg.Sign
Sign. clone()
Creates a copy of a SignSign
KeysInterface. get_channel_signer(boolean inbound, long channel_value_satoshis)
Get a new set of Sign for per-channel secrets.Sign
KeysInterface.KeysInterfaceInterface. get_channel_signer(boolean inbound, long channel_value_satoshis)
Get a new set of Sign for per-channel secrets.static Sign
Sign. new_impl(Sign.SignInterface arg, BaseSign.BaseSignInterface BaseSign_impl, ChannelPublicKeys pubkeys)
Methods in org.ldk.structs with parameters of type Sign Modifier and Type Method Description static Result_SignDecodeErrorZ
Result_SignDecodeErrorZ. ok(Sign o)
Creates a new CResult_SignDecodeErrorZ in the success state.
-