Show / Hide Table of Contents

Class MineBlockEventArgs<T>

Inheritance
Object
MineBlockEventArgs<T>
Namespace: Libplanet.Blockchain
Assembly: Libplanet.dll
Syntax
public class MineBlockEventArgs<T> : object 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