ProgramAccounts - p2p-org/solana-swift GitHub Wiki
ProgramAccounts
public struct ProgramAccounts<T: BufferLayout>: Decodable
Inheritance
Decodable
Initializers
init(from:)
public init(from decoder: Decoder) throws
Properties
accounts
public let accounts: [ProgramAccount<T>]