parse_tx_from_input

Function parse_tx_from_input 

Source
pub async fn parse_tx_from_input(input: &[String]) -> Result<Transaction>
Expand description

Auxiliary function to parse a base64 encoded transaction from provided input or fallback to stdin if its empty.