pub fn parse_icrc1_transfer_response(response: Response) -> TransferResultExpand description
Parses an ICRC1 transfer response.
This function takes a Response input, decodes the base64-encoded content map,
and deserializes it into a TransferResult.
§Arguments
response- TheResponsecontaining the base64-encoded content map.
§Returns
A TransferResult which is either a BlockIndex or a TransferError.
§Panics
This function will panic if the base64 decoding or deserialization fails.