github.com/Finschia/finschia-sdk@v0.48.1/x/upgrade/exported/exported.go (about) 1 package exported 2 3 // ProtocolVersionSetter defines the interface fulfilled by BaseApp 4 // which allows setting it's appVersion field. 5 type ProtocolVersionSetter interface { 6 SetProtocolVersion(uint64) 7 }