C# Class UgoChain.PeerTwo.Features.Wallet.TransactionPool

Afficher le fichier Open project: rony4d/Ugochain

Méthodes publiques

Свойство Type Description
Instance TransactionPool

Méthodes publiques

Méthode Description
TransactionPool ( ) : Newtonsoft.Json
UpdateOrAddTransaction ( UgoChain.PeerTwo.Features.Wallet.Transaction transaction ) : void

Private Methods

Méthode Description
ExistingTransaction ( string sendersAddress ) : Newtonsoft.Json
ValidTransactions ( ) : string)

To get valid transactions 1. The total TxOutput amounts should add up to the TxInput Amount: Prevents double spending 2. Verify the signature of every transaction to ensure the TxOuputs were not modified after it was signed

Method Details

TransactionPool() public méthode

public TransactionPool ( ) : Newtonsoft.Json
Résultat Newtonsoft.Json

UpdateOrAddTransaction() public méthode

public UpdateOrAddTransaction ( UgoChain.PeerTwo.Features.Wallet.Transaction transaction ) : void
transaction UgoChain.PeerTwo.Features.Wallet.Transaction
Résultat void

Property Details

Instance public_oe static_oe property

public static TransactionPool,UgoChain.PeerTwo.Features.Wallet Instance
Résultat TransactionPool