Function selfdestruct
pub fn selfdestruct<IT, H>(
context: InstructionContext<'_, H, IT>,
) -> Result<(), InstructionResult>Expand description
Implements the SELFDESTRUCT instruction.
Halt execution and register account for later deletion.
pub fn selfdestruct<IT, H>(
context: InstructionContext<'_, H, IT>,
) -> Result<(), InstructionResult>Implements the SELFDESTRUCT instruction.
Halt execution and register account for later deletion.