File tree Expand file tree Collapse file tree 2 files changed +18
-0
lines changed
Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change 1+ Transactions have a different minimum fee per type.
2+
3+ The current minimum fee of transaction is defined as:
4+
5+ | Transaction | Minimum fee([ CCC] ( CodeChain-Coin.md ) ) |
6+ | ---------------------| -----------------:|
7+ | Pay | 100 |
8+ | SetRegularKey | 10,000 |
9+ | Store | 5,000 |
10+ | Remove | 5,000 |
11+ | MintAsset | 100,000 |
12+ | TransferAsset | 100 |
13+ | ChangeAssetScheme | 100,000 |
14+ | IncreaseAssetSupply | 100,000 |
15+ | WrapCCC | 100,000 |
16+ | UnwrapCCC | 100 |
Original file line number Diff line number Diff line change 22
33Only a platform account can generate a transaction.
44The transaction generator pays the transaction fees.
5+ Transactions that cost less than the [ minimum fee] ( Minimum-Fee.md ) are rejected.
6+ The minumum fee is different for each transaction type.
57
68The seq must be identical with the payer’s account seq.
79The account seq will be increased by 1 after a transaction is added to the block.
You can’t perform that action at this time.
0 commit comments