pub async fn follow(
config: Option<&Config>,
governance_config: Option<&Config>,
terminal: &impl Terminal,
) -> Result<()>
Expand description
Act as a follower in the signing protocol.
All this function does is produce side effects on the terminal, potentially returning early if the user on the other end did not want to sign the transaction.