aboutsummaryrefslogtreecommitdiff
path: root/src/escrow/escrow_api.c
diff options
context:
space:
mode:
authorjospaeth <spaethj@in.tum.de>2020-09-02 12:06:15 +0200
committerjospaeth <spaethj@in.tum.de>2020-09-02 12:06:15 +0200
commita5770a6b2c43b49e35482115a04d638dacfaa929 (patch)
tree912c2f96b8911ca827218762d1520e6ea66a20f5 /src/escrow/escrow_api.c
parent97934d24f12c1c2da627119932f27b53fc187710 (diff)
downloadgnunet-a5770a6b2c43b49e35482115a04d638dacfaa929.tar.gz
gnunet-a5770a6b2c43b49e35482115a04d638dacfaa929.zip
add explanation for the anchor string
Diffstat (limited to 'src/escrow/escrow_api.c')
-rw-r--r--src/escrow/escrow_api.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/escrow/escrow_api.c b/src/escrow/escrow_api.c
index e48dc28e4..5bd615c2d 100644
--- a/src/escrow/escrow_api.c
+++ b/src/escrow/escrow_api.c
@@ -437,6 +437,10 @@ GNUNET_ESCROW_get_status (struct GNUNET_ESCROW_Handle *h,
437/** 437/**
438 * Deserialize an escrow anchor string (e.g. from command line) into a 438 * Deserialize an escrow anchor string (e.g. from command line) into a
439 * GNUNET_ESCROW_Anchor struct 439 * GNUNET_ESCROW_Anchor struct
440 * The anchor string is expected to have the following form:
441 * <method>:<egoName>:<anchorData>
442 * with <method>, <egoName> and <anchorData> being URL-encoded
443 *
440 * 444 *
441 * @param anchorString the encoded escrow anchor string 445 * @param anchorString the encoded escrow anchor string
442 * 446 *