Closed mehcode closed 2 months ago
Description:
Allow the following to work:
let transaction = TransferTransaction::new(); let transaction = AnyTransaction::from(transaction);
Description:
Allow the following to work: