Table of Contents

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

bool

IsFull

bool IsFull { get; }

Property Value

bool

LowestExpireHeight

long LowestExpireHeight { get; }

Property Value

long

Methods

Release(long, out FungibleAssetValue?)

IUnbonding Release(long height, out FungibleAssetValue? releasedFAV)

Parameters

height long
releasedFAV FungibleAssetValue?

Returns

IUnbonding

Slash(BigInteger, long, long, out FungibleAssetValue?)

IUnbonding Slash(BigInteger slashFactor, long infractionHeight, long height, out FungibleAssetValue? slashedFAV)

Parameters

slashFactor BigInteger
infractionHeight long
height long
slashedFAV FungibleAssetValue?

Returns

IUnbonding