We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a976d09 commit 3b9b18aCopy full SHA for 3b9b18a
programs/svm-spoke/src/instructions/instruction_params.rs
@@ -22,7 +22,6 @@ pub struct InitializeInstructionParams<'info> {
22
}
23
24
#[derive(Accounts)]
25
-#[instruction(offset: u32, fragment: Vec<u8>)]
26
pub struct WriteInstructionParamsFragment<'info> {
27
pub signer: Signer<'info>,
28
0 commit comments