Interface EvalOwnerInput

An interface for eval owner (EVAL_OWNER) input.

interface EvalOwnerInput {
    address?: string;
    is_global?: boolean;
    permission: OwnerPermission;
    ref?: string;
}

Properties

address?: string
is_global?: boolean
permission: OwnerPermission
ref?: string