SetOwnerParams

Represents the parameters for the "setOwner" function.

type SetOwnerParams = WithOverrides<{
newOwner: AbiParameterToPrimitiveType<{
name: "newOwner";
type: "address";
}>;
}>;