• Design
  • API Reference
  • Changelog
  • Contribute
Show / Hide Table of Contents
  • Libplanet
    • Address
    • AddressExtension
    • ByteUtil
    • Hashcash
    • Hashcash.Stamp
    • HashDigest<T>
    • HashDigestExtension
    • Nonce
  • Libplanet.Action
    • AccountStateGetter
    • ActionEvaluation<T>
    • ActionTypeAttribute
    • AddressStateMap
    • IAccountStateDelta
    • IAction
    • IActionContext
    • IRandom
    • MissingActionTypeException
    • PolymorphicAction<T>
  • Libplanet.Blockchain
    • BlockChain<T>
  • Libplanet.Blockchain.Policies
    • BlockPolicy<T>
    • BlockPolicyExtension
    • IBlockPolicy<T>
  • Libplanet.Blocks
    • Block<T>
    • InvalidBlockDifficultyException
    • InvalidBlockException
    • InvalidBlockHashException
    • InvalidBlockIndexException
    • InvalidBlockNonceException
    • InvalidBlockPreviousHashException
    • InvalidBlockTimestampException
  • Libplanet.Crypto
    • InvalidCiphertextException
    • PrivateKey
    • PublicKey
    • SymmetricKey
  • Libplanet.Net
    • BlockDownloadState
    • DifferentAppProtocolVersionException
    • DifferentProtocolVersionEventArgs
    • IceServer
    • IceServerException
    • InvalidMessageException
    • NoSwarmContextException
    • Peer
    • PeerNotFoundException
    • PeerSetDelta
    • Swarm
    • SwarmException
  • Libplanet.Serialization
    • BencodexFormatter<T>
    • SerializationInfoExtension
  • Libplanet.Store
    • BaseIndex<TKey, TVal>
    • BaseStore
    • BlockSet<T>
    • FileStore
    • IStore
    • NamespaceNotFoundException
    • TransactionSet<T>
  • Libplanet.Tx
    • InvalidTxException
    • InvalidTxIdException
    • InvalidTxNonceException
    • InvalidTxPublicKeyException
    • InvalidTxSignatureException
    • InvalidTxUpdatedAddressesException
    • Transaction<T>
    • TxId
    • UnexpectedlyTerminatedTxRehearsalException

Class TransactionSet<T>

Inheritance
Object
BaseIndex<TxId, Transaction<T>>
TransactionSet<T>
Implements
IDictionary<TxId, Transaction<T>>
ICollection<KeyValuePair<TxId, Transaction<T>>>
IEnumerable<KeyValuePair<TxId, Transaction<T>>>
IEnumerable
Inherited Members
BaseIndex<TxId, Transaction<T>>.Keys
BaseIndex<TxId, Transaction<T>>.Values
BaseIndex<TxId, Transaction<T>>.Count
BaseIndex<TxId, Transaction<T>>.IsReadOnly
BaseIndex<TxId, Transaction<T>>.Store
BaseIndex<TxId, Transaction<T>>.StoreNamespace
BaseIndex<TxId, Transaction<T>>.Item[TxId]
BaseIndex<TxId, Transaction<T>>.Add(TxId, Transaction<T>)
BaseIndex<TxId, Transaction<T>>.Add(KeyValuePair<TxId, Transaction<T>>)
BaseIndex<TxId, Transaction<T>>.Clear()
BaseIndex<TxId, Transaction<T>>.Contains(KeyValuePair<TxId, Transaction<T>>)
BaseIndex<TxId, Transaction<T>>.ContainsKey(TxId)
BaseIndex<TxId, Transaction<T>>.CopyTo(KeyValuePair<TxId, Transaction<T>>[], Int32)
BaseIndex<TxId, Transaction<T>>.GetEnumerator()
BaseIndex<TxId, Transaction<T>>.Remove(TxId)
BaseIndex<TxId, Transaction<T>>.Remove(KeyValuePair<TxId, Transaction<T>>)
BaseIndex<TxId, Transaction<T>>.TryGetValue(TxId, Transaction<T>)
BaseIndex<TxId, Transaction<T>>.IEnumerable.GetEnumerator()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: Libplanet.Store
Assembly: Libplanet.dll
Syntax
public class TransactionSet<T> : BaseIndex<TxId, Transaction<T>>, IDictionary<TxId, Transaction<T>>, ICollection<KeyValuePair<TxId, Transaction<T>>>, IEnumerable<KeyValuePair<TxId, Transaction<T>>>, IEnumerable where T : IAction, new()
Type Parameters
Name Description
T

Constructors

| Improve this Doc View Source

TransactionSet(IStore)

Declaration
public TransactionSet(IStore store)
Parameters
Type Name Description
IStore store

Properties

| Improve this Doc View Source

Count

Declaration
public override int Count { get; }
Property Value
Type Description
Int32
Overrides
Libplanet.Store.BaseIndex<Libplanet.Tx.TxId, Libplanet.Tx.Transaction<T>>.Count
| Improve this Doc View Source

IsReadOnly

Declaration
public override bool IsReadOnly { get; }
Property Value
Type Description
Boolean
Overrides
Libplanet.Store.BaseIndex<Libplanet.Tx.TxId, Libplanet.Tx.Transaction<T>>.IsReadOnly
| Improve this Doc View Source

Item[TxId]

Declaration
public override Transaction<T> this[TxId key] { get; set; }
Parameters
Type Name Description
TxId key
Property Value
Type Description
Transaction<T>
Overrides
Libplanet.Store.BaseIndex<Libplanet.Tx.TxId, Libplanet.Tx.Transaction<T>>.Item[Libplanet.Tx.TxId]
| Improve this Doc View Source

Keys

Declaration
public override ICollection<TxId> Keys { get; }
Property Value
Type Description
ICollection<TxId>
Overrides
Libplanet.Store.BaseIndex<Libplanet.Tx.TxId, Libplanet.Tx.Transaction<T>>.Keys
| Improve this Doc View Source

Values

Declaration
public override ICollection<Transaction<T>> Values { get; }
Property Value
Type Description
ICollection<Transaction<T>>
Overrides
Libplanet.Store.BaseIndex<Libplanet.Tx.TxId, Libplanet.Tx.Transaction<T>>.Values

Methods

| Improve this Doc View Source

Remove(TxId)

Declaration
public override bool Remove(TxId key)
Parameters
Type Name Description
TxId key
Returns
Type Description
Boolean
Overrides
Libplanet.Store.BaseIndex<Libplanet.Tx.TxId, Libplanet.Tx.Transaction<T>>.Remove(Libplanet.Tx.TxId)

Implements

System.Collections.Generic.IDictionary<TKey,TValue>
System.Collections.Generic.ICollection<T>
System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable
  • Improve this Doc
  • View Source
Back to top Copyright © 2019 Planetarium
Generated by DocFX