mirror of
https://github.com/status-im/EIPs.git
synced 2025-02-04 19:13:48 +00:00
Automatically merged updates to draft EIP(s) 725
Hi, I'm a bot! This change was automatically merged because: - It only modifies existing Draft or Last Call EIP(s) - The PR was approved or written by at least one author of each modified EIP - The build is passing
This commit is contained in:
parent
f357d88854
commit
d970b2385e
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
eip: 725
|
eip: 725
|
||||||
title: Proxy Identity
|
title: Proxy Account
|
||||||
author: Fabian Vogelsteller (@frozeman)
|
author: Fabian Vogelsteller (@frozeman), Tyler Yasaka (@tyleryasaka)
|
||||||
discussions-to: https://github.com/ethereum/EIPs/issues/725
|
discussions-to: https://github.com/ethereum/EIPs/issues/725
|
||||||
status: Draft
|
status: Draft
|
||||||
type: Standards Track
|
type: Standards Track
|
||||||
@ -31,7 +31,7 @@ the benefit is a persistent account that is independed from single keys and can
|
|||||||
Returns the current owner
|
Returns the current owner
|
||||||
|
|
||||||
```js
|
```js
|
||||||
function address public owner;
|
address public owner;
|
||||||
```
|
```
|
||||||
|
|
||||||
#### changeOwner
|
#### changeOwner
|
||||||
|
Loading…
x
Reference in New Issue
Block a user