Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion AENS.md
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,13 @@ We do not require an additional fee for extending the lease.

The `pointers` field SHOULD NOT contain multiple entries with the same key.
The `pointers` can point to one of: account address, oracle id,
channel id or contract id.
channel id or contract id. In order to distinguish destination of the pointer we
support following keys in a single key/value pair in option field list:

`Key = account_pubkey | channel | contract_pubkey | oracle_pubkey`

`pointers` = `[{Key, hash}]`


#### Transfer

Expand Down