Class Uint32Field
Inherited Members
Namespace: Xrpl.BinaryCodec.Enums
Assembly: Xrpl.BinaryCodec.dll
Syntax
public class Uint32Field : Field
Constructors
| Edit this page View SourceUint32Field(string, int, bool, bool)
Declaration
public Uint32Field(string name, int nthOfType, bool isSigningField = true, bool isSerialised = true)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name | |
| int | nthOfType | |
| bool | isSigningField | |
| bool | isSerialised |