Class RuneStateModule
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
IWorldStateavatarAddress
AddressmigrateRequired
bool
Returns
SetRuneState(IWorld, Address, AllRuneState)
public static IWorld SetRuneState(this IWorld world, Address avatarAddress, AllRuneState allRuneState)
Parameters
world
IWorldavatarAddress
AddressallRuneState
AllRuneState
Returns
- IWorld