Merge pull request #731 from mDuo13/deletableaccounts_txcost

Deletable Accounts Transaction Cost
This commit is contained in:
Rome Reginelli
2019-11-27 15:47:24 -08:00
committed by GitHub

View File

@@ -21,6 +21,7 @@ Some transactions have different transaction costs:
| [Key Reset Transaction](#key-reset-transaction) | 0 |
| [Multi-signed Transaction](multi-signing.html) | 10 drops × (1 + Number of Signatures Provided) |
| [EscrowFinish Transaction with Fulfillment](escrowfinish.html) | 10 drops × (33 + (Fulfillment size in bytes ÷ 16)) |
| [AccountDelete Transaction](accounts.html#deletion-of-accounts) | 5,000,000 drops |
## Beneficiaries of the Transaction Cost