RecoveryAccount

@Serializable
data class RecoveryAccount(address: String, identities: List<RecoveryAccountRole>, signers: List<RecoveryAccountSigner>)

Properties

Link copied to clipboard
val address: String
Link copied to clipboard
val identities: List<RecoveryAccountRole>
Link copied to clipboard
val signers: List<RecoveryAccountSigner>