Add cryptographic signatures to a compiled transaction.
Adds one or more Ed25519 signatures to a compiled transaction. Supply either private keys directly or seed+passphrase pairs — never both.State transitions: COMPILED + all required signers → FULLY_SIGNED. COMPILED + subset of signers → PARTIALLY_SIGNED. PARTIALLY_SIGNED + remaining signers → FULLY_SIGNED. See Transaction Lifecycle for the full state machine.
Private keys are transmitted in plaintext over the gRPC connection. Always use TLS in production.
Never call this method over an unencrypted connection with real private keys.