p2p-org / solana-swift

MIT License
97 stars 59 forks source link

fix: add support for initializing this public struct #60

Closed raulriera closed 2 years ago

raulriera commented 2 years ago

Description

At the moment it seems to not be possible to use this struct from outside of the library, even tho its marked as public

'DataSlice' initializer is inaccessible due to 'internal' protection level
raulriera commented 2 years ago

Thanks for the reviews everyone! but I have no write access so I can't merge this on my own