FEIP4V1_Abandon(en-US)



  • FEIP4V1_Abandon(en-US)

    Contents

    Summary

    General consensus of FEIP

    Consensus of this protocol

    Abandon

    Example

    Summary

    Protocol type: FEIP
    Serial number: 4
    Protocol name: Abandon
    Version: 1
    Description : An address abandon all rights by publishing its private key on chain.
    Author: C_armX
    Language: en-US
    Created date: 2023-01-06
    Last modified date:2023-01-13
    

    General consensus of FEIP

    1. Write important data in OP_RETURN for public witness under FEIP type protocols.

    2. The SIGHASH flag of all transaction inputs is ‘ALL’ (value 0x01).

    3. The max size of OP_RETURN : 4096 bytes.

    4. The format of the data in op_return: JSON.

    5. Encoding : utf-8.

    Consensus of this protocol

    1. This protocol is used to abandon one's all rights by itself.
    2. Any address can publish its private key on freecash blockchain to give up all its rights.
    3. Since block height 2000000, abandoning needs more than 1cd consumed.

    Abandon

    field number field name type content required
    1 type String Fixed: "FEIP" Y
    2 sn int Serial number. Fixed: 4 Y
    3 ver int Fixed: 1 Y
    4 name String Fixed: "Abandon" N
    5 pid string The PID of this protocol N
    6 data.priKey string The private key of the signer. Y

    Example

    FEk41Kqjar45fLDriztUDTUkdki7mmcjWK Abandon its all rights.

    {
        "type": "FEIP",
        "sn": 4,
        "ver": 1,
        "name": "Abandon",
        "pid": "",
        "data":{
            "priKey": "L2bHRej6Fxxipvb4TiR5bu1rkT3tRp8yWEsUy4R1Zb8VMm2x7sd8"
            }
    }
    

Log in to reply