Class CidEventArgs
The content addressable ID related to an event.
Inherited Members
Namespace: Ipfs.Engine.BlockExchange
Assembly: Ipfs.Engine.dll
Syntax
public class CidEventArgs : EventArgs
Properties
| Improve this Doc View SourceId
The content addressable ID.
Declaration
public Cid Id { get; set; }
Property Value
Type | Description |
---|---|
Cid | The unique ID of the block. |