Table of Contents

Class CombinationSlotStateModule

Namespace
Nekoyume.Module
Assembly
Lib9c.dll

CombinationSlotStateModule is the module to use CombinationSlotState/AllCombinationSlotState with account.

public static class CombinationSlotStateModule
Inheritance
CombinationSlotStateModule
Inherited Members

Methods

GetAllCombinationSlotState(IWorldState, Address)

public static AllCombinationSlotState GetAllCombinationSlotState(this IWorldState worldState, Address avatarAddress)

Parameters

worldState IWorldState
avatarAddress Address

Returns

AllCombinationSlotState

SetCombinationSlotState(IWorld, Address, AllCombinationSlotState)

public static IWorld SetCombinationSlotState(this IWorld world, Address avatarAddress, AllCombinationSlotState combinationSlotState)

Parameters

world IWorld
avatarAddress Address
combinationSlotState AllCombinationSlotState

Returns

IWorld