mirror of
https://github.com/status-im/snt-gas-relay.git
synced 2025-01-15 17:05:17 +00:00
add public visibility modifier
This commit is contained in:
parent
4471c165d3
commit
ea59af8e1e
@ -23,7 +23,7 @@ contract ERC725 {
|
||||
function getKeyPurpose(bytes32 _key) public constant returns(uint256[] purpose);
|
||||
function getKeysByPurpose(uint256 _purpose) public constant returns(bytes32[] keys);
|
||||
function addKey(bytes32 _key, uint256 _purpose, uint256 _keyType) public returns (bool success);
|
||||
function removeKey(bytes32 _key, uint256 _purpose) returns (bool success);
|
||||
function removeKey(bytes32 _key, uint256 _purpose) public returns (bool success);
|
||||
function execute(address _to, uint256 _value, bytes _data) public returns (uint256 executionId);
|
||||
function approve(uint256 _id, bool _approve) public returns (bool success);
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user