ERIP-5

Release Date : 12.21.2023 Specification: Era-20 CancelList format

from: your wallet 
to: your wallet


interface CancelList{
   p: string;
   op: string;
   tx: string;
}



//Example :
{
   "p": "era-20",
   "op": "cancel",
   "tx": "7c0815f5b366e3d254fd9dfedf791e937512cd706bb8cf94f732c2616ebd8386",
}



To cancel list a token, the wallet must create an inscription transaction in accordance with the CancelList interface when sending (can be zero) Ethereum to itself.

// Types
"p" => Protocol
"op" => Operation
"tx" => List Transaction Id

Last updated