Updated on 2026-08-14
This commit is contained in:
parent
f2bdbb33a1
commit
2059c817fa
8 changed files with 146 additions and 73 deletions
|
|
@ -36,9 +36,9 @@ sealed interface TransactionState {
|
|||
) : TransactionState {
|
||||
|
||||
sealed class Status {
|
||||
object Failed : Status()
|
||||
object Confirmed : Status()
|
||||
object Unconfirmed : Status()
|
||||
data object Failed : Status()
|
||||
data object Confirmed : Status()
|
||||
data object Unconfirmed : Status()
|
||||
}
|
||||
|
||||
enum class Direction {
|
||||
|
|
|
|||
|
|
@ -0,0 +1,9 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:viewportWidth="20"
|
||||
android:viewportHeight="20">
|
||||
<path
|
||||
android:pathData="M10,15.45L16.142,10.667L17.5,11.725L10,17.558L2.5,11.725L3.85,10.675L10,15.45ZM10,13.333L2.5,7.5L10,1.667L17.5,7.5L10,13.333ZM10,3.775L5.217,7.5L10,11.225L14.783,7.5L10,3.775Z"
|
||||
android:fillColor="#000000"/>
|
||||
</vector>
|
||||
|
|
@ -0,0 +1,10 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:viewportWidth="20"
|
||||
android:viewportHeight="20">
|
||||
<path
|
||||
android:pathData="M17.012,4.167L18.923,2.256L17.744,1.077L15.833,2.988L15.34,2.495C15.077,2.231 14.764,2.021 14.42,1.878C14.075,1.735 13.706,1.662 13.333,1.662C12.96,1.662 12.591,1.735 12.247,1.878C11.903,2.021 11.59,2.231 11.326,2.495L9.411,4.411C9.254,4.567 9.167,4.779 9.167,5C9.167,5.221 9.254,5.433 9.411,5.589L14.411,10.589C14.567,10.745 14.779,10.833 15,10.833C15.221,10.833 15.433,10.745 15.589,10.589L17.506,8.673C17.769,8.41 17.979,8.097 18.122,7.753C18.265,7.409 18.338,7.04 18.338,6.667C18.338,6.294 18.265,5.924 18.122,5.58C17.979,5.236 17.769,4.923 17.505,4.66L17.012,4.167ZM2.256,18.923L4.167,17.012L4.66,17.506C4.923,17.769 5.236,17.979 5.58,18.122C5.925,18.265 6.294,18.338 6.667,18.338C7.04,18.338 7.409,18.265 7.753,18.122C8.097,17.979 8.411,17.769 8.674,17.505L10.589,15.589C10.745,15.433 10.833,15.221 10.833,15C10.833,14.779 10.745,14.567 10.589,14.411L9.79,13.611L11.7,11.7L10.522,10.522L8.611,12.433L7.567,11.389L9.478,9.478L8.3,8.3L6.389,10.21L5.589,9.411C5.433,9.254 5.221,9.167 5,9.167C4.779,9.167 4.567,9.254 4.411,9.411L2.495,11.327C2.231,11.59 2.021,11.903 1.878,12.247C1.735,12.591 1.662,12.96 1.662,13.333C1.662,13.706 1.735,14.075 1.878,14.42C2.021,14.764 2.231,15.077 2.495,15.34L2.988,15.833L1.077,17.744L2.256,18.923ZM5,11.179L3.672,12.507C3.563,12.615 3.477,12.744 3.418,12.886C3.359,13.028 3.328,13.18 3.328,13.333C3.328,13.487 3.359,13.639 3.418,13.781C3.477,13.922 3.563,14.051 3.672,14.16L3.673,14.161L5.84,16.328C5.949,16.437 6.077,16.524 6.219,16.582C6.361,16.641 6.513,16.672 6.667,16.672C6.82,16.672 6.972,16.641 7.114,16.582C7.256,16.524 7.385,16.437 7.493,16.328L7.494,16.327L8.821,15L5,11.179ZM12.886,3.418C13.028,3.359 13.18,3.328 13.333,3.328C13.487,3.328 13.639,3.359 13.781,3.418C13.922,3.476 14.051,3.563 14.16,3.672L16.328,5.84C16.437,5.949 16.524,6.077 16.582,6.219C16.641,6.361 16.672,6.513 16.672,6.667C16.672,6.82 16.641,6.972 16.582,7.114C16.524,7.256 16.437,7.385 16.328,7.493L16.327,7.494L15,8.821L11.179,5L12.507,3.672C12.615,3.563 12.744,3.476 12.886,3.418Z"
|
||||
android:fillColor="#000000"
|
||||
android:fillType="evenOdd"/>
|
||||
</vector>
|
||||
Loading…
Add table
Add a link
Reference in a new issue