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 SignResult_SignDecodeErrorZ.Result_SignDecodeErrorZ_OK. resMethods in org.ldk.structs that return Sign Modifier and Type Method Description SignInMemorySigner. as_Sign()Constructs a new Sign which calls the relevant methods on this_arg.SignSign. clone()Creates a copy of a SignSignKeysInterface. get_channel_signer(boolean inbound, long channel_value_satoshis)Get a new set of Sign for per-channel secrets.SignKeysInterface.KeysInterfaceInterface. get_channel_signer(boolean inbound, long channel_value_satoshis)Get a new set of Sign for per-channel secrets.static SignSign. 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_SignDecodeErrorZResult_SignDecodeErrorZ. ok(Sign o)Creates a new CResult_SignDecodeErrorZ in the success state.
-