We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c385f26 commit 355f897Copy full SHA for 355f897
1 file changed
cmd/soroban-cli/src/signer/mod.rs
@@ -45,8 +45,8 @@ pub enum Error {
45
Decode(#[from] stellar_strkey::DecodeError),
46
}
47
48
-/// Use the given source_key and signers, to sign all SorobanAuthorizationEntry's in the given
49
-/// transaction.
+/// Sign all SorobanAuthorizationEntry's in the transaction with the given signers. Returns a new
+/// transaction with the signatures added to each SorobanAuthorizationEntry.
50
///
51
/// If no SorobanAuthorizationEntry's need signing (including if none exist), return Ok(None).
52
0 commit comments