Show / Hide Table of Contents

Class MineBlockEventArgs<T>

Inheritance
Object
MineBlockEventArgs<T>
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: Libplanet.Blockchain
Assembly: Libplanet.dll
Syntax
public class MineBlockEventArgs<T>
    where T : IAction, new()
Type Parameters
Name Description
T

Constructors

| Improve this Doc View Source

MineBlockEventArgs(Block<T>)

Declaration
public MineBlockEventArgs(Block<T> block)
Parameters
Type Name Description
Block<T> block

Properties

| Improve this Doc View Source

Block

Declaration
public Block<T> Block { get; }
Property Value
Type Description
Block<T>
  • Improve this Doc
  • View Source
In This Article
Back to top Copyright © 2018–2021 Planetarium