> ## Documentation Index
> Fetch the complete documentation index at: https://docs.resq.software/llms.txt
> Use this file to discover all available pages before exploring further.

# ResQ.Core.BlockchainEvent.Metadata

### [ResQ.Core](./ResQ.Core.md "ResQ.Core").[BlockchainEvent](./ResQ.Core.BlockchainEvent.md "ResQ.Core.BlockchainEvent")

## BlockchainEvent.Metadata Property

Additional metadata as key-value pairs.

```csharp theme={null}
public System.Collections.Generic.Dictionary<string,object>? Metadata { get; init; }
```

#### Property Value

[System.Collections.Generic.Dictionary\<](https://learn.microsoft.com/en-us/dotnet/api/system.collections.generic.dictionary-2 "System.Collections.Generic.Dictionary`2")[System.String](https://learn.microsoft.com/en-us/dotnet/api/system.string "System.String")[,](https://learn.microsoft.com/en-us/dotnet/api/system.collections.generic.dictionary-2 "System.Collections.Generic.Dictionary`2")[System.Object](https://learn.microsoft.com/en-us/dotnet/api/system.object "System.Object")[>](https://learn.microsoft.com/en-us/dotnet/api/system.collections.generic.dictionary-2 "System.Collections.Generic.Dictionary`2")
