SetFee
A SetFee
pseudo-transaction marks a change in transaction cost or reserve requirements as a result of Fee Voting.
Note: You cannot send a pseudo-transaction, but you may find one when processing ledgers.
Example JSON
Field | JSON Type | [Internal Type][] | Description |
---|---|---|---|
| String | UInt64 | The charge, in drops of XAH, for the reference transaction, as hex. (This is the transaction cost before scaling for load.) |
| Unsigned Integer | UInt32 | The cost, in fee units, of the reference transaction |
| Unsigned Integer | UInt32 | The base reserve, in drops |
| Unsigned Integer | UInt32 | The incremental reserve, in drops |
| Number | UInt32 | (Omitted for some historical |
If the [XAHFees amendment][] is enabled, SetFee
pseudo-transactions use these fields instead:
Field | JSON Type | [Internal Type][] | Description |
---|---|---|---|
| String | Amount | The charge, in drops of XAH, for the reference transaction. (This is the transaction cost before scaling for load.) |
| String | Amount | The base reserve, in drops |
| String | Amount | The incremental reserve, in drops |
| Number | UInt32 | (Omitted for some historical |
Last updated