RecoverableAccountInfo

@Serializable
data class RecoverableAccountInfo(address: PublicKeyPair, identities: List<RecoverableIdentity>, signers: List<RecoverableSigner>)

Properties

Link copied to clipboard
val address: PublicKeyPair
Link copied to clipboard
val identities: List<RecoverableIdentity>
Link copied to clipboard
val signers: List<RecoverableSigner>