AccountSearchResults

data class AccountSearchResults(val status: AccountSearchResultsStatus, val details: String, val txh: MutableMap<Hash256, TransactionHistory>, val addresses: Set<PayDestination>, val addrCount: Long, val lastAddressIndex: Int, val balance: Long, val lastHeight: Long, val lastDate: Long, val lastHash: Hash256)

Constructors

Link copied to clipboard
constructor(status: AccountSearchResultsStatus, details: String, txh: MutableMap<Hash256, TransactionHistory>, addresses: Set<PayDestination>, addrCount: Long, lastAddressIndex: Int, balance: Long, lastHeight: Long, lastDate: Long, lastHash: Hash256)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard