Class UnbondingFactory
- Namespace
- Nekoyume.Delegation
- Assembly
- Lib9c.dll
public static class UnbondingFactory
- Inheritance
-
UnbondingFactory
- Inherited Members
Methods
GetUnbondingFromRef(IValue, IDelegationRepository)
public static IUnbonding GetUnbondingFromRef(IValue bencoded, IDelegationRepository repository)
Parameters
bencoded
IValuerepository
IDelegationRepository
Returns
GetUnbondingFromRef(UnbondingRef, IDelegationRepository)
public static IUnbonding GetUnbondingFromRef(UnbondingRef reference, IDelegationRepository repository)
Parameters
reference
UnbondingRefrepository
IDelegationRepository
Returns
ToReference(IUnbonding)
public static UnbondingRef ToReference(IUnbonding unbonding)
Parameters
unbonding
IUnbonding