A stringified integer representing the file system ID where the file is to be created.
The absolute or relative path within the file system where the file should be created.
The name of the new file or directory to be created.
The public key of the wallet that will sign and authorize the transaction.
A Promise that resolves to a Solana Transaction
object containing the createFile instruction.
Constructs a Solana transaction to create a new file within a file system, identified by a file system ID (
fsid
).