From ac559d1d9acbab7400da8ee140936d260eb1ede9 Mon Sep 17 00:00:00 2001 From: William Katz Date: Thu, 28 Oct 2021 19:06:04 -0700 Subject: [PATCH] Update APIs.md --- docs/connected_services/how_to/APIs.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/connected_services/how_to/APIs.md b/docs/connected_services/how_to/APIs.md index 5bd01c7..aab2909 100644 --- a/docs/connected_services/how_to/APIs.md +++ b/docs/connected_services/how_to/APIs.md @@ -32,3 +32,9 @@ print(ccash.delete_self(temp_name, "root123")) ``` this particular program obfuscates transactions so that the person receiving it has no way of knowing who it came from + +``` +my_account -> temp_account -> target_account + +100 +100 +``` +then temp_account is deleted