Skip to content

packages.valory.skills.abstract_round_abci.tests.data.dummy_abci.behaviours

This package contains round behaviours of DummyAbciApp.

DummyBaseBehaviour Objects

class DummyBaseBehaviour(BaseBehaviour, ABC)

Base behaviour for the common apps' skill.

synchronized_data

@property
def synchronized_data() -> SynchronizedData

Return the synchronized data.

params

@property
def params() -> Params

Return the params.

DummyStartingBehaviour Objects

class DummyStartingBehaviour(DummyBaseBehaviour)

DummyStartingBehaviour

async_act

def async_act() -> Generator

Do the act, supporting asynchronous execution.

DummyRandomnessBehaviour Objects

class DummyRandomnessBehaviour(RandomnessBehaviour)

DummyRandomnessBehaviour

DummyKeeperSelectionBehaviour Objects

class DummyKeeperSelectionBehaviour(SelectKeeperBehaviour)

DummyKeeperSelectionBehaviour

serialized_keepers

@staticmethod
def serialized_keepers(keepers: Deque[str], keeper_retries: int = 1) -> str

Get the keepers serialized.

async_act

def async_act() -> Generator

Do the act, supporting asynchronous execution.

DummyFinalBehaviour Objects

class DummyFinalBehaviour(DummyBaseBehaviour)

DummyFinalBehaviour

async_act

def async_act() -> Generator

Do the act, supporting asynchronous execution.

DummyRoundBehaviour Objects

class DummyRoundBehaviour(AbstractRoundBehaviour)

DummyRoundBehaviour