Table of Contents

Class RuneStateModule

Namespace
Nekoyume.Module
Assembly
Lib9c.dll

RuneStateModule is the module to use RuneState/AllRuneState with account.

public static class RuneStateModule
Inheritance
RuneStateModule
Inherited Members

Methods

GetRuneState(IWorldState, Address, out bool)

public static AllRuneState GetRuneState(this IWorldState worldState, Address avatarAddress, out bool migrateRequired)

Parameters

worldState IWorldState
avatarAddress Address
migrateRequired bool

Returns

AllRuneState

SetRuneState(IWorld, Address, AllRuneState)

public static IWorld SetRuneState(this IWorld world, Address avatarAddress, AllRuneState allRuneState)

Parameters

world IWorld
avatarAddress Address
allRuneState AllRuneState

Returns

IWorld