Show / Hide Table of Contents

    Class StateUpdateHashProvider

    Inheritance
    System.Object
    StateUpdateHashProvider
    Implements
    Nethermind.Evm.IStateUpdateHashProvider
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Catalyst.Core.Modules.Kvm
    Assembly: Catalyst.Core.Modules.Kvm.dll
    Syntax
    public sealed class StateUpdateHashProvider : IStateUpdateHashProvider

    Methods

    | Improve this Doc View Source

    GetHash(StateUpdate, Int64)

    Declaration
    public byte[] GetHash(StateUpdate stateUpdate, in long number)
    Parameters
    Type Name Description
    Nethermind.Evm.StateUpdate stateUpdate
    System.Int64 number
    Returns
    Type Description
    System.Byte[]

    Implements

    Nethermind.Evm.IStateUpdateHashProvider
    • Improve this Doc
    • View Source
    Back to top Copyright © 2019 Catalyst Network