Casper.Network.SDK
Show / Hide Table of Contents

Class AddUInt64TransformKind

A wrapping addition of a u64 to an existing numeric value (not necessarily an u64) in the global state.

Inheritance
object
TransformKind
TransformKind<ulong>
AddUInt64TransformKind
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Casper.Network.SDK.Types
Assembly: Casper.Network.SDK.dll
Syntax
public class AddUInt64TransformKind : TransformKind<ulong>

Properties

| Edit this page View Source

Value

Declaration
public override ulong Value { get; init; }
Property Value
Type Description
ulong
Overrides
TransformKind<ulong>.Value
  • Edit this page
  • View Source
In this article
Back to top Maintained by MAKE Technology LLC