mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-14 00:35:50 +00:00
Negative UNL: expand on references, correct concept
This commit is contained in:
3
content/_snippets/pseudo-tx-fields-intro.md
Normal file
3
content/_snippets/pseudo-tx-fields-intro.md
Normal file
@@ -0,0 +1,3 @@
|
||||
## {{currentpage.name}} Fields
|
||||
|
||||
In addition to the [common fields](pseudo-transaction-types.html), a {{currentpage.name}} pseudo-transaction uses the following fields:
|
||||
@@ -173,6 +173,7 @@
|
||||
"FlowV2",
|
||||
"MultiSign",
|
||||
"MultiSignReserve",
|
||||
"NegativeUNL",
|
||||
"OwnerPaysFee",
|
||||
"PayChan",
|
||||
"RequireFullyCanonicalSig",
|
||||
|
||||
@@ -20,7 +20,8 @@
|
||||
] %}
|
||||
{% set pstxtypes = [
|
||||
"EnableAmendment",
|
||||
"SetFee"
|
||||
"SetFee",
|
||||
"UNLModify"
|
||||
] %}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user