Function listen::tx_parser::decode_tx

source ·
pub fn decode_tx(raw_tx: String) -> Result<(), Box<dyn Error>>
Expand description

decode_tx decodes a base64 transaction (send from another txlisten service in Go) this won’t be used since the transaction format differs to what is expected (EncodedTransactionWithStatusMeta in Rust) solana SDK is trashy I must say..