A stringified integer representing the file system ID where the file resides.
The path to the file to be written to.
The byte offset in the file where data should be written.
The public key of the wallet that signs and authorizes the transaction.
A public key of a data account that holds the content to be written to the file.
A Promise that resolves to a Solana Transaction
object containing the poke instruction.
Constructs a Solana transaction to perform a poke\operation, which writes data to a file at the specified path and byte position.