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
worldStateIWorldStateavatarAddressAddressmigrateRequiredbool
Returns
SetRuneState(IWorld, Address, AllRuneState)
public static IWorld SetRuneState(this IWorld world, Address avatarAddress, AllRuneState allRuneState)
Parameters
worldIWorldavatarAddressAddressallRuneStateAllRuneState
Returns
- IWorld