C# 클래스 UgoChain.PeerTwo.Features.Wallet.TransactionPool

파일 보기 프로젝트 열기: rony4d/Ugochain

공개 프로퍼티들

프로퍼티 타입 설명
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