sdk: add is_interactive()
method Signer
trait
This commit is contained in:
committed by
mergify[bot]
parent
d5c2c72360
commit
2af5ec4f57
@ -53,6 +53,10 @@ impl Signer for RemoteKeypair {
|
||||
.map_err(|e| e.into()),
|
||||
}
|
||||
}
|
||||
|
||||
fn is_interactive(&self) -> bool {
|
||||
true
|
||||
}
|
||||
}
|
||||
|
||||
pub fn generate_remote_keypair(
|
||||
|
Reference in New Issue
Block a user