TransactionInstruction

data class TransactionInstruction(val programId: PublicKey, val keys: List<AccountMeta>, val data: ByteArray)

Constructors

Link copied to clipboard
constructor(programId: PublicKey, keys: List<AccountMeta>, data: ByteArray)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val programId: PublicKey

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int