Search Results for

    Show / Hide Table of Contents

    Struct GenesisHash

    Genesis hash found of the genesis block.

    Namespace: Algorand.Unity
    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
    Type Description
    Byte

    Length

    Declaration
    public int Length { get; }
    Property Value
    Type Description
    Int32

    Methods

    Equals(GenesisHash)

    Declaration
    public bool Equals(GenesisHash other)
    Parameters
    Type Name Description
    GenesisHash other
    Returns
    Type Description
    Boolean

    GetUnsafePtr()

    Declaration
    public void *GetUnsafePtr()
    Returns
    Type Description
    Void*

    Operators

    Implicit(GenesisHash to Sha512_256_Hash)

    Declaration
    public static implicit operator Sha512_256_Hash(GenesisHash genesisHash)
    Parameters
    Type Name Description
    GenesisHash genesisHash
    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
    Type Description
    GenesisHash

    Implicit(Byte[] to GenesisHash)

    Declaration
    public static implicit operator GenesisHash(byte[] bytes)
    Parameters
    Type Name Description
    Byte[] bytes
    Returns
    Type Description
    GenesisHash

    Implicit(String to GenesisHash)

    Declaration
    public static implicit operator GenesisHash(string s)
    Parameters
    Type Name Description
    String s
    Returns
    Type Description
    GenesisHash
    ☀
    ☾
    In This Article
    Back to top
    Generated by DocFX
    ☀
    ☾