We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc1210c commit 1adc677Copy full SHA for 1adc677
lightning/src/chain/keysinterface.rs
@@ -268,6 +268,7 @@ pub trait KeysInterface: Send + Sync {
268
/// Get node secret key (aka node_id or network_key)
269
fn get_node_secret(&self) -> SecretKey;
270
/// Get destination redeemScript to encumber static protocol exit points.
271
+ /// (C-not exported) due to underlying Vec
272
fn get_destination_script(&self) -> Script;
273
/// Get shutdown_pubkey to use as PublicKey at channel closure
274
fn get_shutdown_pubkey(&self) -> PublicKey;
0 commit comments