Struct GenesisHash
Genesis hash found of the genesis block.
Assembly: cs.temp.dll.dll
Syntax
[Serializable]
[AlgoApiFormatter(typeof(GenesisHashFormatter))]
public struct GenesisHash : IByteArray, IEquatable<GenesisHash>
Properties
Item[Int32]
Declaration
public byte this[int index] { get; set; }
Parameters
Type |
Name |
Description |
Int32 |
index |
|
Property Value
Length
Declaration
public int Length { get; }
Property Value
Methods
Equals(GenesisHash)
Declaration
public bool Equals(GenesisHash other)
Parameters
Returns
GetUnsafePtr()
Declaration
public void *GetUnsafePtr()
Returns
Operators
Implicit(GenesisHash to Sha512_256_Hash)
Declaration
public static implicit operator Sha512_256_Hash(GenesisHash genesisHash)
Parameters
Returns
Type |
Description |
Sha512_256_Hash |
|
Implicit(Sha512_256_Hash to GenesisHash)
Declaration
public static implicit operator GenesisHash(Sha512_256_Hash hash)
Parameters
Type |
Name |
Description |
Sha512_256_Hash |
hash |
|
Returns
Implicit(Byte[] to GenesisHash)
Declaration
public static implicit operator GenesisHash(byte[] bytes)
Parameters
Type |
Name |
Description |
Byte[] |
bytes |
|
Returns
Implicit(String to GenesisHash)
Declaration
public static implicit operator GenesisHash(string s)
Parameters
Type |
Name |
Description |
String |
s |
|
Returns