Kotlin Sealed Interface
sealed interface TransactionParams
abstract val signer: String?
Was this page helpful?