From f6f82bdd93e6c9aa89e4eb08d832bbfc93bb306a Mon Sep 17 00:00:00 2001 From: Conor Okus Date: Thu, 18 Jan 2024 21:28:46 -0500 Subject: [PATCH 1/2] Add Spendable Outputs Kotlin example --- docs/key_management.md | 160 ++++++++++++++++++++++++++--------------- 1 file changed, 104 insertions(+), 56 deletions(-) diff --git a/docs/key_management.md b/docs/key_management.md index 77e3c4804..dbe1299ff 100644 --- a/docs/key_management.md +++ b/docs/key_management.md @@ -6,7 +6,7 @@ However, LDK also allows to customize the way key material and entropy are sourc A `KeysManager` can be constructed simply with only a 32-byte seed and some random integers which ensure uniqueness across restarts (defined as `starting_time_secs` and `starting_time_nanos`): - + - -