Enum PathStepType
Bitmask describing which fields a path step carries, as reported by rippled in the
type field of every path step (STPathElement upstream).
The value is derived from the fields actually present in the step: rippled ignores it when
parsing a submitted transaction, and the binary codec synthesizes the byte itself.
A value carrying a bit this enum does not declare is preserved as-is on deserialization.
Namespace: Xrpl.Models.Enums
Assembly: Xrpl.dll
Syntax
[Flags]
public enum PathStepType : uint
Fields
| Name | Description |
|---|---|
| Account | Rippling through an account (as opposed to taking an offer). |
| Currency | A currency is present, changing the asset through an order book. |
| Issuer | An issuer is present. |
| MPTokenIssuanceID | An MPTokenIssuanceID is present (rippled 3.2.0+, MPTokensV2 amendment). |
| None | No field present. |