Represents the parameters for the "isActiveSigner" function.
type IsActiveSignerParams = { signer: AbiParameterToPrimitiveType<{ name: "signer"; type: "address"; }>;};