Skip to content

Commit fad1544

Browse files
author
NIKHIL E GUPTA
committed
[FAB-16445] remove token concepts from glossary
part of token cleanup Change-Id: Ibbb6b9f1ce4f3a33770c71e73d2da0feaf9dbdf2 Signed-off-by: NIKHIL E GUPTA <negupta@us.ibm.com>
1 parent 85422eb commit fad1544

File tree

1 file changed

+4
-41
lines changed

1 file changed

+4
-41
lines changed

docs/source/glossary.rst

Lines changed: 4 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -254,26 +254,6 @@ curated based on the application and the desired level of resilience against
254254
misbehavior (deliberate or not) by the endorsing peers. A transaction that is submitted
255255
must satisfy the endorsement policy before being marked as valid by committing peers.
256256

257-
.. _FabToken:
258-
259-
FabToken
260-
--------
261-
262-
FabToken is an Unspent Transaction Output (UTXO) based token management system
263-
that allows users to issue, transfer, and redeem tokens on channels. FabToken
264-
uses the membership services of Fabric to authenticate the identity of token
265-
owners and manage their public and private keys.
266-
267-
.. _FabToken:
268-
269-
FabToken
270-
--------
271-
272-
FabToken is an Unspent Transaction Output (UTXO) based token management system
273-
that allows users to issue, transfer, and redeem tokens on channels. FabToken
274-
uses the membership services of Fabric to authenticate the identity of token
275-
owners and manage their public and private keys.
276-
277257
.. _Follower:
278258

279259
Follower
@@ -562,20 +542,6 @@ Proposal
562542
A request for endorsement that is aimed at specific peers on a channel. Each
563543
proposal is either an Init or an invoke (read/write) request.
564544

565-
.. _Prover-peer:
566-
567-
Prover peer
568-
-----------
569-
570-
A trusted peer used by the FabToken client to assemble a token transaction and
571-
list the unspent tokens owned by a given authorized party.
572-
573-
.. _Prover-peer:
574-
575-
Prover peer
576-
-----------
577-
578-
A trusted peer used by the FabToken client to assemble a token transaction.
579545

580546
.. _Query:
581547

@@ -682,13 +648,10 @@ Transaction
682648

683649
A transaction, 'T'
684650

685-
Transactions are created when a chaincode or FabToken client is used to read or
686-
write to data from the ledger. If you are invoking a chaincode, application
687-
clients gather the responses from endorsing peers and then package the results
688-
and endorsements into a transaction that is submitted for ordering, validation,
689-
and commit. If using FabToken to create a token transaction, the FabToken client
690-
uses a prover peer to create a transaction that is submitted to the ordering
691-
service and then validated by committing peers.
651+
Transactions are created when a chaincode is invoked from a client application
652+
to read or write to data from the ledger. Application clients gather the
653+
responses from endorsing peers and then package the results and endorsements
654+
into a transaction that is submitted for ordering, validation, and commit.
692655

693656
.. _World-State:
694657

0 commit comments

Comments
 (0)