Search Results for

    Show / Hide Table of Contents

    Struct BlockHash

    Namespace: Algorand.Unity
    Assembly: cs.temp.dll.dll
    Syntax
    public struct BlockHash : IByteArray, IEquatable<BlockHash>

    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(BlockHash)

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

    GetUnsafePtr()

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

    Operators

    Implicit(BlockHash to Sha512_256_Hash)

    Declaration
    public static implicit operator Sha512_256_Hash(BlockHash blockHash)
    Parameters
    Type Name Description
    BlockHash blockHash
    Returns
    Type Description
    Sha512_256_Hash

    Implicit(Sha512_256_Hash to BlockHash)

    Declaration
    public static implicit operator BlockHash(Sha512_256_Hash hash)
    Parameters
    Type Name Description
    Sha512_256_Hash hash
    Returns
    Type Description
    BlockHash

    Implicit(FixedString64Bytes to BlockHash)

    Declaration
    public static implicit operator BlockHash(FixedString64Bytes fs)
    Parameters
    Type Name Description
    FixedString64Bytes fs
    Returns
    Type Description
    BlockHash

    Implicit(String to BlockHash)

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