Updated on 2026-08-14
This commit is contained in:
parent
3469ab4918
commit
2f4b3fdbec
1 changed files with 3 additions and 0 deletions
|
|
@ -1,5 +1,6 @@
|
|||
package com.tangem.commands
|
||||
|
||||
import com.google.gson.annotations.SerializedName
|
||||
import com.tangem.SessionEnvironment
|
||||
import com.tangem.TangemSdkError
|
||||
import com.tangem.commands.common.CardDeserializer
|
||||
|
|
@ -64,7 +65,9 @@ class SigningMethodMaskBuilder() {
|
|||
* Elliptic curve used for wallet key operations.
|
||||
*/
|
||||
enum class EllipticCurve(val curve: String) {
|
||||
@SerializedName(value = "secp256k1")
|
||||
Secp256k1("secp256k1"),
|
||||
@SerializedName(value = "ed25519")
|
||||
Ed25519("ed25519");
|
||||
|
||||
companion object {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue