Casper.Network.SDK
Show / Hide Table of Contents

Class Field

Inheritance
object
Field
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.ByteSerializers
Assembly: Casper.Network.SDK.dll
Syntax
public class Field

Constructors

| Edit this page View Source

Field(ushort, uint, byte[])

Declaration
public Field(ushort index, uint offset, byte[] value)
Parameters
Type Name Description
ushort index
uint offset
byte[] value

Fields

| Edit this page View Source

Index

Declaration
public readonly ushort Index
Field Value
Type Description
ushort
| Edit this page View Source

Offset

Declaration
public readonly uint Offset
Field Value
Type Description
uint
| Edit this page View Source

Value

Declaration
public readonly byte[] Value
Field Value
Type Description
byte[]

Methods

| Edit this page View Source

SerializedVecSize(int)

Declaration
public static int SerializedVecSize(int numberOfFields)
Parameters
Type Name Description
int numberOfFields
Returns
Type Description
int
  • Edit this page
  • View Source
In this article
Back to top Maintained by MAKE Technology LLC