프로퍼티 | 타입 | 설명 | |
---|---|---|---|
Instance |
메소드 | 설명 | |
---|---|---|
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
|
public UpdateOrAddTransaction ( UgoChain.PeerTwo.Features.Wallet.Transaction transaction ) : void | ||
transaction | UgoChain.PeerTwo.Features.Wallet.Transaction | |
리턴 | void |