Interface IUnbonding
- Namespace
- Nekoyume.Delegation
- Assembly
- Lib9c.dll
public interface IUnbonding
Properties
Address
Address Address { get; }
Property Value
- Address
IsEmpty
bool IsEmpty { get; }
Property Value
IsFull
bool IsFull { get; }
Property Value
LowestExpireHeight
long LowestExpireHeight { get; }
Property Value
Methods
Release(long, out FungibleAssetValue?)
IUnbonding Release(long height, out FungibleAssetValue? releasedFAV)
Parameters
height
longreleasedFAV
FungibleAssetValue?
Returns
Slash(BigInteger, long, long, out FungibleAssetValue?)
IUnbonding Slash(BigInteger slashFactor, long infractionHeight, long height, out FungibleAssetValue? slashedFAV)
Parameters
slashFactor
BigIntegerinfractionHeight
longheight
longslashedFAV
FungibleAssetValue?