Table of Contents

Class AgentModule

Namespace
Nekoyume.Module
Assembly
Lib9c.dll
public static class AgentModule
Inheritance
AgentModule
Inherited Members

Methods

GetAgentState(IWorldState, Address)

public static AgentState? GetAgentState(this IWorldState worldState, Address address)

Parameters

worldState IWorldState
address Address

Returns

AgentState

SetAgentState(IWorld, Address, AgentState)

public static IWorld SetAgentState(this IWorld world, Address agent, AgentState state)

Parameters

world IWorld
agent Address
state AgentState

Returns

IWorld