Class DataRegistered
- Namespace
- Concordium.Sdk.Types
- Assembly
- Concordium.Sdk.dll
Some data was registered on the chain.
public sealed record DataRegistered : IAccountTransactionEffects, IEquatable<DataRegistered>
- Inheritance
-
DataRegistered
- Implements
- Inherited Members
Constructors
DataRegistered(byte[])
Some data was registered on the chain.
public DataRegistered(byte[] Data)
Parameters
Databyte[]Data that was registered on the chain.
Properties
Data
Data that was registered on the chain.
public byte[] Data { get; init; }
Property Value
- byte[]
Methods
ToHexString()
Returns hex representation of data.
public string ToHexString()