ClientResponseWallet

data class ClientResponseWallet(val id: String, val createdAt: String, val backupSharePairs: List<ClientResponseBackupSharePair>, val curve: PortalCurve, val ejectableUntil: String?, val publicKey: String, val signingSharePairs: List<ClientResponseSharePair>)

Constructors

Link copied to clipboard
constructor(id: String, createdAt: String, backupSharePairs: List<ClientResponseBackupSharePair>, curve: PortalCurve, ejectableUntil: String?, publicKey: String, signingSharePairs: List<ClientResponseSharePair>)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val id: String
Link copied to clipboard