ScanSolanaHeader

data class ScanSolanaHeader(val numReadonlySignedAccounts: Int, val numReadonlyUnsignedAccounts: Int, val numRequiredSignatures: Int)

Constructors

Link copied to clipboard
constructor(numReadonlySignedAccounts: Int, numReadonlyUnsignedAccounts: Int, numRequiredSignatures: Int)

Properties