From 650b57b4cf3b3a4cb985fb41f0b6ce8d4bf577d7 Mon Sep 17 00:00:00 2001 From: CaptainDero <34203756+CaptainDero@users.noreply.github.com> Date: Sat, 27 Feb 2021 08:50:45 +0000 Subject: [PATCH] Update token_sc_guide.md --- guide/examples/token_sc_guide.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/guide/examples/token_sc_guide.md b/guide/examples/token_sc_guide.md index 13721dc..8e8802c 100644 --- a/guide/examples/token_sc_guide.md +++ b/guide/examples/token_sc_guide.md @@ -32,10 +32,6 @@ Connect to explorer using browser on localhost:8080 [https://testnetexplorer.dero.io/ ](https://testnetexplorer.dero.io/) -**To send DERO to multiple users in one transaction** -``` -curl http://127.0.0.1:40403/json_rpc -d '{"jsonrpc":"2.0","id":"0","method":"transfer","params":{ "transfers":[{"amount":100000,"destination":"deto1ADDRESS1"},{"amount":300000,"destination":"deto1ADDRESS12}] }}' -H 'Content-Type: application/json' -``` **DERO has 2 types of SCs, public and private.** 1. Public SCs are public with all data/code/exchanges are public.