Skip to content

bloqade.lanes.bytecode.exceptions.ContestedDestinationError

← Module overview

classContestedDestinationErrorsource

bloqade.lanes.bytecode.exceptions.ContestedDestinationError

Bases: MoveValidationError

Two lanes in the group share a destination.

class ContestedDestinationError(dst: int, first: int, second: int)

Parameters

NameTypeDescription
dstint
firstint
secondint

Attributes

NameTypeDefaultDescription
dst—dst
first—first
second—second