The public key of the Neon EVM program.
The public key of the operator executing the write operation - instance of the SolanaNeonAccount.
The public key of the holder account where data will be written.
The unique transaction hash associated with this write operation.
A chunk of transaction data to be stored in the holder account.
The byte offset at which the transaction part should be written.
A Solana TransactionInstruction
to write data to the holder account.
Creates a transaction instruction to write data to a holder account.
This function constructs a Solana transaction instruction that writes a part of a transaction payload into a holder account.