Interface StakingHookDestination

HookDestination describes a hook destination.

interface StakingHookDestination {
    module: string;
}

Properties

Properties

module: string

Module is the identifier of a module that should handle the hook.