Show / Hide Table of Contents

Class CidEventArgs

The content addressable ID related to an event.

Inheritance
Object
EventArgs
CidEventArgs
Inherited Members
EventArgs.Empty
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: Ipfs.Engine.BlockExchange
Assembly: Ipfs.Engine.dll
Syntax
public class CidEventArgs : EventArgs

Properties

| Improve this Doc View Source

Id

The content addressable ID.

Declaration
public Cid Id { get; set; }
Property Value
Type Description
Cid

The unique ID of the block.

  • Improve this Doc
  • View Source
Back to top Generated by DocFX