sdk: add is_interactive() method Signer trait (#18407)

(cherry picked from commit 2af5ec4f57)

Co-authored-by: Trent Nelson <trent@solana.com>
This commit is contained in:
mergify[bot]
2021-07-03 09:09:39 +00:00
committed by GitHub
parent eefca613ad
commit 30fa9cbee7
7 changed files with 33 additions and 0 deletions

View File

@@ -53,6 +53,10 @@ impl Signer for RemoteKeypair {
.map_err(|e| e.into()),
}
}
fn is_interactive(&self) -> bool {
true
}
}
pub fn generate_remote_keypair(