@@ -254,26 +254,6 @@ curated based on the application and the desired level of resilience against
254
254
misbehavior (deliberate or not) by the endorsing peers. A transaction that is submitted
255
255
must satisfy the endorsement policy before being marked as valid by committing peers.
256
256
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
-
277
257
.. _Follower :
278
258
279
259
Follower
@@ -562,20 +542,6 @@ Proposal
562
542
A request for endorsement that is aimed at specific peers on a channel. Each
563
543
proposal is either an Init or an invoke (read/write) request.
564
544
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.
579
545
580
546
.. _Query :
581
547
@@ -682,13 +648,10 @@ Transaction
682
648
683
649
A transaction, 'T'
684
650
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.
692
655
693
656
.. _World-State :
694
657
0 commit comments