morley-upgradeable-0.3: Upgradeability infrastructure based on Morley.
Safe HaskellNone
LanguageHaskell2010

Lorentz.Contracts.UpgradeableCounter.V2

Documentation

type Interface = ["inc" ?: (), "dec" ?: (), "getCounterValue" ?: Void_ () Integer] Source #

type UStoreV2 = UStore UStoreTemplateV2 Source #