Skip to main content

selfdestruct

Function selfdestruct 

pub fn selfdestruct<IT, H>(
    context: InstructionContext<'_, H, IT>,
) -> Result<(), InstructionResult>
where IT: InterpreterTypes, H: Host + ?Sized,
Expand description

Implements the SELFDESTRUCT instruction.

Halt execution and register account for later deletion.