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