C# Класс UgoChain.PeerTwo.Features.Wallet.TransactionPool

Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
Instance TransactionPool

Открытые методы

Метод Описание
TransactionPool ( ) : Newtonsoft.Json
UpdateOrAddTransaction ( UgoChain.PeerTwo.Features.Wallet.Transaction transaction ) : void

Приватные методы

Метод Описание
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

Описание методов

TransactionPool() публичный Метод

public TransactionPool ( ) : Newtonsoft.Json
Результат Newtonsoft.Json

UpdateOrAddTransaction() публичный Метод

public UpdateOrAddTransaction ( UgoChain.PeerTwo.Features.Wallet.Transaction transaction ) : void
transaction UgoChain.PeerTwo.Features.Wallet.Transaction
Результат void

Описание свойств

Instance публичное статическое свойство

public static TransactionPool,UgoChain.PeerTwo.Features.Wallet Instance
Результат TransactionPool