From dff836e4ad4d039ba5e8b17511548cd4ab00b21b Mon Sep 17 00:00:00 2001 From: SIDANWhatever Date: Mon, 20 May 2024 17:00:06 +0800 Subject: [PATCH] feat: slight update on readme --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index afe311f..29814d2 100644 --- a/README.md +++ b/README.md @@ -102,5 +102,3 @@ The APIs of `whisky` consists of 3 parts: | `MeshTxBuilderCore` Internal Method | `add_all_collaterals` | Internal method before building tx | | `MeshTxBuilderCore` Internal Method | `add_all_reference_inputs` | Internal method before building tx | | `MeshTxBuilderCore` Internal Method | `add_all_mints` | Internal method before building tx | -| `MeshTxBuilderCore` Internal Method | `castRawDataToJsonString` | [To be implemented] Turn object to string, keep string as string | -| `MeshTxBuilderCore` Internal Method | `castDataToPlutusData` | [To be implemented] |