mirror of
https://github.com/logos-blockchain/logos-execution-zone.git
synced 2026-08-25 03:11:21 +00:00
chore: docs + artifacts
This commit is contained in:
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.
Binary file not shown.
@@ -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.
Reference in New Issue
Block a user