Table of Contents

Class ArenaModule

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

Methods

GetArenaParticipant(IWorldState, int, int, Address)

public static ArenaParticipant GetArenaParticipant(this IWorldState worldState, int championshipId, int round, Address avatarAddress)

Parameters

worldState IWorldState
championshipId int
round int
avatarAddress Address

Returns

ArenaParticipant

GetArenaParticipantState(IWorldState, Address, Address)

public static IValue GetArenaParticipantState(this IWorldState worldState, Address accountAddress, Address stateAddress)

Parameters

worldState IWorldState
accountAddress Address
stateAddress Address

Returns

IValue

GetArenaParticipantState(IWorldState, int, int, Address)

public static IValue GetArenaParticipantState(this IWorldState worldState, int championshipId, int round, Address avatarAddress)

Parameters

worldState IWorldState
championshipId int
round int
avatarAddress Address

Returns

IValue

SetArenaParticipant(IWorld, Address, Address, IValue)

public static IWorld SetArenaParticipant(this IWorld world, Address accountAddress, Address stateAddress, IValue arenaParticipantState)

Parameters

world IWorld
accountAddress Address
stateAddress Address
arenaParticipantState IValue

Returns

IWorld

SetArenaParticipant(IWorld, int, int, Address, IValue)

public static IWorld SetArenaParticipant(this IWorld world, int championshipId, int round, Address avatarAddress, IValue arenaParticipantState)

Parameters

world IWorld
championshipId int
round int
avatarAddress Address
arenaParticipantState IValue

Returns

IWorld

SetArenaParticipant(IWorld, int, int, Address, ArenaParticipant)

public static IWorld SetArenaParticipant(this IWorld world, int championshipId, int round, Address avatarAddress, ArenaParticipant arenaParticipant)

Parameters

world IWorld
championshipId int
round int
avatarAddress Address
arenaParticipant ArenaParticipant

Returns

IWorld