Hi, for performance reasons in a hot loop get_transfer_from_str would be a small performance increase and would be more ergonomic since the client would probably get the txid from a string instead of an CryptoNoteHash struct, since it also calls serde for serialization one more time
Hi, for performance reasons in a hot loop get_transfer_from_str would be a small performance increase and would be more ergonomic since the client would probably get the txid from a string instead of an CryptoNoteHash struct, since it also calls serde for serialization one more time