bloqade.lanes.bytecode.exceptions.ContestedDestinationError
← Module overview
class
classContestedDestinationError¶source
bloqade.lanes.bytecode.exceptions.ContestedDestinationError
Bases: MoveValidationError
Two lanes in the group share a destination.
class ContestedDestinationError(dst: int, first: int, second: int)Parameters
| Name | Type | Description |
|---|---|---|
dst | int | |
first | int | |
second | int |
Attributes
| Name | Type | Default | Description |
|---|---|---|---|
dst | — | dst | |
first | — | first | |
second | — | second |