Uses of Class
org.ldk.structs.InMemorySigner
-
Packages that use InMemorySigner Package Description org.ldk.structs -
-
Uses of InMemorySigner in org.ldk.structs
Fields in org.ldk.structs declared as InMemorySigner Modifier and Type Field Description InMemorySignerResult_InMemorySignerDecodeErrorZ.Result_InMemorySignerDecodeErrorZ_OK. resMethods in org.ldk.structs that return InMemorySigner Modifier and Type Method Description InMemorySignerInMemorySigner. clone()Creates a copy of the InMemorySignerInMemorySignerKeysManager. derive_channel_keys(long channel_value_satoshis, byte[] params)Derive an old Sign containing per-channel secrets based on a key derivation parameters.static InMemorySignerInMemorySigner. of(byte[] funding_key, byte[] revocation_base_key, byte[] payment_key, byte[] delayed_payment_base_key, byte[] htlc_base_key, byte[] commitment_seed, long channel_value_satoshis, byte[] channel_keys_id)Create a new InMemorySignerMethods in org.ldk.structs with parameters of type InMemorySigner Modifier and Type Method Description static Result_InMemorySignerDecodeErrorZResult_InMemorySignerDecodeErrorZ. ok(InMemorySigner o)Creates a new CResult_InMemorySignerDecodeErrorZ in the success state.
-