Portal Android SDK
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Portal Android SDK
Portal Android SDK
/
io.portalhq.android.api.data.hypernative
/
ScanSolanaHeader
Scan
Solana
Header
data
class
ScanSolanaHeader
(
val
numReadonlySignedAccounts
:
Int
,
val
numReadonlyUnsignedAccounts
:
Int
,
val
numRequiredSignatures
:
Int
)
Members
Constructors
Scan
Solana
Header
Link copied to clipboard
constructor
(
numReadonlySignedAccounts
:
Int
,
numReadonlyUnsignedAccounts
:
Int
,
numRequiredSignatures
:
Int
)
Properties
num
Readonly
Signed
Accounts
Link copied to clipboard
val
numReadonlySignedAccounts
:
Int
num
Readonly
Unsigned
Accounts
Link copied to clipboard
val
numReadonlyUnsignedAccounts
:
Int
num
Required
Signatures
Link copied to clipboard
val
numRequiredSignatures
:
Int