Type Alias serai_client::in_instructions::InInstructionsEvent
source · pub type InInstructionsEvent = Event;
Aliased Type§
enum InInstructionsEvent {
Batch {
network: ExternalNetworkId,
id: u32,
block: BlockHash,
instructions_hash: [u8; 32],
},
InstructionFailure {
network: ExternalNetworkId,
id: u32,
index: u32,
},
Halt {
network: ExternalNetworkId,
},
}