Wallet

constructor(unspentInputs: List<TransactionInput> = emptyList(), lockedInputs: List<TransactionInput> = emptyList(), spentInputs: List<TransactionInput> = emptyList(), unconfirmedIncomingAmounts: List<UnconfirmedInput> = emptyList(), publicSpendKey: String, privateSpendKey: String, publicViewKey: String, privateViewKey: String, syncStartTimestamp: Long = 0, syncStartHeight: Long = 0, address: String = "", primaryAddress: Boolean = false)