Function selfdestruct

Source
pub fn selfdestruct<WIRE: InterpreterTypes, H: Host + ?Sized>(
    context: InstructionContext<'_, H, WIRE>,
)
Expand description

Implements the SELFDESTRUCT instruction.

Halt execution and register account for later deletion.