IDelegatableToken
Interface of the SkaleToken contract.
getAndUpdateLockedAmount getAndUpdateLockedAmount(address wallet) → uint256
external
Returns and updates the amount of locked tokens of a given account wallet
.
getAndUpdateDelegatedAmount getAndUpdateDelegatedAmount(address wallet) → uint256
external
Returns and updates the amount of delegated tokens of a given account wallet
.
getAndUpdateSlashedAmount getAndUpdateSlashedAmount(address wallet) → uint256
external
Returns and updates the amount of slashed tokens of a given account wallet
.