FEIP6V6_Master(en-US)
-
FEIP6V6_Master(en-US)
Contents
Summary
Protocol type: FEIP Serial number: 6 Protocol name: Master Version number: 6 Description : An address authorize another address as its master. Author: C_armX Language: en-US Created date: 2021-06-23 Last modified date:2023-01-13
General consensus of FEIP
-
FEIP type protocols write data of consensus in OP_RETURN for public witness.
-
The SIGHASH flag of all transaction inputs: ‘ALL’ (value 0x01).
-
The max size of OP_RETURN : 4096 bytes.
-
The format of the data in op_return: JSON.
-
Encoding : utf-8.
Consensus of this protocol
-
Once the master address is authorized, it can control all the rights and interests of the original address.
-
An address can't authorize itself.
-
The authorization can't be canceled.
-
An address can only implement a valid master authorization once, and subsequent authorizations are invalid.
OP_RETURN
The OP_RETURN of which contains the data as following:
field number field name type content required 1 type String Fixed: "FEIP" Y 2 sn int Fixed: 6 Y 3 ver int Fixed: 6 Y 4 name string Fixed: "Master" Y 5 pid hex Sha256 value of this file N 6 data.master string The address designated as the master. Y 7 data.promise string Fixed:"The master owns all my rights." Y Example of a authorization
{ "type": "FEIP", "sn": 6, "ver": 6, "name": "Master", "pid": "" "data":{ "master":"FTqiqAyXHnK7uDTXzMap3acvqADK4ZGzts", "promise":"The master owns all my rights." } }
-
-
FEIP6: Master Version: 6 Language: zh-CN Author: C_armX Status: draft Created date: 2021-06-23 Last modified date:2022-10-02 PID: "" TXID:
FEIP6V6_Master(en-US)
Contents
General rules of FEIP type protocols
Rules specific to this protocol
Introduction
Protocol type: FEIP Serial number: 6 Protocol name: Master Version number: 6 Description : An address authorize another address as its master. Author: C_armX Language: en-US Previous version PID:"bcba4e28eb4c591a1fd1bce2108c2a220fc3a6d762eaca68bb15ca2cace22f5b"
General consensus of FEIP type protocols
-
FEIP类型协议将重要信息通过OP_RETURN写入FCH主链获得全网见证.
-
FEIP类型协议的所有输入的SIGHASH必须是“ALL”(值为 0x01),以便签名包含OP_RETURN.
-
OP_RETURN最大为4096字节。
-
数据写入OP_RETURN的格式为:JSON.
-
数据编码为: utf-8.
Consensus of this protocol
-
一个地址一旦声明授权一个master address,被授权的master address可以控制授权地址的所有权力和利益。
-
一个地址不能授权自身。
-
授权不能被取消。
-
一个地址只能做一次授权声明,此后的声明无效。
OP_RETURN
The OP_RETURN of which contains the data as follows:
field number field name type length content required 1 type String 4 Fixed: "FEIP" Y 2 sn int 1 Fixed: 6 Y 3 ver int 1 Fixed: 6 Y 4 name string 6 Fixed: "Master" Y 5 pid hex 32 Sha256 value of this file N 6 data.master string 32 The FCH address designated as the master. Y 7 data.promise string 34 Fixed:"The master owns all my rights." Y Example of a authorition
{ "type": "FEIP", "sn": 6, "ver": 6, "name": "Master", "pid": "" "data":{ "master":"FTqiqAyXHnK7uDTXzMap3acvqADK4ZGzts", "promise":"The master owns all my rights." } }
-