zcash-android-wallet-sdk / cash.z.wallet.sdk.entity / EncodedTransaction

EncodedTransaction

data class EncodedTransaction : SignedTransaction

Constructors

<init>

EncodedTransaction(txId: ByteArray, raw: ByteArray)

Properties

raw

val raw: ByteArray

txId

val txId: ByteArray

Functions

equals

fun equals(other: Any?): Boolean

hashCode

fun hashCode(): Int