aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_escrow_lib.h
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/include/gnunet_escrow_lib.h
parent97934d24f12c1c2da627119932f27b53fc187710 (diff)
downloadgnunet-a5770a6b2c43b49e35482115a04d638dacfaa929.tar.gz
gnunet-a5770a6b2c43b49e35482115a04d638dacfaa929.zip
add explanation for the anchor string
Diffstat (limited to 'src/include/gnunet_escrow_lib.h')
-rw-r--r--src/include/gnunet_escrow_lib.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/include/gnunet_escrow_lib.h b/src/include/gnunet_escrow_lib.h
index f9135c28e..56bd56032 100644
--- a/src/include/gnunet_escrow_lib.h
+++ b/src/include/gnunet_escrow_lib.h
@@ -369,6 +369,9 @@ GNUNET_ESCROW_get_status (
369/** 369/**
370 * Deserialize an escrow anchor string (e.g. from command line) into a 370 * Deserialize an escrow anchor string (e.g. from command line) into a
371 * GNUNET_ESCROW_Anchor struct 371 * GNUNET_ESCROW_Anchor struct
372 * The anchor string is expected to have the following form:
373 * <method>:<egoName>:<anchorData>
374 * with <method>, <egoName> and <anchorData> being URL-encoded
372 * 375 *
373 * @param anchorString the encoded escrow anchor string 376 * @param anchorString the encoded escrow anchor string
374 * 377 *