Skip to content

Commit 2d31fee

Browse files
committed
NetworkSnapshot add field 'transaction_hash'
1 parent 70640ed commit 2d31fee

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

library/src/main/kotlin/one/mixin/bot/vo/NetworkSnapshot.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,6 @@ data class NetworkSnapshot(
2121
val opponentId: String?,
2222
@SerializedName("data")
2323
val memo: String?,
24+
@SerializedName("transaction_hash")
25+
val transactionHash: String?,
2426
)

0 commit comments

Comments
 (0)