Migrate FV specs to CVL2 (#4527)
Co-authored-by: Hadrien Croubois <hadrien.croubois@gmail.com>
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
methods {
|
||||
owner() returns (address) envfree
|
||||
transferOwnership(address)
|
||||
renounceOwnership()
|
||||
function owner() external returns (address) envfree;
|
||||
function transferOwnership(address) external;
|
||||
function renounceOwnership() external;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user