mirror of
https://github.com/seigler/dips
synced 2025-07-27 01:36:14 +00:00
Add DIP2
This commit is contained in:
parent
4a3af8947a
commit
fd78808ba9
2 changed files with 103 additions and 0 deletions
13
dip-0002-special-transactions.md
Normal file
13
dip-0002-special-transactions.md
Normal file
|
@ -0,0 +1,13 @@
|
|||
## Registered transaction types
|
||||
|
||||
The transaction type is described based on proposed DIPs.
|
||||
Here is a table of current proposed types and their associated DIP. Future DIPs
|
||||
may introduce more types.
|
||||
|
||||
| Type | Transaction Type | DIP Number and Name | Version | State |
|
||||
| ---- | ---------------- | ------------------- | ------- | ----- |
|
||||
| 1 | Provider Registration Transaction (ProRegTx) | [DIP 003: Deterministic Masternode List](https://github.com/dashpay/dips/blob/master/dip-0003.md) | 1 | Proposed |
|
||||
| 2 | Provider Update Service Transaction (ProUpServTx) | [DIP 003: Deterministic Masternode List](https://github.com/dashpay/dips/blob/master/dip-0003.md) | 1 | Proposed |
|
||||
| 3 | Provider Update Registrar Transaction (ProUpRegTx) | [DIP 003: Deterministic Masternode List](https://github.com/dashpay/dips/blob/master/dip-0003.md) | 1 | Proposed |
|
||||
| 4 | Provider Update Revocation Transaction (ProUpRevTx) | [DIP 003: Deterministic Masternode List](https://github.com/dashpay/dips/blob/master/dip-0003.md) | 1 | Proposed |
|
||||
| 5 | Coinbase Transaction (CbTx) | [DIP 004: Simplified Verification of Deterministic Masternode Lists](https://github.com/dashpay/dips/blob/master/dip-0004.md) | 1 | Proposed |
|
Loading…
Add table
Add a link
Reference in a new issue