proxy.golang.org : github.com/decred-next/dcrnd/blockchain/stake
Package stake contains code for all of dcrd's stake transaction chain handling and other portions related to the Proof-of-Stake (PoS) system. At the heart of the PoS system are tickets, votes and revocations. These 3 pieces work together to determine if previous blocks are valid and their txs should be confirmed. Important Parts included in stake package: - Processing SSTx (tickets), SSGen (votes), SSRtx (revocations) - TicketDB - Stake Reward calculation - Stake transaction identification (IsSStx, IsSSGen, IsSSRtx)
Registry
-
Source
- Documentation
- JSON
purl: pkg:golang/github.com/decred-next/dcrnd/blockchain/stake
License: ISC
Latest release: almost 6 years ago
First release: almost 7 years ago
Namespace: github.com/decred-next/dcrnd/blockchain
Last synced: 1 day ago