zcash-android-wallet-sdk / cash.z.wallet.sdk.entity / PendingTransactionEntity / <init>

<init>

PendingTransactionEntity(id: Long = 0, toAddress: String = "", value: Long = -1, memo: ByteArray? = byteArrayOf(), accountIndex: Int, minedHeight: Int = -1, expiryHeight: Int = -1, cancelled: Int = 0, encodeAttempts: Int = -1, submitAttempts: Int = -1, errorMessage: String? = null, errorCode: Int? = null, createTime: Long = System.currentTimeMillis(), raw: ByteArray = byteArrayOf(), rawTransactionId: ByteArray? = byteArrayOf())