Show / Hide Table of Contents

Class TxCompletion<TPeer, TAction>

Inheritance
Object
TxCompletion<TPeer, TAction>
Implements
IDisposable
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: Libplanet.Net
Assembly: Libplanet.dll
Syntax
public class TxCompletion<TPeer, TAction> : IDisposable where TAction : IAction, new()
Type Parameters
Name Description
TPeer
TAction

Constructors

| Improve this Doc View Source

TxCompletion(BlockChain<TAction>, TxCompletion<TPeer, TAction>.TxFetcher, TxCompletion<TPeer, TAction>.TxBroadcaster)

Declaration
public TxCompletion(BlockChain<TAction> blockChain, TxCompletion<TPeer, TAction>.TxFetcher txFetcher, TxCompletion<TPeer, TAction>.TxBroadcaster txBroadcaster)
Parameters
Type Name Description
BlockChain<TAction> blockChain
TxCompletion.TxFetcher<> txFetcher
TxCompletion.TxBroadcaster<> txBroadcaster

Methods

| Improve this Doc View Source

Demand(TPeer, TxId)

Declaration
public void Demand(TPeer peer, TxId txId)
Parameters
Type Name Description
TPeer peer
TxId txId
| Improve this Doc View Source

Demand(TPeer, IEnumerable<TxId>)

Declaration
public void Demand(TPeer peer, IEnumerable<TxId> txIds)
Parameters
Type Name Description
TPeer peer
IEnumerable<TxId> txIds
| Improve this Doc View Source

Dispose()

Declaration
public void Dispose()

Implements

System.IDisposable
  • Improve this Doc
  • View Source
In This Article
Back to top Copyright © 2018–2021 Planetarium