Skip to main content

UpgradePolicyInterface

type UpgradePolicyInterface

Representation of upgrade policy constants in `iota::package`.

type UpgradePolicyInterface interface {
// Returns the internal representation.
AsU8() uint8
}