Skip to content

Commit

Permalink
release v2.1.1-SNAPSHOT ...
Browse files Browse the repository at this point in the history
  • Loading branch information
astinz committed Aug 20, 2024
1 parent 963b75d commit 855e19f
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ package xyz.mcxross.ksui.model
import kotlinx.serialization.Serializable
import xyz.mcxross.ksui.serializer.SuiAddressSerializer

/**
* Represents an account address.
*/
@Serializable
data class AccountAddress(@Serializable(with = SuiAddressSerializer::class) val data: ByteArray) {

Expand Down

0 comments on commit 855e19f

Please sign in to comment.