Table of Contents

Class GuildDelegateeModule

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

Methods

CreateGuildDelegatee(GuildRepository, Address)

public static GuildDelegatee CreateGuildDelegatee(this GuildRepository repository, Address address)

Parameters

repository GuildRepository
address Address

Returns

GuildDelegatee

TryGetGuildDelegatee(GuildRepository, Address, out GuildDelegatee?)

public static bool TryGetGuildDelegatee(this GuildRepository repository, Address address, out GuildDelegatee? guildDelegatee)

Parameters

repository GuildRepository
address Address
guildDelegatee GuildDelegatee

Returns

bool