- Preparing search index...
- The search index is not available
xrpl-dex-sdk
- parseOrderId(orderId: `${string}:${number}`): {
account: string;
sequence: number;
sequenceString: string;
}
-
Parameters
-
orderId: `${string}:${number}`
Returns {
account: string;
sequence: number;
sequenceString: string;
}
-
account: string
-
sequence: number
-
sequenceString: string
Parses an OrderId and returns its Account and Sequence values.
Returns
An object with the Order's Account and Sequence.