RecoverableWallet

data class RecoverableWallet(transaction: Transaction, signers: List<String>)

Properties

Link copied to clipboard
val signers: List<String>
Link copied to clipboard
val transaction: Transaction