On Chain Governance DfTxs (Custom Light Transaction) #1822
Labels
area/packages
kind/feature
New feature request
priority/important-soon
Will be important soon
triage/accepted
Triage has been accepted
Similar to #108, implementations of On Chain Governance Custom DfTx.
// TODO
in
All CustomTX has a starting signature of
DfTx
in utf8 or0x44665478
. It is as it is, don't need to convert from BE to LE.They are structured as a
VarUInt
+ [OP_RETURN
+DfTx
+TYPES[CxTxType]
+ ...]VarUInt
+6a
+44665478
+ Type + .../triage accepted
/kind feature
/area packages
/priority important-soon
Refer to #108 for a detailed implementation guide; please edit and fill in the issue.
I believe this is already partially completed; if that's the case, we should update the tests to reflect that.
The text was updated successfully, but these errors were encountered: