Skip to main content

PokerStateValidationResult

Structured validation output from validatePokerState.

Shape

interface PokerStateValidationResult {
valid: boolean;
errors: string[];
}

See also

NativePokerState · Strategy