mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-20 11:45:50 +00:00
Merge pull request #1043 from ripple/sgramkumar-tickets
tickets.md - typo in account sequence numbers
This commit is contained in:
@@ -40,7 +40,7 @@ lt=.</panel_attributes>
|
||||
<panel_attributes>Account
|
||||
--
|
||||
ID: rf1Bi...
|
||||
*Sequence: 104*</panel_attributes>
|
||||
*Sequence: 105*</panel_attributes>
|
||||
<additional_attributes/>
|
||||
</element>
|
||||
<element>
|
||||
@@ -54,7 +54,7 @@ ID: rf1Bi...
|
||||
<panel_attributes>Ticket
|
||||
--
|
||||
Account: rf1Bi...
|
||||
Sequence: 101</panel_attributes>
|
||||
Sequence: 102</panel_attributes>
|
||||
<additional_attributes/>
|
||||
</element>
|
||||
<element>
|
||||
@@ -68,7 +68,7 @@ Sequence: 101</panel_attributes>
|
||||
<panel_attributes>Ticket
|
||||
--
|
||||
Account: rf1Bi...
|
||||
Sequence: 102</panel_attributes>
|
||||
Sequence: 103</panel_attributes>
|
||||
<additional_attributes/>
|
||||
</element>
|
||||
<element>
|
||||
@@ -82,7 +82,7 @@ Sequence: 102</panel_attributes>
|
||||
<panel_attributes>Ticket
|
||||
--
|
||||
Account: rf1Bi...
|
||||
Sequence: 103</panel_attributes>
|
||||
Sequence: 104</panel_attributes>
|
||||
<additional_attributes/>
|
||||
</element>
|
||||
<element>
|
||||
|
||||
@@ -24,7 +24,7 @@ lt=.</panel_attributes>
|
||||
<panel_attributes>Account
|
||||
--
|
||||
ID: rf1Bi...
|
||||
Sequence: 104</panel_attributes>
|
||||
Sequence: 105</panel_attributes>
|
||||
<additional_attributes/>
|
||||
</element>
|
||||
<element>
|
||||
@@ -38,7 +38,7 @@ Sequence: 104</panel_attributes>
|
||||
<panel_attributes>Ticket
|
||||
--
|
||||
Account: rf1Bi...
|
||||
Sequence: 101</panel_attributes>
|
||||
Sequence: 102</panel_attributes>
|
||||
<additional_attributes/>
|
||||
</element>
|
||||
<element>
|
||||
@@ -52,7 +52,7 @@ Sequence: 101</panel_attributes>
|
||||
<panel_attributes>Ticket
|
||||
--
|
||||
Account: rf1Bi...
|
||||
Sequence: 102</panel_attributes>
|
||||
Sequence: 103</panel_attributes>
|
||||
<additional_attributes/>
|
||||
</element>
|
||||
<element>
|
||||
@@ -66,7 +66,7 @@ Sequence: 102</panel_attributes>
|
||||
<panel_attributes>Ticket
|
||||
--
|
||||
Account: rf1Bi...
|
||||
Sequence: 103</panel_attributes>
|
||||
Sequence: 104</panel_attributes>
|
||||
<additional_attributes/>
|
||||
</element>
|
||||
<element>
|
||||
@@ -82,7 +82,7 @@ transaction)
|
||||
--
|
||||
Account: rf1Bi...
|
||||
Sequence: 0
|
||||
TicketSequence: 102
|
||||
TicketSequence: 103
|
||||
...</panel_attributes>
|
||||
<additional_attributes/>
|
||||
</element>
|
||||
@@ -121,7 +121,7 @@ used</panel_attributes>
|
||||
<panel_attributes>Account
|
||||
--
|
||||
ID: rf1Bi...
|
||||
Sequence: 104</panel_attributes>
|
||||
Sequence: 105</panel_attributes>
|
||||
<additional_attributes/>
|
||||
</element>
|
||||
<element>
|
||||
@@ -157,7 +157,7 @@ Sequence: 104</panel_attributes>
|
||||
<panel_attributes>Ticket
|
||||
--
|
||||
Account: rf1Bi...
|
||||
Sequence: 101</panel_attributes>
|
||||
Sequence: 102</panel_attributes>
|
||||
<additional_attributes/>
|
||||
</element>
|
||||
<element>
|
||||
@@ -171,7 +171,7 @@ Sequence: 101</panel_attributes>
|
||||
<panel_attributes>Ticket
|
||||
--
|
||||
Account: rf1Bi...
|
||||
Sequence: 103</panel_attributes>
|
||||
Sequence: 104</panel_attributes>
|
||||
<additional_attributes/>
|
||||
</element>
|
||||
<element>
|
||||
@@ -195,7 +195,7 @@ Sequence: 103</panel_attributes>
|
||||
<w>90</w>
|
||||
<h>50</h>
|
||||
</coordinates>
|
||||
<panel_attributes>Ticket 102 deleted
|
||||
<panel_attributes>Ticket 103 deleted
|
||||
style=wordwrap</panel_attributes>
|
||||
<additional_attributes/>
|
||||
</element>
|
||||
|
||||
@@ -30,15 +30,15 @@ Tickets provide a solution to all of these problems by setting aside sequence nu
|
||||
|
||||
A Ticket is a record that a sequence number has been set aside to be used later. An account first sends a [TicketCreate transaction][] to set aside one or more sequence numbers as Tickets; this puts a record in the [ledger's state data](ledgers.html), in the form of a [Ticket object][], for each sequence number reserved.
|
||||
|
||||
Tickets are numbered using the sequence numbers that were set aside to create them. For example, if your account's current sequence number is 101 and you create 3 Tickets, those Tickets have Ticket Sequence numbers 101, 102, and 103. Doing so increases your account's sequence number to 104.
|
||||
Tickets are numbered using the sequence numbers that were set aside to create them. For example, if your account's current sequence number is 101 and you create 3 Tickets, those Tickets have Ticket Sequence numbers 102, 103, and 104. Doing so increases your account's sequence number to 105.
|
||||
|
||||
{{ include_svg("img/ticket-creation.svg", "Diagram: Creating three Tickets") }}
|
||||
|
||||
Later, you can send a transaction using a specific Ticket instead of a sequence number; doing so removes the corresponding Ticket from the ledger's state data and does not change your account's normal sequence number. You can also still send transactions using normal sequence numbers without using Tickets. You can use any of your available Tickets in any order at any time, but each Ticket can only be used once.
|
||||
|
||||
{{ include_svg("img/ticket-usage.svg", "Diagram: Using Ticket 102.") }}
|
||||
{{ include_svg("img/ticket-usage.svg", "Diagram: Using Ticket 103.") }}
|
||||
|
||||
Continuing the above example, you can send a transaction using sequence number 104 or any of the three Tickets you created. If you send a transaction using Ticket 102, doing so deletes Ticket 102 from the ledger. Your next transaction after that can use sequence number 104, Ticket 101, or Ticket 103.
|
||||
Continuing the above example, you can send a transaction using sequence number 105 or any of the three Tickets you created. If you send a transaction using Ticket 103, doing so deletes Ticket 103 from the ledger. Your next transaction after that can use sequence number 105, Ticket 102, or Ticket 104.
|
||||
|
||||
**Caution:** Each Ticket counts as a separate item for the [owner reserve](reserves.html), so you must set aside 5 XRP for each Ticket. (The XRP becomes available again after you use the Ticket.) This cost can add up quickly if you create a large number of Tickets at once.
|
||||
|
||||
|
||||
@@ -38,7 +38,7 @@ A TicketCreate transaction sets aside one or more [sequence numbers][Sequence Nu
|
||||
|
||||
If the transaction cannot create _all_ of the requested Tickets (either due to the 250-Ticket limit or the [owner reserve](reserves.html)), it fails and creates no Tickets. To look up how many Tickets an account currently owns, use the [account_info method][] and check the `account_data.TicketCount` field.
|
||||
|
||||
**Tip:** This transaction increases the sending account's [sequence number][Sequence Number] by the number of tickets created (`TicketCount`). This is the only transaction that increases an account's sequence number by more than 1.
|
||||
**Tip:** This transaction increases the sending account's [sequence number][Sequence Number] by 1 _plus_ the number of tickets created (`TicketCount`). This is the only transaction that increases an account's sequence number by more than 1.
|
||||
|
||||
## Error Cases
|
||||
|
||||
|
||||
@@ -49,15 +49,15 @@
|
||||
/></clipPath
|
||||
></defs
|
||||
><g font-family="sans-serif" font-size="14px" transform="translate(660,370)"
|
||||
><text x="213" xml:space="preserve" y="18.1094" clip-path="url(#clipPath2)" stroke="none"
|
||||
><text x="212" xml:space="preserve" y="17.9844" clip-path="url(#clipPath2)" stroke="none"
|
||||
>...</text
|
||||
></g
|
||||
><g font-family="sans-serif" font-size="14px" transform="translate(80,370)"
|
||||
><text x="113" xml:space="preserve" y="18.1094" clip-path="url(#clipPath3)" stroke="none"
|
||||
><text x="112" xml:space="preserve" y="17.9844" clip-path="url(#clipPath3)" stroke="none"
|
||||
>...</text
|
||||
></g
|
||||
><g font-family="sans-serif" font-size="14px" transform="translate(540,280)"
|
||||
><text x="5" xml:space="preserve" y="18.1094" clip-path="url(#clipPath4)" stroke="none"
|
||||
><text x="5" xml:space="preserve" y="17.9844" clip-path="url(#clipPath4)" stroke="none"
|
||||
>creates</text
|
||||
></g
|
||||
><g fill="rgb(255,255,255)" fill-opacity="0" transform="translate(130,130)" stroke-opacity="0" stroke="rgb(255,255,255)"
|
||||
@@ -65,12 +65,12 @@
|
||||
/></g
|
||||
><g transform="translate(130,130)"
|
||||
><rect fill="none" x="0.5" width="128.5" height="108.5" y="0.5" clip-path="url(#clipPath5)"
|
||||
/><text x="36" font-size="14px" y="18.1094" clip-path="url(#clipPath5)" font-family="sans-serif" stroke="none" xml:space="preserve"
|
||||
/><text x="37" font-size="14px" y="17.9844" clip-path="url(#clipPath5)" font-family="sans-serif" stroke="none" xml:space="preserve"
|
||||
>Account</text
|
||||
><path fill="none" d="M1 24.1094 L129 24.1094" clip-path="url(#clipPath5)"
|
||||
/><text x="5" font-size="14px" y="39.2188" clip-path="url(#clipPath5)" font-family="sans-serif" stroke="none" xml:space="preserve"
|
||||
><path fill="none" d="M1 23.9844 L129 23.9844" clip-path="url(#clipPath5)"
|
||||
/><text x="5" font-size="14px" y="38.9688" clip-path="url(#clipPath5)" font-family="sans-serif" stroke="none" xml:space="preserve"
|
||||
>ID: rf1Bi...</text
|
||||
><text x="5" font-size="14px" y="55.3281" clip-path="url(#clipPath5)" font-family="sans-serif" stroke="none" xml:space="preserve"
|
||||
><text x="5" font-size="14px" y="54.9531" clip-path="url(#clipPath5)" font-family="sans-serif" stroke="none" xml:space="preserve"
|
||||
>Sequence: 101</text
|
||||
></g
|
||||
><g fill="rgb(255,255,255)" fill-opacity="0" transform="translate(80,70)" stroke-opacity="0" stroke="rgb(255,255,255)"
|
||||
@@ -78,7 +78,7 @@
|
||||
/></g
|
||||
><g stroke-dasharray="8,5" stroke-miterlimit="5" transform="translate(80,70)" stroke-linecap="butt"
|
||||
><rect fill="none" x="0.5" width="238.5" height="338.5" y="0.5" clip-path="url(#clipPath6)"
|
||||
/><text x="25" font-size="14px" y="18.1094" clip-path="url(#clipPath6)" font-family="sans-serif" stroke="none" xml:space="preserve"
|
||||
/><text x="24" font-size="14px" y="17.9844" clip-path="url(#clipPath6)" font-family="sans-serif" stroke="none" xml:space="preserve"
|
||||
>Ledger State Data (Before)</text
|
||||
></g
|
||||
><g fill="rgb(255,255,255)" fill-opacity="0" transform="translate(950,270)" stroke-opacity="0" stroke="rgb(255,255,255)"
|
||||
@@ -86,59 +86,59 @@
|
||||
/></g
|
||||
><g transform="translate(950,270)"
|
||||
><rect fill="none" x="0.5" width="118.5" height="68.5" y="0.5" clip-path="url(#clipPath7)"
|
||||
/><text x="38" font-size="14px" y="18.1094" clip-path="url(#clipPath7)" font-family="sans-serif" stroke="none" xml:space="preserve"
|
||||
/><text x="39" font-size="14px" y="17.9844" clip-path="url(#clipPath7)" font-family="sans-serif" stroke="none" xml:space="preserve"
|
||||
>Ticket</text
|
||||
><path fill="none" d="M1 24.1094 L119 24.1094" clip-path="url(#clipPath7)"
|
||||
/><text x="5" font-size="14px" y="39.2188" clip-path="url(#clipPath7)" font-family="sans-serif" stroke="none" xml:space="preserve"
|
||||
><path fill="none" d="M1 23.9844 L119 23.9844" clip-path="url(#clipPath7)"
|
||||
/><text x="5" font-size="14px" y="38.9688" clip-path="url(#clipPath7)" font-family="sans-serif" stroke="none" xml:space="preserve"
|
||||
>Account: rf1Bi...</text
|
||||
><text x="5" font-size="14px" y="55.3281" clip-path="url(#clipPath7)" font-family="sans-serif" stroke="none" xml:space="preserve"
|
||||
>Sequence: 103</text
|
||||
><text x="5" font-size="14px" y="54.9531" clip-path="url(#clipPath7)" font-family="sans-serif" stroke="none" xml:space="preserve"
|
||||
>Sequence: 104</text
|
||||
></g
|
||||
><g fill="rgb(255,255,255)" fill-opacity="0" transform="translate(820,270)" stroke-opacity="0" stroke="rgb(255,255,255)"
|
||||
><rect x="0.5" width="118.5" height="68.5" y="0.5" clip-path="url(#clipPath7)" stroke="none"
|
||||
/></g
|
||||
><g transform="translate(820,270)"
|
||||
><rect fill="none" x="0.5" width="118.5" height="68.5" y="0.5" clip-path="url(#clipPath7)"
|
||||
/><text x="38" font-size="14px" y="18.1094" clip-path="url(#clipPath7)" font-family="sans-serif" stroke="none" xml:space="preserve"
|
||||
/><text x="39" font-size="14px" y="17.9844" clip-path="url(#clipPath7)" font-family="sans-serif" stroke="none" xml:space="preserve"
|
||||
>Ticket</text
|
||||
><path fill="none" d="M1 24.1094 L119 24.1094" clip-path="url(#clipPath7)"
|
||||
/><text x="5" font-size="14px" y="39.2188" clip-path="url(#clipPath7)" font-family="sans-serif" stroke="none" xml:space="preserve"
|
||||
><path fill="none" d="M1 23.9844 L119 23.9844" clip-path="url(#clipPath7)"
|
||||
/><text x="5" font-size="14px" y="38.9688" clip-path="url(#clipPath7)" font-family="sans-serif" stroke="none" xml:space="preserve"
|
||||
>Account: rf1Bi...</text
|
||||
><text x="5" font-size="14px" y="55.3281" clip-path="url(#clipPath7)" font-family="sans-serif" stroke="none" xml:space="preserve"
|
||||
>Sequence: 102</text
|
||||
><text x="5" font-size="14px" y="54.9531" clip-path="url(#clipPath7)" font-family="sans-serif" stroke="none" xml:space="preserve"
|
||||
>Sequence: 103</text
|
||||
></g
|
||||
><g fill="rgb(255,255,255)" fill-opacity="0" transform="translate(690,270)" stroke-opacity="0" stroke="rgb(255,255,255)"
|
||||
><rect x="0.5" width="118.5" height="68.5" y="0.5" clip-path="url(#clipPath7)" stroke="none"
|
||||
/></g
|
||||
><g transform="translate(690,270)"
|
||||
><rect fill="none" x="0.5" width="118.5" height="68.5" y="0.5" clip-path="url(#clipPath7)"
|
||||
/><text x="38" font-size="14px" y="18.1094" clip-path="url(#clipPath7)" font-family="sans-serif" stroke="none" xml:space="preserve"
|
||||
/><text x="39" font-size="14px" y="17.9844" clip-path="url(#clipPath7)" font-family="sans-serif" stroke="none" xml:space="preserve"
|
||||
>Ticket</text
|
||||
><path fill="none" d="M1 24.1094 L119 24.1094" clip-path="url(#clipPath7)"
|
||||
/><text x="5" font-size="14px" y="39.2188" clip-path="url(#clipPath7)" font-family="sans-serif" stroke="none" xml:space="preserve"
|
||||
><path fill="none" d="M1 23.9844 L119 23.9844" clip-path="url(#clipPath7)"
|
||||
/><text x="5" font-size="14px" y="38.9688" clip-path="url(#clipPath7)" font-family="sans-serif" stroke="none" xml:space="preserve"
|
||||
>Account: rf1Bi...</text
|
||||
><text x="5" font-size="14px" y="55.3281" clip-path="url(#clipPath7)" font-family="sans-serif" stroke="none" xml:space="preserve"
|
||||
>Sequence: 101</text
|
||||
><text x="5" font-size="14px" y="54.9531" clip-path="url(#clipPath7)" font-family="sans-serif" stroke="none" xml:space="preserve"
|
||||
>Sequence: 102</text
|
||||
></g
|
||||
><g fill="rgb(255,255,255)" fill-opacity="0" transform="translate(690,130)" stroke-opacity="0" stroke="rgb(255,255,255)"
|
||||
><rect x="0.5" width="128.5" height="108.5" y="0.5" clip-path="url(#clipPath5)" stroke="none"
|
||||
/></g
|
||||
><g transform="translate(690,130)"
|
||||
><rect fill="none" x="0.5" width="128.5" height="108.5" y="0.5" clip-path="url(#clipPath5)"
|
||||
/><text x="36" font-size="14px" y="18.1094" clip-path="url(#clipPath5)" font-family="sans-serif" stroke="none" xml:space="preserve"
|
||||
/><text x="37" font-size="14px" y="17.9844" clip-path="url(#clipPath5)" font-family="sans-serif" stroke="none" xml:space="preserve"
|
||||
>Account</text
|
||||
><path fill="none" d="M1 24.1094 L129 24.1094" clip-path="url(#clipPath5)"
|
||||
/><text x="5" font-size="14px" y="39.2188" clip-path="url(#clipPath5)" font-family="sans-serif" stroke="none" xml:space="preserve"
|
||||
><path fill="none" d="M1 23.9844 L129 23.9844" clip-path="url(#clipPath5)"
|
||||
/><text x="5" font-size="14px" y="38.9688" clip-path="url(#clipPath5)" font-family="sans-serif" stroke="none" xml:space="preserve"
|
||||
>ID: rf1Bi...</text
|
||||
><text x="5" font-size="14px" y="55.3281" clip-path="url(#clipPath5)" font-family="sans-serif" stroke="none" font-weight="bold" xml:space="preserve"
|
||||
>Sequence: 104</text
|
||||
><text x="5" font-size="14px" y="54.9531" clip-path="url(#clipPath5)" font-family="sans-serif" stroke="none" font-weight="bold" xml:space="preserve"
|
||||
>Sequence: 105</text
|
||||
></g
|
||||
><g fill="rgb(255,255,255)" fill-opacity="0" transform="translate(660,80)" stroke-opacity="0" stroke="rgb(255,255,255)"
|
||||
><rect x="0.5" width="438.5" height="328.5" y="0.5" clip-path="url(#clipPath8)" stroke="none"
|
||||
/></g
|
||||
><g stroke-dasharray="8,5" stroke-miterlimit="5" transform="translate(660,80)" stroke-linecap="butt"
|
||||
><rect fill="none" x="0.5" width="438.5" height="328.5" y="0.5" clip-path="url(#clipPath8)"
|
||||
/><text x="131" font-size="14px" y="18.1094" clip-path="url(#clipPath8)" font-family="sans-serif" stroke="none" xml:space="preserve"
|
||||
/><text x="129" font-size="14px" y="17.9844" clip-path="url(#clipPath8)" font-family="sans-serif" stroke="none" xml:space="preserve"
|
||||
>Ledger State Data (After)</text
|
||||
></g
|
||||
><g fill="rgb(255,255,255)" fill-opacity="0" transform="translate(420,150)" stroke-opacity="0" stroke="rgb(255,255,255)"
|
||||
@@ -146,16 +146,16 @@
|
||||
/></g
|
||||
><g transform="translate(420,150)"
|
||||
><rect fill="none" x="0.5" width="128.5" height="98.5" y="0.5" clip-path="url(#clipPath9)"
|
||||
/><text x="20" font-size="14px" y="18.1094" clip-path="url(#clipPath9)" font-family="sans-serif" stroke="none" xml:space="preserve"
|
||||
/><text x="20" font-size="14px" y="17.9844" clip-path="url(#clipPath9)" font-family="sans-serif" stroke="none" xml:space="preserve"
|
||||
>TicketCreate</text
|
||||
><text x="25" font-size="14px" y="34.2188" clip-path="url(#clipPath9)" font-family="sans-serif" stroke="none" xml:space="preserve"
|
||||
><text x="25" font-size="14px" y="33.9688" clip-path="url(#clipPath9)" font-family="sans-serif" stroke="none" xml:space="preserve"
|
||||
>transaction</text
|
||||
><path fill="none" d="M1 40.2188 L129 40.2188" clip-path="url(#clipPath9)"
|
||||
/><text x="5" font-size="14px" y="55.3281" clip-path="url(#clipPath9)" font-family="sans-serif" stroke="none" xml:space="preserve"
|
||||
><path fill="none" d="M1 39.9688 L129 39.9688" clip-path="url(#clipPath9)"
|
||||
/><text x="5" font-size="14px" y="54.9531" clip-path="url(#clipPath9)" font-family="sans-serif" stroke="none" xml:space="preserve"
|
||||
>Account: rf1Bi...</text
|
||||
><text x="5" font-size="14px" y="71.4375" clip-path="url(#clipPath9)" font-family="sans-serif" stroke="none" xml:space="preserve"
|
||||
><text x="5" font-size="14px" y="70.9375" clip-path="url(#clipPath9)" font-family="sans-serif" stroke="none" xml:space="preserve"
|
||||
>TicketCount: 3</text
|
||||
><text x="5" font-size="14px" y="87.5469" clip-path="url(#clipPath9)" font-family="sans-serif" stroke="none" xml:space="preserve"
|
||||
><text x="5" font-size="14px" y="86.9219" clip-path="url(#clipPath9)" font-family="sans-serif" stroke="none" xml:space="preserve"
|
||||
>Sequence: 101</text
|
||||
></g
|
||||
><g transform="translate(540,210)"
|
||||
@@ -180,7 +180,7 @@
|
||||
><path fill="none" d="M149.5 20.5 L10.5 20.5" clip-path="url(#clipPath13)"
|
||||
/><path d="M138.7417 14 L150 20.5 L138.7417 27 Z" clip-path="url(#clipPath13)" stroke="none"
|
||||
/><path fill="none" d="M138.7417 14 L150 20.5 L138.7417 27 Z" clip-path="url(#clipPath13)"
|
||||
/><text x="52.625" font-size="14px" y="32.1094" clip-path="url(#clipPath13)" font-family="sans-serif" stroke="none" xml:space="preserve"
|
||||
/><text x="52.5903" font-size="14px" y="31.9844" clip-path="url(#clipPath13)" font-family="sans-serif" stroke="none" xml:space="preserve"
|
||||
>updates</text
|
||||
></g
|
||||
><g transform="translate(250,170)"
|
||||
|
||||
|
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
@@ -37,17 +37,17 @@
|
||||
/></clipPath
|
||||
></defs
|
||||
><g font-family="sans-serif" font-size="14px" transform="translate(750,370)"
|
||||
><text x="213" xml:space="preserve" y="18.1094" clip-path="url(#clipPath2)" stroke="none"
|
||||
><text x="212" xml:space="preserve" y="17.9844" clip-path="url(#clipPath2)" stroke="none"
|
||||
>...</text
|
||||
></g
|
||||
><g font-family="sans-serif" font-size="14px" transform="translate(40,370)"
|
||||
><text x="213" xml:space="preserve" y="18.1094" clip-path="url(#clipPath2)" stroke="none"
|
||||
><text x="212" xml:space="preserve" y="17.9844" clip-path="url(#clipPath2)" stroke="none"
|
||||
>...</text
|
||||
></g
|
||||
><g font-family="sans-serif" font-size="14px" transform="translate(930,290)"
|
||||
><text x="5" xml:space="preserve" y="18.1094" clip-path="url(#clipPath3)" stroke="none"
|
||||
>Ticket 102</text
|
||||
><text x="5" xml:space="preserve" y="34.2188" clip-path="url(#clipPath3)" stroke="none"
|
||||
><text x="5" xml:space="preserve" y="17.9844" clip-path="url(#clipPath3)" stroke="none"
|
||||
>Ticket 103</text
|
||||
><text x="5" xml:space="preserve" y="33.9688" clip-path="url(#clipPath3)" stroke="none"
|
||||
>deleted</text
|
||||
></g
|
||||
><g fill="rgb(255,255,255)" fill-opacity="0" transform="translate(1040,270)" stroke-opacity="0" stroke="rgb(255,255,255)"
|
||||
@@ -55,29 +55,29 @@
|
||||
/></g
|
||||
><g transform="translate(1040,270)"
|
||||
><rect fill="none" x="0.5" width="118.5" height="68.5" y="0.5" clip-path="url(#clipPath4)"
|
||||
/><text x="38" font-size="14px" y="18.1094" clip-path="url(#clipPath4)" font-family="sans-serif" stroke="none" xml:space="preserve"
|
||||
/><text x="39" font-size="14px" y="17.9844" clip-path="url(#clipPath4)" font-family="sans-serif" stroke="none" xml:space="preserve"
|
||||
>Ticket</text
|
||||
><path fill="none" d="M1 24.1094 L119 24.1094" clip-path="url(#clipPath4)"
|
||||
/><text x="5" font-size="14px" y="39.2188" clip-path="url(#clipPath4)" font-family="sans-serif" stroke="none" xml:space="preserve"
|
||||
><path fill="none" d="M1 23.9844 L119 23.9844" clip-path="url(#clipPath4)"
|
||||
/><text x="5" font-size="14px" y="38.9688" clip-path="url(#clipPath4)" font-family="sans-serif" stroke="none" xml:space="preserve"
|
||||
>Account: rf1Bi...</text
|
||||
><text x="5" font-size="14px" y="55.3281" clip-path="url(#clipPath4)" font-family="sans-serif" stroke="none" xml:space="preserve"
|
||||
>Sequence: 103</text
|
||||
><text x="5" font-size="14px" y="54.9531" clip-path="url(#clipPath4)" font-family="sans-serif" stroke="none" xml:space="preserve"
|
||||
>Sequence: 104</text
|
||||
></g
|
||||
><g fill="rgb(255,255,255)" fill-opacity="0" transform="translate(790,270)" stroke-opacity="0" stroke="rgb(255,255,255)"
|
||||
><rect x="0.5" width="118.5" height="68.5" y="0.5" clip-path="url(#clipPath4)" stroke="none"
|
||||
/></g
|
||||
><g transform="translate(790,270)"
|
||||
><rect fill="none" x="0.5" width="118.5" height="68.5" y="0.5" clip-path="url(#clipPath4)"
|
||||
/><text x="38" font-size="14px" y="18.1094" clip-path="url(#clipPath4)" font-family="sans-serif" stroke="none" xml:space="preserve"
|
||||
/><text x="39" font-size="14px" y="17.9844" clip-path="url(#clipPath4)" font-family="sans-serif" stroke="none" xml:space="preserve"
|
||||
>Ticket</text
|
||||
><path fill="none" d="M1 24.1094 L119 24.1094" clip-path="url(#clipPath4)"
|
||||
/><text x="5" font-size="14px" y="39.2188" clip-path="url(#clipPath4)" font-family="sans-serif" stroke="none" xml:space="preserve"
|
||||
><path fill="none" d="M1 23.9844 L119 23.9844" clip-path="url(#clipPath4)"
|
||||
/><text x="5" font-size="14px" y="38.9688" clip-path="url(#clipPath4)" font-family="sans-serif" stroke="none" xml:space="preserve"
|
||||
>Account: rf1Bi...</text
|
||||
><text x="5" font-size="14px" y="55.3281" clip-path="url(#clipPath4)" font-family="sans-serif" stroke="none" xml:space="preserve"
|
||||
>Sequence: 101</text
|
||||
><text x="5" font-size="14px" y="54.9531" clip-path="url(#clipPath4)" font-family="sans-serif" stroke="none" xml:space="preserve"
|
||||
>Sequence: 102</text
|
||||
></g
|
||||
><g font-family="sans-serif" font-size="14px" transform="translate(950,140)"
|
||||
><text x="5" xml:space="preserve" y="18.1094" clip-path="url(#clipPath5)" stroke="none"
|
||||
><text x="5" xml:space="preserve" y="17.9844" clip-path="url(#clipPath5)" stroke="none"
|
||||
>Doesn't change</text
|
||||
></g
|
||||
><g fill="rgb(255,255,255)" fill-opacity="0" transform="translate(790,130)" stroke-opacity="0" stroke="rgb(255,255,255)"
|
||||
@@ -85,20 +85,20 @@
|
||||
/></g
|
||||
><g transform="translate(790,130)"
|
||||
><rect fill="none" x="0.5" width="128.5" height="108.5" y="0.5" clip-path="url(#clipPath6)"
|
||||
/><text x="36" font-size="14px" y="18.1094" clip-path="url(#clipPath6)" font-family="sans-serif" stroke="none" xml:space="preserve"
|
||||
/><text x="37" font-size="14px" y="17.9844" clip-path="url(#clipPath6)" font-family="sans-serif" stroke="none" xml:space="preserve"
|
||||
>Account</text
|
||||
><path fill="none" d="M1 24.1094 L129 24.1094" clip-path="url(#clipPath6)"
|
||||
/><text x="5" font-size="14px" y="39.2188" clip-path="url(#clipPath6)" font-family="sans-serif" stroke="none" xml:space="preserve"
|
||||
><path fill="none" d="M1 23.9844 L129 23.9844" clip-path="url(#clipPath6)"
|
||||
/><text x="5" font-size="14px" y="38.9688" clip-path="url(#clipPath6)" font-family="sans-serif" stroke="none" xml:space="preserve"
|
||||
>ID: rf1Bi...</text
|
||||
><text x="5" font-size="14px" y="55.3281" clip-path="url(#clipPath6)" font-family="sans-serif" stroke="none" xml:space="preserve"
|
||||
>Sequence: 104</text
|
||||
><text x="5" font-size="14px" y="54.9531" clip-path="url(#clipPath6)" font-family="sans-serif" stroke="none" xml:space="preserve"
|
||||
>Sequence: 105</text
|
||||
></g
|
||||
><g fill="rgb(255,255,255)" fill-opacity="0" transform="translate(40,80)" stroke-opacity="0" stroke="rgb(255,255,255)"
|
||||
><rect x="0.5" width="438.5" height="328.5" y="0.5" clip-path="url(#clipPath7)" stroke="none"
|
||||
/></g
|
||||
><g stroke-dasharray="8,5" stroke-miterlimit="5" transform="translate(40,80)" stroke-linecap="butt"
|
||||
><rect fill="none" x="0.5" width="438.5" height="328.5" y="0.5" clip-path="url(#clipPath7)"
|
||||
/><text x="125" font-size="14px" y="18.1094" clip-path="url(#clipPath7)" font-family="sans-serif" stroke="none" xml:space="preserve"
|
||||
/><text x="124" font-size="14px" y="17.9844" clip-path="url(#clipPath7)" font-family="sans-serif" stroke="none" xml:space="preserve"
|
||||
>Ledger State Data (Before)</text
|
||||
></g
|
||||
><g fill="rgb(255,255,255)" fill-opacity="0" transform="translate(530,120)" stroke-opacity="0" stroke="rgb(255,255,255)"
|
||||
@@ -106,18 +106,18 @@
|
||||
/></g
|
||||
><g transform="translate(530,120)"
|
||||
><rect fill="none" x="0.5" width="168.5" height="118.5" y="0.5" clip-path="url(#clipPath8)"
|
||||
/><text x="42" font-size="14px" y="18.1094" clip-path="url(#clipPath8)" font-family="sans-serif" stroke="none" xml:space="preserve"
|
||||
/><text x="41" font-size="14px" y="17.9844" clip-path="url(#clipPath8)" font-family="sans-serif" stroke="none" xml:space="preserve"
|
||||
>(Any type of</text
|
||||
><text x="42" font-size="14px" y="34.2188" clip-path="url(#clipPath8)" font-family="sans-serif" stroke="none" xml:space="preserve"
|
||||
><text x="42" font-size="14px" y="33.9688" clip-path="url(#clipPath8)" font-family="sans-serif" stroke="none" xml:space="preserve"
|
||||
>transaction)</text
|
||||
><path fill="none" d="M1 40.2188 L169 40.2188" clip-path="url(#clipPath8)"
|
||||
/><text x="5" font-size="14px" y="55.3281" clip-path="url(#clipPath8)" font-family="sans-serif" stroke="none" xml:space="preserve"
|
||||
><path fill="none" d="M1 39.9688 L169 39.9688" clip-path="url(#clipPath8)"
|
||||
/><text x="5" font-size="14px" y="54.9531" clip-path="url(#clipPath8)" font-family="sans-serif" stroke="none" xml:space="preserve"
|
||||
>Account: rf1Bi...</text
|
||||
><text x="5" font-size="14px" y="71.4375" clip-path="url(#clipPath8)" font-family="sans-serif" stroke="none" xml:space="preserve"
|
||||
><text x="5" font-size="14px" y="70.9375" clip-path="url(#clipPath8)" font-family="sans-serif" stroke="none" xml:space="preserve"
|
||||
>Sequence: 0</text
|
||||
><text x="5" font-size="14px" y="87.5469" clip-path="url(#clipPath8)" font-family="sans-serif" stroke="none" xml:space="preserve"
|
||||
>TicketSequence: 102</text
|
||||
><text x="5" font-size="14px" y="103.6562" clip-path="url(#clipPath8)" font-family="sans-serif" stroke="none" xml:space="preserve"
|
||||
><text x="5" font-size="14px" y="86.9219" clip-path="url(#clipPath8)" font-family="sans-serif" stroke="none" xml:space="preserve"
|
||||
>TicketSequence: 103</text
|
||||
><text x="5" font-size="14px" y="102.9062" clip-path="url(#clipPath8)" font-family="sans-serif" stroke="none" xml:space="preserve"
|
||||
>...</text
|
||||
></g
|
||||
><g fill="rgb(255,255,255)" fill-opacity="0" transform="translate(330,260)" stroke-opacity="0" stroke="rgb(255,255,255)"
|
||||
@@ -125,59 +125,59 @@
|
||||
/></g
|
||||
><g transform="translate(330,260)"
|
||||
><rect fill="none" x="0.5" width="118.5" height="68.5" y="0.5" clip-path="url(#clipPath4)"
|
||||
/><text x="38" font-size="14px" y="18.1094" clip-path="url(#clipPath4)" font-family="sans-serif" stroke="none" xml:space="preserve"
|
||||
/><text x="39" font-size="14px" y="17.9844" clip-path="url(#clipPath4)" font-family="sans-serif" stroke="none" xml:space="preserve"
|
||||
>Ticket</text
|
||||
><path fill="none" d="M1 24.1094 L119 24.1094" clip-path="url(#clipPath4)"
|
||||
/><text x="5" font-size="14px" y="39.2188" clip-path="url(#clipPath4)" font-family="sans-serif" stroke="none" xml:space="preserve"
|
||||
><path fill="none" d="M1 23.9844 L119 23.9844" clip-path="url(#clipPath4)"
|
||||
/><text x="5" font-size="14px" y="38.9688" clip-path="url(#clipPath4)" font-family="sans-serif" stroke="none" xml:space="preserve"
|
||||
>Account: rf1Bi...</text
|
||||
><text x="5" font-size="14px" y="55.3281" clip-path="url(#clipPath4)" font-family="sans-serif" stroke="none" xml:space="preserve"
|
||||
>Sequence: 103</text
|
||||
><text x="5" font-size="14px" y="54.9531" clip-path="url(#clipPath4)" font-family="sans-serif" stroke="none" xml:space="preserve"
|
||||
>Sequence: 104</text
|
||||
></g
|
||||
><g fill="rgb(255,255,255)" fill-opacity="0" transform="translate(200,260)" stroke-opacity="0" stroke="rgb(255,255,255)"
|
||||
><rect x="0.5" width="118.5" height="68.5" y="0.5" clip-path="url(#clipPath4)" stroke="none"
|
||||
/></g
|
||||
><g transform="translate(200,260)"
|
||||
><rect fill="none" x="0.5" width="118.5" height="68.5" y="0.5" clip-path="url(#clipPath4)"
|
||||
/><text x="38" font-size="14px" y="18.1094" clip-path="url(#clipPath4)" font-family="sans-serif" stroke="none" xml:space="preserve"
|
||||
/><text x="39" font-size="14px" y="17.9844" clip-path="url(#clipPath4)" font-family="sans-serif" stroke="none" xml:space="preserve"
|
||||
>Ticket</text
|
||||
><path fill="none" d="M1 24.1094 L119 24.1094" clip-path="url(#clipPath4)"
|
||||
/><text x="5" font-size="14px" y="39.2188" clip-path="url(#clipPath4)" font-family="sans-serif" stroke="none" xml:space="preserve"
|
||||
><path fill="none" d="M1 23.9844 L119 23.9844" clip-path="url(#clipPath4)"
|
||||
/><text x="5" font-size="14px" y="38.9688" clip-path="url(#clipPath4)" font-family="sans-serif" stroke="none" xml:space="preserve"
|
||||
>Account: rf1Bi...</text
|
||||
><text x="5" font-size="14px" y="55.3281" clip-path="url(#clipPath4)" font-family="sans-serif" stroke="none" xml:space="preserve"
|
||||
>Sequence: 102</text
|
||||
><text x="5" font-size="14px" y="54.9531" clip-path="url(#clipPath4)" font-family="sans-serif" stroke="none" xml:space="preserve"
|
||||
>Sequence: 103</text
|
||||
></g
|
||||
><g fill="rgb(255,255,255)" fill-opacity="0" transform="translate(70,260)" stroke-opacity="0" stroke="rgb(255,255,255)"
|
||||
><rect x="0.5" width="118.5" height="68.5" y="0.5" clip-path="url(#clipPath4)" stroke="none"
|
||||
/></g
|
||||
><g transform="translate(70,260)"
|
||||
><rect fill="none" x="0.5" width="118.5" height="68.5" y="0.5" clip-path="url(#clipPath4)"
|
||||
/><text x="38" font-size="14px" y="18.1094" clip-path="url(#clipPath4)" font-family="sans-serif" stroke="none" xml:space="preserve"
|
||||
/><text x="39" font-size="14px" y="17.9844" clip-path="url(#clipPath4)" font-family="sans-serif" stroke="none" xml:space="preserve"
|
||||
>Ticket</text
|
||||
><path fill="none" d="M1 24.1094 L119 24.1094" clip-path="url(#clipPath4)"
|
||||
/><text x="5" font-size="14px" y="39.2188" clip-path="url(#clipPath4)" font-family="sans-serif" stroke="none" xml:space="preserve"
|
||||
><path fill="none" d="M1 23.9844 L119 23.9844" clip-path="url(#clipPath4)"
|
||||
/><text x="5" font-size="14px" y="38.9688" clip-path="url(#clipPath4)" font-family="sans-serif" stroke="none" xml:space="preserve"
|
||||
>Account: rf1Bi...</text
|
||||
><text x="5" font-size="14px" y="55.3281" clip-path="url(#clipPath4)" font-family="sans-serif" stroke="none" xml:space="preserve"
|
||||
>Sequence: 101</text
|
||||
><text x="5" font-size="14px" y="54.9531" clip-path="url(#clipPath4)" font-family="sans-serif" stroke="none" xml:space="preserve"
|
||||
>Sequence: 102</text
|
||||
></g
|
||||
><g fill="rgb(255,255,255)" fill-opacity="0" transform="translate(70,120)" stroke-opacity="0" stroke="rgb(255,255,255)"
|
||||
><rect x="0.5" width="128.5" height="108.5" y="0.5" clip-path="url(#clipPath6)" stroke="none"
|
||||
/></g
|
||||
><g transform="translate(70,120)"
|
||||
><rect fill="none" x="0.5" width="128.5" height="108.5" y="0.5" clip-path="url(#clipPath6)"
|
||||
/><text x="36" font-size="14px" y="18.1094" clip-path="url(#clipPath6)" font-family="sans-serif" stroke="none" xml:space="preserve"
|
||||
/><text x="37" font-size="14px" y="17.9844" clip-path="url(#clipPath6)" font-family="sans-serif" stroke="none" xml:space="preserve"
|
||||
>Account</text
|
||||
><path fill="none" d="M1 24.1094 L129 24.1094" clip-path="url(#clipPath6)"
|
||||
/><text x="5" font-size="14px" y="39.2188" clip-path="url(#clipPath6)" font-family="sans-serif" stroke="none" xml:space="preserve"
|
||||
><path fill="none" d="M1 23.9844 L129 23.9844" clip-path="url(#clipPath6)"
|
||||
/><text x="5" font-size="14px" y="38.9688" clip-path="url(#clipPath6)" font-family="sans-serif" stroke="none" xml:space="preserve"
|
||||
>ID: rf1Bi...</text
|
||||
><text x="5" font-size="14px" y="55.3281" clip-path="url(#clipPath6)" font-family="sans-serif" stroke="none" xml:space="preserve"
|
||||
>Sequence: 104</text
|
||||
><text x="5" font-size="14px" y="54.9531" clip-path="url(#clipPath6)" font-family="sans-serif" stroke="none" xml:space="preserve"
|
||||
>Sequence: 105</text
|
||||
></g
|
||||
><g fill="rgb(255,255,255)" fill-opacity="0" transform="translate(750,80)" stroke-opacity="0" stroke="rgb(255,255,255)"
|
||||
><rect x="0.5" width="438.5" height="328.5" y="0.5" clip-path="url(#clipPath7)" stroke="none"
|
||||
/></g
|
||||
><g stroke-dasharray="8,5" stroke-miterlimit="5" transform="translate(750,80)" stroke-linecap="butt"
|
||||
><rect fill="none" x="0.5" width="438.5" height="328.5" y="0.5" clip-path="url(#clipPath7)"
|
||||
/><text x="131" font-size="14px" y="18.1094" clip-path="url(#clipPath7)" font-family="sans-serif" stroke="none" xml:space="preserve"
|
||||
/><text x="129" font-size="14px" y="17.9844" clip-path="url(#clipPath7)" font-family="sans-serif" stroke="none" xml:space="preserve"
|
||||
>Ledger State Data (After)</text
|
||||
></g
|
||||
><g transform="translate(690,200)"
|
||||
@@ -195,7 +195,7 @@
|
||||
><path fill="none" d="M249.521 10.704 L10.5 60.5" clip-path="url(#clipPath10)"
|
||||
/><path d="M237.6631 6.5348 L250.0105 10.602 L240.3145 19.2615 Z" clip-path="url(#clipPath10)" stroke="none"
|
||||
/><path fill="none" d="M237.6631 6.5348 L250.0105 10.602 L240.3145 19.2615 Z" clip-path="url(#clipPath10)"
|
||||
/><text x="114.3989" font-size="14px" y="31" clip-path="url(#clipPath10)" font-family="sans-serif" stroke="none" xml:space="preserve"
|
||||
/><text x="113.6519" font-size="14px" y="31" clip-path="url(#clipPath10)" font-family="sans-serif" stroke="none" xml:space="preserve"
|
||||
>used</text
|
||||
></g
|
||||
></g
|
||||
|
||||
|
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 13 KiB |
Reference in New Issue
Block a user