chore: docs + artifacts

This commit is contained in:
agureev
2026-08-23 14:29:48 +04:00
parent f904c5f7f4
commit 30db8fa2f8
20 changed files with 2 additions and 2 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
+2 -2
View File
@@ -52,10 +52,10 @@ impl From<AccountId> for ProgramId {
}
}
/// Borsh-encoded program instruction bytes.
pub type InstructionData = Vec<u8>;
/// Struct encoding the input to an LEE program. Crosses the guest boundary as
/// `ProgramInput<InstructionData>` with the instruction still borsh-encoded.
/// Struct encoding the input to an LEE program.
#[derive(BorshSerialize, BorshDeserialize)]
pub struct ProgramInput<T> {
pub self_program_id: ProgramId,
Binary file not shown.