street

The name of the street/round.

street

The name of the street or round.

Type: string

Options:

  • "Preflop"

  • "Flop"

  • "Turn"

  • "River"

  • "Showdown"

Example:

"street": "Preflop"

The street does not need to be unique in the rounds array. For instance, there will be two round objects with different id's that are both "Flop" for run it twice hands. The round id specifies the order that the round occurred.

Last updated