# Class: TransactionReturnData
# Table of contents
# Constructors
# Properties
# Accessors
# Constructors
# constructor
• new TransactionReturnData(inner)
# Parameters
| Name | Type |
|---|---|
inner | TransactionReturnData |
# Defined in
index.ts:82 (opens new window)
# Properties
# inner
• Private inner: TransactionReturnData
# Defined in
index.ts:85 (opens new window)
# Accessors
# data
• get data(): Uint8Array
# Returns
Uint8Array
# Defined in
index.ts:89 (opens new window)
# programId
• get programId(): PublicKey
# Returns
PublicKey